01J2W9E1SDEP11D3XP4EC7S1CN: 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: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J2W9EC5KDA8ZZQCCKN1NCP8F

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-15T22:51:12.081Zjob assigned to worker 01J2W9ED1RDG4X3DF76D3S4NCN (queued for 37 s)
 
22024-07-15T22:51:12.489Zstarting task 0: "setup"
32024-07-15T22:51:12.514Z++ uname -s
42024-07-15T22:51:12.514Z+ kern=SunOS
52024-07-15T22:51:12.514Z+ case "$kern" in
62024-07-15T22:51:12.514Z+ groupadd -g 12345 build
72024-07-15T22:51:12.514Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-15T22:51:14.519Z+ zfs create -o mountpoint=/work rpool/work
92024-07-15T22:51:14.565Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-15T22:51:14.590Z+ home_fs=zfs
112024-07-15T22:51:14.590Z+ [[ zfs == autofs ]]
122024-07-15T22:51:14.590Z+ mkdir -p /home/build
132024-07-15T22:51:14.590Z+ chown build:build /home/build /work
142024-07-15T22:51:16.577Z+ chmod 0700 /home/build /work
152024-07-15T22:51:16.617Zprocess exited: duration 4090 ms, exit code 0
 
162024-07-15T22:51:16.678Zstarting task 1: "rust-toolchain"
172024-07-15T22:51:16.707Z+ printf ' * toolchain channel = "%s"
182024-07-15T22:51:16.707Z * toolchain channel = "1.78.0"
192024-07-15T22:51:16.707Z * toolchain profile = "default"
202024-07-15T22:51:16.707Z' 1.78.0
212024-07-15T22:51:16.708Z+ printf ' * toolchain profile = "%s"
222024-07-15T22:51:16.708Z' default
232024-07-15T22:51:16.708Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-15T22:51:16.708Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-15T22:51:16.832Zinfo: downloading installer
262024-07-15T22:51:17.556Zinfo: profile set to 'default'
272024-07-15T22:51:17.556Zinfo: default host triple is x86_64-unknown-illumos
282024-07-15T22:51:17.580Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-15T22:51:17.667Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-15T22:51:17.668Zinfo: downloading component 'cargo'
312024-07-15T22:51:18.010Zinfo: downloading component 'clippy'
322024-07-15T22:51:18.106Zinfo: downloading component 'rust-docs'
332024-07-15T22:51:18.519Zinfo: downloading component 'rust-std'
342024-07-15T22:51:19.213Zinfo: downloading component 'rustc'
352024-07-15T22:51:20.819Zinfo: downloading component 'rustfmt'
362024-07-15T22:51:20.899Zinfo: installing component 'cargo'
372024-07-15T22:51:22.019Zinfo: installing component 'clippy'
382024-07-15T22:51:22.432Zinfo: installing component 'rust-docs'
392024-07-15T22:51:24.916Zinfo: installing component 'rust-std'
402024-07-15T22:51:27.131Zinfo: installing component 'rustc'
412024-07-15T22:51:32.102Zinfo: installing component 'rustfmt'
422024-07-15T22:51:32.514Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-15T22:51:32.514Z
442024-07-15T22:51:32.589Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-15T22:51:32.589Z
462024-07-15T22:51:32.589Z
472024-07-15T22:51:32.614ZRust is installed now. Great!
482024-07-15T22:51:32.614Z
492024-07-15T22:51:32.614ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-15T22:51:32.614Zenvironment variable. This has not been done automatically.
512024-07-15T22:51:32.614Z
522024-07-15T22:51:32.614ZTo configure your current shell, you need to source
532024-07-15T22:51:32.614Zthe corresponding env file under $HOME/.cargo.
542024-07-15T22:51:32.614Z
552024-07-15T22:51:32.614ZThis is usually done by running one of the following (note the leading DOT):
562024-07-15T22:51:32.614Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-15T22:51:32.614Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-15T22:51:32.670Z+ rustc --version
592024-07-15T22:51:32.757Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-15T22:51:32.781Zprocess exited: duration 16088 ms, exit code 0
 
612024-07-15T22:51:32.834Zstarting task 2: "authentication"
622024-07-15T22:51:32.890Zprocess exited: duration 58 ms, exit code 0
 
632024-07-15T22:51:32.939Zstarting task 3: "clone repository"
642024-07-15T22:51:32.964Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-15T22:51:32.964Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-15T22:51:32.988ZCloning into '/work/oxidecomputer/omicron'...
672024-07-15T22:51:38.967Z+ cd /work/oxidecomputer/omicron
682024-07-15T22:51:38.967Z+ git fetch origin e800d81109ec4e939abb1f4aaebcc4c074af2023
692024-07-15T22:51:39.337ZFrom https://github.com/oxidecomputer/omicron
702024-07-15T22:51:39.337Z * branch e800d81109ec4e939abb1f4aaebcc4c074af2023 -> FETCH_HEAD
712024-07-15T22:51:39.362Z+ [[ -n dap/saga-recovery-as-task ]]
722024-07-15T22:51:39.362Z++ git branch --show-current
732024-07-15T22:51:39.362Z+ current=main
742024-07-15T22:51:39.362Z+ [[ main != dap/saga-recovery-as-task ]]
752024-07-15T22:51:39.362Z+ git branch -f dap/saga-recovery-as-task e800d81109ec4e939abb1f4aaebcc4c074af2023
762024-07-15T22:51:39.363Z+ git checkout -f dap/saga-recovery-as-task
772024-07-15T22:51:39.543ZSwitched to branch 'dap/saga-recovery-as-task'
782024-07-15T22:51:39.568Z+ git reset --hard e800d81109ec4e939abb1f4aaebcc4c074af2023
792024-07-15T22:51:39.592ZHEAD is now at e800d8110 fix mismerge
802024-07-15T22:51:39.592Zprocess exited: duration 6636 ms, exit code 0
 
812024-07-15T22:51:39.642Zstarting task 4: "build"
822024-07-15T22:51:39.668Z+ target_os=illumos
832024-07-15T22:51:39.668Z+ NEXTEST_VERSION=0.9.70
842024-07-15T22:51:39.668Z+ cargo --version
852024-07-15T22:51:39.728Zcargo 1.78.0 (54d8815d0 2024-03-26)
862024-07-15T22:51:39.752Z+ rustc --version
872024-07-15T22:51:39.814Zrustc 1.78.0 (9b00956e5 2024-04-29)
882024-07-15T22:51:39.839Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos
892024-07-15T22:51:39.839Z+ gunzip
902024-07-15T22:51:39.839Z+ tar -xvf - -C /home/build/.cargo/bin
912024-07-15T22:51:40.902Zx cargo-nextest, 16766824 bytes, 32748 tape blocks
922024-07-15T22:51:40.949Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
932024-07-15T22:51:40.949Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
942024-07-15T22:51:40.949Ztests will store ephemeral output in /var/tmp/omicron_tmp
952024-07-15T22:51:40.949Z+ mkdir /var/tmp/omicron_tmp
962024-07-15T22:51:40.949Z+ OUTPUT_DIR=/work
972024-07-15T22:51:40.949Z+ echo 'tests will store non-ephemeral output in /work'
982024-07-15T22:51:40.949Ztests will store non-ephemeral output in /work
992024-07-15T22:51:40.949Z+ mkdir -p /work
1002024-07-15T22:51:40.949Z+ source ./env.sh
1012024-07-15T22:51:40.949Z++ OLD_SHELL_OPTS=ehxB
1022024-07-15T22:51:40.949Z++ set -o xtrace
1032024-07-15T22:51:40.949Z++++ dirname ./env.sh
1042024-07-15T22:51:40.949Z+++ readlink -f .
1052024-07-15T22:51:40.949Z++ OMICRON_WS=/work/oxidecomputer/omicron
1062024-07-15T22:51:40.949Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072024-07-15T22:51:40.949Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082024-07-15T22:51:40.949Z++ 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
1092024-07-15T22:51:40.949Z++ 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
1102024-07-15T22:51:40.949Z++ 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
1112024-07-15T22:51:40.949Z++ 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
1122024-07-15T22:51:40.949Z++ 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
1132024-07-15T22:51:40.949Z++ 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
1142024-07-15T22:51:40.949Z++ case $OLD_SHELL_OPTS in
1152024-07-15T22:51:40.949Z++ unset OLD_SHELL_OPTS OMICRON_WS
1162024-07-15T22:51:40.950Z+ banner prerequisites
1172024-07-15T22:51:40.950Z
1182024-07-15T22:51:40.950Z ##### ##### ###### ##### ###### #### # # # #### #
1192024-07-15T22:51:40.950Z # # # # # # # # # # # # # # #
1202024-07-15T22:51:40.950Z # # # # ##### # # ##### # # # # # #### #
1212024-07-15T22:51:40.950Z ##### ##### # ##### # # # # # # # # #
1222024-07-15T22:51:40.950Z # # # # # # # # # # # # # # #
1232024-07-15T22:51:40.950Z # # # ###### # # ###### ### # #### # #### #
1242024-07-15T22:51:40.950Z
1252024-07-15T22:51:40.950Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262024-07-15T22:51:46.683Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-07-15T22:51:49.020Z Startup: Caching catalogs ... Done
1282024-07-15T22:51:52.780ZPlanning: Solver setup ... Done (3.082s)
1292024-07-15T22:51:52.843ZPlanning: Running solver ... Done (0.063s)
1302024-07-15T22:51:52.887ZPlanning: Finding local manifests ... Done (0.002s)
1312024-07-15T22:51:52.966ZPlanning: Fetching manifests: 0/4 0% complete
1322024-07-15T22:51:53.323ZPlanning: Fetching manifests: 4/4 100% complete
1332024-07-15T22:51:53.393ZPlanning: Package planning ... Done (0.070s)
1342024-07-15T22:51:53.456ZPlanning: Merging actions ... Done (0.062s)
1352024-07-15T22:51:53.869ZPlanning: Checking for conflicting actions ... Done (0.413s)
1362024-07-15T22:51:53.894ZPlanning: Consolidating action changes ... Done (0.013s)
1372024-07-15T22:51:54.610ZPlanning: Evaluating mediators ... Done (0.728s)
1382024-07-15T22:51:54.635ZPlanning: Planning completed in 5.53 seconds
1392024-07-15T22:51:54.660Z Packages to install: 4
1402024-07-15T22:51:54.660Z Mediators to change: 2
1412024-07-15T22:51:54.660Z Services to change: 1
1422024-07-15T22:51:54.660Z Estimated space available: 148.88 GB
1432024-07-15T22:51:54.660ZEstimated space to be consumed: 1.46 GB
1442024-07-15T22:51:54.660Z Create boot environment: No
1452024-07-15T22:51:54.660ZCreate backup boot environment: No
1462024-07-15T22:51:54.660Z Rebuild boot archive: No
1472024-07-15T22:51:54.660Z
1482024-07-15T22:51:54.660ZChanged mediators:
1492024-07-15T22:51:54.660Z mediator clang:
1502024-07-15T22:51:54.660Z version: None -> 15 (system default)
1512024-07-15T22:51:54.660Z
1522024-07-15T22:51:54.660Z mediator llvm:
1532024-07-15T22:51:54.660Z version: 14 (system default) -> 15 (system default)
1542024-07-15T22:51:54.660Z
1552024-07-15T22:51:54.660ZChanged packages:
1562024-07-15T22:51:54.660Zhelios-dev
1572024-07-15T22:51:54.660Z developer/build-essential
1582024-07-15T22:51:54.660Z None -> 11-2.0
1592024-07-15T22:51:54.660Z library/libxmlsec1
1602024-07-15T22:51:54.660Z None -> 1.2.35-2.0
1612024-07-15T22:51:54.660Z ooce/developer/clang-15
1622024-07-15T22:51:54.660Z None -> 15.0.7-2.0
1632024-07-15T22:51:54.660Z ooce/developer/llvm-15
1642024-07-15T22:51:54.660Z None -> 15.0.7-2.0
1652024-07-15T22:51:54.660Z
1662024-07-15T22:51:54.660ZServices:
1672024-07-15T22:51:54.661Z restart_fmri:
1682024-07-15T22:51:54.661Z svc:/system/update-man-index:default
1692024-07-15T22:51:54.701Z
1702024-07-15T22:51:54.701ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-07-15T22:51:59.702ZDownload: 1221/3290 items 85.6/212.6MB 40% complete (17.2M/s)
1722024-07-15T22:52:04.703ZDownload: 3142/3290 items 141.2/212.6MB 66% complete (14.0M/s)
1732024-07-15T22:52:09.706ZDownload: 3248/3290 items 196.8/212.6MB 92% complete (11.2M/s)
1742024-07-15T22:52:11.417ZDownload: Completed 212.60 MB in 16.72 seconds (12.7M/s)
1752024-07-15T22:52:11.601Z Actions: 1/3689 actions (Installing new actions)
1762024-07-15T22:52:16.610Z Actions: 2483/3689 actions (Installing new actions)
1772024-07-15T22:52:17.668Z Actions: Completed 3689 actions in 6.07 seconds.
1782024-07-15T22:52:18.018Z Done (0.344s)
1792024-07-15T22:52:18.018Z Done (0.000s)
1802024-07-15T22:52:18.426Z Done (0.408s)
1812024-07-15T22:52:23.887Z Done (5.321s)
1822024-07-15T22:52:23.977Z Done (0.018s)
1832024-07-15T22:52:24.002Z Done (0.000s)
1842024-07-15T22:52:24.166Z Done (0.000s)
1852024-07-15T22:52:24.885ZPlanning: Evaluating mediator changes ... Done
1862024-07-15T22:52:25.148ZPlanning: Checking for conflicting actions ... Done
1872024-07-15T22:52:25.173ZPlanning: Consolidating action changes ... Done
1882024-07-15T22:52:25.534ZPlanning: Evaluating mediators ... Done
1892024-07-15T22:52:25.559ZPlanning: Planning completed in 0.65 seconds
1902024-07-15T22:52:25.584Z Mediators to change: 2
1912024-07-15T22:52:25.584Z Create boot environment: No
1922024-07-15T22:52:25.584ZCreate backup boot environment: No
1932024-07-15T22:52:25.648Z Done
1942024-07-15T22:52:25.648Z Done
1952024-07-15T22:52:25.945Z Done
1962024-07-15T22:52:30.633Z Done
1972024-07-15T22:52:30.741Z Done
1982024-07-15T22:52:30.741Z Done
1992024-07-15T22:52:30.805Z Done
2002024-07-15T22:52:31.598ZPlanning: Evaluating mediator changes ... Done
2012024-07-15T22:52:31.623ZPlanning: Merging actions ... Done
2022024-07-15T22:52:31.856ZPlanning: Checking for conflicting actions ... Done
2032024-07-15T22:52:31.880ZPlanning: Consolidating action changes ... Done
2042024-07-15T22:52:32.196ZPlanning: Evaluating mediators ... Done
2052024-07-15T22:52:32.264ZPlanning: Planning completed in 0.98 seconds
2062024-07-15T22:52:32.305Z Packages to change: 1
2072024-07-15T22:52:32.305Z Mediators to change: 1
2082024-07-15T22:52:32.305Z Services to change: 1
2092024-07-15T22:52:32.305Z Create boot environment: No
2102024-07-15T22:52:32.305ZCreate backup boot environment: Yes
2112024-07-15T22:52:33.856Z Actions: 1/6 actions (Updating modified actions)
2122024-07-15T22:52:33.881Z Actions: Completed 6 actions in 0.00 seconds.
2132024-07-15T22:52:33.881Z Done
2142024-07-15T22:52:33.881Z Done
2152024-07-15T22:52:33.943Z Done
2162024-07-15T22:52:38.531Z Done
2172024-07-15T22:52:38.639Z Done
2182024-07-15T22:52:38.664Z Done
2192024-07-15T22:52:38.791Z Done
2202024-07-15T22:52:39.310ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-07-15T22:52:39.310Zclang system 15 system
2222024-07-15T22:52:39.310Zcsh system system illumos
2232024-07-15T22:52:39.310Zctags system system illumos
2242024-07-15T22:52:39.310Zgcc vendor 12 vendor
2252024-07-15T22:52:39.310Zgcc system 10 system
2262024-07-15T22:52:39.310Zgcc system 7 system
2272024-07-15T22:52:39.310Zgo system 1.20 system
2282024-07-15T22:52:39.310Zgo system 1.19 system
2292024-07-15T22:52:39.310Zllvm system 15 system
2302024-07-15T22:52:39.310Zllvm system 14 system
2312024-07-15T22:52:39.310Zmariadb system 10.6 system
2322024-07-15T22:52:39.310Zmta vendor vendor dma
2332024-07-15T22:52:39.310Zopenjdk system 17 system
2342024-07-15T22:52:39.310Zopenjdk system 11 system
2352024-07-15T22:52:39.311Zopenjdk system 1.8 system
2362024-07-15T22:52:39.311Zopenssl vendor 3 vendor
2372024-07-15T22:52:39.311Zperl system 5.36 system
2382024-07-15T22:52:39.311Zpostgresql system 15 system
2392024-07-15T22:52:39.311Zpostgresql system 13 system
2402024-07-15T22:52:39.311Zpython vendor 3 vendor
2412024-07-15T22:52:39.311Zpython system 2 system
2422024-07-15T22:52:39.311Zpython3 system 3.11 system
2432024-07-15T22:52:39.311Zruby system 3.0 system
2442024-07-15T22:52:39.311Zwords vendor vendor american-english
2452024-07-15T22:52:39.311Zwords system system australian-english
2462024-07-15T22:52:39.311Zwords system system british-english
2472024-07-15T22:52:39.311Zwords system system canadian-english
2482024-07-15T22:52:39.311Zwords system system french
2492024-07-15T22:52:39.311Zwords system system italian
2502024-07-15T22:52:39.311Zwords system system ngerman
2512024-07-15T22:52:39.311Zwords system system ogerman
2522024-07-15T22:52:39.311Zwords system system spanish
2532024-07-15T22:52:39.730ZPUBLISHER TYPE STATUS P LOCATION
2542024-07-15T22:52:39.730Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-07-15T22:52:41.741ZFMRI IFO
2562024-07-15T22:52:41.741Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-07-15T22:52:41.741Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-07-15T22:52:41.741Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-07-15T22:52:41.741Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-07-15T22:52:41.741Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-07-15T22:52:41.741Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-07-15T22:52:41.741Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2632024-07-15T22:52:41.741Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-07-15T22:52:41.741Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2652024-07-15T22:52:41.741Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2662024-07-15T22:52:41.741Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2672024-07-15T22:52:41.741Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682024-07-15T22:52:42.347Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2692024-07-15T22:52:42.949Z Updating git repository `https://github.com/oxidecomputer/zone`
2702024-07-15T22:52:43.433Z Updating crates.io index
2712024-07-15T22:52:43.500Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2722024-07-15T22:52:44.433Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-07-15T22:52:45.500Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-07-15T22:52:45.971Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2752024-07-15T22:52:48.076Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-07-15T22:52:48.508Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-07-15T22:52:48.972Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-07-15T22:52:50.285Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-07-15T22:52:52.362Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-07-15T22:52:53.545Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-07-15T22:52:54.426Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2822024-07-15T22:52:55.293Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2832024-07-15T22:52:55.903Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2842024-07-15T22:52:56.420Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2852024-07-15T22:52:56.888Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2862024-07-15T22:52:57.455Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872024-07-15T22:52:58.059Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882024-07-15T22:52:58.521Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892024-07-15T22:52:58.947Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902024-07-15T22:52:59.533Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2912024-07-15T22:53:00.190Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922024-07-15T22:53:00.864Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2932024-07-15T22:53:01.328Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942024-07-15T22:53:02.046Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2952024-07-15T22:53:02.476Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2962024-07-15T22:53:03.019Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-07-15T22:53:03.605Z Updating git repository `https://github.com/oxidecomputer/typify`
2982024-07-15T22:53:06.047Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992024-07-15T22:53:06.503Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002024-07-15T22:53:07.030Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012024-07-15T22:53:07.625Z Updating git repository `https://github.com/oxidecomputer/rfb`
3022024-07-15T22:53:09.136Z Downloading crates ...
3032024-07-15T22:53:09.201Z Downloaded foreign-types-shared v0.1.1
3042024-07-15T22:53:09.226Z Downloaded cfg-if v1.0.0
3052024-07-15T22:53:09.226Z Downloaded is-terminal v0.4.12
3062024-07-15T22:53:09.226Z Downloaded match_cfg v0.1.0
3072024-07-15T22:53:09.226Z Downloaded httpdate v1.0.3
3082024-07-15T22:53:09.226Z Downloaded pest_generator v2.7.10
3092024-07-15T22:53:09.227Z Downloaded parking_lot_core v0.9.10
3102024-07-15T22:53:09.252Z Downloaded tinyvec_macros v0.1.1
3112024-07-15T22:53:09.252Z Downloaded time-macros v0.2.18
3122024-07-15T22:53:09.252Z Downloaded take_mut v0.2.2
3132024-07-15T22:53:09.252Z Downloaded tower-service v0.3.2
3142024-07-15T22:53:09.252Z Downloaded strum v0.26.2
3152024-07-15T22:53:09.252Z Downloaded rustls-pemfile v1.0.4
3162024-07-15T22:53:09.277Z Downloaded thiserror v1.0.60
3172024-07-15T22:53:09.277Z Downloaded serde_spanned v0.6.6
3182024-07-15T22:53:09.277Z Downloaded want v0.3.1
3192024-07-15T22:53:09.277Z Downloaded serde_derive v1.0.204
3202024-07-15T22:53:09.301Z Downloaded scroll v0.12.0
3212024-07-15T22:53:09.301Z Downloaded scopeguard v1.2.0
3222024-07-15T22:53:09.301Z Downloaded rustix v0.38.34
3232024-07-15T22:53:09.328Z Downloaded openssl-macros v0.1.1
3242024-07-15T22:53:09.352Z Downloaded serde_json v1.0.120
3252024-07-15T22:53:09.352Z Downloaded vcpkg v0.2.15
3262024-07-15T22:53:09.389Z Downloaded unicode-width v0.1.13
3272024-07-15T22:53:09.414Z Downloaded tokio v1.38.0
3282024-07-15T22:53:09.443Z Downloaded serde v1.0.204
3292024-07-15T22:53:09.467Z Downloaded encoding_rs v0.8.34
3302024-07-15T22:53:09.491Z Downloaded zerocopy v0.7.34
3312024-07-15T22:53:09.491Z Downloaded winnow v0.6.8
3322024-07-15T22:53:09.516Z Downloaded url v2.5.0
3332024-07-15T22:53:09.516Z Downloaded tabled v0.15.0
3342024-07-15T22:53:09.540Z Downloaded syn v2.0.71
3352024-07-15T22:53:09.540Z Downloaded syn v1.0.109
3362024-07-15T22:53:09.565Z Downloaded libc v0.2.155
3372024-07-15T22:53:09.589Z Downloaded anstyle v1.0.7
3382024-07-15T22:53:09.589Z Downloaded ryu v1.0.18
3392024-07-15T22:53:09.589Z Downloaded powerfmt v0.2.0
3402024-07-15T22:53:09.589Z Downloaded zerocopy-derive v0.7.34
3412024-07-15T22:53:09.589Z Downloaded tar v0.4.41
3422024-07-15T22:53:09.590Z Downloaded plain v0.2.3
3432024-07-15T22:53:09.614Z Downloaded thiserror-impl v1.0.60
3442024-07-15T22:53:09.614Z Downloaded unicode-normalization v0.1.23
3452024-07-15T22:53:09.614Z Downloaded pin-project-lite v0.2.14
3462024-07-15T22:53:09.614Z Downloaded openssl v0.10.64
3472024-07-15T22:53:09.614Z Downloaded idna v0.5.0
3482024-07-15T22:53:09.639Z Downloaded rustversion v1.0.17
3492024-07-15T22:53:09.639Z Downloaded xattr v1.3.1
3502024-07-15T22:53:09.639Z Downloaded slog-term v2.9.1
3512024-07-15T22:53:09.639Z Downloaded reqwest v0.11.27
3522024-07-15T22:53:09.639Z Downloaded hyper v0.14.28
3532024-07-15T22:53:09.664Z Downloaded version_check v0.9.4
3542024-07-15T22:53:09.664Z Downloaded usdt-macro v0.5.0
3552024-07-15T22:53:09.664Z Downloaded usdt-impl v0.5.0
3562024-07-15T22:53:09.664Z Downloaded usdt-attr-macro v0.5.0
3572024-07-15T22:53:09.664Z Downloaded usdt v0.5.0
3582024-07-15T22:53:09.664Z Downloaded terminal_size v0.3.0
3592024-07-15T22:53:09.664Z Downloaded term v0.7.0
3602024-07-15T22:53:09.665Z Downloaded serde_urlencoded v0.7.1
3612024-07-15T22:53:09.665Z Downloaded slog-async v2.8.0
3622024-07-15T22:53:09.665Z Downloaded toml_edit v0.22.14
3632024-07-15T22:53:09.689Z Downloaded goblin v0.8.2
3642024-07-15T22:53:09.689Z Downloaded futures-util v0.3.30
3652024-07-15T22:53:09.713Z Downloaded cc v1.0.97
3662024-07-15T22:53:09.713Z Downloaded semver v1.0.23
3672024-07-15T22:53:09.713Z Downloaded scroll_derive v0.12.0
3682024-07-15T22:53:09.713Z Downloaded pretty-hex v0.4.1
3692024-07-15T22:53:09.713Z Downloaded pkg-config v0.3.30
3702024-07-15T22:53:09.713Z Downloaded utf8parse v0.2.1
3712024-07-15T22:53:09.713Z Downloaded thread-id v4.2.1
3722024-07-15T22:53:09.713Z Downloaded tabled_derive v0.7.0
3732024-07-15T22:53:09.713Z Downloaded sync_wrapper v0.1.2
3742024-07-15T22:53:09.738Z Downloaded swrite v0.1.0
3752024-07-15T22:53:09.738Z Downloaded sha2 v0.10.8
3762024-07-15T22:53:09.738Z Downloaded serde_tokenstream v0.2.1
3772024-07-15T22:53:09.738Z Downloaded unicode-ident v1.0.12
3782024-07-15T22:53:09.738Z Downloaded unicode-bidi v0.3.15
3792024-07-15T22:53:09.738Z Downloaded ucd-trie v0.1.6
3802024-07-15T22:53:09.738Z Downloaded try-lock v0.2.5
3812024-07-15T22:53:09.738Z Downloaded tracing-core v0.1.32
3822024-07-15T22:53:09.738Z Downloaded tracing v0.1.40
3832024-07-15T22:53:09.738Z Downloaded toml v0.8.14
3842024-07-15T22:53:09.762Z Downloaded tokio-util v0.7.11
3852024-07-15T22:53:09.763Z Downloaded tinyvec v1.6.0
3862024-07-15T22:53:09.763Z Downloaded time v0.3.36
3872024-07-15T22:53:09.763Z Downloaded thread_local v1.1.8
3882024-07-15T22:53:09.763Z Downloaded socket2 v0.5.7
3892024-07-15T22:53:09.763Z Downloaded proc-macro2 v1.0.86
3902024-07-15T22:53:09.787Z Downloaded pest v2.7.10
3912024-07-15T22:53:09.787Z Downloaded papergrid v0.11.0
3922024-07-15T22:53:09.787Z Downloaded mio v0.8.11
3932024-07-15T22:53:09.787Z Downloaded memchr v2.7.2
3942024-07-15T22:53:09.787Z Downloaded hashbrown v0.14.5
3952024-07-15T22:53:09.812Z Downloaded h2 v0.3.26
3962024-07-15T22:53:09.812Z Downloaded clap_builder v4.5.9
3972024-07-15T22:53:09.812Z Downloaded slog-json v2.6.1
3982024-07-15T22:53:09.812Z Downloaded typenum v1.17.0
3992024-07-15T22:53:09.836Z Downloaded slog v2.7.0
4002024-07-15T22:53:09.836Z Downloaded slab v0.4.9
4012024-07-15T22:53:09.836Z Downloaded tokio-native-tls v0.3.1
4022024-07-15T22:53:09.836Z Downloaded proc-macro-error v1.0.4
4032024-07-15T22:53:09.836Z Downloaded http v0.2.12
4042024-07-15T22:53:09.836Z Downloaded pest_derive v2.7.10
4052024-07-15T22:53:09.836Z Downloaded slog-bunyan v2.5.0
4062024-07-15T22:53:09.836Z Downloaded signal-hook-registry v1.4.2
4072024-07-15T22:53:09.836Z Downloaded tokio-macros v2.3.0
4082024-07-15T22:53:09.836Z Downloaded time-core v0.1.2
4092024-07-15T22:53:09.836Z Downloaded strum_macros v0.26.4
4102024-07-15T22:53:09.861Z Downloaded pin-utils v0.1.0
4112024-07-15T22:53:09.861Z Downloaded pest_meta v2.7.10
4122024-07-15T22:53:09.861Z Downloaded flate2 v1.0.30
4132024-07-15T22:53:09.861Z Downloaded smallvec v1.13.2
4142024-07-15T22:53:09.861Z Downloaded toml_datetime v0.6.6
4152024-07-15T22:53:09.861Z Downloaded quote v1.0.36
4162024-07-15T22:53:09.861Z Downloaded lock_api v0.4.12
4172024-07-15T22:53:09.861Z Downloaded futures v0.3.30
4182024-07-15T22:53:09.861Z Downloaded clap v4.5.9
4192024-07-15T22:53:09.886Z Downloaded proc-macro-error-attr v1.0.4
4202024-07-15T22:53:09.886Z Downloaded percent-encoding v2.3.1
4212024-07-15T22:53:09.886Z Downloaded parking_lot v0.12.2
4222024-07-15T22:53:09.886Z Downloaded openssl-sys v0.9.102
4232024-07-15T22:53:09.886Z Downloaded openssl-probe v0.1.5
4242024-07-15T22:53:09.886Z Downloaded num_threads v0.1.7
4252024-07-15T22:53:09.886Z Downloaded num-conv v0.1.0
4262024-07-15T22:53:09.886Z Downloaded macaddr v1.0.1
4272024-07-15T22:53:09.886Z Downloaded log v0.4.21
4282024-07-15T22:53:09.910Z Downloaded indexmap v2.2.6
4292024-07-15T22:53:09.910Z Downloaded form_urlencoded v1.2.1
4302024-07-15T22:53:09.910Z Downloaded foreign-types v0.3.2
4312024-07-15T22:53:09.910Z Downloaded dof v0.3.0
4322024-07-15T22:53:09.910Z Downloaded dirs-next v2.0.0
4332024-07-15T22:53:09.911Z Downloaded crossbeam-utils v0.8.19
4342024-07-15T22:53:09.911Z Downloaded crossbeam-channel v0.5.12
4352024-07-15T22:53:09.911Z Downloaded base64 v0.21.7
4362024-07-15T22:53:09.936Z Downloaded strsim v0.11.1
4372024-07-15T22:53:09.936Z Downloaded miniz_oxide v0.7.2
4382024-07-15T22:53:09.936Z Downloaded mime v0.3.17
4392024-07-15T22:53:09.936Z Downloaded itoa v1.0.11
4402024-07-15T22:53:09.936Z Downloaded is_terminal_polyfill v1.70.0
4412024-07-15T22:53:09.936Z Downloaded ipnet v2.9.0
4422024-07-15T22:53:09.936Z Downloaded httparse v1.8.0
4432024-07-15T22:53:09.936Z Downloaded heck v0.5.0
4442024-07-15T22:53:09.936Z Downloaded futures-sink v0.3.30
4452024-07-15T22:53:09.936Z Downloaded futures-io v0.3.30
4462024-07-15T22:53:09.936Z Downloaded futures-core v0.3.30
4472024-07-15T22:53:09.936Z Downloaded errno v0.3.9
4482024-07-15T22:53:09.936Z Downloaded deranged v0.3.11
4492024-07-15T22:53:09.936Z Downloaded crc32fast v1.4.0
4502024-07-15T22:53:09.936Z Downloaded colorchoice v1.0.1
4512024-07-15T22:53:09.936Z Downloaded clap_derive v4.5.8
4522024-07-15T22:53:09.936Z Downloaded bytes v1.6.0
4532024-07-15T22:53:09.961Z Downloaded bitflags v2.5.0
4542024-07-15T22:53:09.961Z Downloaded once_cell v1.19.0
4552024-07-15T22:53:09.961Z Downloaded native-tls v0.2.11
4562024-07-15T22:53:09.961Z Downloaded clap_lex v0.7.0
4572024-07-15T22:53:09.961Z Downloaded num_cpus v1.16.0
4582024-07-15T22:53:09.961Z Downloaded memmap v0.7.0
4592024-07-15T22:53:09.961Z Downloaded hostname v0.3.1
4602024-07-15T22:53:09.961Z Downloaded generic-array v0.14.7
4612024-07-15T22:53:09.961Z Downloaded futures-channel v0.3.30
4622024-07-15T22:53:09.961Z Downloaded cpufeatures v0.2.12
4632024-07-15T22:53:09.961Z Downloaded camino v1.1.7
4642024-07-15T22:53:09.961Z Downloaded anyhow v1.0.86
4652024-07-15T22:53:09.986Z Downloaded futures-task v0.3.30
4662024-07-15T22:53:09.986Z Downloaded futures-executor v0.3.30
4672024-07-15T22:53:09.986Z Downloaded crypto-common v0.1.6
4682024-07-15T22:53:09.986Z Downloaded anstream v0.6.14
4692024-07-15T22:53:09.986Z Downloaded hyper-tls v0.5.0
4702024-07-15T22:53:09.986Z Downloaded heck v0.4.1
4712024-07-15T22:53:09.986Z Downloaded futures-macro v0.3.30
4722024-07-15T22:53:09.986Z Downloaded fs-err v2.11.0
4732024-07-15T22:53:09.986Z Downloaded fnv v1.0.7
4742024-07-15T22:53:09.986Z Downloaded filetime v0.2.23
4752024-07-15T22:53:09.986Z Downloaded dirs-sys-next v0.1.2
4762024-07-15T22:53:09.986Z Downloaded digest v0.10.7
4772024-07-15T22:53:09.986Z Downloaded cargo_toml v0.20.3
4782024-07-15T22:53:10.011Z Downloaded cargo_metadata v0.18.1
4792024-07-15T22:53:10.011Z Downloaded byteorder v1.5.0
4802024-07-15T22:53:10.011Z Downloaded block-buffer v0.10.4
4812024-07-15T22:53:10.011Z Downloaded http-body v0.4.6
4822024-07-15T22:53:10.011Z Downloaded equivalent v1.0.1
4832024-07-15T22:53:10.011Z Downloaded dtrace-parser v0.2.0
4842024-07-15T22:53:10.011Z Downloaded cargo-platform v0.1.8
4852024-07-15T22:53:10.011Z Downloaded bytecount v0.6.8
4862024-07-15T22:53:10.011Z Downloaded autocfg v1.3.0
4872024-07-15T22:53:10.011Z Downloaded anstyle-query v1.0.3
4882024-07-15T22:53:10.011Z Downloaded anstyle-parse v0.2.4
4892024-07-15T22:53:10.011Z Downloaded adler v1.0.2
4902024-07-15T22:53:10.162Z Compiling proc-macro2 v1.0.86
4912024-07-15T22:53:10.162Z Compiling unicode-ident v1.0.12
4922024-07-15T22:53:10.162Z Compiling libc v0.2.155
4932024-07-15T22:53:10.187Z Compiling version_check v0.9.4
4942024-07-15T22:53:10.187Z Compiling cfg-if v1.0.0
4952024-07-15T22:53:10.187Z Compiling itoa v1.0.11
4962024-07-15T22:53:10.187Z Compiling once_cell v1.19.0
4972024-07-15T22:53:10.187Z Compiling autocfg v1.3.0
4982024-07-15T22:53:10.355Z Compiling serde v1.0.204
4992024-07-15T22:53:10.497Z Compiling memchr v2.7.2
5002024-07-15T22:53:10.564Z Compiling thiserror v1.0.60
5012024-07-15T22:53:10.612Z Compiling ryu v1.0.18
5022024-07-15T22:53:10.922Z Compiling pin-project-lite v0.2.14
5032024-07-15T22:53:10.948Z Compiling bitflags v2.5.0
5042024-07-15T22:53:11.011Z Compiling vcpkg v0.2.15
5052024-07-15T22:53:11.069Z Compiling cc v1.0.97
5062024-07-15T22:53:11.149Z Compiling lock_api v0.4.12
5072024-07-15T22:53:11.238Z Compiling parking_lot_core v0.9.10
5082024-07-15T22:53:11.380Z Compiling pkg-config v0.3.30
5092024-07-15T22:53:11.404Z Compiling ucd-trie v0.1.6
5102024-07-15T22:53:11.799Z Compiling quote v1.0.36
5112024-07-15T22:53:11.968Z Compiling slab v0.4.9
5122024-07-15T22:53:12.072Z Compiling bytes v1.6.0
5132024-07-15T22:53:12.216Z Compiling syn v2.0.71
5142024-07-15T22:53:12.381Z Compiling smallvec v1.13.2
5152024-07-15T22:53:12.426Z Compiling futures-sink v0.3.30
5162024-07-15T22:53:12.567Z Compiling futures-core v0.3.30
5172024-07-15T22:53:12.721Z Compiling scopeguard v1.2.0
5182024-07-15T22:53:12.939Z Compiling byteorder v1.5.0
5192024-07-15T22:53:12.969Z Compiling fnv v1.0.7
5202024-07-15T22:53:13.084Z Compiling log v0.4.21
5212024-07-15T22:53:13.109Z Compiling hashbrown v0.14.5
5222024-07-15T22:53:13.148Z Compiling serde_json v1.0.120
5232024-07-15T22:53:13.263Z Compiling equivalent v1.0.1
5242024-07-15T22:53:13.362Z Compiling parking_lot v0.12.2
5252024-07-15T22:53:13.414Z Compiling futures-channel v0.3.30
5262024-07-15T22:53:13.442Z Compiling signal-hook-registry v1.4.2
5272024-07-15T22:53:13.507Z Compiling socket2 v0.5.7
5282024-07-15T22:53:13.647Z Compiling mio v0.8.11
5292024-07-15T22:53:13.889Z Compiling num_cpus v1.16.0
5302024-07-15T22:53:14.024Z Compiling typenum v1.17.0
5312024-07-15T22:53:14.321Z Compiling openssl-sys v0.9.102
5322024-07-15T22:53:14.349Z Compiling indexmap v2.2.6
5332024-07-15T22:53:14.412Z Compiling pin-utils v0.1.0
5342024-07-15T22:53:14.539Z Compiling futures-io v0.3.30
5352024-07-15T22:53:14.823Z Compiling futures-task v0.3.30
5362024-07-15T22:53:14.878Z Compiling rustix v0.38.34
5372024-07-15T22:53:15.064Z Compiling errno v0.3.9
5382024-07-15T22:53:15.097Z Compiling generic-array v0.14.7
5392024-07-15T22:53:15.224Z Compiling slog v2.7.0
5402024-07-15T22:53:15.290Z Compiling foreign-types-shared v0.1.1
5412024-07-15T22:53:15.396Z Compiling openssl v0.10.64
5422024-07-15T22:53:15.512Z Compiling foreign-types v0.3.2
5432024-07-15T22:53:15.638Z Compiling http v0.2.12
5442024-07-15T22:53:15.780Z Compiling usdt-impl v0.5.0
5452024-07-15T22:53:15.811Z Compiling proc-macro-error-attr v1.0.4
5462024-07-15T22:53:16.101Z Compiling tracing-core v0.1.32
5472024-07-15T22:53:16.125Z Compiling tinyvec_macros v0.1.1
5482024-07-15T22:53:16.192Z Compiling native-tls v0.2.11
5492024-07-15T22:53:16.232Z Compiling powerfmt v0.2.0
5502024-07-15T22:53:16.528Z Compiling httparse v1.8.0
5512024-07-15T22:53:16.644Z Compiling time-core v0.1.2
5522024-07-15T22:53:16.822Z Compiling syn v1.0.109
5532024-07-15T22:53:16.847Z Compiling num-conv v0.1.0
5542024-07-15T22:53:16.871Z Compiling tracing v0.1.40
5552024-07-15T22:53:17.150Z Compiling time-macros v0.2.18
5562024-07-15T22:53:17.348Z Compiling deranged v0.3.11
5572024-07-15T22:53:17.507Z Compiling tinyvec v1.6.0
5582024-07-15T22:53:17.797Z Compiling thread-id v4.2.1
5592024-07-15T22:53:17.989Z Compiling proc-macro-error v1.0.4
5602024-07-15T22:53:18.214Z Compiling plain v0.2.3
5612024-07-15T22:53:18.240Z Compiling percent-encoding v2.3.1
5622024-07-15T22:53:18.309Z Compiling try-lock v0.2.5
5632024-07-15T22:53:18.365Z Compiling utf8parse v0.2.1
5642024-07-15T22:53:18.449Z Compiling openssl-probe v0.1.5
5652024-07-15T22:53:18.512Z Compiling heck v0.5.0
5662024-07-15T22:53:18.560Z Compiling crossbeam-utils v0.8.19
5672024-07-15T22:53:18.626Z Compiling rustversion v1.0.17
5682024-07-15T22:53:18.774Z Compiling num_threads v0.1.7
5692024-07-15T22:53:18.833Z Compiling unicode-normalization v0.1.23
5702024-07-15T22:53:18.928Z Compiling anstyle-parse v0.2.4
5712024-07-15T22:53:19.014Z Compiling want v0.3.1
5722024-07-15T22:53:19.043Z Compiling form_urlencoded v1.2.1
5732024-07-15T22:53:19.347Z Compiling http-body v0.4.6
5742024-07-15T22:53:19.374Z Compiling dirs-sys-next v0.1.2
5752024-07-15T22:53:19.746Z Compiling camino v1.1.7
5762024-07-15T22:53:19.933Z Compiling is_terminal_polyfill v1.70.0
5772024-07-15T22:53:19.979Z Compiling unicode-bidi v0.3.15
5782024-07-15T22:53:20.008Z Compiling anstyle v1.0.7
5792024-07-15T22:53:20.032Z Compiling colorchoice v1.0.1
5802024-07-15T22:53:20.057Z Compiling time v0.3.36
5812024-07-15T22:53:20.090Z Compiling winnow v0.6.8
5822024-07-15T22:53:20.194Z Compiling crc32fast v1.4.0
5832024-07-15T22:53:20.326Z Compiling pretty-hex v0.4.1
5842024-07-15T22:53:20.428Z Compiling semver v1.0.23
5852024-07-15T22:53:20.537Z Compiling anstyle-query v1.0.3
5862024-07-15T22:53:20.617Z Compiling httpdate v1.0.3
5872024-07-15T22:53:20.672Z Compiling tower-service v0.3.2
5882024-07-15T22:53:20.807Z Compiling anstream v0.6.14
5892024-07-15T22:53:20.989Z Compiling idna v0.5.0
5902024-07-15T22:53:21.275Z Compiling dirs-next v2.0.0
5912024-07-15T22:53:21.469Z Compiling block-buffer v0.10.4
5922024-07-15T22:53:22.263Z Compiling crypto-common v0.1.6
5932024-07-15T22:53:22.306Z Compiling terminal_size v0.3.0
5942024-07-15T22:53:22.508Z Compiling fs-err v2.11.0
5952024-07-15T22:53:22.532Z Compiling thread_local v1.1.8
5962024-07-15T22:53:22.587Z Compiling slog-async v2.8.0
5972024-07-15T22:53:22.611Z Compiling anyhow v1.0.86
5982024-07-15T22:53:22.736Z Compiling match_cfg v0.1.0
5992024-07-15T22:53:22.835Z Compiling base64 v0.21.7
6002024-07-15T22:53:23.010Z Compiling heck v0.4.1
6012024-07-15T22:53:23.042Z Compiling clap_lex v0.7.0
6022024-07-15T22:53:23.108Z Compiling strsim v0.11.1
6032024-07-15T22:53:23.139Z Compiling unicode-width v0.1.13
6042024-07-15T22:53:23.350Z Compiling adler v1.0.2
6052024-07-15T22:53:23.395Z Compiling bytecount v0.6.8
6062024-07-15T22:53:23.452Z Compiling serde_derive v1.0.204
6072024-07-15T22:53:23.477Z Compiling thiserror-impl v1.0.60
6082024-07-15T22:53:23.508Z Compiling zerocopy-derive v0.7.34
6092024-07-15T22:53:23.538Z Compiling tokio-macros v2.3.0
6102024-07-15T22:53:23.579Z Compiling futures-macro v0.3.30
6112024-07-15T22:53:23.621Z Compiling scroll_derive v0.12.0
6122024-07-15T22:53:24.013Z Compiling openssl-macros v0.1.1
6132024-07-15T22:53:24.880Z Compiling scroll v0.12.0
6142024-07-15T22:53:24.933Z Compiling tabled_derive v0.7.0
6152024-07-15T22:53:25.066Z Compiling tokio v1.38.0
6162024-07-15T22:53:25.349Z Compiling futures-util v0.3.30
6172024-07-15T22:53:25.373Z Compiling goblin v0.8.2
6182024-07-15T22:53:25.628Z Compiling zerocopy v0.7.34
6192024-07-15T22:53:26.431Z Compiling pest v2.7.10
6202024-07-15T22:53:26.929Z Compiling papergrid v0.11.0
6212024-07-15T22:53:27.027Z Compiling miniz_oxide v0.7.2
6222024-07-15T22:53:28.303Z Compiling strum_macros v0.26.4
6232024-07-15T22:53:28.895Z Compiling pest_meta v2.7.10
6242024-07-15T22:53:30.671Z Compiling pest_generator v2.7.10
6252024-07-15T22:53:31.778Z Compiling tokio-util v0.7.11
6262024-07-15T22:53:32.809Z Compiling h2 v0.3.26
6272024-07-15T22:53:32.899Z Compiling tokio-native-tls v0.3.1
6282024-07-15T22:53:32.926Z Compiling futures-executor v0.3.30
6292024-07-15T22:53:33.140Z Compiling clap_derive v4.5.8
6302024-07-15T22:53:33.365Z Compiling pest_derive v2.7.10
6312024-07-15T22:53:33.467Z Compiling clap_builder v4.5.9
6322024-07-15T22:53:34.056Z Compiling dtrace-parser v0.2.0
6332024-07-15T22:53:34.253Z Compiling rustls-pemfile v1.0.4
6342024-07-15T22:53:34.897Z Compiling hostname v0.3.1
6352024-07-15T22:53:35.791Z Compiling serde_tokenstream v0.2.1
6362024-07-15T22:53:35.911Z Compiling serde_spanned v0.6.6
6372024-07-15T22:53:36.109Z Compiling toml_datetime v0.6.6
6382024-07-15T22:53:36.559Z Compiling toml_edit v0.22.14
6392024-07-15T22:53:36.951Z Compiling dof v0.3.0
6402024-07-15T22:53:38.022Z Compiling hyper v0.14.28
6412024-07-15T22:53:38.137Z Compiling slog-json v2.6.1
6422024-07-15T22:53:38.495Z Compiling cargo-platform v0.1.8
6432024-07-15T22:53:38.892Z Compiling serde_urlencoded v0.7.1
6442024-07-15T22:53:39.203Z Compiling toml v0.8.14
6452024-07-15T22:53:39.266Z Compiling usdt-macro v0.5.0
6462024-07-15T22:53:39.332Z Compiling usdt-attr-macro v0.5.0
6472024-07-15T22:53:39.567Z Compiling digest v0.10.7
6482024-07-15T22:53:39.820Z Compiling crossbeam-channel v0.5.12
6492024-07-15T22:53:39.935Z Compiling url v2.5.0
6502024-07-15T22:53:40.366Z Compiling term v0.7.0
6512024-07-15T22:53:40.757Z Compiling xattr v1.3.1
6522024-07-15T22:53:40.821Z Compiling memmap v0.7.0
6532024-07-15T22:53:40.955Z Compiling filetime v0.2.23
6542024-07-15T22:53:41.009Z Compiling is-terminal v0.4.12
6552024-07-15T22:53:41.137Z Compiling encoding_rs v0.8.34
6562024-07-15T22:53:41.165Z Compiling cpufeatures v0.2.12
6572024-07-15T22:53:41.270Z Compiling mime v0.3.17
6582024-07-15T22:53:41.294Z Compiling hyper-tls v0.5.0
6592024-07-15T22:53:41.584Z Compiling sync_wrapper v0.1.2
6602024-07-15T22:53:41.645Z Compiling ipnet v2.9.0
6612024-07-15T22:53:41.713Z Compiling take_mut v0.2.2
6622024-07-15T22:53:41.785Z Compiling sha2 v0.10.8
6632024-07-15T22:53:41.811Z Compiling tar v0.4.41
6642024-07-15T22:53:41.877Z Compiling slog-term v2.9.1
6652024-07-15T22:53:42.767Z Compiling usdt v0.5.0
6662024-07-15T22:53:42.907Z Compiling flate2 v1.0.30
6672024-07-15T22:53:42.945Z Compiling cargo_toml v0.20.3
6682024-07-15T22:53:43.212Z Compiling reqwest v0.11.27
6692024-07-15T22:53:43.460Z Compiling cargo_metadata v0.18.1
6702024-07-15T22:53:43.594Z Compiling slog-bunyan v2.5.0
6712024-07-15T22:53:43.766Z Compiling clap v4.5.9
6722024-07-15T22:53:43.875Z Compiling macaddr v1.0.1
6732024-07-15T22:53:44.279Z Compiling futures v0.3.30
6742024-07-15T22:53:44.319Z Compiling strum v0.26.2
6752024-07-15T22:53:44.406Z Compiling tabled v0.15.0
6762024-07-15T22:53:44.431Z Compiling swrite v0.1.0
6772024-07-15T22:53:49.516Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6782024-07-15T22:53:59.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
6792024-07-15T22:54:00.222Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6802024-07-15T22:54:00.300ZJul 15 22:54:00.228 INFO Starting download, target: Cockroach
6812024-07-15T22:54:00.300ZJul 15 22:54:00.229 INFO Starting download, target: Clickhouse
6822024-07-15T22:54:00.300ZJul 15 22:54:00.229 INFO Starting download, target: Console
6832024-07-15T22:54:00.300ZJul 15 22:54:00.229 INFO Starting download, target: DendriteOpenapi
6842024-07-15T22:54:00.300ZJul 15 22:54:00.229 INFO Starting download, target: DendriteStub
6852024-07-15T22:54:00.300ZJul 15 22:54:00.229 INFO Starting download, target: TransceiverControl
6862024-07-15T22:54:00.324ZJul 15 22:54:00.229 INFO Starting download, target: MaghemiteMgd
6872024-07-15T22:54:00.324ZJul 15 22:54:00.230 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6882024-07-15T22:54:00.324ZJul 15 22:54:00.230 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
6892024-07-15T22:54:00.324ZJul 15 22:54:00.231 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6902024-07-15T22:54:00.324ZJul 15 22:54:00.231 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6912024-07-15T22:54:00.324ZJul 15 22:54:00.231 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6922024-07-15T22:54:00.325ZJul 15 22:54:00.231 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6932024-07-15T22:54:00.325ZJul 15 22:54:00.231 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6942024-07-15T22:54:00.735ZJul 15 22:54:00.663 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6952024-07-15T22:54:00.838ZJul 15 22:54:00.758 INFO Download complete, target: DendriteOpenapi
6962024-07-15T22:54:01.084ZJul 15 22:54:01.012 INFO Download complete, target: Console
6972024-07-15T22:54:01.209ZJul 15 22:54:01.136 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6982024-07-15T22:54:02.242ZJul 15 22:54:02.171 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6992024-07-15T22:54:02.344ZJul 15 22:54:02.273 INFO Download complete, target: TransceiverControl
7002024-07-15T22:54:02.589ZJul 15 22:54:02.517 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
7012024-07-15T22:54:05.498ZJul 15 22:54:05.428 INFO Download complete, target: DendriteStub
7022024-07-15T22:54:06.109ZJul 15 22:54:06.038 INFO Download complete, target: MaghemiteMgd
7032024-07-15T22:54:06.224ZJul 15 22:54:06.152 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
7042024-07-15T22:54:06.224ZJul 15 22:54:06.152 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
7052024-07-15T22:54:13.082ZJul 15 22:54:13.012 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
7062024-07-15T22:54:16.221ZJul 15 22:54:16.151 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
7072024-07-15T22:54:16.715ZJul 15 22:54:16.639 INFO Checking that binary works, target: Cockroach
7082024-07-15T22:54:16.992ZJul 15 22:54:16.915 INFO Download complete, target: Cockroach
7092024-07-15T22:54:29.910ZJul 15 22:54:29.841 INFO Checking that binary works, target: Clickhouse
7102024-07-15T22:54:30.154ZJul 15 22:54:30.085 INFO Download complete, target: Clickhouse
7112024-07-15T22:54:30.182ZAll builder prerequisites installed successfully, and PATH looks valid
7122024-07-15T22:54:30.207Z
7132024-07-15T22:54:30.207Zreal 2:49.267796794
7142024-07-15T22:54:30.207Zuser 5:30.225084558
7152024-07-15T22:54:30.207Zsys 1:20.435504154
7162024-07-15T22:54:30.207Ztrap 0.193752220
7172024-07-15T22:54:30.207Ztflt 0.104006647
7182024-07-15T22:54:30.207Zdflt 0.796802638
7192024-07-15T22:54:30.207Zkflt 0.008781950
7202024-07-15T22:54:30.207Zlock 15:08.846897157
7212024-07-15T22:54:30.207Zslp 15:09.201230049
7222024-07-15T22:54:30.208Zlat 24.266686890
7232024-07-15T22:54:30.208Zstop 1:03.967427896
7242024-07-15T22:54:30.208Z+ banner build
7252024-07-15T22:54:30.208Z
7262024-07-15T22:54:30.208Z ##### # # # # #####
7272024-07-15T22:54:30.208Z # # # # # # # #
7282024-07-15T22:54:30.208Z ##### # # # # # #
7292024-07-15T22:54:30.208Z # # # # # # # #
7302024-07-15T22:54:30.208Z # # # # # # # #
7312024-07-15T22:54:30.208Z ##### #### # ###### #####
7322024-07-15T22:54:30.208Z
7332024-07-15T22:54:30.208Z+ export 'RUSTFLAGS=-D warnings'
7342024-07-15T22:54:30.208Z+ RUSTFLAGS='-D warnings'
7352024-07-15T22:54:30.208Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
7362024-07-15T22:54:30.208Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
7372024-07-15T22:54:30.208Z+ [[ illumos == \i\l\l\u\m\o\s ]]
7382024-07-15T22:54:30.208Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
7392024-07-15T22:54:30.208Z+ export TMPDIR=/var/tmp/omicron_tmp
7402024-07-15T22:54:30.208Z+ TMPDIR=/var/tmp/omicron_tmp
7412024-07-15T22:54:30.208Z+ export RUST_BACKTRACE=1
7422024-07-15T22:54:30.208Z+ RUST_BACKTRACE=1
7432024-07-15T22:54:30.208Z+ export CARGO_INCREMENTAL=0
7442024-07-15T22:54:30.208Z+ CARGO_INCREMENTAL=0
7452024-07-15T22:54:30.208Z+ export RUSTC_BOOTSTRAP=1
7462024-07-15T22:54:30.208Z+ RUSTC_BOOTSTRAP=1
7472024-07-15T22:54:30.208Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
7482024-07-15T22:54:31.215Z Downloading crates ...
7492024-07-15T22:54:31.437Z Downloaded crunchy v0.2.2
7502024-07-15T22:54:31.463Z Downloaded crucible-workspace-hack v0.1.0
7512024-07-15T22:54:31.494Z Downloaded sec1 v0.7.3
7522024-07-15T22:54:31.864Z Downloaded termios v0.3.3
7532024-07-15T22:54:31.864Z Downloaded toolchain_find v0.4.0
7542024-07-15T22:54:31.864Z Downloaded rustls-pki-types v1.7.0
7552024-07-15T22:54:31.864Z Downloaded humantime v2.1.0
7562024-07-15T22:54:31.864Z Downloaded psl-types v2.0.11
7572024-07-15T22:54:31.864Z Downloaded dyn-clone v1.0.17
7582024-07-15T22:54:31.864Z Downloaded float-ord v0.3.2
7592024-07-15T22:54:31.864Z Downloaded endian-type v0.1.2
7602024-07-15T22:54:31.864Z Downloaded diff v0.1.13
7612024-07-15T22:54:31.864Z Downloaded fragile v2.0.0
7622024-07-15T22:54:31.864Z Downloaded fxhash v0.2.1
7632024-07-15T22:54:31.864Z Downloaded futures-timer v3.0.3
7642024-07-15T22:54:31.864Z Downloaded num-traits v0.2.19
7652024-07-15T22:54:31.864Z Downloaded serde_plain v1.0.2
7662024-07-15T22:54:31.865Z Downloaded tower-layer v0.3.2
7672024-07-15T22:54:31.865Z Downloaded waitgroup v0.1.2
7682024-07-15T22:54:31.865Z Downloaded walkdir v2.5.0
7692024-07-15T22:54:31.865Z Downloaded wyz v0.5.1
7702024-07-15T22:54:31.865Z Downloaded yansi v0.5.1
7712024-07-15T22:54:31.865Z Downloaded which v4.4.2
7722024-07-15T22:54:31.865Z Downloaded vte v0.11.1
7732024-07-15T22:54:31.865Z Downloaded yasna v0.5.2
7742024-07-15T22:54:31.865Z Downloaded x509-cert v0.2.5
7752024-07-15T22:54:31.865Z Downloaded winnow v0.5.40
7762024-07-15T22:54:31.865Z Downloaded zeroize_derive v1.4.2
7772024-07-15T22:54:31.865Z Downloaded zone v0.1.8
7782024-07-15T22:54:31.865Z Downloaded finl_unicode v1.2.0
7792024-07-15T22:54:31.865Z Downloaded trybuild v1.0.96
7802024-07-15T22:54:31.865Z Downloaded sha3 v0.10.8
7812024-07-15T22:54:31.865Z Downloaded zerocopy v0.6.6
7822024-07-15T22:54:31.865Z Downloaded libm v0.2.8
7832024-07-15T22:54:31.865Z Downloaded zip v0.6.6
7842024-07-15T22:54:31.865Z Downloaded trust-dns-server v0.22.1
7852024-07-15T22:54:31.865Z Downloaded typed-path v0.7.1
7862024-07-15T22:54:31.865Z Downloaded rand v0.7.3
7872024-07-15T22:54:31.865Z Downloaded quick-xml v0.31.0
7882024-07-15T22:54:31.865Z Downloaded lalrpop v0.19.12
7892024-07-15T22:54:31.865Z Downloaded trust-dns-proto v0.22.0
7902024-07-15T22:54:31.865Z Downloaded object v0.30.4
7912024-07-15T22:54:31.890Z Downloaded zerocopy-derive v0.6.6
7922024-07-15T22:54:31.890Z Downloaded nix v0.28.0
7932024-07-15T22:54:31.890Z Downloaded nix v0.27.1
7942024-07-15T22:54:31.914Z Downloaded idna v0.3.0
7952024-07-15T22:54:31.915Z Downloaded idna v0.2.3
7962024-07-15T22:54:31.939Z Downloaded radix_trie v0.2.1
7972024-07-15T22:54:31.939Z Downloaded openapiv3 v2.0.0
7982024-07-15T22:54:31.963Z Downloaded ring v0.17.8
7992024-07-15T22:54:32.026Z Downloaded object v0.32.2
8002024-07-15T22:54:32.051Z Downloaded plotters v0.3.5
8012024-07-15T22:54:32.051Z Downloaded rustls-webpki v0.102.4
8022024-07-15T22:54:32.075Z Downloaded itertools v0.12.1
8032024-07-15T22:54:32.099Z Downloaded ring v0.16.20
8042024-07-15T22:54:32.173Z Downloaded p521 v0.13.3
8052024-07-15T22:54:32.199Z Downloaded nom v7.1.3
8062024-07-15T22:54:32.199Z Downloaded itertools v0.13.0
8072024-07-15T22:54:32.199Z Downloaded rustyline v14.0.0
8082024-07-15T22:54:32.223Z Downloaded tough v0.17.1
8092024-07-15T22:54:32.224Z Downloaded num-bigint-dig v0.8.4
8102024-07-15T22:54:32.224Z Downloaded unicode-segmentation v1.11.0
8112024-07-15T22:54:32.224Z Downloaded trust-dns-resolver v0.22.0
8122024-07-15T22:54:32.224Z Downloaded salty v0.2.0
8132024-07-15T22:54:32.249Z Downloaded rand v0.8.5
8142024-07-15T22:54:32.249Z Downloaded libxml v0.3.3
8152024-07-15T22:54:32.249Z Downloaded tungstenite v0.21.0
8162024-07-15T22:54:32.249Z Downloaded tungstenite v0.20.1
8172024-07-15T22:54:32.249Z Downloaded samael v0.0.15
8182024-07-15T22:54:32.275Z Downloaded rand_distr v0.4.3
8192024-07-15T22:54:32.275Z Downloaded ed25519-dalek v2.1.1
8202024-07-15T22:54:32.275Z Downloaded elliptic-curve v0.13.8
8212024-07-15T22:54:32.275Z Downloaded num-bigint v0.4.5
8222024-07-15T22:54:32.275Z Downloaded minimal-lexical v0.2.1
8232024-07-15T22:54:32.300Z Downloaded itertools v0.10.5
8242024-07-15T22:54:32.300Z Downloaded owo-colors v4.0.0
8252024-07-15T22:54:32.300Z Downloaded zeroize v1.7.0
8262024-07-15T22:54:32.300Z Downloaded rand_core v0.5.1
8272024-07-15T22:54:32.300Z Downloaded ecdsa v0.16.9
8282024-07-15T22:54:32.300Z Downloaded radium v0.7.0
8292024-07-15T22:54:32.300Z Downloaded petgraph v0.6.5
8302024-07-15T22:54:32.325Z Downloaded regex-automata v0.4.6
8312024-07-15T22:54:32.349Z Downloaded webpki-roots v0.25.4
8322024-07-15T22:54:32.349Z Downloaded unicode-truncate v1.0.0
8332024-07-15T22:54:32.350Z Downloaded unicode-linebreak v0.1.5
8342024-07-15T22:54:32.350Z Downloaded unarray v0.1.4
8352024-07-15T22:54:32.350Z Downloaded tui-tree-widget v0.21.0
8362024-07-15T22:54:32.350Z Downloaded same-file v1.0.6
8372024-07-15T22:54:32.350Z Downloaded gethostname v0.4.3
8382024-07-15T22:54:32.350Z Downloaded diesel v2.1.6
8392024-07-15T22:54:32.374Z Downloaded pin-project v1.1.5
8402024-07-15T22:54:32.399Z Downloaded unicode-xid v0.2.4
8412024-07-15T22:54:32.399Z Downloaded unicase v2.7.0
8422024-07-15T22:54:32.399Z Downloaded trust-dns-client v0.22.0
8432024-07-15T22:54:32.399Z Downloaded tower v0.4.13
8442024-07-15T22:54:32.423Z Downloaded ratatui v0.27.0
8452024-07-15T22:54:32.447Z Downloaded similar v2.5.0
8462024-07-15T22:54:32.447Z Downloaded signal-hook v0.3.17
8472024-07-15T22:54:32.447Z Downloaded serde_yaml v0.9.34+deprecated
8482024-07-15T22:54:32.447Z Downloaded serde_with v3.8.3
8492024-07-15T22:54:32.447Z Downloaded scheduled-thread-pool v0.2.7
8502024-07-15T22:54:32.471Z Downloaded rand_core v0.6.4
8512024-07-15T22:54:32.472Z Downloaded rand_chacha v0.3.1
8522024-07-15T22:54:32.472Z Downloaded rand_chacha v0.2.2
8532024-07-15T22:54:32.472Z Downloaded polar-core v0.27.3
8542024-07-15T22:54:32.472Z Downloaded rustls v0.22.4
8552024-07-15T22:54:32.496Z Downloaded oso v0.27.3
8562024-07-15T22:54:32.520Z Downloaded unsafe-libyaml v0.2.11
8572024-07-15T22:54:32.520Z Downloaded unicode_categories v0.1.1
8582024-07-15T22:54:32.520Z Downloaded regress v0.9.1
8592024-07-15T22:54:32.520Z Downloaded mockall_derive v0.12.1
8602024-07-15T22:54:32.520Z Downloaded uuid v1.9.1
8612024-07-15T22:54:32.520Z Downloaded schemars v0.8.21
8622024-07-15T22:54:32.520Z Downloaded gimli v0.28.1
8632024-07-15T22:54:32.544Z Downloaded vsss-rs v3.3.4
8642024-07-15T22:54:32.545Z Downloaded regex-syntax v0.8.3
8652024-07-15T22:54:32.545Z Downloaded indicatif v0.17.8
8662024-07-15T22:54:32.545Z Downloaded untrusted v0.7.1
8672024-07-15T22:54:32.545Z Downloaded tracing-attributes v0.1.27
8682024-07-15T22:54:32.569Z Downloaded signature v2.2.0
8692024-07-15T22:54:32.569Z Downloaded serde_with_macros v3.8.3
8702024-07-15T22:54:32.570Z Downloaded p256 v0.13.2
8712024-07-15T22:54:32.570Z Downloaded whoami v1.5.1
8722024-07-15T22:54:32.570Z Downloaded uzers v0.11.3
8732024-07-15T22:54:32.570Z Downloaded utf-8 v0.7.6
8742024-07-15T22:54:32.570Z Downloaded untrusted v0.9.0
8752024-07-15T22:54:32.570Z Downloaded universal-hash v0.5.1
8762024-07-15T22:54:32.570Z Downloaded shell-words v1.1.0
8772024-07-15T22:54:32.570Z Downloaded sct v0.7.1
8782024-07-15T22:54:32.570Z Downloaded expectorate v1.1.0
8792024-07-15T22:54:32.570Z Downloaded proptest v1.4.0
8802024-07-15T22:54:32.594Z Downloaded pkcs8 v0.10.2
8812024-07-15T22:54:32.594Z Downloaded pkcs1 v0.7.5
8822024-07-15T22:54:32.594Z Downloaded pin-project-internal v1.1.5
8832024-07-15T22:54:32.594Z Downloaded wait-timeout v0.2.0
8842024-07-15T22:54:32.594Z Downloaded vte_generate_state_changes v0.1.1
8852024-07-15T22:54:32.594Z Downloaded signature v1.6.4
8862024-07-15T22:54:32.594Z Downloaded signal-hook-tokio v0.3.1
8872024-07-15T22:54:32.594Z Downloaded signal-hook-mio v0.2.3
8882024-07-15T22:54:32.594Z Downloaded shlex v1.3.0
8892024-07-15T22:54:32.619Z Downloaded sha1 v0.10.6
8902024-07-15T22:54:32.619Z Downloaded serde_repr v0.1.19
8912024-07-15T22:54:32.619Z Downloaded secrecy v0.8.0
8922024-07-15T22:54:32.619Z Downloaded fancy-regex v0.13.0
8932024-07-15T22:54:32.619Z Downloaded ena v0.14.3
8942024-07-15T22:54:32.619Z Downloaded embedded-io v0.4.0
8952024-07-15T22:54:32.620Z Downloaded either v1.12.0
8962024-07-15T22:54:32.620Z Downloaded ed25519 v2.2.3
8972024-07-15T22:54:32.620Z Downloaded ed25519 v1.5.3
8982024-07-15T22:54:32.620Z Downloaded sigpipe v0.1.3
8992024-07-15T22:54:32.620Z Downloaded semver v0.1.20
9002024-07-15T22:54:32.620Z Downloaded schemars_derive v0.8.21
9012024-07-15T22:54:32.620Z Downloaded flume v0.11.0
9022024-07-15T22:54:32.644Z Downloaded fatfs v0.3.6
9032024-07-15T22:54:32.644Z Downloaded serde-big-array v0.4.1
9042024-07-15T22:54:32.644Z Downloaded rustls v0.21.12
9052024-07-15T22:54:32.644Z Downloaded funty v2.0.0
9062024-07-15T22:54:32.644Z Downloaded foreign-types v0.5.0
9072024-07-15T22:54:32.644Z Downloaded float-cmp v0.9.0
9082024-07-15T22:54:32.669Z Downloaded fixedbitset v0.4.2
9092024-07-15T22:54:32.669Z Downloaded r2d2 v0.8.10
9102024-07-15T22:54:32.669Z Downloaded quick-error v1.2.3
9112024-07-15T22:54:32.669Z Downloaded portable-atomic v1.6.0
9122024-07-15T22:54:32.669Z Downloaded omicron-zone-package v0.11.0
9132024-07-15T22:54:32.669Z Downloaded foreign-types-macros v0.2.3
9142024-07-15T22:54:32.669Z Downloaded flagset v0.4.5
9152024-07-15T22:54:32.669Z Downloaded fd-lock v4.0.2
9162024-07-15T22:54:32.669Z Downloaded fastrand v2.1.0
9172024-07-15T22:54:32.669Z Downloaded fallible-iterator v0.2.0
9182024-07-15T22:54:32.669Z Downloaded erased-serde v0.3.31
9192024-07-15T22:54:32.700Z Downloaded env_logger v0.10.2
9202024-07-15T22:54:32.700Z Downloaded env_logger v0.9.3
9212024-07-15T22:54:32.700Z Downloaded enum-as-inner v0.5.1
9222024-07-15T22:54:32.700Z Downloaded diesel_derives v2.1.4
9232024-07-15T22:54:32.700Z Downloaded hyper v1.3.1
9242024-07-15T22:54:32.700Z Downloaded regex-syntax v0.6.29
9252024-07-15T22:54:32.700Z Downloaded csv v1.3.0
9262024-07-15T22:54:32.725Z Downloaded foreign-types-shared v0.3.1
9272024-07-15T22:54:32.725Z Downloaded ff v0.13.0
9282024-07-15T22:54:32.726Z Downloaded dhcproto v0.11.0
9292024-07-15T22:54:32.750Z Downloaded der v0.7.9
9302024-07-15T22:54:32.750Z Downloaded plotters-backend v0.3.5
9312024-07-15T22:54:32.750Z Downloaded password-hash v0.4.2
9322024-07-15T22:54:32.750Z Downloaded parking_lot_core v0.8.6
9332024-07-15T22:54:32.750Z Downloaded dirs v5.0.1
9342024-07-15T22:54:32.750Z Downloaded derive_more v0.99.18
9352024-07-15T22:54:32.750Z Downloaded derive_builder_core v0.20.0
9362024-07-15T22:54:32.750Z Downloaded derive_builder v0.20.0
9372024-07-15T22:54:32.775Z Downloaded prettyplease v0.2.20
9382024-07-15T22:54:32.775Z Downloaded pretty_assertions v1.4.0
9392024-07-15T22:54:32.775Z Downloaded phf_shared v0.11.2
9402024-07-15T22:54:32.775Z Downloaded hashbrown v0.12.3
9412024-07-15T22:54:32.775Z Downloaded rusty-fork v0.3.0
9422024-07-15T22:54:32.775Z Downloaded rayon v1.10.0
9432024-07-15T22:54:32.799Z Downloaded topological-sort v0.2.2
9442024-07-15T22:54:32.799Z Downloaded password-hash v0.5.0
9452024-07-15T22:54:32.799Z Downloaded partial-io v0.5.4
9462024-07-15T22:54:32.800Z Downloaded parking_lot v0.11.2
9472024-07-15T22:54:32.800Z Downloaded nanorand v0.7.0
9482024-07-15T22:54:32.800Z Downloaded indexmap v1.9.3
9492024-07-15T22:54:32.800Z Downloaded escape8259 v0.5.2
9502024-07-15T22:54:32.800Z Downloaded downcast v0.11.0
9512024-07-15T22:54:32.800Z Downloaded display-error-chain v0.2.0
9522024-07-15T22:54:32.825Z Downloaded difflib v0.4.0
9532024-07-15T22:54:32.825Z Downloaded dhcproto-macros v0.1.0
9542024-07-15T22:54:32.825Z Downloaded derive-where v1.2.7
9552024-07-15T22:54:32.825Z Downloaded der_derive v0.7.2
9562024-07-15T22:54:32.825Z Downloaded defmt-parser v0.3.4
9572024-07-15T22:54:32.825Z Downloaded defmt v0.3.8
9582024-07-15T22:54:32.825Z Downloaded datatest-stable v0.2.9
9592024-07-15T22:54:32.825Z Downloaded darling_core v0.20.9
9602024-07-15T22:54:32.825Z Downloaded publicsuffix v2.2.3
9612024-07-15T22:54:32.850Z Downloaded postgres-types v0.2.6
9622024-07-15T22:54:32.850Z Downloaded postgres-protocol v0.6.6
9632024-07-15T22:54:32.850Z Downloaded postcard v1.0.8
9642024-07-15T22:54:32.850Z Downloaded poly1305 v0.8.0
9652024-07-15T22:54:32.850Z Downloaded hyper-util v0.1.3
9662024-07-15T22:54:32.850Z Downloaded http v1.1.0
9672024-07-15T22:54:32.850Z Downloaded hkdf v0.12.4
9682024-07-15T22:54:32.850Z Downloaded rustls-webpki v0.101.7
9692024-07-15T22:54:32.874Z Downloaded regex v1.10.5
9702024-07-15T22:54:32.899Z Downloaded pbkdf2 v0.11.0
9712024-07-15T22:54:32.899Z Downloaded paste v1.0.15
9722024-07-15T22:54:32.899Z Downloaded parse-display-derive v0.9.1
9732024-07-15T22:54:32.899Z Downloaded packed_struct_codegen v0.10.1
9742024-07-15T22:54:32.899Z Downloaded oorandom v11.1.3
9752024-07-15T22:54:32.899Z Downloaded olpc-cjson v0.1.3
9762024-07-15T22:54:32.899Z Downloaded num-rational v0.4.2
9772024-07-15T22:54:32.899Z Downloaded num-complex v0.4.6
9782024-07-15T22:54:32.899Z Downloaded nu-ansi-term v0.50.0
9792024-07-15T22:54:32.899Z Downloaded multimap v0.10.0
9802024-07-15T22:54:32.923Z Downloaded multer v3.1.0
9812024-07-15T22:54:32.924Z Downloaded mime_guess v2.0.4
9822024-07-15T22:54:32.924Z Downloaded memmap2 v0.9.4
9832024-07-15T22:54:32.924Z Downloaded lru v0.12.3
9842024-07-15T22:54:32.924Z Downloaded libtest-mimic v0.7.3
9852024-07-15T22:54:32.924Z Downloaded iana-time-zone v0.1.60
9862024-07-15T22:54:32.924Z Downloaded doc-comment v0.3.3
9872024-07-15T22:54:32.924Z Downloaded dirs-sys v0.4.1
9882024-07-15T22:54:32.924Z Downloaded diesel_table_macro_syntax v0.1.0
9892024-07-15T22:54:32.924Z Downloaded derive_builder_macro v0.20.0
9902024-07-15T22:54:32.924Z Downloaded defmt-macros v0.3.9
9912024-07-15T22:54:32.924Z Downloaded debug-ignore v1.0.5
9922024-07-15T22:54:32.924Z Downloaded data-encoding v2.6.0
9932024-07-15T22:54:32.924Z Downloaded darling_macro v0.20.9
9942024-07-15T22:54:32.948Z Downloaded zone_cfg_derive v0.1.2
9952024-07-15T22:54:32.948Z Downloaded portpicker v0.1.1
9962024-07-15T22:54:32.948Z Downloaded polyval v0.6.2
9972024-07-15T22:54:32.948Z Downloaded plotters-svg v0.3.5
9982024-07-15T22:54:32.948Z Downloaded phf v0.11.2
9992024-07-15T22:54:32.948Z Downloaded peg v0.8.3
10002024-07-15T22:54:32.948Z Downloaded hyper-rustls v0.24.2
10012024-07-15T22:54:32.948Z Downloaded hostname v0.4.0
10022024-07-15T22:54:32.948Z Downloaded hmac v0.12.1
10032024-07-15T22:54:32.949Z Downloaded highway v1.1.0
10042024-07-15T22:54:32.949Z Downloaded heapless v0.8.0
10052024-07-15T22:54:32.949Z Downloaded heapless v0.7.17
10062024-07-15T22:54:32.973Z Downloaded headers v0.3.9
10072024-07-15T22:54:32.973Z Downloaded hashbrown v0.13.2
10082024-07-15T22:54:32.973Z Downloaded guppy v0.17.5
10092024-07-15T22:54:32.973Z Downloaded russh v0.43.0
10102024-07-15T22:54:32.997Z Downloaded reedline v0.31.0
10112024-07-15T22:54:32.997Z Downloaded smoltcp v0.11.0
10122024-07-15T22:54:33.022Z Downloaded parse-display v0.9.1
10132024-07-15T22:54:33.022Z Downloaded packed_struct v0.10.1
10142024-07-15T22:54:33.022Z Downloaded num_enum_derive v0.5.11
10152024-07-15T22:54:33.022Z Downloaded num-iter v0.1.45
10162024-07-15T22:54:33.022Z Downloaded num-derive v0.4.2
10172024-07-15T22:54:33.022Z Downloaded num v0.4.3
10182024-07-15T22:54:33.022Z Downloaded nibble_vec v0.1.0
10192024-07-15T22:54:33.022Z Downloaded newtype-uuid v1.1.0
10202024-07-15T22:54:33.022Z Downloaded newline-converter v0.3.0
10212024-07-15T22:54:33.022Z Downloaded mockall v0.12.1
10222024-07-15T22:54:33.022Z Downloaded md-5 v0.10.6
10232024-07-15T22:54:33.022Z Downloaded managed v0.8.0
10242024-07-15T22:54:33.022Z Downloaded linked-hash-map v0.5.6
10252024-07-15T22:54:33.022Z Downloaded proc-macro-crate v1.3.1
10262024-07-15T22:54:33.022Z Downloaded primeorder v0.13.6
10272024-07-15T22:54:33.022Z Downloaded pretty-hex v0.2.1
10282024-07-15T22:54:33.046Z Downloaded predicates-tree v1.0.9
10292024-07-15T22:54:33.046Z Downloaded predicates-core v1.0.6
10302024-07-15T22:54:33.046Z Downloaded predicates v3.1.0
10312024-07-15T22:54:33.046Z Downloaded precomputed-hash v0.1.1
10322024-07-15T22:54:33.046Z Downloaded ppv-lite86 v0.2.17
10332024-07-15T22:54:33.047Z Downloaded phf_shared v0.10.0
10342024-07-15T22:54:33.047Z Downloaded pem-rfc7468 v0.7.0
10352024-07-15T22:54:33.047Z Downloaded pem v3.0.4
10362024-07-15T22:54:33.047Z Downloaded peg-runtime v0.8.3
10372024-07-15T22:54:33.047Z Downloaded peg-macros v0.8.3
10382024-07-15T22:54:33.047Z Downloaded pbkdf2 v0.12.2
10392024-07-15T22:54:33.047Z Downloaded hyper-staticfile v0.9.5
10402024-07-15T22:54:33.047Z Downloaded hyper-rustls v0.26.0
10412024-07-15T22:54:33.047Z Downloaded httptest v0.15.5
10422024-07-15T22:54:33.047Z Downloaded http-range v0.1.5
10432024-07-15T22:54:33.047Z Downloaded http-body v1.0.0
10442024-07-15T22:54:33.072Z Downloaded home v0.5.9
10452024-07-15T22:54:33.072Z Downloaded headers-core v0.2.0
10462024-07-15T22:54:33.072Z Downloaded hash32 v0.2.1
10472024-07-15T22:54:33.072Z Downloaded half v2.4.1
10482024-07-15T22:54:33.072Z Downloaded guppy-workspace-hack v0.1.0
10492024-07-15T22:54:33.072Z Downloaded group v0.13.0
10502024-07-15T22:54:33.072Z Downloaded num_enum v0.5.11
10512024-07-15T22:54:33.072Z Downloaded num-integer v0.1.46
10522024-07-15T22:54:33.072Z Downloaded memoffset v0.9.1
10532024-07-15T22:54:33.072Z Downloaded maybe-uninit v2.0.0
10542024-07-15T22:54:33.072Z Downloaded maplit v1.0.2
10552024-07-15T22:54:33.072Z Downloaded lru-cache v0.1.2
10562024-07-15T22:54:33.072Z Downloaded linear-map v1.2.0
10572024-07-15T22:54:33.072Z Downloaded libloading v0.8.3
10582024-07-15T22:54:33.096Z Downloaded lalrpop-util v0.19.12
10592024-07-15T22:54:33.096Z Downloaded keccak v0.1.5
10602024-07-15T22:54:33.096Z Downloaded darling v0.20.9
10612024-07-15T22:54:33.096Z Downloaded hubpack_derive v0.1.1
10622024-07-15T22:54:33.096Z Downloaded hubpack v0.1.2
10632024-07-15T22:54:33.096Z Downloaded hex-literal v0.4.1
10642024-07-15T22:54:33.097Z Downloaded hex v0.4.3
10652024-07-15T22:54:33.097Z Downloaded heck v0.3.3
10662024-07-15T22:54:33.097Z Downloaded hash32 v0.3.1
10672024-07-15T22:54:33.097Z Downloaded globset v0.4.14
10682024-07-15T22:54:33.097Z Downloaded glob v0.3.1
10692024-07-15T22:54:33.097Z Downloaded ghash v0.5.1
10702024-07-15T22:54:33.097Z Downloaded getrandom v0.2.14
10712024-07-15T22:54:33.097Z Downloaded getrandom v0.1.16
10722024-07-15T22:54:33.121Z Downloaded getopts v0.2.21
10732024-07-15T22:54:33.121Z Downloaded rustls-pemfile v2.1.2
10742024-07-15T22:54:33.121Z Downloaded rustfmt-wrapper v0.2.1
10752024-07-15T22:54:33.121Z Downloaded rustc_version v0.1.7
10762024-07-15T22:54:33.121Z Downloaded rustc-demangle v0.1.24
10772024-07-15T22:54:33.121Z Downloaded rust-argon2 v2.1.0
10782024-07-15T22:54:33.121Z Downloaded russh-keys v0.43.0
10792024-07-15T22:54:33.121Z Downloaded rstest_macros v0.19.0
10802024-07-15T22:54:33.121Z Downloaded rsa v0.9.6
10812024-07-15T22:54:33.145Z Downloaded rpassword v7.3.1
10822024-07-15T22:54:33.145Z Downloaded ron v0.8.1
10832024-07-15T22:54:33.145Z Downloaded ron v0.7.1
10842024-07-15T22:54:33.145Z Downloaded resolv-conf v0.7.0
10852024-07-15T22:54:33.145Z Downloaded regex-automata v0.1.10
10862024-07-15T22:54:33.145Z Downloaded rcgen v0.12.1
10872024-07-15T22:54:33.169Z Downloaded sled v0.34.7
10882024-07-15T22:54:33.169Z Downloaded pathdiff v0.2.1
10892024-07-15T22:54:33.169Z Downloaded parse-size v1.0.0
10902024-07-15T22:54:33.169Z Downloaded nodrop v0.1.14
10912024-07-15T22:54:33.170Z Downloaded newtype_derive v0.1.6
10922024-07-15T22:54:33.170Z Downloaded lazy_static v1.5.0
10932024-07-15T22:54:33.170Z Downloaded ipnetwork v0.20.0
10942024-07-15T22:54:33.170Z Downloaded internet-checksum v0.2.1
10952024-07-15T22:54:33.170Z Downloaded indoc v1.0.9
10962024-07-15T22:54:33.194Z Downloaded indent_write v2.2.0
10972024-07-15T22:54:33.194Z Downloaded bzip2-sys v0.1.11+1.0.8
10982024-07-15T22:54:33.194Z Downloaded rustls-native-certs v0.7.0
10992024-07-15T22:54:33.194Z Downloaded rustc_version v0.4.0
11002024-07-15T22:54:33.194Z Downloaded rustc-hash v1.1.0
11012024-07-15T22:54:33.194Z Downloaded russh-cryptovec v0.7.2
11022024-07-15T22:54:33.194Z Downloaded rtoolbox v0.0.2
11032024-07-15T22:54:33.194Z Downloaded rstest v0.19.0
11042024-07-15T22:54:33.219Z Downloaded rfc6979 v0.4.0
11052024-07-15T22:54:33.219Z Downloaded relative-path v1.9.3
11062024-07-15T22:54:33.219Z Downloaded ref-cast-impl v1.0.23
11072024-07-15T22:54:33.219Z Downloaded ref-cast v1.0.23
11082024-07-15T22:54:33.219Z Downloaded rayon-core v1.12.1
11092024-07-15T22:54:33.219Z Downloaded rand_xorshift v0.3.0
11102024-07-15T22:54:33.219Z Downloaded rand_seeder v0.2.3
11112024-07-15T22:54:33.219Z Downloaded toml_edit v0.19.15
11122024-07-15T22:54:33.243Z Downloaded tokio-rustls v0.24.1
11132024-07-15T22:54:33.243Z Downloaded tokio-postgres v0.7.10
11142024-07-15T22:54:33.243Z Downloaded thiserror-no-std v2.0.2
11152024-07-15T22:54:33.267Z Downloaded snafu v0.8.2
11162024-07-15T22:54:33.267Z Downloaded smoltcp v0.9.1
11172024-07-15T22:54:33.291Z Downloaded number_prefix v0.4.0
11182024-07-15T22:54:33.291Z Downloaded new_debug_unreachable v1.0.6
11192024-07-15T22:54:33.291Z Downloaded md5 v0.7.0
11202024-07-15T22:54:33.291Z Downloaded matches v0.1.10
11212024-07-15T22:54:33.292Z Downloaded libefi-sys v0.1.0
11222024-07-15T22:54:33.292Z Downloaded bstr v1.9.1
11232024-07-15T22:54:33.292Z Downloaded toml v0.7.8
11242024-07-15T22:54:33.292Z Downloaded toml v0.5.11
11252024-07-15T22:54:33.316Z Downloaded tokio-tungstenite v0.21.0
11262024-07-15T22:54:33.316Z Downloaded tokio-tungstenite v0.20.1
11272024-07-15T22:54:33.316Z Downloaded tokio-stream v0.1.15
11282024-07-15T22:54:33.316Z Downloaded tokio-rustls v0.25.0
11292024-07-15T22:54:33.316Z Downloaded tls_codec_derive v0.4.1
11302024-07-15T22:54:33.340Z Downloaded tls_codec v0.4.1
11312024-07-15T22:54:33.341Z Downloaded tinytemplate v1.2.1
11322024-07-15T22:54:33.341Z Downloaded tiny-keccak v2.0.2
11332024-07-15T22:54:33.366Z Downloaded threadpool v1.8.1
11342024-07-15T22:54:33.366Z Downloaded thiserror-impl-no-std v2.0.2
11352024-07-15T22:54:33.366Z Downloaded textwrap v0.16.1
11362024-07-15T22:54:33.366Z Downloaded test-strategy v0.3.1
11372024-07-15T22:54:33.366Z Downloaded termtree v0.4.1
11382024-07-15T22:54:33.366Z Downloaded termcolor v1.4.1
11392024-07-15T22:54:33.366Z Downloaded tempfile v3.10.1
11402024-07-15T22:54:33.366Z Downloaded target-spec v3.1.0
11412024-07-15T22:54:33.366Z Downloaded target-lexicon v0.12.14
11422024-07-15T22:54:33.366Z Downloaded tap v1.0.1
11432024-07-15T22:54:33.366Z Downloaded supports-color v3.0.0
11442024-07-15T22:54:33.366Z Downloaded subprocess v0.2.9
11452024-07-15T22:54:33.390Z Downloaded strum_macros v0.24.3
11462024-07-15T22:54:33.391Z Downloaded structmeta-derive v0.3.0
11472024-07-15T22:54:33.391Z Downloaded structmeta-derive v0.2.0
11482024-07-15T22:54:33.391Z Downloaded structmeta v0.3.0
11492024-07-15T22:54:33.391Z Downloaded strip-ansi-escapes v0.2.0
11502024-07-15T22:54:33.391Z Downloaded string_cache v0.8.7
11512024-07-15T22:54:33.391Z Downloaded steno v0.4.1
11522024-07-15T22:54:33.415Z Downloaded static_assertions v1.1.0
11532024-07-15T22:54:33.415Z Downloaded stability v0.2.0
11542024-07-15T22:54:33.416Z Downloaded sqlparser_derive v0.2.2
11552024-07-15T22:54:33.416Z Downloaded sqlparser v0.45.0
11562024-07-15T22:54:33.416Z Downloaded sqlformat v0.2.4
11572024-07-15T22:54:33.416Z Downloaded spin v0.5.2
11582024-07-15T22:54:33.416Z Downloaded snafu-derive v0.8.2
11592024-07-15T22:54:33.416Z Downloaded smf v0.2.3
11602024-07-15T22:54:33.416Z Downloaded smallvec v0.6.14
11612024-07-15T22:54:33.416Z Downloaded slog-envlogger v2.2.0
11622024-07-15T22:54:33.416Z Downloaded slog-dtrace v0.3.0
11632024-07-15T22:54:33.416Z Downloaded similar-asserts v1.5.0
11642024-07-15T22:54:33.441Z Downloaded path-slash v0.1.5
11652024-07-15T22:54:33.441Z Downloaded oso-derive v0.27.3
11662024-07-15T22:54:33.441Z Downloaded option-ext v0.2.0
11672024-07-15T22:54:33.441Z Downloaded opaque-debug v0.3.1
11682024-07-15T22:54:33.441Z Downloaded normalize-line-endings v0.3.0
11692024-07-15T22:54:33.441Z Downloaded lazycell v1.3.0
11702024-07-15T22:54:33.441Z Downloaded kstat-rs v0.2.4
11712024-07-15T22:54:33.441Z Downloaded inout v0.1.3
11722024-07-15T22:54:33.441Z Downloaded impl-trait-for-tuples v0.2.2
11732024-07-15T22:54:33.441Z Downloaded curve25519-dalek v4.1.3
11742024-07-15T22:54:33.441Z Downloaded const-oid v0.9.6
11752024-07-15T22:54:33.466Z Downloaded bstr v0.2.17
11762024-07-15T22:54:33.466Z Downloaded bitvec v1.0.1
11772024-07-15T22:54:33.490Z Downloaded bindgen v0.69.4
11782024-07-15T22:54:33.490Z Downloaded tabwriter v1.4.0
11792024-07-15T22:54:33.490Z Downloaded subtle v2.5.0
11802024-07-15T22:54:33.490Z Downloaded strum_macros v0.25.3
11812024-07-15T22:54:33.514Z Downloaded structmeta v0.2.0
11822024-07-15T22:54:33.515Z Downloaded stringprep v0.1.4
11832024-07-15T22:54:33.515Z Downloaded stable_deref_trait v1.2.0
11842024-07-15T22:54:33.515Z Downloaded spki v0.7.3
11852024-07-15T22:54:33.515Z Downloaded spin v0.9.8
11862024-07-15T22:54:33.515Z Downloaded socket2 v0.4.10
11872024-07-15T22:54:33.515Z Downloaded smawk v0.3.2
11882024-07-15T22:54:33.515Z Downloaded slog-stdlog v4.1.1
11892024-07-15T22:54:33.539Z Downloaded slog-scope v4.4.0
11902024-07-15T22:54:33.539Z Downloaded siphasher v0.3.11
11912024-07-15T22:54:33.539Z Downloaded serde_path_to_error v0.1.16
11922024-07-15T22:54:33.539Z Downloaded serde_derive_internals v0.29.1
11932024-07-15T22:54:33.539Z Downloaded serde_arrays v0.1.0
11942024-07-15T22:54:33.540Z Downloaded serde-hex v0.1.0
11952024-07-15T22:54:33.540Z Downloaded serde-big-array v0.5.1
11962024-07-15T22:54:33.540Z Downloaded nested v0.1.1
11972024-07-15T22:54:33.540Z Downloaded libsw v3.3.1
11982024-07-15T22:54:33.540Z Downloaded is_ci v1.2.0
11992024-07-15T22:54:33.540Z Downloaded curve25519-dalek-derive v0.1.1
12002024-07-15T22:54:33.540Z Downloaded csv-core v0.1.11
12012024-07-15T22:54:33.565Z Downloaded crypto-bigint v0.5.5
12022024-07-15T22:54:33.565Z Downloaded crossterm v0.27.0
12032024-07-15T22:54:33.565Z Downloaded criterion v0.5.1
12042024-07-15T22:54:33.590Z Downloaded cookie v0.17.0
12052024-07-15T22:54:33.590Z Downloaded const_format v0.2.32
12062024-07-15T22:54:33.590Z Downloaded clang-sys v1.7.0
12072024-07-15T22:54:33.590Z Downloaded ciborium v0.2.2
12082024-07-15T22:54:33.590Z Downloaded chrono v0.4.38
12092024-07-15T22:54:33.615Z Downloaded chacha20poly1305 v0.10.1
12102024-07-15T22:54:33.615Z Downloaded camino-tempfile v1.1.1
12112024-07-15T22:54:33.615Z Downloaded blake3 v1.5.1
12122024-07-15T22:54:33.615Z Downloaded blake2 v0.10.6
12132024-07-15T22:54:33.615Z Downloaded base64 v0.22.1
12142024-07-15T22:54:33.639Z Downloaded base64 v0.13.1
12152024-07-15T22:54:33.639Z Downloaded backtrace v0.3.71
12162024-07-15T22:54:33.639Z Downloaded backoff v0.4.0
12172024-07-15T22:54:33.640Z Downloaded allocator-api2 v0.2.18
12182024-07-15T22:54:33.664Z Downloaded aho-corasick v1.1.3
12192024-07-15T22:54:33.664Z Downloaded ahash v0.8.11
12202024-07-15T22:54:33.664Z Downloaded aes-gcm v0.10.3
12212024-07-15T22:54:33.664Z Downloaded aes v0.8.4
12222024-07-15T22:54:33.689Z Downloaded instant v0.1.12
12232024-07-15T22:54:33.689Z Downloaded ident_case v1.0.1
12242024-07-15T22:54:33.689Z Downloaded ctr v0.9.2
12252024-07-15T22:54:33.689Z Downloaded cstr-argument v0.1.2
12262024-07-15T22:54:33.689Z Downloaded crossbeam-epoch v0.9.18
12272024-07-15T22:54:33.689Z Downloaded crossbeam-deque v0.8.5
12282024-07-15T22:54:33.689Z Downloaded criterion-plot v0.5.0
12292024-07-15T22:54:33.689Z Downloaded crc-catalog v2.4.0
12302024-07-15T22:54:33.689Z Downloaded crc-any v2.5.0
12312024-07-15T22:54:33.714Z Downloaded crc v3.2.1
12322024-07-15T22:54:33.714Z Downloaded cookie_store v0.20.0
12332024-07-15T22:54:33.714Z Downloaded cookie v0.18.1
12342024-07-15T22:54:33.714Z Downloaded constant_time_eq v0.3.0
12352024-07-15T22:54:33.714Z Downloaded const_format_proc_macros v0.2.32
12362024-07-15T22:54:33.715Z Downloaded console v0.15.8
12372024-07-15T22:54:33.715Z Downloaded compact_str v0.7.1
12382024-07-15T22:54:33.715Z Downloaded colored v2.1.0
12392024-07-15T22:54:33.740Z Downloaded cobs v0.2.3
12402024-07-15T22:54:33.740Z Downloaded cipher v0.4.4
12412024-07-15T22:54:33.740Z Downloaded ciborium-ll v0.2.2
12422024-07-15T22:54:33.740Z Downloaded ciborium-io v0.2.2
12432024-07-15T22:54:33.740Z Downloaded chacha20 v0.9.1
12442024-07-15T22:54:33.740Z Downloaded cfg_aliases v0.1.1
12452024-07-15T22:54:33.740Z Downloaded cfg-expr v0.15.8
12462024-07-15T22:54:33.741Z Downloaded cexpr v0.6.0
12472024-07-15T22:54:33.741Z Downloaded cbc v0.1.2
12482024-07-15T22:54:33.765Z Downloaded castaway v0.2.2
12492024-07-15T22:54:33.765Z Downloaded cast v0.3.0
12502024-07-15T22:54:33.765Z Downloaded cassowary v0.3.0
12512024-07-15T22:54:33.765Z Downloaded cancel-safe-futures v0.1.5
12522024-07-15T22:54:33.765Z Downloaded bzip2 v0.4.4
12532024-07-15T22:54:33.765Z Downloaded buf-list v1.0.3
12542024-07-15T22:54:33.765Z Downloaded blowfish v0.9.1
12552024-07-15T22:54:33.765Z Downloaded block-padding v0.3.3
12562024-07-15T22:54:33.765Z Downloaded blake2b_simd v1.0.2
12572024-07-15T22:54:33.790Z Downloaded bitstruct_derive v0.1.0
12582024-07-15T22:54:33.790Z Downloaded bitstruct v0.1.1
12592024-07-15T22:54:33.790Z Downloaded bitflags v1.3.2
12602024-07-15T22:54:33.790Z Downloaded bitfield-struct v0.6.1
12612024-07-15T22:54:33.790Z Downloaded bitfield v0.14.0
12622024-07-15T22:54:33.790Z Downloaded bit-vec v0.6.3
12632024-07-15T22:54:33.790Z Downloaded bit-set v0.5.3
12642024-07-15T22:54:33.790Z Downloaded bcs v0.1.6
12652024-07-15T22:54:33.790Z Downloaded bcrypt-pbkdf v0.10.0
12662024-07-15T22:54:33.790Z Downloaded bb8 v0.8.5
12672024-07-15T22:54:33.790Z Downloaded base64ct v1.6.0
12682024-07-15T22:54:33.790Z Downloaded base16ct v0.2.0
12692024-07-15T22:54:33.815Z Downloaded atty v0.2.14
12702024-07-15T22:54:33.815Z Downloaded atomicwrites v0.4.3
12712024-07-15T22:54:33.815Z Downloaded atomic-waker v1.1.2
12722024-07-15T22:54:33.815Z Downloaded async-trait v0.1.81
12732024-07-15T22:54:33.815Z Downloaded async-stream v0.3.5
12742024-07-15T22:54:33.815Z Downloaded async-recursion v1.1.1
12752024-07-15T22:54:33.815Z Downloaded assert_matches v1.5.0
12762024-07-15T22:54:33.815Z Downloaded assert_cmd v2.0.14
12772024-07-15T22:54:33.815Z Downloaded ascii-canvas v3.0.0
12782024-07-15T22:54:33.816Z Downloaded ascii v1.1.0
12792024-07-15T22:54:33.816Z Downloaded arrayvec v0.7.4
12802024-07-15T22:54:33.816Z Downloaded arrayref v0.3.7
12812024-07-15T22:54:33.841Z Downloaded array-init v0.0.4
12822024-07-15T22:54:33.841Z Downloaded argon2 v0.5.3
12832024-07-15T22:54:33.841Z Downloaded arc-swap v1.7.1
12842024-07-15T22:54:33.841Z Downloaded approx v0.5.1
12852024-07-15T22:54:33.841Z Downloaded anes v0.1.6
12862024-07-15T22:54:33.841Z Downloaded addr2line v0.21.0
12872024-07-15T22:54:33.841Z Downloaded corncobs v0.1.3
12882024-07-15T22:54:33.841Z Downloaded convert_case v0.4.0
12892024-07-15T22:54:33.841Z Downloaded async-stream-impl v0.3.5
12902024-07-15T22:54:33.841Z Downloaded aead v0.5.2
12912024-07-15T22:54:34.600Z Dirty proc-macro2 v1.0.86: the rustflags changed
12922024-07-15T22:54:34.600Z Compiling proc-macro2 v1.0.86
12932024-07-15T22:54:34.600Z Dirty unicode-ident v1.0.12: the rustflags changed
12942024-07-15T22:54:34.600Z Compiling unicode-ident v1.0.12
12952024-07-15T22:54:34.624Z Dirty libc v0.2.155: the rustflags changed
12962024-07-15T22:54:34.624Z Compiling libc v0.2.155
12972024-07-15T22:54:34.624Z Dirty cfg-if v1.0.0: the rustflags changed
12982024-07-15T22:54:34.624Z Compiling cfg-if v1.0.0
12992024-07-15T22:54:34.624Z Compiling serde v1.0.204
13002024-07-15T22:54:34.624Z Dirty version_check v0.9.4: the rustflags changed
13012024-07-15T22:54:34.624Z Compiling version_check v0.9.4
13022024-07-15T22:54:34.624Z Dirty autocfg v1.3.0: the rustflags changed
13032024-07-15T22:54:34.624Z Compiling autocfg v1.3.0
13042024-07-15T22:54:34.625Z Dirty memchr v2.7.2: the rustflags changed
13052024-07-15T22:54:34.625Z Compiling memchr v2.7.2
13062024-07-15T22:54:34.625Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=3d60a5ec559be5a3 -C extra-filename=-3d60a5ec559be5a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-3d60a5ec559be5a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13072024-07-15T22:54:34.625Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=3cba3e4111e6a12c -C extra-filename=-3cba3e4111e6a12c --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-3cba3e4111e6a12c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13082024-07-15T22:54:34.625Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.204/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=1551a7a4c9cbe6e4 -C extra-filename=-1551a7a4c9cbe6e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-1551a7a4c9cbe6e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13092024-07-15T22:54:34.650Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d9b2ede3219a3f1f -C extra-filename=-d9b2ede3219a3f1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13102024-07-15T22:54:34.650Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29318a6a539680a2 -C extra-filename=-29318a6a539680a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13112024-07-15T22:54:34.650Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da1d2f89ec5cc337 -C extra-filename=-da1d2f89ec5cc337 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13122024-07-15T22:54:34.674Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f04c7e29e163c4f4 -C extra-filename=-f04c7e29e163c4f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13132024-07-15T22:54:34.700Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cd145163fd70236 -C extra-filename=-6cd145163fd70236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13142024-07-15T22:54:34.814Z Compiling scopeguard v1.2.0
13152024-07-15T22:54:34.839Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=96e907db81b39683 -C extra-filename=-96e907db81b39683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13162024-07-15T22:54:34.839Z Compiling log v0.4.21
13172024-07-15T22:54:34.868Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=a206aa3e5ae8d451 -C extra-filename=-a206aa3e5ae8d451 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13182024-07-15T22:54:34.963Z Dirty byteorder v1.5.0: the rustflags changed
13192024-07-15T22:54:34.963Z Compiling byteorder v1.5.0
13202024-07-15T22:54:34.987Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4079b563d11206ed -C extra-filename=-4079b563d11206ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13212024-07-15T22:54:35.253Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-3d60a5ec559be5a3/build-script-build`
13222024-07-15T22:54:35.277Z Dirty once_cell v1.19.0: the rustflags changed
13232024-07-15T22:54:35.277Z Compiling once_cell v1.19.0
13242024-07-15T22:54:35.277Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=646417322ca33c73 -C extra-filename=-646417322ca33c73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13252024-07-15T22:54:35.301Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-1551a7a4c9cbe6e4/build-script-build`
13262024-07-15T22:54:35.368Z Dirty itoa v1.0.11: the rustflags changed
13272024-07-15T22:54:35.368Z Compiling itoa v1.0.11
13282024-07-15T22:54:35.392Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d1af7e8c40a69f8 -C extra-filename=-1d1af7e8c40a69f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13292024-07-15T22:54:35.416Z Compiling smallvec v1.13.2
13302024-07-15T22:54:35.416Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' -C metadata=b79becaab4538f2c -C extra-filename=-b79becaab4538f2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13312024-07-15T22:54:35.472Z Dirty parking_lot_core v0.9.10: the rustflags changed
13322024-07-15T22:54:35.472Z Compiling parking_lot_core v0.9.10
13332024-07-15T22:54:35.504Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d46e527a12f1bac -C extra-filename=-8d46e527a12f1bac --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8d46e527a12f1bac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13342024-07-15T22:54:35.545Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-3cba3e4111e6a12c/build-script-build`
13352024-07-15T22:54:35.570Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=6a78d9d4c0031289 -C extra-filename=-6a78d9d4c0031289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg no_literal_byte_character --cfg no_literal_c_string --cfg wrap_proc_macro --cfg proc_macro_span`
13362024-07-15T22:54:35.613Z Dirty lock_api v0.4.12: the rustflags changed
13372024-07-15T22:54:35.613Z Compiling lock_api v0.4.12
13382024-07-15T22:54:35.638Z Compiling libm v0.2.8
13392024-07-15T22:54:35.638Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=4af9be3a59741d39 -C extra-filename=-4af9be3a59741d39 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-4af9be3a59741d39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13402024-07-15T22:54:35.638Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=095fcd23f830a54d -C extra-filename=-095fcd23f830a54d --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-095fcd23f830a54d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13412024-07-15T22:54:35.663Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=9e9eff94c6618bbf -C extra-filename=-9e9eff94c6618bbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
13422024-07-15T22:54:35.705Z Compiling num-traits v0.2.19
13432024-07-15T22:54:35.730Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=e2a2ec7d9b6a4b62 -C extra-filename=-e2a2ec7d9b6a4b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-e2a2ec7d9b6a4b62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13442024-07-15T22:54:35.821Z Dirty pin-project-lite v0.2.14: the rustflags changed
13452024-07-15T22:54:35.821Z Compiling pin-project-lite v0.2.14
13462024-07-15T22:54:35.846Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=4736805a60104127 -C extra-filename=-4736805a60104127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13472024-07-15T22:54:35.949Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-4af9be3a59741d39/build-script-build`
13482024-07-15T22:54:35.973Z Dirty cc v1.0.97: the rustflags changed
13492024-07-15T22:54:35.973Z Compiling cc v1.0.97
13502024-07-15T22:54:35.974Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=453eca9135afa6bf -C extra-filename=-453eca9135afa6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13512024-07-15T22:54:35.998Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-095fcd23f830a54d/build-script-build`
13522024-07-15T22:54:36.023Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8d46e527a12f1bac/build-script-build`
13532024-07-15T22:54:36.048Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=98a4140e57fd013c -C extra-filename=-98a4140e57fd013c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13542024-07-15T22:54:36.048Z Dirty thiserror v1.0.60: the rustflags changed
13552024-07-15T22:54:36.048Z Compiling thiserror v1.0.60
13562024-07-15T22:54:36.048Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.60/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b87d92f35a7ebd14 -C extra-filename=-b87d92f35a7ebd14 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-b87d92f35a7ebd14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13572024-07-15T22:54:36.078Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-e2a2ec7d9b6a4b62/build-script-build`
13582024-07-15T22:54:36.103Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=fb5654d251dbf08f -C extra-filename=-fb5654d251dbf08f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
13592024-07-15T22:54:36.281Z Dirty quote v1.0.36: the rustflags changed
13602024-07-15T22:54:36.281Z Compiling quote v1.0.36
13612024-07-15T22:54:36.306Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=8ae0078a8307e25e -C extra-filename=-8ae0078a8307e25e --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-6a78d9d4c0031289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13622024-07-15T22:54:36.306Z Compiling ahash v0.8.11
13632024-07-15T22:54:36.306Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=f38055c8d994fd52 -C extra-filename=-f38055c8d994fd52 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-f38055c8d994fd52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13642024-07-15T22:54:36.498Z Compiling spin v0.9.8
13652024-07-15T22:54:36.523Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=a84cf16555a1e5a6 -C extra-filename=-a84cf16555a1e5a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-fb5654d251dbf08f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13662024-07-15T22:54:36.590Z Compiling syn v2.0.71
13672024-07-15T22:54:36.615Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=64ad5e768ed85ab0 -C extra-filename=-64ad5e768ed85ab0 --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-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13682024-07-15T22:54:36.640Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b87d92f35a7ebd14/build-script-build`
13692024-07-15T22:54:36.831Z Compiling getrandom v0.2.14
13702024-07-15T22:54:36.856Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=84b0b01dae64acc1 -C extra-filename=-84b0b01dae64acc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13712024-07-15T22:54:36.856Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b5b7b7a4efb3c44 -C extra-filename=-0b5b7b7a4efb3c44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13722024-07-15T22:54:36.890Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=da8aea025e0dde22 -C extra-filename=-da8aea025e0dde22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-98a4140e57fd013c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp`
13732024-07-15T22:54:36.941Z Dirty signal-hook-registry v1.4.2: the rustflags changed
13742024-07-15T22:54:36.941Z Compiling signal-hook-registry v1.4.2
13752024-07-15T22:54:36.969Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c0fdcc86593b797 -C extra-filename=-9c0fdcc86593b797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13762024-07-15T22:54:37.146Z Compiling rand_core v0.6.4
13772024-07-15T22:54:37.171Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=715685859e2d8232 -C extra-filename=-715685859e2d8232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13782024-07-15T22:54:37.212Z Compiling parking_lot v0.12.2
13792024-07-15T22:54:37.237Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ceff54d9803290cf -C extra-filename=-ceff54d9803290cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-fb5654d251dbf08f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-0b5b7b7a4efb3c44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13802024-07-15T22:54:37.281Z Compiling mio v0.8.11
13812024-07-15T22:54:37.306Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=9f0966d2e489a4ef -C extra-filename=-9f0966d2e489a4ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13822024-07-15T22:54:37.429Z Dirty ryu v1.0.18: the rustflags changed
13832024-07-15T22:54:37.429Z Compiling ryu v1.0.18
13842024-07-15T22:54:37.453Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2235e6b179f77bd1 -C extra-filename=-2235e6b179f77bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13852024-07-15T22:54:37.615Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-f38055c8d994fd52/build-script-build`
13862024-07-15T22:54:37.675Z Dirty num_cpus v1.16.0: the rustflags changed
13872024-07-15T22:54:37.675Z Compiling num_cpus v1.16.0
13882024-07-15T22:54:37.699Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=542485ea2f901d76 -C extra-filename=-542485ea2f901d76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13892024-07-15T22:54:37.699Z Dirty futures-core v0.3.30: the rustflags changed
13902024-07-15T22:54:37.699Z Compiling futures-core v0.3.30
13912024-07-15T22:54:37.699Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4a234987197be9fa -C extra-filename=-4a234987197be9fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13922024-07-15T22:54:37.744Z Dirty typenum v1.17.0: the rustflags changed
13932024-07-15T22:54:37.744Z Compiling typenum v1.17.0
13942024-07-15T22:54:37.769Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27eeebb75c45b94d -C extra-filename=-27eeebb75c45b94d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-27eeebb75c45b94d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13952024-07-15T22:54:37.793Z Compiling allocator-api2 v0.2.18
13962024-07-15T22:54:37.793Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=e0639e5ace3a65a0 -C extra-filename=-e0639e5ace3a65a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13972024-07-15T22:54:37.911Z Dirty socket2 v0.5.7: the rustflags changed
13982024-07-15T22:54:37.911Z Compiling socket2 v0.5.7
13992024-07-15T22:54:37.936Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=638e6319dfcb29c2 -C extra-filename=-638e6319dfcb29c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14002024-07-15T22:54:38.008Z Compiling generic-array v0.14.7
14012024-07-15T22:54:38.033Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=25df682b96f0072c -C extra-filename=-25df682b96f0072c --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-25df682b96f0072c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14022024-07-15T22:54:38.302Z Compiling serde_json v1.0.120
14032024-07-15T22:54:38.329Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.120/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=b57c9312ae36d377 -C extra-filename=-b57c9312ae36d377 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-b57c9312ae36d377 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14042024-07-15T22:54:38.500Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-25df682b96f0072c/build-script-build`
14052024-07-15T22:54:38.555Z Compiling subtle v2.5.0
14062024-07-15T22:54:38.579Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d6b6d230a68694b6 -C extra-filename=-d6b6d230a68694b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14072024-07-15T22:54:38.604Z Dirty equivalent v1.0.1: the rustflags changed
14082024-07-15T22:54:38.604Z Compiling equivalent v1.0.1
14092024-07-15T22:54:38.604Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7908cf90c6ce7643 -C extra-filename=-7908cf90c6ce7643 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14102024-07-15T22:54:38.654Z Dirty futures-sink v0.3.30: the rustflags changed
14112024-07-15T22:54:38.655Z Compiling futures-sink v0.3.30
14122024-07-15T22:54:38.679Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4cb8e409c90cd6c4 -C extra-filename=-4cb8e409c90cd6c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14132024-07-15T22:54:38.704Z Dirty slab v0.4.9: the rustflags changed
14142024-07-15T22:54:38.704Z Compiling slab v0.4.9
14152024-07-15T22:54:38.704Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f1ebead8b418469f -C extra-filename=-f1ebead8b418469f --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-f1ebead8b418469f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14162024-07-15T22:54:38.758Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-b57c9312ae36d377/build-script-build`
14172024-07-15T22:54:38.784Z Dirty futures-channel v0.3.30: the rustflags changed
14182024-07-15T22:54:38.784Z Compiling futures-channel v0.3.30
14192024-07-15T22:54:38.808Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=afd81f7a37d03f0e -C extra-filename=-afd81f7a37d03f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14202024-07-15T22:54:38.809Z Compiling syn v1.0.109
14212024-07-15T22:54:38.809Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-27eeebb75c45b94d/build-script-main`
14222024-07-15T22:54:38.809Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=9135e84cd8615b52 -C extra-filename=-9135e84cd8615b52 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-9135e84cd8615b52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14232024-07-15T22:54:38.869Z Dirty fnv v1.0.7: the rustflags changed
14242024-07-15T22:54:38.869Z Compiling fnv v1.0.7
14252024-07-15T22:54:38.894Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d03daaf3ac116161 -C extra-filename=-d03daaf3ac116161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14262024-07-15T22:54:38.918Z Dirty futures-task v0.3.30: the rustflags changed
14272024-07-15T22:54:38.918Z Compiling futures-task v0.3.30
14282024-07-15T22:54:38.918Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=6b7b230ac7fdda05 -C extra-filename=-6b7b230ac7fdda05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14292024-07-15T22:54:38.971Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b070c3f889b95c1 -C extra-filename=-4b070c3f889b95c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14302024-07-15T22:54:39.001Z Dirty pin-utils v0.1.0: the rustflags changed
14312024-07-15T22:54:39.001Z Compiling pin-utils v0.1.0
14322024-07-15T22:54:39.028Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b6d4576f055e0dd -C extra-filename=-0b6d4576f055e0dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14332024-07-15T22:54:39.028Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-f1ebead8b418469f/build-script-build`
14342024-07-15T22:54:39.065Z Dirty futures-io v0.3.30: the rustflags changed
14352024-07-15T22:54:39.065Z Compiling futures-io v0.3.30
14362024-07-15T22:54:39.090Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=cfa3035534aaa817 -C extra-filename=-cfa3035534aaa817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14372024-07-15T22:54:39.115Z Compiling const-oid v0.9.6
14382024-07-15T22:54:39.115Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=e1a935d3d543cf79 -C extra-filename=-e1a935d3d543cf79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14392024-07-15T22:54:39.161Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d0f1f33fb8cbafce -C extra-filename=-d0f1f33fb8cbafce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14402024-07-15T22:54:39.185Z Compiling regex-syntax v0.8.3
14412024-07-15T22:54:39.186Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=e5e7129e53ac8b8b -C extra-filename=-e5e7129e53ac8b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14422024-07-15T22:54:39.217Z Compiling aho-corasick v1.1.3
14432024-07-15T22:54:39.217Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=1fd9564269861caa -C extra-filename=-1fd9564269861caa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14442024-07-15T22:54:39.361Z Compiling iana-time-zone v0.1.60
14452024-07-15T22:54:39.386Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=dc7fd02d5aaff25a -C extra-filename=-dc7fd02d5aaff25a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14462024-07-15T22:54:39.410Z Dirty semver v1.0.23: the rustflags changed
14472024-07-15T22:54:39.410Z Compiling semver v1.0.23
14482024-07-15T22:54:39.435Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=a46954a1d6188817 -C extra-filename=-a46954a1d6188817 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-a46954a1d6188817 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14492024-07-15T22:54:39.435Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-9135e84cd8615b52/build-script-build`
14502024-07-15T22:54:39.496Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=c11a1e752ae8cd20 -C extra-filename=-c11a1e752ae8cd20 --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-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
14512024-07-15T22:54:39.746Z Dirty heck v0.5.0: the rustflags changed
14522024-07-15T22:54:39.746Z Compiling heck v0.5.0
14532024-07-15T22:54:39.771Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98930e4cc72f023e -C extra-filename=-98930e4cc72f023e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14542024-07-15T22:54:39.861Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-a46954a1d6188817/build-script-build`
14552024-07-15T22:54:39.922Z Dirty tinyvec_macros v0.1.1: the rustflags changed
14562024-07-15T22:54:39.922Z Compiling tinyvec_macros v0.1.1
14572024-07-15T22:54:39.947Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b13b79eaf76cf6b9 -C extra-filename=-b13b79eaf76cf6b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14582024-07-15T22:54:40.005Z Dirty tinyvec v1.6.0: the rustflags changed
14592024-07-15T22:54:40.005Z Compiling tinyvec v1.6.0
14602024-07-15T22:54:40.031Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=895d1d5581d5efcb -C extra-filename=-895d1d5581d5efcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-b13b79eaf76cf6b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14612024-07-15T22:54:40.070Z Compiling ppv-lite86 v0.2.17
14622024-07-15T22:54:40.094Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=b9107e4ada8e4dd6 -C extra-filename=-b9107e4ada8e4dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14632024-07-15T22:54:40.184Z Compiling lazy_static v1.5.0
14642024-07-15T22:54:40.209Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.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"' -C metadata=772fb82229dfbb23 -C extra-filename=-772fb82229dfbb23 --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-a84cf16555a1e5a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14652024-07-15T22:54:40.296Z Dirty pkg-config v0.3.30: the rustflags changed
14662024-07-15T22:54:40.296Z Compiling pkg-config v0.3.30
14672024-07-15T22:54:40.321Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0839f5aecb361828 -C extra-filename=-0839f5aecb361828 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14682024-07-15T22:54:40.643Z Compiling dyn-clone v1.0.17
14692024-07-15T22:54:40.667Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acaadff11df4bfa2 -C extra-filename=-acaadff11df4bfa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14702024-07-15T22:54:40.706Z Compiling unicode-bidi v0.3.15
14712024-07-15T22:54:40.730Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=99ebbc53cc68e61d -C extra-filename=-99ebbc53cc68e61d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14722024-07-15T22:54:40.833Z Dirty cpufeatures v0.2.12: the rustflags changed
14732024-07-15T22:54:40.833Z Compiling cpufeatures v0.2.12
14742024-07-15T22:54:40.858Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=617fd11b7df2e647 -C extra-filename=-617fd11b7df2e647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14752024-07-15T22:54:40.932Z Compiling schemars v0.8.21
14762024-07-15T22:54:40.957Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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"' -C metadata=cc25cc30a3665139 -C extra-filename=-cc25cc30a3665139 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-cc25cc30a3665139 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14772024-07-15T22:54:41.187Z Compiling unicode-normalization v0.1.23
14782024-07-15T22:54:41.211Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64697c3f9169cd97 -C extra-filename=-64697c3f9169cd97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-895d1d5581d5efcb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14792024-07-15T22:54:41.243Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-cc25cc30a3665139/build-script-build`
14802024-07-15T22:54:41.268Z Compiling rand_chacha v0.3.1
14812024-07-15T22:54:41.268Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=d007674366a49271 -C extra-filename=-d007674366a49271 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-b9107e4ada8e4dd6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14822024-07-15T22:54:41.637Z Dirty tracing-core v0.1.32: the rustflags changed
14832024-07-15T22:54:41.637Z Compiling tracing-core v0.1.32
14842024-07-15T22:54:41.671Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=4090540935a66d13 -C extra-filename=-4090540935a66d13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14852024-07-15T22:54:41.990Z Compiling regex-automata v0.4.6
14862024-07-15T22:54:42.018Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=b328ca2e85c26ba1 -C extra-filename=-b328ca2e85c26ba1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14872024-07-15T22:54:42.043Z Dirty rustix v0.38.34: the rustflags changed
14882024-07-15T22:54:42.043Z Compiling rustix v0.38.34
14892024-07-15T22:54:42.043Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=d971cc53717d749f -C extra-filename=-d971cc53717d749f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d971cc53717d749f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14902024-07-15T22:54:42.792Z Compiling serde_derive_internals v0.29.1
14912024-07-15T22:54:42.817Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4bf63ff54842b347 -C extra-filename=-4bf63ff54842b347 --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-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14922024-07-15T22:54:42.962Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d971cc53717d749f/build-script-build`
14932024-07-15T22:54:43.093Z Compiling rand v0.8.5
14942024-07-15T22:54:43.118Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=26edd622f87e2dfc -C extra-filename=-26edd622f87e2dfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d007674366a49271.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14952024-07-15T22:54:43.143Z Dirty errno v0.3.9: the rustflags changed
14962024-07-15T22:54:43.143Z Compiling errno v0.3.9
14972024-07-15T22:54:43.143Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=3cfcd26b9cc4ed8f -C extra-filename=-3cfcd26b9cc4ed8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14982024-07-15T22:54:43.392Z Dirty percent-encoding v2.3.1: the rustflags changed
14992024-07-15T22:54:43.392Z Compiling percent-encoding v2.3.1
15002024-07-15T22:54:43.417Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=22869783781f7a70 -C extra-filename=-22869783781f7a70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15012024-07-15T22:54:43.748Z Dirty form_urlencoded v1.2.1: the rustflags changed
15022024-07-15T22:54:43.748Z Compiling form_urlencoded v1.2.1
15032024-07-15T22:54:43.773Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8558f77493471e37 -C extra-filename=-8558f77493471e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15042024-07-15T22:54:44.027Z Dirty time-core v0.1.2: the rustflags changed
15052024-07-15T22:54:44.027Z Compiling time-core v0.1.2
15062024-07-15T22:54:44.052Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2b471122a3172da -C extra-filename=-d2b471122a3172da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15072024-07-15T22:54:44.077Z Dirty httparse v1.8.0: the rustflags changed
15082024-07-15T22:54:44.077Z Compiling httparse v1.8.0
15092024-07-15T22:54:44.077Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b68e58fa5461d0d8 -C extra-filename=-b68e58fa5461d0d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-b68e58fa5461d0d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15102024-07-15T22:54:44.207Z Dirty powerfmt v0.2.0: the rustflags changed
15112024-07-15T22:54:44.208Z Compiling powerfmt v0.2.0
15122024-07-15T22:54:44.233Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3e7a811e4790277 -C extra-filename=-f3e7a811e4790277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15132024-07-15T22:54:44.533Z Dirty num-conv v0.1.0: the rustflags changed
15142024-07-15T22:54:44.533Z Compiling num-conv v0.1.0
15152024-07-15T22:54:44.557Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C metadata=19b41fa3adeceefc -C extra-filename=-19b41fa3adeceefc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15162024-07-15T22:54:44.609Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-b68e58fa5461d0d8/build-script-build`
15172024-07-15T22:54:44.634Z Dirty deranged v0.3.11: the rustflags changed
15182024-07-15T22:54:44.634Z Compiling deranged v0.3.11
15192024-07-15T22:54:44.659Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -C metadata=65b34d074ad7f278 -C extra-filename=-65b34d074ad7f278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-f3e7a811e4790277.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15202024-07-15T22:54:44.819Z Compiling time-macros v0.2.18
15212024-07-15T22:54:44.844Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=cb692b1ed7aa2065 -C extra-filename=-cb692b1ed7aa2065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-19b41fa3adeceefc.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d2b471122a3172da.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15222024-07-15T22:54:44.871Z Compiling ring v0.17.8
15232024-07-15T22:54:44.895Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=dae6dd42be0e067a -C extra-filename=-dae6dd42be0e067a --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-dae6dd42be0e067a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15242024-07-15T22:54:45.083Z Dirty unicode-width v0.1.13: the rustflags changed
15252024-07-15T22:54:45.083Z Compiling unicode-width v0.1.13
15262024-07-15T22:54:45.108Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b49d375e5576b095 -C extra-filename=-b49d375e5576b095 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15272024-07-15T22:54:45.313Z Dirty num_threads v0.1.7: the rustflags changed
15282024-07-15T22:54:45.313Z Compiling num_threads v0.1.7
15292024-07-15T22:54:45.338Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=34892b26c1f551f0 -C extra-filename=-34892b26c1f551f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15302024-07-15T22:54:45.376Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=374f7bdcf7d21587 -C extra-filename=-374f7bdcf7d21587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd`
15312024-07-15T22:54:45.451Z Compiling idna v0.5.0
15322024-07-15T22:54:45.476Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=675744463e840421 -C extra-filename=-675744463e840421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15332024-07-15T22:54:45.926Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-dae6dd42be0e067a/build-script-build`
15342024-07-15T22:54:46.003Z Compiling either v1.12.0
15352024-07-15T22:54:46.028Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=c6ebce9b8f2b7960 -C extra-filename=-c6ebce9b8f2b7960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15362024-07-15T22:54:46.252Z Compiling url v2.5.0
15372024-07-15T22:54:46.276Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5ae9db4e827001c1 -C extra-filename=-5ae9db4e827001c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8558f77493471e37.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-675744463e840421.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15382024-07-15T22:54:46.361Z Compiling untrusted v0.9.0
15392024-07-15T22:54:46.385Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8af25f1ae3ed7de4 -C extra-filename=-8af25f1ae3ed7de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15402024-07-15T22:54:46.512Z Dirty rustversion v1.0.17: the rustflags changed
15412024-07-15T22:54:46.512Z Compiling rustversion v1.0.17
15422024-07-15T22:54:46.537Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0231db8ead83e2b9 -C extra-filename=-0231db8ead83e2b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-0231db8ead83e2b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15432024-07-15T22:54:46.712Z Compiling regex v1.10.5
15442024-07-15T22:54:46.737Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=d37737ee398aa5da -C extra-filename=-d37737ee398aa5da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15452024-07-15T22:54:47.140Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0231db8ead83e2b9/build-script-build`
15462024-07-15T22:54:47.200Z Compiling slog v2.7.0
15472024-07-15T22:54:47.224Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=f19229a953384392 -C extra-filename=-f19229a953384392 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-f19229a953384392 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15482024-07-15T22:54:47.643Z Dirty vcpkg v0.2.15: the rustflags changed
15492024-07-15T22:54:47.643Z Compiling vcpkg v0.2.15
15502024-07-15T22:54:47.667Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2268884d2898701 -C extra-filename=-f2268884d2898701 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15512024-07-15T22:54:47.691Z Dirty adler v1.0.2: the rustflags changed
15522024-07-15T22:54:47.691Z Compiling adler v1.0.2
15532024-07-15T22:54:47.691Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab02ed3d0c38bd82 -C extra-filename=-ab02ed3d0c38bd82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15542024-07-15T22:54:47.733Z Compiling time v0.3.36
15552024-07-15T22:54:47.758Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=3a595e0835c9418a -C extra-filename=-3a595e0835c9418a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-65b34d074ad7f278.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-19b41fa3adeceefc.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-34892b26c1f551f0.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-f3e7a811e4790277.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d2b471122a3172da.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-cb692b1ed7aa2065.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15562024-07-15T22:54:47.823Z Dirty miniz_oxide v0.7.2: the rustflags changed
15572024-07-15T22:54:47.823Z Compiling miniz_oxide v0.7.2
15582024-07-15T22:54:47.849Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=0a57369393f833e2 -C extra-filename=-0a57369393f833e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-ab02ed3d0c38bd82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15592024-07-15T22:54:47.874Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-f19229a953384392/build-script-build`
15602024-07-15T22:54:47.939Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff404895282bf39c -C extra-filename=-ff404895282bf39c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15612024-07-15T22:54:48.454Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=7f4db6d592aed0d9 -C extra-filename=-7f4db6d592aed0d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
15622024-07-15T22:54:49.146Z Dirty try-lock v0.2.5: the rustflags changed
15632024-07-15T22:54:49.146Z Compiling try-lock v0.2.5
15642024-07-15T22:54:49.171Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52288cb1600a9b63 -C extra-filename=-52288cb1600a9b63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15652024-07-15T22:54:49.195Z Compiling serde_derive v1.0.204
15662024-07-15T22:54:49.195Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.204/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0ba42e68ce2c4ff5 -C extra-filename=-0ba42e68ce2c4ff5 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15672024-07-15T22:54:49.280Z Compiling zerocopy-derive v0.7.34
15682024-07-15T22:54:49.305Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=705e502d4c1dbb3d -C extra-filename=-705e502d4c1dbb3d --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15692024-07-15T22:54:49.353Z Compiling zeroize_derive v1.4.2
15702024-07-15T22:54:49.378Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f8d42ad2bdf37f8 -C extra-filename=-7f8d42ad2bdf37f8 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15712024-07-15T22:54:49.585Z Compiling thiserror-impl v1.0.60
15722024-07-15T22:54:49.609Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=accc5e9815b098b7 -C extra-filename=-accc5e9815b098b7 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15732024-07-15T22:54:50.817Z Compiling zeroize v1.7.0
15742024-07-15T22:54:50.843Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=162e40084bc0e80a -C extra-filename=-162e40084bc0e80a --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-7f8d42ad2bdf37f8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15752024-07-15T22:54:51.156Z Compiling tokio-macros v2.3.0
15762024-07-15T22:54:51.181Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=97c91d010d3dc2e8 -C extra-filename=-97c91d010d3dc2e8 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15772024-07-15T22:54:51.364Z Compiling zerocopy v0.7.34
15782024-07-15T22:54:51.389Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=267d8fd0c2a023f6 -C extra-filename=-267d8fd0c2a023f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-705e502d4c1dbb3d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15792024-07-15T22:54:51.753Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=971206eb9eb7cdaa -C extra-filename=-971206eb9eb7cdaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b070c3f889b95c1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
15802024-07-15T22:54:51.894Z Compiling futures-macro v0.3.30
15812024-07-15T22:54:51.921Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c77ca5e8c419e08b -C extra-filename=-c77ca5e8c419e08b --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15822024-07-15T22:54:52.244Z Compiling tracing-attributes v0.1.27
15832024-07-15T22:54:52.270Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8fd1fe7ad55a1711 -C extra-filename=-8fd1fe7ad55a1711 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15842024-07-15T22:54:52.501Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53a2cc8360586505 -C extra-filename=-53a2cc8360586505 --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-accc5e9815b098b7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access`
15852024-07-15T22:54:52.618Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=900e25007ef20775 -C extra-filename=-900e25007ef20775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-267d8fd0c2a023f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
15862024-07-15T22:54:52.686Z Compiling schemars_derive v0.8.21
15872024-07-15T22:54:52.711Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.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 -C metadata=c0069378473f613f -C extra-filename=-c0069378473f613f --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-4bf63ff54842b347.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15882024-07-15T22:54:52.759Z Dirty openssl-sys v0.9.102: the rustflags changed
15892024-07-15T22:54:52.759Z Compiling openssl-sys v0.9.102
15902024-07-15T22:54:52.784Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33ed2822f879be84 -C extra-filename=-33ed2822f879be84 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-33ed2822f879be84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-f2268884d2898701.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15912024-07-15T22:54:52.912Z Compiling crypto-common v0.1.6
15922024-07-15T22:54:52.937Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=9efbc4de522c00b6 -C extra-filename=-9efbc4de522c00b6 --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-971206eb9eb7cdaa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b070c3f889b95c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15932024-07-15T22:54:53.113Z Compiling hashbrown v0.14.5
15942024-07-15T22:54:53.140Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=9025fa0717a56460 -C extra-filename=-9025fa0717a56460 --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-900e25007ef20775.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-e0639e5ace3a65a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15952024-07-15T22:54:53.165Z Compiling block-buffer v0.10.4
15962024-07-15T22:54:53.165Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=8cb751a3f3a5b679 -C extra-filename=-8cb751a3f3a5b679 --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-971206eb9eb7cdaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15972024-07-15T22:54:53.219Z Dirty base64 v0.21.7: the rustflags changed
15982024-07-15T22:54:53.219Z Compiling base64 v0.21.7
15992024-07-15T22:54:53.245Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bfc5ed6832fe4205 -C extra-filename=-bfc5ed6832fe4205 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16002024-07-15T22:54:53.419Z Compiling digest v0.10.7
16012024-07-15T22:54:53.444Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=ce6a4c737085c3f8 -C extra-filename=-ce6a4c737085c3f8 --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-8cb751a3f3a5b679.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efbc4de522c00b6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16022024-07-15T22:54:53.762Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-33ed2822f879be84/build-script-main`
16032024-07-15T22:54:53.839Z Dirty want v0.3.1: the rustflags changed
16042024-07-15T22:54:53.839Z Compiling want v0.3.1
16052024-07-15T22:54:53.864Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0dfc4878d281d11a -C extra-filename=-0dfc4878d281d11a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-52288cb1600a9b63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16062024-07-15T22:54:53.864Z Compiling async-trait v0.1.81
16072024-07-15T22:54:53.889Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57d23d037836ac91 -C extra-filename=-57d23d037836ac91 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16082024-07-15T22:54:53.889Z Compiling futures-util v0.3.30
16092024-07-15T22:54:53.889Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=1dcee6372fe2be26 -C extra-filename=-1dcee6372fe2be26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-c77ca5e8c419e08b.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0b6d4576f055e0dd.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-d0f1f33fb8cbafce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16102024-07-15T22:54:53.966Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=b70d90a376f7e844 -C extra-filename=-b70d90a376f7e844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
16112024-07-15T22:54:54.098Z Dirty tower-service v0.3.2: the rustflags changed
16122024-07-15T22:54:54.098Z Compiling tower-service v0.3.2
16132024-07-15T22:54:54.125Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c487c8735147c6c5 -C extra-filename=-c487c8735147c6c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16142024-07-15T22:54:54.209Z Dirty httpdate v1.0.3: the rustflags changed
16152024-07-15T22:54:54.209Z Compiling httpdate v1.0.3
16162024-07-15T22:54:54.233Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a593ee1b17490e8 -C extra-filename=-9a593ee1b17490e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16172024-07-15T22:54:54.340Z Compiling base64ct v1.6.0
16182024-07-15T22:54:54.366Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=96ee31262a117aa9 -C extra-filename=-96ee31262a117aa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16192024-07-15T22:54:54.610Z Dirty foreign-types-shared v0.1.1: the rustflags changed
16202024-07-15T22:54:54.610Z Compiling foreign-types-shared v0.1.1
16212024-07-15T22:54:54.634Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc035bfc41bc9c76 -C extra-filename=-bc035bfc41bc9c76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16222024-07-15T22:54:54.662Z Dirty openssl v0.10.64: the rustflags changed
16232024-07-15T22:54:54.663Z Compiling openssl v0.10.64
16242024-07-15T22:54:54.687Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=322e0cb3647e37e1 -C extra-filename=-322e0cb3647e37e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-322e0cb3647e37e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16252024-07-15T22:54:54.714Z Dirty openssl-probe v0.1.5: the rustflags changed
16262024-07-15T22:54:54.714Z Compiling openssl-probe v0.1.5
16272024-07-15T22:54:54.714Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ad62ea66a01c868 -C extra-filename=-0ad62ea66a01c868 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16282024-07-15T22:54:54.851Z Dirty foreign-types v0.3.2: the rustflags changed
16292024-07-15T22:54:54.851Z Compiling foreign-types v0.3.2
16302024-07-15T22:54:54.876Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54d620cccad1afc5 -C extra-filename=-54d620cccad1afc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-bc035bfc41bc9c76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16312024-07-15T22:54:54.946Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5fa10a87a4478be -C extra-filename=-a5fa10a87a4478be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d`
16322024-07-15T22:54:55.014Z Compiling openssl-macros v0.1.1
16332024-07-15T22:54:55.039Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0a3ce72fc38b05b -C extra-filename=-b0a3ce72fc38b05b --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16342024-07-15T22:54:55.064Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-322e0cb3647e37e1/build-script-build`
16352024-07-15T22:54:55.089Z Compiling backtrace v0.3.71
16362024-07-15T22:54:55.089Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5ec7fdb506f70d5d -C extra-filename=-5ec7fdb506f70d5d --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-5ec7fdb506f70d5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16372024-07-15T22:54:55.519Z Dirty heck v0.4.1: the rustflags changed
16382024-07-15T22:54:55.519Z Compiling heck v0.4.1
16392024-07-15T22:54:55.544Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=791557af361405da -C extra-filename=-791557af361405da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16402024-07-15T22:54:55.693Z Compiling tracing v0.1.40
16412024-07-15T22:54:55.719Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=b4da27dde99eb5bb -C extra-filename=-b4da27dde99eb5bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-8fd1fe7ad55a1711.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-4090540935a66d13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16422024-07-15T22:54:55.776Z Compiling gimli v0.28.1
16432024-07-15T22:54:55.800Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=a34ddd72889326b9 -C extra-filename=-a34ddd72889326b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16442024-07-15T22:54:55.800Z Dirty ipnet v2.9.0: the rustflags changed
16452024-07-15T22:54:55.800Z Compiling ipnet v2.9.0
16462024-07-15T22:54:55.800Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a311a60ce806e489 -C extra-filename=-a311a60ce806e489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16472024-07-15T22:54:55.934Z Dirty strsim v0.11.1: the rustflags changed
16482024-07-15T22:54:55.934Z Compiling strsim v0.11.1
16492024-07-15T22:54:55.959Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ea71400cff95591 -C extra-filename=-6ea71400cff95591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16502024-07-15T22:54:56.116Z Dirty mime v0.3.17: the rustflags changed
16512024-07-15T22:54:56.116Z Compiling mime v0.3.17
16522024-07-15T22:54:56.141Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ed43d208ee9dad1 -C extra-filename=-6ed43d208ee9dad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16532024-07-15T22:54:56.185Z Compiling crossbeam-utils v0.8.19
16542024-07-15T22:54:56.209Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bdd76902b9dc9574 -C extra-filename=-bdd76902b9dc9574 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-bdd76902b9dc9574 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16552024-07-15T22:54:56.276Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.204/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=cea5d4fb715cdca9 -C extra-filename=-cea5d4fb715cdca9 --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-0ba42e68ce2c4ff5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16562024-07-15T22:54:56.382Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-5ec7fdb506f70d5d/build-script-build`
16572024-07-15T22:54:56.406Z Compiling object v0.32.2
16582024-07-15T22:54:56.431Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' -C metadata=340f589c74ad0544 -C extra-filename=-340f589c74ad0544 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16592024-07-15T22:54:56.625Z Compiling rustls v0.21.12
16602024-07-15T22:54:56.649Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=bc80f71c69e9b6e8 -C extra-filename=-bc80f71c69e9b6e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-bc80f71c69e9b6e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16612024-07-15T22:54:56.747Z Compiling anyhow v1.0.86
16622024-07-15T22:54:56.772Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3526ed6e7ec9351c -C extra-filename=-3526ed6e7ec9351c --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-3526ed6e7ec9351c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16632024-07-15T22:54:56.797Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-bdd76902b9dc9574/build-script-build`
16642024-07-15T22:54:56.797Z Compiling rustc-demangle v0.1.24
16652024-07-15T22:54:56.797Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41c64ee615aff3ba -C extra-filename=-41c64ee615aff3ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16662024-07-15T22:54:56.877Z Dirty native-tls v0.2.11: the rustflags changed
16672024-07-15T22:54:56.877Z Compiling native-tls v0.2.11
16682024-07-15T22:54:56.901Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd402baa13a09a10 -C extra-filename=-dd402baa13a09a10 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-dd402baa13a09a10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16692024-07-15T22:54:56.901Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-bc80f71c69e9b6e8/build-script-build`
16702024-07-15T22:54:56.926Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a68a0ba69dfbf991 -C extra-filename=-a68a0ba69dfbf991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16712024-07-15T22:54:57.183Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-dd402baa13a09a10/build-script-build`
16722024-07-15T22:54:57.207Z Compiling rustls-webpki v0.101.7
16732024-07-15T22:54:57.207Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fab874de416965c2 -C extra-filename=-fab874de416965c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
16742024-07-15T22:54:57.314Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-3526ed6e7ec9351c/build-script-build`
16752024-07-15T22:54:57.545Z Compiling sct v0.7.1
16762024-07-15T22:54:57.570Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9d2e0700c181c92 -C extra-filename=-a9d2e0700c181c92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
16772024-07-15T22:54:57.614Z Compiling cookie v0.17.0
16782024-07-15T22:54:57.639Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=a372cc94cab348de -C extra-filename=-a372cc94cab348de --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-a372cc94cab348de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16792024-07-15T22:54:57.812Z Dirty ucd-trie v0.1.6: the rustflags changed
16802024-07-15T22:54:57.812Z Compiling ucd-trie v0.1.6
16812024-07-15T22:54:57.837Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=c65906f2bde6c412 -C extra-filename=-c65906f2bde6c412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16822024-07-15T22:54:57.903Z Compiling winnow v0.5.40
16832024-07-15T22:54:57.929Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e4cd269434c2124b -C extra-filename=-e4cd269434c2124b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16842024-07-15T22:54:57.985Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a372cc94cab348de/build-script-build`
16852024-07-15T22:54:58.045Z Compiling pest v2.7.10
16862024-07-15T22:54:58.070Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=3e6f5d59baa07f99 -C extra-filename=-3e6f5d59baa07f99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-c65906f2bde6c412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16872024-07-15T22:54:58.414Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=611c160b97485b6b -C extra-filename=-611c160b97485b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-fab874de416965c2.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-a9d2e0700c181c92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
16882024-07-15T22:54:58.870Z Compiling futures-executor v0.3.30
16892024-07-15T22:54:58.895Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f9ca37c35c126ac7 -C extra-filename=-f9ca37c35c126ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16902024-07-15T22:54:59.209Z Compiling futures v0.3.30
16912024-07-15T22:54:59.510Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=4289b7dca29414cb -C extra-filename=-4289b7dca29414cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-f9ca37c35c126ac7.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16922024-07-15T22:54:59.510Z Compiling addr2line v0.21.0
16932024-07-15T22:54:59.510Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b47b77a41795fa3e -C extra-filename=-b47b77a41795fa3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-a34ddd72889326b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16942024-07-15T22:54:59.510Z Compiling pem-rfc7468 v0.7.0
16952024-07-15T22:54:59.510Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=39678f3abe8ee19d -C extra-filename=-39678f3abe8ee19d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-96ee31262a117aa9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16962024-07-15T22:54:59.731Z Compiling der_derive v0.7.2
16972024-07-15T22:54:59.756Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e386240c9290925 -C extra-filename=-6e386240c9290925 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16982024-07-15T22:54:59.879Z Compiling idna v0.3.0
16992024-07-15T22:54:59.904Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38f8b4c0736aef15 -C extra-filename=-38f8b4c0736aef15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17002024-07-15T22:55:00.074Z Dirty encoding_rs v0.8.34: the rustflags changed
17012024-07-15T22:55:00.075Z Compiling encoding_rs v0.8.34
17022024-07-15T22:55:00.103Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=cb93baec212052e7 -C extra-filename=-cb93baec212052e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17032024-07-15T22:55:00.558Z Dirty utf8parse v0.2.1: the rustflags changed
17042024-07-15T22:55:00.558Z Compiling utf8parse v0.2.1
17052024-07-15T22:55:00.586Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1145d37920d1b3a9 -C extra-filename=-1145d37920d1b3a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17062024-07-15T22:55:00.703Z Compiling flagset v0.4.5
17072024-07-15T22:55:00.770Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78047bb16dad56ca -C extra-filename=-78047bb16dad56ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17082024-07-15T22:55:00.889Z Compiling psl-types v2.0.11
17092024-07-15T22:55:00.944Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37a7ed7204f9aba7 -C extra-filename=-37a7ed7204f9aba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17102024-07-15T22:55:01.110Z Compiling publicsuffix v2.2.3
17112024-07-15T22:55:01.153Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' -C metadata=d9996439499333bf -C extra-filename=-d9996439499333bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-38f8b4c0736aef15.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-37a7ed7204f9aba7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17122024-07-15T22:55:01.153Z Compiling bytes v1.6.0
17132024-07-15T22:55:01.153Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=19ab8735ea8444a7 -C extra-filename=-19ab8735ea8444a7 --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17142024-07-15T22:55:01.199Z Compiling bitflags v2.5.0
17152024-07-15T22:55:01.246Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2b989bbb682685e9 -C extra-filename=-2b989bbb682685e9 --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17162024-07-15T22:55:01.322Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.120/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=69c79a29e6f9f598 -C extra-filename=-69c79a29e6f9f598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
17172024-07-15T22:55:01.483Z Compiling indexmap v2.2.6
17182024-07-15T22:55:01.517Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=a4535e281d233393 -C extra-filename=-a4535e281d233393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-7908cf90c6ce7643.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9025fa0717a56460.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17192024-07-15T22:55:01.593Z Compiling chrono v0.4.38
17202024-07-15T22:55:01.629Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=947c891e5fe384e4 -C extra-filename=-947c891e5fe384e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-dc7fd02d5aaff25a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17212024-07-15T22:55:02.006Z Compiling tokio v1.38.0
17222024-07-15T22:55:02.030Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=922ed5c98959fd76 -C extra-filename=-922ed5c98959fd76 --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-19ab8735ea8444a7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-542485ea2f901d76.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-9c0fdcc86593b797.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-97c91d010d3dc2e8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17232024-07-15T22:55:02.235Z Compiling uuid v1.9.1
17242024-07-15T22:55:02.260Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.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 --allow=unexpected_cfgs -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=84c56faaf9c60c8b -C extra-filename=-84c56faaf9c60c8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17252024-07-15T22:55:02.454Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=ed8a9f6f1be8cafc -C extra-filename=-ed8a9f6f1be8cafc --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17262024-07-15T22:55:02.663Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=88060791252287cc -C extra-filename=-88060791252287cc --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-2b989bbb682685e9.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3cfcd26b9cc4ed8f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
17272024-07-15T22:55:03.103Z Compiling http v0.2.12
17282024-07-15T22:55:03.128Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df3f1059ccf78b85 -C extra-filename=-df3f1059ccf78b85 --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-19ab8735ea8444a7.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17292024-07-15T22:55:03.465Z Compiling serde_tokenstream v0.2.1
17302024-07-15T22:55:03.490Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52df3b2ea79baefc -C extra-filename=-52df3b2ea79baefc --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-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17312024-07-15T22:55:03.643Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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"' -C metadata=37b5424cba80b571 -C extra-filename=-37b5424cba80b571 --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-19ab8735ea8444a7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-c0069378473f613f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
17322024-07-15T22:55:03.933Z Compiling serde_spanned v0.6.6
17332024-07-15T22:55:03.959Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' -C metadata=272f5455116ee3c4 -C extra-filename=-272f5455116ee3c4 --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17342024-07-15T22:55:03.984Z Compiling toml_datetime v0.6.6
17352024-07-15T22:55:03.984Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' -C metadata=808843d7fa8a8b93 -C extra-filename=-808843d7fa8a8b93 --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17362024-07-15T22:55:04.130Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e94609fb6d519da7 -C extra-filename=-e94609fb6d519da7 --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-2b989bbb682685e9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-b0a3ce72fc38b05b.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300`
17372024-07-15T22:55:04.408Z Compiling http-body v0.4.6
17382024-07-15T22:55:04.433Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2e3881f207e2137 -C extra-filename=-d2e3881f207e2137 --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-19ab8735ea8444a7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17392024-07-15T22:55:04.797Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0dcfa2ff3f409e5c -C extra-filename=-0dcfa2ff3f409e5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-b47b77a41795fa3e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0a57369393f833e2.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-340f589c74ad0544.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-41c64ee615aff3ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17402024-07-15T22:55:04.876Z Compiling toml_edit v0.19.15
17412024-07-15T22:55:04.900Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=e427cd33e07d895a -C extra-filename=-e427cd33e07d895a --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-a4535e281d233393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-272f5455116ee3c4.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-808843d7fa8a8b93.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e4cd269434c2124b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17422024-07-15T22:55:05.177Z Compiling serde_urlencoded v0.7.1
17432024-07-15T22:55:05.201Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86ac8598d77ffd1c -C extra-filename=-86ac8598d77ffd1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8558f77493471e37.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17442024-07-15T22:55:05.305Z Compiling rustc_version v0.4.0
17452024-07-15T22:55:05.330Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=debd2f02d9c15b3a -C extra-filename=-debd2f02d9c15b3a --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-ed8a9f6f1be8cafc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17462024-07-15T22:55:05.623Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3c29e5bf0859ca58 -C extra-filename=-3c29e5bf0859ca58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-0dcfa2ff3f409e5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access`
17472024-07-15T22:55:05.961Z Compiling der v0.7.9
17482024-07-15T22:55:05.986Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=9944dc517748bd69 -C extra-filename=-9944dc517748bd69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-6e386240c9290925.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-78047bb16dad56ca.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17492024-07-15T22:55:06.219Z Compiling pest_meta v2.7.10
17502024-07-15T22:55:06.244Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0cd3d4a65bb677fc -C extra-filename=-0cd3d4a65bb677fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3e6f5d59baa07f99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17512024-07-15T22:55:06.433Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=39525b1a9bdc82b9 -C extra-filename=-39525b1a9bdc82b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17522024-07-15T22:55:06.869Z Compiling scroll_derive v0.12.0
17532024-07-15T22:55:06.894Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a69d22ec8032088 -C extra-filename=-7a69d22ec8032088 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17542024-07-15T22:55:07.394Z Compiling pest_generator v2.7.10
17552024-07-15T22:55:07.419Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=bde330e5f9f8a57d -C extra-filename=-bde330e5f9f8a57d --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-3e6f5d59baa07f99.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-0cd3d4a65bb677fc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17562024-07-15T22:55:07.827Z Compiling spki v0.7.3
17572024-07-15T22:55:07.852Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=eaf5a9f4f82d66d5 -C extra-filename=-eaf5a9f4f82d66d5 --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-9944dc517748bd69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17582024-07-15T22:55:08.167Z Compiling cookie_store v0.20.0
17592024-07-15T22:55:08.192Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' -C metadata=83f00371bbbfadf8 -C extra-filename=-83f00371bbbfadf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-39525b1a9bdc82b9.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-38f8b4c0736aef15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-d9996439499333bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0ba42e68ce2c4ff5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17602024-07-15T22:55:08.315Z Compiling scroll v0.12.0
17612024-07-15T22:55:08.339Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' -C metadata=17447371dbcc841e -C extra-filename=-17447371dbcc841e --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-7a69d22ec8032088.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17622024-07-15T22:55:08.815Z Compiling tokio-util v0.7.11
17632024-07-15T22:55:08.840Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' -C metadata=519619c55d165434 -C extra-filename=-519619c55d165434 --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-19ab8735ea8444a7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17642024-07-15T22:55:08.840Z Compiling tokio-rustls v0.24.1
17652024-07-15T22:55:08.840Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=91ddc367ad370e0e -C extra-filename=-91ddc367ad370e0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-611c160b97485b6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
17662024-07-15T22:55:09.149Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1eafb74c37757eb6 -C extra-filename=-1eafb74c37757eb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0ad62ea66a01c868.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
17672024-07-15T22:55:09.175Z Dirty rustls-pemfile v1.0.4: the rustflags changed
17682024-07-15T22:55:09.175Z Compiling rustls-pemfile v1.0.4
17692024-07-15T22:55:09.175Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1869657d36c282d4 -C extra-filename=-1869657d36c282d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17702024-07-15T22:55:09.511Z Compiling tokio-native-tls v0.3.1
17712024-07-15T22:55:09.536Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a66fed2de0f298e -C extra-filename=-9a66fed2de0f298e --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-1eafb74c37757eb6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
17722024-07-15T22:55:09.560Z Dirty anstyle v1.0.7: the rustflags changed
17732024-07-15T22:55:09.560Z Compiling anstyle v1.0.7
17742024-07-15T22:55:09.560Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9cdfe1db1ea1f39e -C extra-filename=-9cdfe1db1ea1f39e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17752024-07-15T22:55:09.691Z Compiling h2 v0.3.26
17762024-07-15T22:55:09.716Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3e0108c80fd665b -C extra-filename=-d3e0108c80fd665b --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-19ab8735ea8444a7.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-d0f1f33fb8cbafce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17772024-07-15T22:55:09.754Z Dirty sync_wrapper v0.1.2: the rustflags changed
17782024-07-15T22:55:09.754Z Compiling sync_wrapper v0.1.2
17792024-07-15T22:55:09.779Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=981a692718d63d9b -C extra-filename=-981a692718d63d9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17802024-07-15T22:55:09.870Z Compiling webpki-roots v0.25.4
17812024-07-15T22:55:09.895Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6df8bfb5008e02b0 -C extra-filename=-6df8bfb5008e02b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17822024-07-15T22:55:09.949Z Compiling data-encoding v2.6.0
17832024-07-15T22:55:09.974Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ec823a0340677e83 -C extra-filename=-ec823a0340677e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17842024-07-15T22:55:10.004Z Dirty plain v0.2.3: the rustflags changed
17852024-07-15T22:55:10.004Z Compiling plain v0.2.3
17862024-07-15T22:55:10.028Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0823be5812d4fcc -C extra-filename=-f0823be5812d4fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17872024-07-15T22:55:10.028Z Compiling openapiv3 v2.0.0
17882024-07-15T22:55:10.028Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=b5656c5dcc17acc6 -C extra-filename=-b5656c5dcc17acc6 --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-a4535e281d233393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17892024-07-15T22:55:10.152Z Compiling goblin v0.8.2
17902024-07-15T22:55:10.177Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=30f45196f629f84a -C extra-filename=-30f45196f629f84a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-f0823be5812d4fcc.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-17447371dbcc841e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17912024-07-15T22:55:10.682Z Compiling pest_derive v2.7.10
17922024-07-15T22:55:10.708Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9a2c324625fa3347 -C extra-filename=-9a2c324625fa3347 --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-3e6f5d59baa07f99.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-bde330e5f9f8a57d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17932024-07-15T22:55:11.563Z Compiling sha2 v0.10.8
17942024-07-15T22:55:11.588Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=2613491d153386b4 -C extra-filename=-2613491d153386b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ce6a4c737085c3f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17952024-07-15T22:55:11.626Z Dirty usdt-impl v0.5.0: the rustflags changed
17962024-07-15T22:55:11.626Z Compiling usdt-impl v0.5.0
17972024-07-15T22:55:11.650Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=beb49674faa1392d -C extra-filename=-beb49674faa1392d --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-beb49674faa1392d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17982024-07-15T22:55:11.885Z Dirty pretty-hex v0.4.1: the rustflags changed
17992024-07-15T22:55:11.885Z Compiling pretty-hex v0.4.1
18002024-07-15T22:55:11.910Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=4c07280b1303a8bc -C extra-filename=-4c07280b1303a8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18012024-07-15T22:55:11.957Z Compiling bitflags v1.3.2
18022024-07-15T22:55:11.982Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=69ae6b86f325c5cb -C extra-filename=-69ae6b86f325c5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18032024-07-15T22:55:12.034Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-beb49674faa1392d/build-script-build`
18042024-07-15T22:55:12.058Z Compiling dtrace-parser v0.2.0
18052024-07-15T22:55:12.097Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2c40fc957059d4a -C extra-filename=-b2c40fc957059d4a --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-3e6f5d59baa07f99.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-9a2c324625fa3347.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18062024-07-15T22:55:12.097Z Compiling pkcs8 v0.10.2
18072024-07-15T22:55:12.097Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=dc58ce6e160cb7d1 -C extra-filename=-dc58ce6e160cb7d1 --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-9944dc517748bd69.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-eaf5a9f4f82d66d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18082024-07-15T22:55:12.171Z Compiling hmac v0.12.1
18092024-07-15T22:55:12.196Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=142ae3e71f9f65e3 -C extra-filename=-142ae3e71f9f65e3 --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-ce6a4c737085c3f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18102024-07-15T22:55:12.389Z Dirty thread-id v4.2.1: the rustflags changed
18112024-07-15T22:55:12.389Z Compiling thread-id v4.2.1
18122024-07-15T22:55:12.414Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2764545db271fd37 -C extra-filename=-2764545db271fd37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-07-15T22:55:12.500Z Dirty crc32fast v1.4.0: the rustflags changed
18142024-07-15T22:55:12.500Z Compiling crc32fast v1.4.0
18152024-07-15T22:55:12.500Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c699cf63ed344068 -C extra-filename=-c699cf63ed344068 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-c699cf63ed344068 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18162024-07-15T22:55:12.563Z Compiling bit-vec v0.6.3
18172024-07-15T22:55:12.588Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7ab01f8821dfd213 -C extra-filename=-7ab01f8821dfd213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18182024-07-15T22:55:12.953Z Dirty anstyle-parse v0.2.4: the rustflags changed
18192024-07-15T22:55:12.953Z Compiling anstyle-parse v0.2.4
18202024-07-15T22:55:12.978Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=f61d0a1c900d71dc -C extra-filename=-f61d0a1c900d71dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1145d37920d1b3a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18212024-07-15T22:55:12.978Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-c699cf63ed344068/build-script-build`
18222024-07-15T22:55:13.039Z Compiling num-integer v0.1.46
18232024-07-15T22:55:13.064Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=6f07fa01fde21d6b -C extra-filename=-6f07fa01fde21d6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18242024-07-15T22:55:13.256Z Dirty colorchoice v1.0.1: the rustflags changed
18252024-07-15T22:55:13.256Z Compiling colorchoice v1.0.1
18262024-07-15T22:55:13.281Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C metadata=fe326407f55ebd6f -C extra-filename=-fe326407f55ebd6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18272024-07-15T22:55:13.423Z Dirty anstyle-query v1.0.3: the rustflags changed
18282024-07-15T22:55:13.423Z Compiling anstyle-query v1.0.3
18292024-07-15T22:55:13.448Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C metadata=94cebae1470990a5 -C extra-filename=-94cebae1470990a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18302024-07-15T22:55:13.550Z Dirty is_terminal_polyfill v1.70.0: the rustflags changed
18312024-07-15T22:55:13.551Z Compiling is_terminal_polyfill v1.70.0
18322024-07-15T22:55:13.576Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' -C metadata=46a9d580cb2c6a4f -C extra-filename=-46a9d580cb2c6a4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18332024-07-15T22:55:13.664Z Dirty anstream v0.6.14: the rustflags changed
18342024-07-15T22:55:13.664Z Compiling anstream v0.6.14
18352024-07-15T22:55:13.689Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=645ce823ca29e069 -C extra-filename=-645ce823ca29e069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-9cdfe1db1ea1f39e.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-f61d0a1c900d71dc.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-94cebae1470990a5.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-fe326407f55ebd6f.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-46a9d580cb2c6a4f.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1145d37920d1b3a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18362024-07-15T22:55:13.740Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b93e8dcfe84d9fec -C extra-filename=-b93e8dcfe84d9fec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
18372024-07-15T22:55:13.779Z Compiling terminal_size v0.3.0
18382024-07-15T22:55:13.804Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b589b236a5a2833 -C extra-filename=-8b589b236a5a2833 --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-88060791252287cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18392024-07-15T22:55:13.942Z Compiling block-padding v0.3.3
18402024-07-15T22:55:13.966Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=41b2738d3593a9b2 -C extra-filename=-41b2738d3593a9b2 --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-971206eb9eb7cdaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18412024-07-15T22:55:13.991Z Dirty clap_lex v0.7.0: the rustflags changed
18422024-07-15T22:55:13.991Z Compiling clap_lex v0.7.0
18432024-07-15T22:55:13.991Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e246f152970a6192 -C extra-filename=-e246f152970a6192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18442024-07-15T22:55:14.046Z Compiling unicode-segmentation v1.11.0
18452024-07-15T22:55:14.071Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2afaf9e04f860710 -C extra-filename=-2afaf9e04f860710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18462024-07-15T22:55:14.112Z Compiling clap_derive v4.5.8
18472024-07-15T22:55:14.136Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::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' --cfg 'feature="default"' -C metadata=96b715295b0479e6 -C extra-filename=-96b715295b0479e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18482024-07-15T22:55:14.181Z Compiling inout v0.1.3
18492024-07-15T22:55:14.206Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=8fda08b8024d96a7 -C extra-filename=-8fda08b8024d96a7 --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-41b2738d3593a9b2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-971206eb9eb7cdaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18502024-07-15T22:55:14.345Z Compiling clap_builder v4.5.9
18512024-07-15T22:55:14.370Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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=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' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=c52e35fc6b8daee8 -C extra-filename=-c52e35fc6b8daee8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-645ce823ca29e069.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-9cdfe1db1ea1f39e.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e246f152970a6192.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-6ea71400cff95591.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-8b589b236a5a2833.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18522024-07-15T22:55:14.447Z Dirty memmap v0.7.0: the rustflags changed
18532024-07-15T22:55:14.447Z Compiling memmap v0.7.0
18542024-07-15T22:55:14.471Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1608b6de15ab102b -C extra-filename=-1608b6de15ab102b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18552024-07-15T22:55:14.472Z Compiling siphasher v0.3.11
18562024-07-15T22:55:14.472Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c19a4622e39c7078 -C extra-filename=-c19a4622e39c7078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18572024-07-15T22:55:14.771Z Compiling cipher v0.4.4
18582024-07-15T22:55:14.795Z Compiling hex v0.4.3
18592024-07-15T22:55:14.795Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=cfd8ff5e51703970 -C extra-filename=-cfd8ff5e51703970 --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-9efbc4de522c00b6.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8fda08b8024d96a7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18602024-07-15T22:55:14.795Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=e141a4a4024d7118 -C extra-filename=-e141a4a4024d7118 --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18612024-07-15T22:55:14.819Z Compiling crossbeam-epoch v0.9.18
18622024-07-15T22:55:14.819Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=370ba663e455d276 -C extra-filename=-370ba663e455d276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18632024-07-15T22:55:15.216Z Compiling dof v0.3.0
18642024-07-15T22:55:15.240Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' -C metadata=e9051f4e04fbff84 -C extra-filename=-e9051f4e04fbff84 --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-30f45196f629f84a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-267d8fd0c2a023f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18652024-07-15T22:55:15.290Z Compiling hyper v0.14.28
18662024-07-15T22:55:15.315Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=984c9120db0f7fff -C extra-filename=-984c9120db0f7fff --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-19ab8735ea8444a7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-d3e0108c80fd665b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d2e3881f207e2137.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9a593ee1b17490e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-0dfc4878d281d11a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18672024-07-15T22:55:15.345Z Compiling itertools v0.10.5
18682024-07-15T22:55:15.369Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=90cc6d0cca9cde1d -C extra-filename=-90cc6d0cca9cde1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18692024-07-15T22:55:15.522Z Compiling stable_deref_trait v1.2.0
18702024-07-15T22:55:15.547Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b635917684df9bbc -C extra-filename=-b635917684df9bbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18712024-07-15T22:55:15.624Z Dirty winnow v0.6.8: the rustflags changed
18722024-07-15T22:55:15.624Z Compiling winnow v0.6.8
18732024-07-15T22:55:15.648Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--allow=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a4e331affc63f6b2 -C extra-filename=-a4e331affc63f6b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18742024-07-15T22:55:17.139Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=1ef52c8f9924d93d -C extra-filename=-1ef52c8f9924d93d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-e9051f4e04fbff84.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-b2c40fc957059d4a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-2764545db271fd37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
18752024-07-15T22:55:17.720Z Dirty flate2 v1.0.30: the rustflags changed
18762024-07-15T22:55:17.720Z Compiling flate2 v1.0.30
18772024-07-15T22:55:17.745Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=fb668c5b60c76fe7 -C extra-filename=-fb668c5b60c76fe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b93e8dcfe84d9fec.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0a57369393f833e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18782024-07-15T22:55:18.333Z Compiling clap v4.5.9
18792024-07-15T22:55:18.358Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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=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' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=4253228e65672215 -C extra-filename=-4253228e65672215 --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-c52e35fc6b8daee8.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-96b715295b0479e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18802024-07-15T22:55:18.460Z Compiling toml_edit v0.22.14
18812024-07-15T22:55:18.490Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=422ce256ccc6f6c0 -C extra-filename=-422ce256ccc6f6c0 --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-a4535e281d233393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-272f5455116ee3c4.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-808843d7fa8a8b93.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-a4e331affc63f6b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18822024-07-15T22:55:18.532Z Compiling bit-set v0.5.3
18832024-07-15T22:55:18.559Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fed351dfccf21ec0 -C extra-filename=-fed351dfccf21ec0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18842024-07-15T22:55:18.589Z Compiling ipnetwork v0.20.0
18852024-07-15T22:55:18.589Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=84fca72fcea11cd1 -C extra-filename=-84fca72fcea11cd1 --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-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18862024-07-15T22:55:18.631Z Compiling itertools v0.12.1
18872024-07-15T22:55:18.659Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=0b4037e4c176bd20 -C extra-filename=-0b4037e4c176bd20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18882024-07-15T22:55:18.740Z Compiling ff v0.13.0
18892024-07-15T22:55:18.771Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=9e49121eb754b2c4 -C extra-filename=-9e49121eb754b2c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18902024-07-15T22:55:18.798Z Compiling base16ct v0.2.0
18912024-07-15T22:55:18.798Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=fd6a4ef1678aa560 -C extra-filename=-fd6a4ef1678aa560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18922024-07-15T22:55:18.943Z Compiling group v0.13.0
18932024-07-15T22:55:18.969Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=b5b89f4419a02478 -C extra-filename=-b5b89f4419a02478 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18942024-07-15T22:55:19.084Z Compiling sec1 v0.7.3
18952024-07-15T22:55:19.109Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=b9fe075096c57e00 -C extra-filename=-b9fe075096c57e00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9944dc517748bd69.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-971206eb9eb7cdaa.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-dc58ce6e160cb7d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18962024-07-15T22:55:19.207Z Compiling usdt-macro v0.5.0
18972024-07-15T22:55:19.238Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=e47f8533ced48202 -C extra-filename=-e47f8533ced48202 --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-b2c40fc957059d4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-52df3b2ea79baefc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ef52c8f9924d93d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18982024-07-15T22:55:19.275Z Compiling usdt-attr-macro v0.5.0
18992024-07-15T22:55:19.275Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=c538d1586a324199 -C extra-filename=-c538d1586a324199 --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-b2c40fc957059d4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-52df3b2ea79baefc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ef52c8f9924d93d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19002024-07-15T22:55:19.365Z Compiling hkdf v0.12.4
19012024-07-15T22:55:19.391Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0ce60a31c78d5de0 -C extra-filename=-0ce60a31c78d5de0 --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-142ae3e71f9f65e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19022024-07-15T22:55:19.568Z Compiling toml v0.7.8
19032024-07-15T22:55:19.593Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=d25cf6a3fbbb9f1b -C extra-filename=-d25cf6a3fbbb9f1b --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-cea5d4fb715cdca9.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-272f5455116ee3c4.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-808843d7fa8a8b93.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e427cd33e07d895a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19042024-07-15T22:55:19.618Z Compiling crypto-bigint v0.5.5
19052024-07-15T22:55:19.618Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=58114528916e35f9 -C extra-filename=-58114528916e35f9 --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-971206eb9eb7cdaa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19062024-07-15T22:55:20.708Z Compiling zerocopy-derive v0.6.6
19072024-07-15T22:55:20.732Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e08693b4460a07c0 -C extra-filename=-e08693b4460a07c0 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19082024-07-15T22:55:20.919Z Compiling hyper-rustls v0.24.2
19092024-07-15T22:55:20.944Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=270ce801bf5f4ac8 -C extra-filename=-270ce801bf5f4ac8 --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-1dcee6372fe2be26.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-611c160b97485b6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-91ddc367ad370e0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
19102024-07-15T22:55:21.037Z Compiling hyper-tls v0.5.0
19112024-07-15T22:55:21.062Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44d41fa8b2464b67 -C extra-filename=-44d41fa8b2464b67 --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-19ab8735ea8444a7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-1eafb74c37757eb6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-9a66fed2de0f298e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
19122024-07-15T22:55:21.225Z Compiling usdt v0.5.0
19132024-07-15T22:55:21.251Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=345b1aad12c58dd7 -C extra-filename=-345b1aad12c58dd7 --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-e9051f4e04fbff84.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-b2c40fc957059d4a.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-30f45196f629f84a.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-1608b6de15ab102b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-c538d1586a324199.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ef52c8f9924d93d.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e47f8533ced48202.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19142024-07-15T22:55:21.383Z Compiling reqwest v0.11.27
19152024-07-15T22:55:21.408Z Compiling signal-hook v0.3.17
19162024-07-15T22:55:21.408Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="cookie_crate"' --cfg 'feature="cookie_store"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=e36cc403da477cb1 -C extra-filename=-e36cc403da477cb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-39525b1a9bdc82b9.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-83f00371bbbfadf8.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cb93baec212052e7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-d3e0108c80fd665b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d2e3881f207e2137.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-270ce801bf5f4ac8.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-44d41fa8b2464b67.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6ed43d208ee9dad1.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-1eafb74c37757eb6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-611c160b97485b6b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-1869657d36c282d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-981a692718d63d9b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-9a66fed2de0f298e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-91ddc367ad370e0e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-6df8bfb5008e02b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
19172024-07-15T22:55:21.408Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=d34d96712c379bd8 -C extra-filename=-d34d96712c379bd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-d34d96712c379bd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19182024-07-15T22:55:21.665Z Compiling managed v0.8.0
19192024-07-15T22:55:21.690Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=ea0c299f5a09e9f8 -C extra-filename=-ea0c299f5a09e9f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19202024-07-15T22:55:21.690Z Compiling fixedbitset v0.4.2
19212024-07-15T22:55:21.690Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da9df59bd1f776eb -C extra-filename=-da9df59bd1f776eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19222024-07-15T22:55:22.076Z Compiling elliptic-curve v0.13.8
19232024-07-15T22:55:22.100Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=11fbd4a534ff102d -C extra-filename=-11fbd4a534ff102d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-58114528916e35f9.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ce6a4c737085c3f8.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-971206eb9eb7cdaa.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0ce60a31c78d5de0.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-dc58ce6e160cb7d1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-b9fe075096c57e00.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19242024-07-15T22:55:22.125Z Compiling petgraph v0.6.5
19252024-07-15T22:55:22.151Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=520a9c99c2713c4b -C extra-filename=-520a9c99c2713c4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-da9df59bd1f776eb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0ba42e68ce2c4ff5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19262024-07-15T22:55:22.440Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-d34d96712c379bd8/build-script-build`
19272024-07-15T22:55:22.465Z Compiling phf_shared v0.10.0
19282024-07-15T22:55:22.465Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2721e2e04e141b28 -C extra-filename=-2721e2e04e141b28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-c19a4622e39c7078.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19292024-07-15T22:55:22.800Z Compiling precomputed-hash v0.1.1
19302024-07-15T22:55:22.825Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c89b8439d6866a36 -C extra-filename=-c89b8439d6866a36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19312024-07-15T22:55:22.825Z Compiling new_debug_unreachable v1.0.6
19322024-07-15T22:55:22.825Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3aa9f4aaaf22f9af -C extra-filename=-3aa9f4aaaf22f9af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19332024-07-15T22:55:22.849Z Compiling zerocopy v0.6.6
19342024-07-15T22:55:22.849Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0d90af11b7b1484 -C extra-filename=-c0d90af11b7b1484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-e08693b4460a07c0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19352024-07-15T22:55:22.917Z Compiling unicode-xid v0.2.4
19362024-07-15T22:55:22.943Z Compiling minimal-lexical v0.2.1
19372024-07-15T22:55:22.943Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3eecf52f7e4e3d74 -C extra-filename=-3eecf52f7e4e3d74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19382024-07-15T22:55:22.944Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=022264d0d1ad5305 -C extra-filename=-022264d0d1ad5305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19392024-07-15T22:55:23.077Z Compiling string_cache v0.8.7
19402024-07-15T22:55:23.102Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=add9c285bc320d03 -C extra-filename=-add9c285bc320d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-3aa9f4aaaf22f9af.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-2721e2e04e141b28.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-c89b8439d6866a36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19412024-07-15T22:55:23.461Z Compiling nom v7.1.3
19422024-07-15T22:55:23.486Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e8c302dc3ba54578 -C extra-filename=-e8c302dc3ba54578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-022264d0d1ad5305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19432024-07-15T22:55:23.574Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=ea8c1dcd1d36efaa -C extra-filename=-ea8c1dcd1d36efaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-9c0fdcc86593b797.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19442024-07-15T22:55:23.626Z Compiling num-iter v0.1.45
19452024-07-15T22:55:23.650Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=77e9c3006f007dd4 -C extra-filename=-77e9c3006f007dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19462024-07-15T22:55:23.799Z Compiling static_assertions v1.1.0
19472024-07-15T22:55:23.824Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e75d4bcb766f97d9 -C extra-filename=-e75d4bcb766f97d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19482024-07-15T22:55:23.824Z Compiling matches v0.1.10
19492024-07-15T22:55:23.824Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbc832b2eff93984 -C extra-filename=-fbc832b2eff93984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19502024-07-15T22:55:23.896Z Compiling idna v0.2.3
19512024-07-15T22:55:23.920Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ac06ebf7cac1d15 -C extra-filename=-0ac06ebf7cac1d15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-fbc832b2eff93984.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19522024-07-15T22:55:23.920Z Compiling heapless v0.7.17
19532024-07-15T22:55:23.945Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=c5e5a4d0f4f25121 -C extra-filename=-c5e5a4d0f4f25121 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-c5e5a4d0f4f25121 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-debd2f02d9c15b3a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19542024-07-15T22:55:24.347Z Compiling enum-as-inner v0.5.1
19552024-07-15T22:55:24.372Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=470dd53b8de38a2c -C extra-filename=-470dd53b8de38a2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19562024-07-15T22:55:24.424Z Compiling regex-automata v0.1.10
19572024-07-15T22:55:24.449Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d48227dffcf55319 -C extra-filename=-d48227dffcf55319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19582024-07-15T22:55:24.579Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19592024-07-15T22:55:24.604Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1aa2e19855dbd67 -C extra-filename=-d1aa2e19855dbd67 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-d1aa2e19855dbd67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19602024-07-15T22:55:24.859Z Compiling lalrpop-util v0.19.12
19612024-07-15T22:55:24.884Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6ca0e1158c143a14 -C extra-filename=-6ca0e1158c143a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19622024-07-15T22:55:25.175Z Compiling bstr v0.2.17
19632024-07-15T22:55:25.199Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=44e70eba0814273c -C extra-filename=-44e70eba0814273c --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-772fb82229dfbb23.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-d48227dffcf55319.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19642024-07-15T22:55:25.226Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-c5e5a4d0f4f25121/build-script-build`
19652024-07-15T22:55:25.298Z Compiling signal-hook-mio v0.2.3
19662024-07-15T22:55:25.325Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=f3d4b6f95d26a32f -C extra-filename=-f3d4b6f95d26a32f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19672024-07-15T22:55:25.352Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-d1aa2e19855dbd67/build-script-build`
19682024-07-15T22:55:25.377Z Compiling trust-dns-proto v0.22.0
19692024-07-15T22:55:25.377Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=bbd667307fd8008a -C extra-filename=-bbd667307fd8008a --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-57d23d037836ac91.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-470dd53b8de38a2c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0ac06ebf7cac1d15.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-895d1d5581d5efcb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19702024-07-15T22:55:25.402Z Compiling num-bigint v0.4.5
19712024-07-15T22:55:25.402Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=fcc97ed3a0776e3a -C extra-filename=-fcc97ed3a0776e3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19722024-07-15T22:55:25.467Z Compiling diesel_table_macro_syntax v0.1.0
19732024-07-15T22:55:25.492Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9928647155b4169b -C extra-filename=-9928647155b4169b --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-64ad5e768ed85ab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19742024-07-15T22:55:25.607Z Compiling scheduled-thread-pool v0.2.7
19752024-07-15T22:55:25.632Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9be547b9bb0cb8f5 -C extra-filename=-9be547b9bb0cb8f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19762024-07-15T22:55:25.825Z Compiling hash32 v0.2.1
19772024-07-15T22:55:25.850Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=393548288a8c94b1 -C extra-filename=-393548288a8c94b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19782024-07-15T22:55:25.980Z Compiling smoltcp v0.9.1
19792024-07-15T22:55:26.005Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=fca4dce097f68fd8 -C extra-filename=-fca4dce097f68fd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-fca4dce097f68fd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19802024-07-15T22:55:26.155Z Compiling predicates-core v1.0.6
19812024-07-15T22:55:26.180Z Compiling finl_unicode v1.2.0
19822024-07-15T22:55:26.180Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c8481fa5f04966b -C extra-filename=-8c8481fa5f04966b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19832024-07-15T22:55:26.181Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name finl_unicode --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/finl_unicode-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="categories"' --cfg 'feature="default"' --cfg 'feature="grapheme_clusters"' -C metadata=1ea23b8acb75a78e -C extra-filename=-1ea23b8acb75a78e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19842024-07-15T22:55:26.498Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=25368e74102425f3 -C extra-filename=-25368e74102425f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-393548288a8c94b1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b635917684df9bbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
19852024-07-15T22:55:26.522Z Compiling diesel_derives v2.1.4
19862024-07-15T22:55:26.522Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=82eb63432de0a29d -C extra-filename=-82eb63432de0a29d --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-9928647155b4169b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19872024-07-15T22:55:26.547Z Compiling r2d2 v0.8.10
19882024-07-15T22:55:26.547Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=abc03647e6968f28 -C extra-filename=-abc03647e6968f28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-9be547b9bb0cb8f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19892024-07-15T22:55:26.651Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-fca4dce097f68fd8/build-script-build`
19902024-07-15T22:55:26.677Z Compiling stringprep v0.1.4
19912024-07-15T22:55:26.702Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9d08e3683c34f18 -C extra-filename=-d9d08e3683c34f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern finl_unicode=/work/oxidecomputer/omicron/target/debug/deps/libfinl_unicode-1ea23b8acb75a78e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19922024-07-15T22:55:26.702Z Compiling crossterm v0.27.0
19932024-07-15T22:55:26.702Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=b9faba883450b35a -C extra-filename=-b9faba883450b35a --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-2b989bbb682685e9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-f3d4b6f95d26a32f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19942024-07-15T22:55:26.888Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cd9bddfea8231ef -C extra-filename=-1cd9bddfea8231ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
19952024-07-15T22:55:27.147Z Compiling md-5 v0.10.6
19962024-07-15T22:55:27.171Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3d04445a4861388 -C extra-filename=-c3d04445a4861388 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ce6a4c737085c3f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19972024-07-15T22:55:27.359Z Compiling hubpack_derive v0.1.1
19982024-07-15T22:55:27.384Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca5d0a2486d1b1a3 -C extra-filename=-ca5d0a2486d1b1a3 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19992024-07-15T22:55:27.512Z Compiling bstr v1.9.1
20002024-07-15T22:55:27.537Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=2d37155bb5cf3f0a -C extra-filename=-2d37155bb5cf3f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20012024-07-15T22:55:27.730Z Compiling console v0.15.8
20022024-07-15T22:55:27.755Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=458ab224f4921e74 -C extra-filename=-458ab224f4921e74 --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-772fb82229dfbb23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20032024-07-15T22:55:28.267Z Compiling yasna v0.5.2
20042024-07-15T22:55:28.292Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=45639ca498687069 -C extra-filename=-45639ca498687069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20052024-07-15T22:55:29.067Z Compiling float-cmp v0.9.0
20062024-07-15T22:55:29.092Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=f0ba9e5076a8ecd1 -C extra-filename=-f0ba9e5076a8ecd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20072024-07-15T22:55:29.092Z Compiling fs-err v2.11.0
20082024-07-15T22:55:29.092Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' -C metadata=5067c74e83f59cd7 -C extra-filename=-5067c74e83f59cd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-5067c74e83f59cd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20092024-07-15T22:55:29.307Z Compiling fallible-iterator v0.2.0
20102024-07-15T22:55:29.331Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=082456c5a9ee1a24 -C extra-filename=-082456c5a9ee1a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20112024-07-15T22:55:29.379Z Compiling difflib v0.4.0
20122024-07-15T22:55:29.404Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b148653f6280c77 -C extra-filename=-6b148653f6280c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20132024-07-15T22:55:29.905Z Compiling normalize-line-endings v0.3.0
20142024-07-15T22:55:29.935Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f4b0029e85c8f92 -C extra-filename=-8f4b0029e85c8f92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20152024-07-15T22:55:29.935Z Compiling postgres-protocol v0.6.6
20162024-07-15T22:55:29.935Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5e1b92fadb348996 -C extra-filename=-5e1b92fadb348996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-082456c5a9ee1a24.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-142ae3e71f9f65e3.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-c3d04445a4861388.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-d9d08e3683c34f18.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20172024-07-15T22:55:29.960Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-5067c74e83f59cd7/build-script-build`
20182024-07-15T22:55:30.024Z Compiling predicates v3.1.0
20192024-07-15T22:55:30.049Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=f91912b092e7beac -C extra-filename=-f91912b092e7beac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-9cdfe1db1ea1f39e.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-6b148653f6280c77.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-f0ba9e5076a8ecd1.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-8f4b0029e85c8f92.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c8481fa5f04966b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20202024-07-15T22:55:30.098Z Compiling hubpack v0.1.2
20212024-07-15T22:55:30.123Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11230a7cd1d44bf6 -C extra-filename=-11230a7cd1d44bf6 --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-ca5d0a2486d1b1a3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20222024-07-15T22:55:30.533Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=01dfea9bac2f8045 -C extra-filename=-01dfea9bac2f8045 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-25368e74102425f3.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20232024-07-15T22:55:30.871Z Compiling similar v2.5.0
20242024-07-15T22:55:30.896Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=a2a27726879d1ada -C extra-filename=-a2a27726879d1ada --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-44e70eba0814273c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20252024-07-15T22:55:31.147Z Compiling phf_shared v0.11.2
20262024-07-15T22:55:31.171Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e4951ece12dc5736 -C extra-filename=-e4951ece12dc5736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-c19a4622e39c7078.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20272024-07-15T22:55:31.480Z Compiling tokio-stream v0.1.15
20282024-07-15T22:55:31.509Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=fea8d94bdeee9a48 -C extra-filename=-fea8d94bdeee9a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20292024-07-15T22:55:31.586Z Compiling strum_macros v0.25.3
20302024-07-15T22:55:31.611Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=780ce1a52d6a3238 -C extra-filename=-780ce1a52d6a3238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20312024-07-15T22:55:32.337Z Compiling serde_repr v0.1.19
20322024-07-15T22:55:32.365Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57c8c0403c108728 -C extra-filename=-57c8c0403c108728 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20332024-07-15T22:55:32.390Z Compiling peg-runtime v0.8.3
20342024-07-15T22:55:32.390Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=8f9b7af0cb4f1e2a -C extra-filename=-8f9b7af0cb4f1e2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20352024-07-15T22:55:32.685Z Compiling phf v0.11.2
20362024-07-15T22:55:32.709Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6ad74f9e762bc3eb -C extra-filename=-6ad74f9e762bc3eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-e4951ece12dc5736.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20372024-07-15T22:55:32.980Z Compiling postgres-types v0.2.6
20382024-07-15T22:55:33.004Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=c00aecef1131d0de -C extra-filename=-c00aecef1131d0de --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-19ab8735ea8444a7.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-082456c5a9ee1a24.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-5e1b92fadb348996.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20392024-07-15T22:55:33.044Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' -C metadata=2817cfed1dd8222e -C extra-filename=-2817cfed1dd8222e --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-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
20402024-07-15T22:55:33.165Z Compiling whoami v1.5.1
20412024-07-15T22:55:33.191Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=5002e28a22761be6 -C extra-filename=-5002e28a22761be6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20422024-07-15T22:55:33.672Z Compiling regress v0.9.1
20432024-07-15T22:55:33.697Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a3a30c5e9ad2fa0b -C extra-filename=-a3a30c5e9ad2fa0b --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-9025fa0717a56460.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20442024-07-15T22:55:33.831Z Compiling tokio-postgres v0.7.10
20452024-07-15T22:55:33.856Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=4773901d6ae88892 -C extra-filename=-4773901d6ae88892 --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-57d23d037836ac91.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-082456c5a9ee1a24.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-6ad74f9e762bc3eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-5e1b92fadb348996.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c00aecef1131d0de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20462024-07-15T22:55:33.892Z Compiling getopts v0.2.21
20472024-07-15T22:55:33.916Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38ed18ffa97c432d -C extra-filename=-38ed18ffa97c432d --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-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20482024-07-15T22:55:34.283Z Compiling unsafe-libyaml v0.2.11
20492024-07-15T22:55:34.308Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19449d9fb8c6884a -C extra-filename=-19449d9fb8c6884a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20502024-07-15T22:55:34.503Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20512024-07-15T22:55:34.527Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b472c7d6be468cc5 -C extra-filename=-b472c7d6be468cc5 --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-19ab8735ea8444a7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
20522024-07-15T22:55:34.787Z Dirty camino v1.1.7: the rustflags changed
20532024-07-15T22:55:34.787Z Compiling camino v1.1.7
20542024-07-15T22:55:34.812Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=3edaebbd5305735c -C extra-filename=-3edaebbd5305735c --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-3edaebbd5305735c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20552024-07-15T22:55:34.863Z Dirty is-terminal v0.4.12: the rustflags changed
20562024-07-15T22:55:34.863Z Compiling is-terminal v0.4.12
20572024-07-15T22:55:34.888Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1fb2ee4459a95d8f -C extra-filename=-1fb2ee4459a95d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20582024-07-15T22:55:34.913Z Dirty dirs-sys-next v0.1.2: the rustflags changed
20592024-07-15T22:55:34.913Z Compiling dirs-sys-next v0.1.2
20602024-07-15T22:55:34.913Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=990f4ee286a35bd9 -C extra-filename=-990f4ee286a35bd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20612024-07-15T22:55:34.979Z Compiling base64 v0.22.1
20622024-07-15T22:55:35.004Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a69496bcd97c9671 -C extra-filename=-a69496bcd97c9671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20632024-07-15T22:55:35.401Z Compiling serde_yaml v0.9.34+deprecated
20642024-07-15T22:55:35.426Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2bad34be41ded204 -C extra-filename=-2bad34be41ded204 --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-a4535e281d233393.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-19449d9fb8c6884a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-07-15T22:55:35.528Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-3edaebbd5305735c/build-script-build`
20662024-07-15T22:55:35.590Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
20672024-07-15T22:55:35.615Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/c85a4ca/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=b966630b84a9da4c -C extra-filename=-b966630b84a9da4c --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-2b989bbb682685e9.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-11230a7cd1d44bf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-57c8c0403c108728.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-01dfea9bac2f8045.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-780ce1a52d6a3238.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c0d90af11b7b1484.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20682024-07-15T22:55:35.640Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=9acf9097cbfb1344 -C extra-filename=-9acf9097cbfb1344 --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-cea5d4fb715cdca9.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`
20692024-07-15T22:55:35.709Z Dirty dirs-next v2.0.0: the rustflags changed
20702024-07-15T22:55:35.709Z Compiling dirs-next v2.0.0
20712024-07-15T22:55:35.733Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7032a700dc273a4 -C extra-filename=-f7032a700dc273a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-990f4ee286a35bd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20722024-07-15T22:55:35.877Z Dirty term v0.7.0: the rustflags changed
20732024-07-15T22:55:35.878Z Compiling term v0.7.0
20742024-07-15T22:55:35.902Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f75757e0b8ad0343 -C extra-filename=-f75757e0b8ad0343 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-f7032a700dc273a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-07-15T22:55:35.927Z Compiling sha1 v0.10.6
20762024-07-15T22:55:35.927Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6d068bef6e7cbac7 -C extra-filename=-6d068bef6e7cbac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ce6a4c737085c3f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20772024-07-15T22:55:36.282Z Compiling http v1.1.0
20782024-07-15T22:55:36.308Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d6290c04846e6541 -C extra-filename=-d6290c04846e6541 --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-19ab8735ea8444a7.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20792024-07-15T22:55:36.440Z Compiling paste v1.0.15
20802024-07-15T22:55:36.465Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a9c426bb3aaa154 -C extra-filename=-1a9c426bb3aaa154 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-1a9c426bb3aaa154 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20812024-07-15T22:55:36.918Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20822024-07-15T22:55:36.943Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb3b38ce1e4bb725 -C extra-filename=-fb3b38ce1e4bb725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-07-15T22:55:37.236Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-1a9c426bb3aaa154/build-script-build`
20842024-07-15T22:55:37.299Z Compiling toml v0.8.14
20852024-07-15T22:55:37.324Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=d305c82c7cf1990e -C extra-filename=-d305c82c7cf1990e --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-cea5d4fb715cdca9.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-272f5455116ee3c4.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-808843d7fa8a8b93.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-422ce256ccc6f6c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20862024-07-15T22:55:37.499Z Compiling diesel v2.1.6
20872024-07-15T22:55:37.499Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=6dea271f0dac325d -C extra-filename=-6dea271f0dac325d --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-2b989bbb682685e9.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-82eb63432de0a29d.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-abc03647e6968f28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
20882024-07-15T22:55:37.946Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c154bb579214bdf5 -C extra-filename=-c154bb579214bdf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20892024-07-15T22:55:38.191Z Dirty match_cfg v0.1.0: the rustflags changed
20902024-07-15T22:55:38.191Z Compiling match_cfg v0.1.0
20912024-07-15T22:55:38.216Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=5d3720867e360308 -C extra-filename=-5d3720867e360308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20922024-07-15T22:55:38.282Z Dirty hostname v0.3.1: the rustflags changed
20932024-07-15T22:55:38.282Z Compiling hostname v0.3.1
20942024-07-15T22:55:38.307Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d35460ad3d70bf46 -C extra-filename=-d35460ad3d70bf46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-5d3720867e360308.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20952024-07-15T22:55:38.528Z Compiling strum_macros v0.26.4
20962024-07-15T22:55:38.553Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82a0ab65a8e15d10 -C extra-filename=-82a0ab65a8e15d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20972024-07-15T22:55:38.553Z Compiling rustls-pki-types v1.7.0
20982024-07-15T22:55:38.553Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2ee99d9c671a2c74 -C extra-filename=-2ee99d9c671a2c74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-07-15T22:55:38.858Z Compiling crossbeam-channel v0.5.12
21002024-07-15T22:55:38.883Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1ae489c8acf2a979 -C extra-filename=-1ae489c8acf2a979 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21012024-07-15T22:55:39.140Z Dirty thread_local v1.1.8: the rustflags changed
21022024-07-15T22:55:39.140Z Compiling thread_local v1.1.8
21032024-07-15T22:55:39.165Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=646ab5aa9908bdc0 -C extra-filename=-646ab5aa9908bdc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21042024-07-15T22:55:39.234Z Compiling fastrand v2.1.0
21052024-07-15T22:55:39.259Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e6abe912dfe2bca4 -C extra-filename=-e6abe912dfe2bca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21062024-07-15T22:55:39.303Z Dirty slog-async v2.8.0: the rustflags changed
21072024-07-15T22:55:39.303Z Compiling slog-async v2.8.0
21082024-07-15T22:55:39.328Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=88e87e18665a3ab5 -C extra-filename=-88e87e18665a3ab5 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-88e87e18665a3ab5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21092024-07-15T22:55:39.653Z Compiling tempfile v3.10.1
21102024-07-15T22:55:39.679Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=531810a0729a8367 -C extra-filename=-531810a0729a8367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-e6abe912dfe2bca4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-88060791252287cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21112024-07-15T22:55:39.750Z Compiling ident_case v1.0.1
21122024-07-15T22:55:39.775Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f0cab71e4ae1c81 -C extra-filename=-8f0cab71e4ae1c81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21132024-07-15T22:55:39.800Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-88e87e18665a3ab5/build-script-build`
21142024-07-15T22:55:39.827Z Dirty take_mut v0.2.2: the rustflags changed
21152024-07-15T22:55:39.827Z Compiling take_mut v0.2.2
21162024-07-15T22:55:39.859Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=97e592d43295974e -C extra-filename=-97e592d43295974e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21172024-07-15T22:55:39.884Z Compiling rustls v0.22.4
21182024-07-15T22:55:39.884Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=075d6eb2cf9c6bcd -C extra-filename=-075d6eb2cf9c6bcd --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-075d6eb2cf9c6bcd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21192024-07-15T22:55:39.917Z Compiling darling_core v0.20.9
21202024-07-15T22:55:39.942Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=bae9ee3a5f44f136 -C extra-filename=-bae9ee3a5f44f136 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8f0cab71e4ae1c81.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-6ea71400cff95591.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21212024-07-15T22:55:39.976Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7247a83db1f3a892 -C extra-filename=-7247a83db1f3a892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-1ae489c8acf2a979.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-97e592d43295974e.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-646ab5aa9908bdc0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
21222024-07-15T22:55:40.148Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-075d6eb2cf9c6bcd/build-script-build`
21232024-07-15T22:55:40.173Z Compiling slog-term v2.9.1
21242024-07-15T22:55:40.173Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4405207809138e7 -C extra-filename=-f4405207809138e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-1fb2ee4459a95d8f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-646ab5aa9908bdc0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21252024-07-15T22:55:40.458Z Compiling rustls-webpki v0.102.4
21262024-07-15T22:55:40.483Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' -C metadata=3a52981a35d4652a -C extra-filename=-3a52981a35d4652a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
21272024-07-15T22:55:41.066Z Compiling rustls-pemfile v2.1.2
21282024-07-15T22:55:41.091Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6be79ad4e86270a5 -C extra-filename=-6be79ad4e86270a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21292024-07-15T22:55:41.091Z Compiling slog-json v2.6.1
21302024-07-15T22:55:41.091Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=16095d7d7ddbc8d3 -C extra-filename=-16095d7d7ddbc8d3 --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-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21312024-07-15T22:55:41.234Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=bf153c9a9f2b37b4 -C extra-filename=-bf153c9a9f2b37b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-3a52981a35d4652a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
21322024-07-15T22:55:41.419Z Compiling multer v3.1.0
21332024-07-15T22:55:41.419Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9e12a1bf43b5ebc8 -C extra-filename=-9e12a1bf43b5ebc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-9e12a1bf43b5ebc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21342024-07-15T22:55:41.458Z Compiling debug-ignore v1.0.5
21352024-07-15T22:55:41.483Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9c078c17606aae6 -C extra-filename=-a9c078c17606aae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21362024-07-15T22:55:41.602Z Compiling slog-bunyan v2.5.0
21372024-07-15T22:55:41.627Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb6a999faa70fb57 -C extra-filename=-cb6a999faa70fb57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-d35460ad3d70bf46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-16095d7d7ddbc8d3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21382024-07-15T22:55:41.713Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-9e12a1bf43b5ebc8/build-script-build`
21392024-07-15T22:55:41.776Z Compiling async-stream-impl v0.3.5
21402024-07-15T22:55:41.801Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3dd1d7bc13baea0a -C extra-filename=-3dd1d7bc13baea0a --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21412024-07-15T22:55:41.801Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
21422024-07-15T22:55:41.826Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/9fef396/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' -C metadata=6255fddcb0a7bad6 -C extra-filename=-6255fddcb0a7bad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-6255fddcb0a7bad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21432024-07-15T22:55:42.084Z Compiling instant v0.1.12
21442024-07-15T22:55:42.112Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37e08d29aee74c57 -C extra-filename=-37e08d29aee74c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452024-07-15T22:55:42.215Z Compiling atomic-waker v1.1.2
21462024-07-15T22:55:42.240Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ded31c0a5029b1f -C extra-filename=-6ded31c0a5029b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21472024-07-15T22:55:42.286Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-6255fddcb0a7bad6/build-script-build`
21482024-07-15T22:55:42.355Z Compiling waitgroup v0.1.2
21492024-07-15T22:55:42.379Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e622d4d826752e36 -C extra-filename=-e622d4d826752e36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-6ded31c0a5029b1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21502024-07-15T22:55:42.404Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2dd64b89869af5b4 -C extra-filename=-2dd64b89869af5b4 --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-19ab8735ea8444a7.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cb93baec212052e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d6290c04846e6541.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6ed43d208ee9dad1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21512024-07-15T22:55:42.568Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
21522024-07-15T22:55:42.593Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/9fef396/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=1413226c6af433f9 -C extra-filename=-1413226c6af433f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-52df3b2ea79baefc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21532024-07-15T22:55:43.085Z Compiling async-stream v0.3.5
21542024-07-15T22:55:43.110Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc48565fbcff1870 -C extra-filename=-dc48565fbcff1870 --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-3dd1d7bc13baea0a.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21552024-07-15T22:55:43.189Z Compiling strum v0.26.2
21562024-07-15T22:55:43.213Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=2b2292364db9a0db -C extra-filename=-2b2292364db9a0db --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-82a0ab65a8e15d10.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21572024-07-15T22:55:43.385Z Compiling serde_path_to_error v0.1.16
21582024-07-15T22:55:43.385Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=828c528b4d266b82 -C extra-filename=-828c528b4d266b82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21592024-07-15T22:55:43.410Z Compiling hostname v0.4.0
21602024-07-15T22:55:43.410Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a05070b534d66413 -C extra-filename=-a05070b534d66413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21612024-07-15T22:55:43.435Z Compiling quick-error v1.2.3
21622024-07-15T22:55:43.435Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2f6d65a8b23928e -C extra-filename=-a2f6d65a8b23928e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21632024-07-15T22:55:43.548Z Compiling newtype-uuid v1.1.0
21642024-07-15T22:55:43.573Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=ae48aa26702ecbcc -C extra-filename=-ae48aa26702ecbcc --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-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21652024-07-15T22:55:43.634Z Compiling structmeta-derive v0.3.0
21662024-07-15T22:55:43.659Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=191413cf18c84a35 -C extra-filename=-191413cf18c84a35 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672024-07-15T22:55:43.804Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21682024-07-15T22:55:43.829Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=b52c1d930f3632c0 -C extra-filename=-b52c1d930f3632c0 --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-ae48aa26702ecbcc.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21692024-07-15T22:55:44.062Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21702024-07-15T22:55:44.086Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a1eaff6856d6a9a -C extra-filename=-1a1eaff6856d6a9a --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21712024-07-15T22:55:44.134Z Compiling backoff v0.4.0
21722024-07-15T22:55:44.159Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=0bed3860e46735ea -C extra-filename=-0bed3860e46735ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-37e08d29aee74c57.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732024-07-15T22:55:44.439Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21742024-07-15T22:55:44.464Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/2612d22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=637375b89fdf2bc7 -C extra-filename=-637375b89fdf2bc7 --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-84fca72fcea11cd1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21752024-07-15T22:55:44.846Z Compiling tokio-rustls v0.25.0
21762024-07-15T22:55:44.870Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=f406c9b808786882 -C extra-filename=-f406c9b808786882 --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-bf153c9a9f2b37b4.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
21772024-07-15T22:55:45.103Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21782024-07-15T22:55:45.128Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' -C metadata=9d34a4f0c42ef5cf -C extra-filename=-9d34a4f0c42ef5cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-1a1eaff6856d6a9a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21792024-07-15T22:55:45.218Z Compiling macaddr v1.0.1
21802024-07-15T22:55:45.243Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=0268f75c537c9106 -C extra-filename=-0268f75c537c9106 --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21812024-07-15T22:55:45.268Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21822024-07-15T22:55:45.268Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2773477406cb1fd4 -C extra-filename=-2773477406cb1fd4 --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-e141a4a4024d7118.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21832024-07-15T22:55:45.438Z Compiling wait-timeout v0.2.0
21842024-07-15T22:55:45.463Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65ed68b8ae737998 -C extra-filename=-65ed68b8ae737998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21852024-07-15T22:55:45.625Z Compiling rusty-fork v0.3.0
21862024-07-15T22:55:45.650Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=0da50ccfd5011d95 -C extra-filename=-0da50ccfd5011d95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a2f6d65a8b23928e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-65ed68b8ae737998.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21872024-07-15T22:55:45.945Z Compiling structmeta-derive v0.2.0
21882024-07-15T22:55:45.970Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b89cb7135dd29a0a -C extra-filename=-b89cb7135dd29a0a --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892024-07-15T22:55:46.166Z Compiling darling_macro v0.20.9
21902024-07-15T22:55:46.191Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80399d9c1b1fb827 -C extra-filename=-80399d9c1b1fb827 --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-bae9ee3a5f44f136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21912024-07-15T22:55:46.216Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/9fef396/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' -C metadata=90a540ba8ec06ac6 -C extra-filename=-90a540ba8ec06ac6 --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-dc48565fbcff1870.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-1413226c6af433f9.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8558f77493471e37.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a05070b534d66413.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-2dd64b89869af5b4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-828c528b4d266b82.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6d068bef6e7cbac7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-cb6a999faa70fb57.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-16095d7d7ddbc8d3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f406c9b808786882.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-e622d4d826752e36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
21922024-07-15T22:55:46.281Z Compiling rand_xorshift v0.3.0
21932024-07-15T22:55:46.313Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bc6c66442655c93e -C extra-filename=-bc6c66442655c93e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21942024-07-15T22:55:46.462Z Compiling structmeta v0.3.0
21952024-07-15T22:55:46.487Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5cbd8452cbb5d39a -C extra-filename=-5cbd8452cbb5d39a --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-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-191413cf18c84a35.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21962024-07-15T22:55:46.577Z Compiling unarray v0.1.4
21972024-07-15T22:55:46.602Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1da3c382e57ff2c8 -C extra-filename=-1da3c382e57ff2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21982024-07-15T22:55:46.725Z Compiling proptest v1.4.0
21992024-07-15T22:55:46.751Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=238248b22cea56ac -C extra-filename=-238248b22cea56ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b989bbb682685e9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d007674366a49271.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-bc6c66442655c93e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-0da50ccfd5011d95.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-1da3c382e57ff2c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22002024-07-15T22:55:46.864Z Compiling parse-display-derive v0.9.1
22012024-07-15T22:55:46.890Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11e02535b04df3f6 -C extra-filename=-11e02535b04df3f6 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-5cbd8452cbb5d39a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22022024-07-15T22:55:47.232Z Compiling darling v0.20.9
22032024-07-15T22:55:47.257Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=9ebb153ca63c0dc8 -C extra-filename=-9ebb153ca63c0dc8 --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-bae9ee3a5f44f136.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-80399d9c1b1fb827.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22042024-07-15T22:55:47.332Z Compiling serde_with_macros v3.8.3
22052024-07-15T22:55:47.358Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.8.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 --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' -C metadata=65afe2499ff773cb -C extra-filename=-65afe2499ff773cb --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-9ebb153ca63c0dc8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062024-07-15T22:55:48.639Z Compiling structmeta v0.2.0
22072024-07-15T22:55:48.664Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9bd999dc546f308a -C extra-filename=-9bd999dc546f308a --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-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-b89cb7135dd29a0a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22082024-07-15T22:55:49.018Z Compiling test-strategy v0.3.1
22092024-07-15T22:55:49.042Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b0efea701e86495 -C extra-filename=-4b0efea701e86495 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-9bd999dc546f308a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22102024-07-15T22:55:50.355Z Compiling serde_with v3.8.3
22112024-07-15T22:55:50.380Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.8.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=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"' -C metadata=fb714e98ba59d003 -C extra-filename=-fb714e98ba59d003 --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-cea5d4fb715cdca9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0ba42e68ce2c4ff5.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-65afe2499ff773cb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-07-15T22:55:50.405Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
22132024-07-15T22:55:50.405Z Compiling proc-macro-error-attr v1.0.4
22142024-07-15T22:55:50.405Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c28b7971eeb6ed6 -C extra-filename=-8c28b7971eeb6ed6 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-8c28b7971eeb6ed6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152024-07-15T22:55:50.752Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-8c28b7971eeb6ed6/build-script-build`
22162024-07-15T22:55:50.825Z Dirty proc-macro-error v1.0.4: the rustflags changed
22172024-07-15T22:55:50.825Z Compiling proc-macro-error v1.0.4
22182024-07-15T22:55:50.850Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=13cd89168b66fd9a -C extra-filename=-13cd89168b66fd9a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-13cd89168b66fd9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192024-07-15T22:55:51.167Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-13cd89168b66fd9a/build-script-build`
22202024-07-15T22:55:51.335Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17601cdb95092abb -C extra-filename=-17601cdb95092abb --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212024-07-15T22:55:51.569Z Compiling parse-display v0.9.1
22222024-07-15T22:55:51.593Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -C metadata=600c6d920e71851d -C extra-filename=-600c6d920e71851d --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-11e02535b04df3f6.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22232024-07-15T22:55:52.192Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=ad1b8aa5fd00a1a5 -C extra-filename=-ad1b8aa5fd00a1a5 --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-17601cdb95092abb.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
22242024-07-15T22:55:52.217Z Compiling camino-tempfile v1.1.1
22252024-07-15T22:55:52.241Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1113d3c266fae8fe -C extra-filename=-1113d3c266fae8fe --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-9acf9097cbfb1344.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22262024-07-15T22:55:52.623Z Compiling proc-macro-crate v1.3.1
22272024-07-15T22:55:52.623Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e34ada9c7a1aa35 -C extra-filename=-3e34ada9c7a1aa35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e427cd33e07d895a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22282024-07-15T22:55:52.718Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22292024-07-15T22:55:52.743Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07655fee64a19c85 -C extra-filename=-07655fee64a19c85 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-07655fee64a19c85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302024-07-15T22:55:52.829Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22312024-07-15T22:55:52.854Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=443b768024434e96 -C extra-filename=-443b768024434e96 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-443b768024434e96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22322024-07-15T22:55:53.044Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-07655fee64a19c85/build-script-build`
22332024-07-15T22:55:53.069Z Compiling foreign-types-macros v0.2.3
22342024-07-15T22:55:53.093Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=6bf65640f2d720e2 -C extra-filename=-6bf65640f2d720e2 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352024-07-15T22:55:53.118Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-443b768024434e96/build-script-build`
22362024-07-15T22:55:53.143Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22372024-07-15T22:55:53.143Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a262f2ea15e53534 -C extra-filename=-a262f2ea15e53534 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-a262f2ea15e53534 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22382024-07-15T22:55:53.489Z Compiling foreign-types-shared v0.3.1
22392024-07-15T22:55:53.514Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d6cdeff2a776a2a5 -C extra-filename=-d6cdeff2a776a2a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22402024-07-15T22:55:53.594Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
22412024-07-15T22:55:53.619Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c963eec7e6e8a52 -C extra-filename=-0c963eec7e6e8a52 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-52df3b2ea79baefc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-fb3b38ce1e4bb725.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422024-07-15T22:55:53.619Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-a262f2ea15e53534/build-script-build`
22432024-07-15T22:55:53.643Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd713a3dee2b1c84 -C extra-filename=-bd713a3dee2b1c84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
22442024-07-15T22:55:53.708Z Compiling num_enum_derive v0.5.11
22452024-07-15T22:55:53.733Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=7580554a3a1d1c2a -C extra-filename=-7580554a3a1d1c2a --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-3e34ada9c7a1aa35.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462024-07-15T22:55:53.789Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11e849a4f1fbc5dd -C extra-filename=-11e849a4f1fbc5dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
22472024-07-15T22:55:53.909Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22482024-07-15T22:55:53.934Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c709bce0f1d8fcb0 -C extra-filename=-c709bce0f1d8fcb0 --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-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492024-07-15T22:55:53.959Z Compiling cstr-argument v0.1.2
22502024-07-15T22:55:53.959Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b13eaf252d9751db -C extra-filename=-b13eaf252d9751db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512024-07-15T22:55:54.126Z Compiling pretty-hex v0.2.1
22522024-07-15T22:55:54.150Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=52e9685c026e18f6 -C extra-filename=-52e9685c026e18f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532024-07-15T22:55:54.203Z Compiling tabwriter v1.4.0
22542024-07-15T22:55:54.228Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' -C metadata=a3aa5c118bc7e76c -C extra-filename=-a3aa5c118bc7e76c --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-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552024-07-15T22:55:54.296Z Compiling colored v2.1.0
22562024-07-15T22:55:54.321Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4cb8c90b7cf46f0 -C extra-filename=-f4cb8c90b7cf46f0 --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-772fb82229dfbb23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572024-07-15T22:55:54.378Z Compiling foreign-types v0.5.0
22582024-07-15T22:55:54.402Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=daac655c80288cee -C extra-filename=-daac655c80288cee --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-6bf65640f2d720e2.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-d6cdeff2a776a2a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22592024-07-15T22:55:54.500Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22602024-07-15T22:55:54.525Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d8dfa785be81780 -C extra-filename=-6d8dfa785be81780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-b13eaf252d9751db.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-daac655c80288cee.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-11e849a4f1fbc5dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612024-07-15T22:55:54.713Z Compiling socket2 v0.4.10
22622024-07-15T22:55:54.737Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=927502a0ce0739a0 -C extra-filename=-927502a0ce0739a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22632024-07-15T22:55:54.762Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5369e8e256bf7ff -C extra-filename=-d5369e8e256bf7ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-c709bce0f1d8fcb0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
22642024-07-15T22:55:54.912Z Compiling smf v0.2.3
22652024-07-15T22:55:54.936Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d4356a7938f43ea -C extra-filename=-5d4356a7938f43ea --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-53a2cc8360586505.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22662024-07-15T22:55:54.999Z Compiling humantime v2.1.0
22672024-07-15T22:55:55.024Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6012d0f29de951c9 -C extra-filename=-6012d0f29de951c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22682024-07-15T22:55:55.075Z Compiling newline-converter v0.3.0
22692024-07-15T22:55:55.100Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=835d33978090f885 -C extra-filename=-835d33978090f885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-07-15T22:55:55.224Z Compiling termcolor v1.4.1
22712024-07-15T22:55:55.249Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b713a67487ebae9 -C extra-filename=-0b713a67487ebae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722024-07-15T22:55:55.484Z Compiling expectorate v1.1.0
22732024-07-15T22:55:55.509Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d58bb4bd40d1650 -C extra-filename=-3d58bb4bd40d1650 --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-458ab224f4921e74.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-835d33978090f885.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742024-07-15T22:55:55.566Z Compiling same-file v1.0.6
22752024-07-15T22:55:55.591Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=980a8f3380cdad09 -C extra-filename=-980a8f3380cdad09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762024-07-15T22:55:55.655Z Compiling arc-swap v1.7.1
22772024-07-15T22:55:55.680Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8f5dfe0efe70e20 -C extra-filename=-a8f5dfe0efe70e20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782024-07-15T22:55:55.789Z Compiling walkdir v2.5.0
22792024-07-15T22:55:55.813Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46f81c5457cebf70 -C extra-filename=-46f81c5457cebf70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-980a8f3380cdad09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22802024-07-15T22:55:56.047Z Compiling slog-scope v4.4.0
22812024-07-15T22:55:56.072Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a65e67e1713aba08 -C extra-filename=-a65e67e1713aba08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-a8f5dfe0efe70e20.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-07-15T22:55:56.189Z Compiling xattr v1.3.1
22832024-07-15T22:55:56.214Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=42aeec3ff7a0c86a -C extra-filename=-42aeec3ff7a0c86a --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-88060791252287cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842024-07-15T22:55:56.241Z Compiling slog-stdlog v4.1.1
22852024-07-15T22:55:56.266Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=02dcfb9a595a0651 -C extra-filename=-02dcfb9a595a0651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a65e67e1713aba08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862024-07-15T22:55:56.396Z Compiling num_enum v0.5.11
22872024-07-15T22:55:56.421Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=333e0bedd05cbeb2 -C extra-filename=-333e0bedd05cbeb2 --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-7580554a3a1d1c2a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882024-07-15T22:55:56.447Z Dirty filetime v0.2.23: the rustflags changed
22892024-07-15T22:55:56.447Z Compiling filetime v0.2.23
22902024-07-15T22:55:56.447Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe9199de518d5372 -C extra-filename=-fe9199de518d5372 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912024-07-15T22:55:56.472Z Compiling slog-envlogger v2.2.0
22922024-07-15T22:55:56.472Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=85a5aec2fa9a3b99 -C extra-filename=-85a5aec2fa9a3b99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a65e67e1713aba08.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-02dcfb9a595a0651.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932024-07-15T22:55:56.544Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22942024-07-15T22:55:56.569Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7447c19acb71d73e -C extra-filename=-7447c19acb71d73e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-bd713a3dee2b1c84.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-333e0bedd05cbeb2.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-52e9685c026e18f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952024-07-15T22:55:56.569Z Compiling termtree v0.4.1
22962024-07-15T22:55:56.569Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e22457661bb7c489 -C extra-filename=-e22457661bb7c489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22972024-07-15T22:55:56.594Z Compiling heapless v0.8.0
22982024-07-15T22:55:56.594Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2543d08ff2114b80 -C extra-filename=-2543d08ff2114b80 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-2543d08ff2114b80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992024-07-15T22:55:56.761Z Compiling tar v0.4.41
23002024-07-15T22:55:56.786Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=deaba24feeddef2d -C extra-filename=-deaba24feeddef2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-42aeec3ff7a0c86a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012024-07-15T22:55:56.786Z Compiling predicates-tree v1.0.9
23022024-07-15T22:55:56.858Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a21019c3fba05991 -C extra-filename=-a21019c3fba05991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c8481fa5f04966b.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e22457661bb7c489.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23032024-07-15T22:55:56.883Z Compiling hash32 v0.3.1
23042024-07-15T22:55:56.883Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e53000e73ae3ef66 -C extra-filename=-e53000e73ae3ef66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052024-07-15T22:55:57.085Z Compiling smoltcp v0.11.0
23062024-07-15T22:55:57.110Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=40fb1982114f2451 -C extra-filename=-40fb1982114f2451 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-40fb1982114f2451 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072024-07-15T22:55:57.135Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-2543d08ff2114b80/build-script-build`
23082024-07-15T22:55:57.196Z Compiling derive-where v1.2.7
23092024-07-15T22:55:57.221Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a62ad33a9a669ea -C extra-filename=-5a62ad33a9a669ea --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-07-15T22:55:57.270Z Compiling cobs v0.2.3
23112024-07-15T22:55:57.294Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e5b27fbaacc6dab6 -C extra-filename=-e5b27fbaacc6dab6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122024-07-15T22:55:57.356Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea414af49f056721 -C extra-filename=-ea414af49f056721 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-e53000e73ae3ef66.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b635917684df9bbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132024-07-15T22:55:57.526Z Compiling utf-8 v0.7.6
23142024-07-15T22:55:57.551Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d80cf9e5b2026b08 -C extra-filename=-d80cf9e5b2026b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152024-07-15T22:55:57.794Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-40fb1982114f2451/build-script-build`
23162024-07-15T22:55:57.819Z Compiling crucible-workspace-hack v0.1.0
23172024-07-15T22:55:57.845Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d342f50ed996efb9 -C extra-filename=-d342f50ed996efb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d342f50ed996efb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182024-07-15T22:55:57.845Z Compiling embedded-io v0.4.0
23192024-07-15T22:55:57.869Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=bc26cd12a18f8d4f -C extra-filename=-bc26cd12a18f8d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202024-07-15T22:55:58.032Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23212024-07-15T22:55:58.057Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=4acf2f1fced28a66 -C extra-filename=-4acf2f1fced28a66 --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-fb3b38ce1e4bb725.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-0c963eec7e6e8a52.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222024-07-15T22:55:58.057Z Compiling postcard v1.0.8
23232024-07-15T22:55:58.081Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=15d690d5b8d07439 -C extra-filename=-15d690d5b8d07439 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-e5b27fbaacc6dab6.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-bc26cd12a18f8d4f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23242024-07-15T22:55:58.106Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d342f50ed996efb9/build-script-build`
23252024-07-15T22:55:58.131Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
23262024-07-15T22:55:58.131Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/915975f/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=e7de020f864e8ea4 -C extra-filename=-e7de020f864e8ea4 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-e7de020f864e8ea4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23272024-07-15T22:55:58.174Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23282024-07-15T22:55:58.199Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c365fc389cd2b0c -C extra-filename=-3c365fc389cd2b0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-38ed18ffa97c432d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-4acf2f1fced28a66.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-07-15T22:55:58.303Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=0aa54e7efa9d3d23 -C extra-filename=-0aa54e7efa9d3d23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ea414af49f056721.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302024-07-15T22:55:58.457Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
23312024-07-15T22:55:58.482Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/915975f/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f9c9a305a8b3123e -C extra-filename=-f9c9a305a8b3123e --out-dir /work/oxidecomputer/omicron/target/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-07-15T22:55:58.610Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-e7de020f864e8ea4/build-script-build`
23332024-07-15T22:55:58.665Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc21f1208d0a9182 -C extra-filename=-fc21f1208d0a9182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342024-07-15T22:55:58.715Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
23352024-07-15T22:55:58.740Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/915975f/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c75f5b59e85568c -C extra-filename=-7c75f5b59e85568c --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-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362024-07-15T22:55:58.773Z Compiling sigpipe v0.1.3
23372024-07-15T22:55:58.797Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6e2710882dbcdf1 -C extra-filename=-a6e2710882dbcdf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382024-07-15T22:55:58.822Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
23392024-07-15T22:55:58.822Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef3b5ac7f0cd640c -C extra-filename=-ef3b5ac7f0cd640c --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ef3b5ac7f0cd640c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402024-07-15T22:55:58.891Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23412024-07-15T22:55:58.915Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c42413f04a0ec494 -C extra-filename=-c42413f04a0ec494 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422024-07-15T22:55:59.094Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ef3b5ac7f0cd640c/build-script-build`
23432024-07-15T22:55:59.120Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2062b7760a63b4e1 -C extra-filename=-2062b7760a63b4e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-7447c19acb71d73e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-333e0bedd05cbeb2.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6d8dfa785be81780.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-11e849a4f1fbc5dd.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-d5369e8e256bf7ff.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-927502a0ce0739a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
23442024-07-15T22:55:59.193Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
23452024-07-15T22:55:59.218Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone_cfg_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26cfb14eb041faee -C extra-filename=-26cfb14eb041faee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-791557af361405da.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad1b8aa5fd00a1a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462024-07-15T22:55:59.605Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
23472024-07-15T22:55:59.630Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5ebf962/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77b65e3ceef95e33 -C extra-filename=-77b65e3ceef95e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482024-07-15T22:55:59.991Z Compiling num-derive v0.4.2
23492024-07-15T22:56:00.016Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b3d95dfa5fc4b25 -C extra-filename=-3b3d95dfa5fc4b25 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502024-07-15T22:56:00.626Z Compiling mockall_derive v0.12.1
23512024-07-15T22:56:00.650Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d6d5d6c795866270 -C extra-filename=-d6d5d6c795866270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522024-07-15T22:56:00.650Z Compiling fragile v2.0.0
23532024-07-15T22:56:00.651Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6a943ca6c0c647a -C extra-filename=-a6a943ca6c0c647a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542024-07-15T22:56:01.218Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
23552024-07-15T22:56:01.243Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/915975f/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=3a3bf03c871fa444 -C extra-filename=-3a3bf03c871fa444 --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-f9c9a305a8b3123e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-15d690d5b8d07439.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0aa54e7efa9d3d23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23562024-07-15T22:56:02.037Z Compiling downcast v0.11.0
23572024-07-15T22:56:02.062Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=37e495d66ccdc831 -C extra-filename=-37e495d66ccdc831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582024-07-15T22:56:02.234Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
23592024-07-15T22:56:02.259Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e10f879/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d6e0f627cf5ce0e -C extra-filename=-5d6e0f627cf5ce0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-fc21f1208d0a9182.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-3b3d95dfa5fc4b25.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602024-07-15T22:56:02.349Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/915975f/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=3567762c61a1aa4d -C extra-filename=-3567762c61a1aa4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-f9c9a305a8b3123e.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-7c75f5b59e85568c.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-3a3bf03c871fa444.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-15d690d5b8d07439.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0aa54e7efa9d3d23.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-a3aa5c118bc7e76c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
23612024-07-15T22:56:02.551Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
23622024-07-15T22:56:02.576Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/915975f/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5ee4ac3bcaef5f0a -C extra-filename=-5ee4ac3bcaef5f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-f9c9a305a8b3123e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3567762c61a1aa4d.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-c42413f04a0ec494.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0aa54e7efa9d3d23.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-a3aa5c118bc7e76c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-267d8fd0c2a023f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632024-07-15T22:56:02.638Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
23642024-07-15T22:56:02.663Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=f9ab72387bebfb84 -C extra-filename=-f9ab72387bebfb84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-26cfb14eb041faee.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652024-07-15T22:56:02.970Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
23662024-07-15T22:56:02.995Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5ebf962/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c10e4b17d98aa7e -C extra-filename=-2c10e4b17d98aa7e --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-77b65e3ceef95e33.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672024-07-15T22:56:03.057Z Compiling convert_case v0.4.0
23682024-07-15T22:56:03.082Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2f100e3eb668363 -C extra-filename=-e2f100e3eb668363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692024-07-15T22:56:03.394Z Compiling atty v0.2.14
23702024-07-15T22:56:03.418Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec22a67fa055e4b1 -C extra-filename=-ec22a67fa055e4b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712024-07-15T22:56:03.525Z Compiling pem v3.0.4
23722024-07-15T22:56:03.550Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b61fc3fa1ef52932 -C extra-filename=-b61fc3fa1ef52932 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732024-07-15T22:56:04.019Z Compiling derive_more v0.99.18
23742024-07-15T22:56:04.044Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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"' -C metadata=bd46a1e827c0cd72 -C extra-filename=-bd46a1e827c0cd72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-e2f100e3eb668363.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752024-07-15T22:56:04.076Z Compiling tungstenite v0.20.1
23762024-07-15T22:56:04.101Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=115d98078cb2e89a -C extra-filename=-115d98078cb2e89a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6d068bef6e7cbac7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d80cf9e5b2026b08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772024-07-15T22:56:04.245Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
23782024-07-15T22:56:04.270Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/915975f/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=420af46d8de3819f -C extra-filename=-420af46d8de3819f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-2062b7760a63b4e1.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3567762c61a1aa4d.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5ee4ac3bcaef5f0a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-15d690d5b8d07439.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792024-07-15T22:56:04.445Z Compiling tungstenite v0.21.0
23802024-07-15T22:56:04.470Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=c0905e9d9d3c88b1 -C extra-filename=-c0905e9d9d3c88b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d6290c04846e6541.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6d068bef6e7cbac7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d80cf9e5b2026b08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812024-07-15T22:56:05.381Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23822024-07-15T22:56:05.406Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4af7b025c3af67e9 -C extra-filename=-4af7b025c3af67e9 --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-b5656c5dcc17acc6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-3c365fc389cd2b0c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-52df3b2ea79baefc.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-2bad34be41ded204.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832024-07-15T22:56:05.453Z Compiling tokio-tungstenite v0.20.1
23842024-07-15T22:56:05.478Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=0cb1aa1213d3e748 -C extra-filename=-0cb1aa1213d3e748 --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-1dcee6372fe2be26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-115d98078cb2e89a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852024-07-15T22:56:05.900Z Compiling tokio-tungstenite v0.21.0
23862024-07-15T22:56:05.925Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=0223bc9ccd91e1ca -C extra-filename=-0223bc9ccd91e1ca --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-1dcee6372fe2be26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-c0905e9d9d3c88b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872024-07-15T22:56:06.011Z Compiling password-hash v0.5.0
23882024-07-15T22:56:06.037Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=205f0c55aea4cae8 -C extra-filename=-205f0c55aea4cae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-96ee31262a117aa9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892024-07-15T22:56:06.322Z Compiling blake2 v0.10.6
23902024-07-15T22:56:06.348Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=3f2da7031b479746 -C extra-filename=-3f2da7031b479746 --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-ce6a4c737085c3f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-07-15T22:56:06.373Z Compiling env_logger v0.9.3
23922024-07-15T22:56:06.373Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=12b76e1dd730aca4 -C extra-filename=-12b76e1dd730aca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-ec22a67fa055e4b1.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932024-07-15T22:56:06.925Z Compiling argon2 v0.5.3
23942024-07-15T22:56:06.950Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=a4d8a9947f230e00 -C extra-filename=-a4d8a9947f230e00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-96ee31262a117aa9.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-3f2da7031b479746.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-205f0c55aea4cae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-07-15T22:56:07.375Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23962024-07-15T22:56:07.400Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85b20840a8491ed7 -C extra-filename=-85b20840a8491ed7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972024-07-15T22:56:07.495Z Compiling mockall v0.12.1
23982024-07-15T22:56:07.496Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5020325bfa2d6c6 -C extra-filename=-c5020325bfa2d6c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-37e495d66ccdc831.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-a6a943ca6c0c647a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-d6d5d6c795866270.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f91912b092e7beac.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a21019c3fba05991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992024-07-15T22:56:07.556Z Compiling bitstruct_derive v0.1.0
24002024-07-15T22:56:07.580Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77db5653b6ab43fd -C extra-filename=-77db5653b6ab43fd --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-07-15T22:56:07.773Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24022024-07-15T22:56:07.798Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd2d1cbe4dbc1139 -C extra-filename=-cd2d1cbe4dbc1139 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032024-07-15T22:56:07.798Z Compiling ascii v1.1.0
24042024-07-15T22:56:07.798Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56c1e1864e67c3e2 -C extra-filename=-56c1e1864e67c3e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052024-07-15T22:56:07.901Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24062024-07-15T22:56:07.925Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3552d5b05e4c97b -C extra-filename=-e3552d5b05e4c97b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-cd2d1cbe4dbc1139.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072024-07-15T22:56:08.126Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24082024-07-15T22:56:08.151Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6a550a38e1e777f -C extra-filename=-e6a550a38e1e777f --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-85b20840a8491ed7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092024-07-15T22:56:08.176Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24102024-07-15T22:56:08.201Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=99506e17cb17e8db -C extra-filename=-99506e17cb17e8db --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-99506e17cb17e8db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-900e25007ef20775.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b989bbb682685e9.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-44e70eba0814273c.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-cfd8ff5e51703970.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c52e35fc6b8daee8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efbc4de522c00b6.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9944dc517748bd69.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ce6a4c737085c3f8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-e9051f4e04fbff84.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-11fbd4a534ff102d.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-971206eb9eb7cdaa.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9025fa0717a56460.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-142ae3e71f9f65e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8fda08b8024d96a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c00aecef1131d0de.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f91912b092e7beac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-88060791252287cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-add9c285bc320d03.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-cb692b1ed7aa2065.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d25cf6a3fbbb9f1b.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-808843d7fa8a8b93.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e427cd33e07d895a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-422ce256ccc6f6c0.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-3eecf52f7e4e3d74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ef52c8f9924d93d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-267d8fd0c2a023f6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
24112024-07-15T22:56:08.361Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
24122024-07-15T22:56:08.385Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a69d993b9dbc9d1 -C extra-filename=-4a69d993b9dbc9d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-56c1e1864e67c3e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-12b76e1dd730aca4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132024-07-15T22:56:08.491Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-99506e17cb17e8db/build-script-build`
24142024-07-15T22:56:08.516Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=21f0880c48de2b98 -C extra-filename=-21f0880c48de2b98 --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-900e25007ef20775.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b989bbb682685e9.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-44e70eba0814273c.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-cfd8ff5e51703970.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c52e35fc6b8daee8.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efbc4de522c00b6.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9944dc517748bd69.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ce6a4c737085c3f8.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-e9051f4e04fbff84.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-11fbd4a534ff102d.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-971206eb9eb7cdaa.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9025fa0717a56460.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-142ae3e71f9f65e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8fda08b8024d96a7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c00aecef1131d0de.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f91912b092e7beac.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-88060791252287cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-add9c285bc320d03.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d25cf6a3fbbb9f1b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-808843d7fa8a8b93.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e427cd33e07d895a.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-422ce256ccc6f6c0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ef52c8f9924d93d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-267d8fd0c2a023f6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
24152024-07-15T22:56:08.556Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24162024-07-15T22:56:08.581Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=514c29f8cef91481 -C extra-filename=-514c29f8cef91481 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172024-07-15T22:56:08.621Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24182024-07-15T22:56:08.646Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=ed3d79836b5d2a90 -C extra-filename=-ed3d79836b5d2a90 --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-21f0880c48de2b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
24192024-07-15T22:56:08.915Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24202024-07-15T22:56:08.939Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=4db3fca7300e2eb9 -C extra-filename=-4db3fca7300e2eb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
24212024-07-15T22:56:09.182Z Compiling bitstruct v0.1.1
24222024-07-15T22:56:09.207Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3e4ef37eee9dd02 -C extra-filename=-b3e4ef37eee9dd02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-77db5653b6ab43fd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232024-07-15T22:56:09.291Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24242024-07-15T22:56:09.321Z Compiling serde_arrays v0.1.0
24252024-07-15T22:56:09.321Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=687fc65e00f2519b -C extra-filename=-687fc65e00f2519b --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-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262024-07-15T22:56:09.321Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83ec0fe88ab57f5e -C extra-filename=-83ec0fe88ab57f5e --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272024-07-15T22:56:09.393Z Compiling erased-serde v0.3.31
24282024-07-15T22:56:09.417Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e6a4ea295baf19a8 -C extra-filename=-e6a4ea295baf19a8 --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292024-07-15T22:56:09.463Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302024-07-15T22:56:09.487Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=3f84cf3a2c11f4fd -C extra-filename=-3f84cf3a2c11f4fd --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-a4d8a9947f230e00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
24312024-07-15T22:56:09.623Z Compiling atomicwrites v0.4.3
24322024-07-15T22:56:09.647Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9818663db5922b64 -C extra-filename=-9818663db5922b64 --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-88060791252287cc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332024-07-15T22:56:09.690Z Compiling heck v0.3.3
24342024-07-15T22:56:09.714Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1277b6a5850af162 -C extra-filename=-1277b6a5850af162 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-07-15T22:56:09.826Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
24362024-07-15T22:56:09.851Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc019a8d8d257539 -C extra-filename=-dc019a8d8d257539 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-dc019a8d8d257539 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372024-07-15T22:56:09.924Z Compiling headers-core v0.2.0
24382024-07-15T22:56:09.949Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4114f70c3b705ace -C extra-filename=-4114f70c3b705ace --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-df3f1059ccf78b85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392024-07-15T22:56:09.949Z Compiling base64 v0.13.1
24402024-07-15T22:56:09.949Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=10d0499ba3326980 -C extra-filename=-10d0499ba3326980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-07-15T22:56:10.067Z Compiling headers v0.3.9
24422024-07-15T22:56:10.091Z Compiling zone_cfg_derive v0.1.2
24432024-07-15T22:56:10.091Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5181d5ebaacf525 -C extra-filename=-a5181d5ebaacf525 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-4114f70c3b705ace.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9a593ee1b17490e8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6ed43d208ee9dad1.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6d068bef6e7cbac7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442024-07-15T22:56:10.091Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ca7fe15cb383b67 -C extra-filename=-1ca7fe15cb383b67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1277b6a5850af162.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad1b8aa5fd00a1a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452024-07-15T22:56:10.116Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-dc019a8d8d257539/build-script-build`
24462024-07-15T22:56:10.141Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73a53909a503e368 -C extra-filename=-73a53909a503e368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-7447c19acb71d73e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-333e0bedd05cbeb2.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6d8dfa785be81780.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-11e849a4f1fbc5dd.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-d5369e8e256bf7ff.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-927502a0ce0739a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
24472024-07-15T22:56:10.398Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24482024-07-15T22:56:10.423Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e537534adb77925b -C extra-filename=-e537534adb77925b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-e6a550a38e1e777f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b989bbb682685e9.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-b3e4ef37eee9dd02.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-514c29f8cef91481.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-e6a4ea295baf19a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-687fc65e00f2519b.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-4a69d993b9dbc9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-83ec0fe88ab57f5e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-e3552d5b05e4c97b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-07-15T22:56:10.460Z Compiling ron v0.7.1
24502024-07-15T22:56:10.484Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9965a29f6b2621f -C extra-filename=-f9965a29f6b2621f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-10d0499ba3326980.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-07-15T22:56:10.578Z Compiling portpicker v0.1.1
24522024-07-15T22:56:10.603Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name portpicker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portpicker-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=373b609bbc0d0c3c -C extra-filename=-373b609bbc0d0c3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532024-07-15T22:56:10.853Z Compiling rcgen v0.12.1
24542024-07-15T22:56:10.878Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=f71a934fa8695411 -C extra-filename=-f71a934fa8695411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
24552024-07-15T22:56:11.471Z Compiling zone v0.1.8
24562024-07-15T22:56:11.496Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f850d48232cbc943 -C extra-filename=-f850d48232cbc943 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-1ca7fe15cb383b67.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572024-07-15T22:56:11.520Z Compiling subprocess v0.2.9
24582024-07-15T22:56:11.520Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3af8e2c5d96eb9d8 -C extra-filename=-3af8e2c5d96eb9d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592024-07-15T22:56:11.734Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24602024-07-15T22:56:11.758Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=e182b1e71fc55826 -C extra-filename=-e182b1e71fc55826 --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-21f0880c48de2b98.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
24612024-07-15T22:56:12.012Z Compiling linked-hash-map v0.5.6
24622024-07-15T22:56:12.037Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa4db96c4b21ea1e -C extra-filename=-aa4db96c4b21ea1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632024-07-15T22:56:12.320Z Compiling lru-cache v0.1.2
24642024-07-15T22:56:12.345Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f8b8e71785fe9b4 -C extra-filename=-4f8b8e71785fe9b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-aa4db96c4b21ea1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652024-07-15T22:56:12.495Z Compiling prettyplease v0.2.20
24662024-07-15T22:56:12.495Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' -C metadata=ee598f944c741a1e -C extra-filename=-ee598f944c741a1e --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-ee598f944c741a1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672024-07-15T22:56:12.495Z Compiling semver v0.1.20
24682024-07-15T22:56:12.520Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af270c62ed479890 -C extra-filename=-af270c62ed479890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692024-07-15T22:56:12.761Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-ee598f944c741a1e/build-script-build`
24702024-07-15T22:56:12.786Z Compiling rustc_version v0.1.7
24712024-07-15T22:56:12.786Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74966e74112a5093 -C extra-filename=-74966e74112a5093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-af270c62ed479890.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722024-07-15T22:56:12.812Z Dirty swrite v0.1.0: the rustflags changed
24732024-07-15T22:56:12.812Z Compiling swrite v0.1.0
24742024-07-15T22:56:12.812Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10687806c0c4c1d6 -C extra-filename=-10687806c0c4c1d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-07-15T22:56:12.910Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' -C metadata=978deae1946fc088 -C extra-filename=-978deae1946fc088 --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-6a78d9d4c0031289.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762024-07-15T22:56:13.010Z Compiling home v0.5.9
24772024-07-15T22:56:13.035Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -C metadata=11ca7fe2274501f0 -C extra-filename=-11ca7fe2274501f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782024-07-15T22:56:13.087Z Compiling resolv-conf v0.7.0
24792024-07-15T22:56:13.111Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=940a057e3b626726 -C extra-filename=-940a057e3b626726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-d35460ad3d70bf46.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a2f6d65a8b23928e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802024-07-15T22:56:13.209Z Compiling newtype_derive v0.1.6
24812024-07-15T22:56:13.235Z Compiling num-rational v0.4.2
24822024-07-15T22:56:13.235Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=119d94e058e2fe69 -C extra-filename=-119d94e058e2fe69 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-119d94e058e2fe69 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74966e74112a5093.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832024-07-15T22:56:13.235Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa405bf4f8dc9654 -C extra-filename=-fa405bf4f8dc9654 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24842024-07-15T22:56:13.259Z Compiling num-complex v0.4.6
24852024-07-15T22:56:13.260Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=aaf2764d43f4d1ed -C extra-filename=-aaf2764d43f4d1ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862024-07-15T22:56:13.284Z Compiling cancel-safe-futures v0.1.5
24872024-07-15T22:56:13.284Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=7d5a5bf504233a9c -C extra-filename=-7d5a5bf504233a9c --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7d5a5bf504233a9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-07-15T22:56:13.555Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-119d94e058e2fe69/build-script-build`
24892024-07-15T22:56:13.620Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ba33c99523a0690b -C extra-filename=-ba33c99523a0690b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
24902024-07-15T22:56:13.646Z Compiling trust-dns-resolver v0.22.0
24912024-07-15T22:56:13.671Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=2c2c2260f7387b1f -C extra-filename=-2c2c2260f7387b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-4f8b8e71785fe9b4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-940a057e3b626726.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922024-07-15T22:56:13.719Z Compiling steno v0.4.1
24932024-07-15T22:56:13.744Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60034728744babeb -C extra-filename=-60034728744babeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942024-07-15T22:56:13.827Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7d5a5bf504233a9c/build-script-build`
24952024-07-15T22:56:13.851Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24962024-07-15T22:56:13.851Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=64783dda01bc2ba6 -C extra-filename=-64783dda01bc2ba6 --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-21f0880c48de2b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
24972024-07-15T22:56:14.186Z Compiling num v0.4.3
24982024-07-15T22:56:14.211Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=9911d058f70bbb5a -C extra-filename=-9911d058f70bbb5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-aaf2764d43f4d1ed.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-fa405bf4f8dc9654.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992024-07-15T22:56:14.283Z Compiling slog-dtrace v0.3.0
25002024-07-15T22:56:14.308Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c611d7d9fdd24599 -C extra-filename=-c611d7d9fdd24599 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c611d7d9fdd24599 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012024-07-15T22:56:14.572Z Compiling half v2.4.1
25022024-07-15T22:56:14.596Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0ff64272072bd76 -C extra-filename=-e0ff64272072bd76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032024-07-15T22:56:14.776Z Compiling float-ord v0.3.2
25042024-07-15T22:56:14.800Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6d751a1e2a476355 -C extra-filename=-6d751a1e2a476355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052024-07-15T22:56:14.914Z Compiling glob v0.3.1
25062024-07-15T22:56:14.939Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=009c09a73c940a7e -C extra-filename=-009c09a73c940a7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072024-07-15T22:56:14.939Z Compiling ciborium-io v0.2.2
25082024-07-15T22:56:14.939Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=796b53103f912cb4 -C extra-filename=-796b53103f912cb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092024-07-15T22:56:15.049Z Compiling ciborium-ll v0.2.2
25102024-07-15T22:56:15.074Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f785944e34600a3e -C extra-filename=-f785944e34600a3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-796b53103f912cb4.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-e0ff64272072bd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112024-07-15T22:56:15.074Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c611d7d9fdd24599/build-script-build`
25122024-07-15T22:56:15.128Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=1f71faa70e6551be -C extra-filename=-1f71faa70e6551be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132024-07-15T22:56:15.406Z Compiling signature v2.2.0
25142024-07-15T22:56:15.431Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=3c587b39d8fcb65c -C extra-filename=-3c587b39d8fcb65c --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-ce6a4c737085c3f8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152024-07-15T22:56:15.554Z Compiling rayon-core v1.12.1
25162024-07-15T22:56:15.579Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78abd3ebecc12dba -C extra-filename=-78abd3ebecc12dba --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-78abd3ebecc12dba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172024-07-15T22:56:15.638Z Compiling ciborium v0.2.2
25182024-07-15T22:56:15.662Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=924526503980d853 -C extra-filename=-924526503980d853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-796b53103f912cb4.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-f785944e34600a3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192024-07-15T22:56:15.662Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14392a0cc9363708 -C extra-filename=-14392a0cc9363708 --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-947c891e5fe384e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202024-07-15T22:56:15.788Z Compiling crossbeam-deque v0.8.5
25212024-07-15T22:56:15.813Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=54c5a275a74fe6f4 -C extra-filename=-54c5a275a74fe6f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222024-07-15T22:56:15.838Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-78abd3ebecc12dba/build-script-build`
25232024-07-15T22:56:15.863Z Compiling libsw v3.3.1
25242024-07-15T22:56:15.863Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=bfd3ee3dbe8d887f -C extra-filename=-bfd3ee3dbe8d887f --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-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252024-07-15T22:56:16.099Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7a242ed38bebb38 -C extra-filename=-a7a242ed38bebb38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-54c5a275a74fe6f4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262024-07-15T22:56:16.124Z Compiling owo-colors v4.0.0
25272024-07-15T22:56:16.124Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c45fdf9b4e3eeb94 -C extra-filename=-c45fdf9b4e3eeb94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282024-07-15T22:56:16.155Z Compiling linear-map v1.2.0
25292024-07-15T22:56:16.180Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=43dbd843f8ec402a -C extra-filename=-43dbd843f8ec402a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302024-07-15T22:56:16.465Z Compiling display-error-chain v0.2.0
25312024-07-15T22:56:16.490Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8bcc55f5e1ff0008 -C extra-filename=-8bcc55f5e1ff0008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322024-07-15T22:56:16.614Z Compiling nibble_vec v0.1.0
25332024-07-15T22:56:16.639Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dca1475a3c10fb2a -C extra-filename=-dca1475a3c10fb2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342024-07-15T22:56:16.793Z Compiling rayon v1.10.0
25352024-07-15T22:56:16.819Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9cc7f706c24f99fe -C extra-filename=-9cc7f706c24f99fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-a7a242ed38bebb38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362024-07-15T22:56:16.924Z Compiling endian-type v0.1.2
25372024-07-15T22:56:16.949Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08a20c65fb4946da -C extra-filename=-08a20c65fb4946da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382024-07-15T22:56:17.116Z Compiling radix_trie v0.2.1
25392024-07-15T22:56:17.141Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f57b5e206871653 -C extra-filename=-1f57b5e206871653 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-08a20c65fb4946da.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-dca1475a3c10fb2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-07-15T22:56:17.702Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25412024-07-15T22:56:17.727Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=ff53383ee2c64cb5 -C extra-filename=-ff53383ee2c64cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5a62ad33a9a669ea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-bfd3ee3dbe8d887f.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-43dbd843f8ec402a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25422024-07-15T22:56:17.751Z Compiling fxhash v0.2.1
25432024-07-15T22:56:17.751Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e605e9a3f5355272 -C extra-filename=-e605e9a3f5355272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442024-07-15T22:56:17.922Z Compiling radium v0.7.0
25452024-07-15T22:56:17.947Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c375997c550e0f8 -C extra-filename=-5c375997c550e0f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-5c375997c550e0f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462024-07-15T22:56:17.972Z Compiling maybe-uninit v2.0.0
25472024-07-15T22:56:17.972Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3693912ea490c5a6 -C extra-filename=-3693912ea490c5a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-3693912ea490c5a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482024-07-15T22:56:18.345Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-5c375997c550e0f8/build-script-build`
25492024-07-15T22:56:18.370Z Compiling tap v1.0.1
25502024-07-15T22:56:18.395Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76750a7351ad8b49 -C extra-filename=-76750a7351ad8b49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512024-07-15T22:56:18.472Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-3693912ea490c5a6/build-script-build`
25522024-07-15T22:56:18.532Z Compiling wyz v0.5.1
25532024-07-15T22:56:18.557Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=079ba44f6dc6bf92 -C extra-filename=-079ba44f6dc6bf92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-76750a7351ad8b49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542024-07-15T22:56:18.557Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e679cd4107bdea17 -C extra-filename=-e679cd4107bdea17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
25552024-07-15T22:56:18.891Z Compiling bzip2-sys v0.1.11+1.0.8
25562024-07-15T22:56:18.915Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92e0b719bee18269 -C extra-filename=-92e0b719bee18269 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-92e0b719bee18269 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572024-07-15T22:56:18.940Z Compiling crc-catalog v2.4.0
25582024-07-15T22:56:18.940Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74dcf0a0c1e1ded3 -C extra-filename=-74dcf0a0c1e1ded3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592024-07-15T22:56:19.071Z Compiling num-bigint-dig v0.8.4
25602024-07-15T22:56:19.099Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=86df98b0f743becd -C extra-filename=-86df98b0f743becd --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86df98b0f743becd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612024-07-15T22:56:19.099Z Compiling funty v2.0.0
25622024-07-15T22:56:19.099Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef7a69128d99b578 -C extra-filename=-ef7a69128d99b578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632024-07-15T22:56:19.333Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25642024-07-15T22:56:19.358Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c585e5a8f7215461 -C extra-filename=-c585e5a8f7215461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-e537534adb77925b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0ba42e68ce2c4ff5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d25cf6a3fbbb9f1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652024-07-15T22:56:19.358Z Compiling packed_struct v0.10.1
25662024-07-15T22:56:19.358Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=3e908e771ed83f77 -C extra-filename=-3e908e771ed83f77 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-3e908e771ed83f77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672024-07-15T22:56:19.693Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25682024-07-15T22:56:19.718Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6640b01520403dc2 -C extra-filename=-6640b01520403dc2 --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-c585e5a8f7215461.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0ba42e68ce2c4ff5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d25cf6a3fbbb9f1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692024-07-15T22:56:19.759Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-3e908e771ed83f77/build-script-build`
25702024-07-15T22:56:19.785Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86df98b0f743becd/build-script-build`
25712024-07-15T22:56:19.810Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-92e0b719bee18269/build-script-build`
25722024-07-15T22:56:20.280Z Compiling bitvec v1.0.1
25732024-07-15T22:56:20.304Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80a1669b9026107b -C extra-filename=-80a1669b9026107b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-ef7a69128d99b578.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-e679cd4107bdea17.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-76750a7351ad8b49.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-079ba44f6dc6bf92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742024-07-15T22:56:20.405Z Compiling crc v3.2.1
25752024-07-15T22:56:20.430Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=faea6f435bd0047b -C extra-filename=-faea6f435bd0047b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-74dcf0a0c1e1ded3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762024-07-15T22:56:20.455Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c2e63aa6f3c139a -C extra-filename=-0c2e63aa6f3c139a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
25772024-07-15T22:56:20.540Z Compiling packed_struct_codegen v0.10.1
25782024-07-15T22:56:20.564Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=20967b1e51f38de8 -C extra-filename=-20967b1e51f38de8 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792024-07-15T22:56:20.626Z Compiling indexmap v1.9.3
25802024-07-15T22:56:20.651Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=33103ac4e6cf007e -C extra-filename=-33103ac4e6cf007e --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-33103ac4e6cf007e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812024-07-15T22:56:20.863Z Compiling nodrop v0.1.14
25822024-07-15T22:56:20.888Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec6c4f2bb6062d27 -C extra-filename=-ec6c4f2bb6062d27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832024-07-15T22:56:20.888Z Compiling smallvec v0.6.14
25842024-07-15T22:56:20.888Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=477785d50d54cd39 -C extra-filename=-477785d50d54cd39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-0c2e63aa6f3c139a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852024-07-15T22:56:20.919Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-33103ac4e6cf007e/build-script-build`
25862024-07-15T22:56:20.944Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d871874f7d44fa03 -C extra-filename=-d871874f7d44fa03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -l static=bz2`
25872024-07-15T22:56:20.981Z Compiling array-init v0.0.4
25882024-07-15T22:56:21.006Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e31f5b02445fbcc1 -C extra-filename=-e31f5b02445fbcc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-ec6c4f2bb6062d27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-07-15T22:56:21.031Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=99d61565ac06dd66 -C extra-filename=-99d61565ac06dd66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-98a4140e57fd013c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
25902024-07-15T22:56:21.082Z Compiling pkcs1 v0.7.5
25912024-07-15T22:56:21.108Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=c461870b0657fec7 -C extra-filename=-c461870b0657fec7 --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-9944dc517748bd69.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-dc58ce6e160cb7d1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-eaf5a9f4f82d66d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922024-07-15T22:56:21.248Z Compiling hashbrown v0.12.3
25932024-07-15T22:56:21.279Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=953c86427907735b -C extra-filename=-953c86427907735b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942024-07-15T22:56:21.772Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25952024-07-15T22:56:21.797Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1689d2cc42b61531 -C extra-filename=-1689d2cc42b61531 --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-b472c7d6be468cc5.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-3c365fc389cd2b0c.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-4af7b025c3af67e9.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25962024-07-15T22:56:21.915Z Compiling bitfield v0.14.0
25972024-07-15T22:56:21.940Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d550909bbac18955 -C extra-filename=-d550909bbac18955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982024-07-15T22:56:21.965Z Compiling serde-hex v0.1.0
25992024-07-15T22:56:21.965Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a0e976b2e547a62 -C extra-filename=-7a0e976b2e547a62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-e31f5b02445fbcc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-477785d50d54cd39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002024-07-15T22:56:21.989Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
26012024-07-15T22:56:21.989Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/1b38599/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=87d97ec6784b2467 -C extra-filename=-87d97ec6784b2467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26022024-07-15T22:56:22.171Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26032024-07-15T22:56:22.197Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=4d28766735f50474 -C extra-filename=-4d28766735f50474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26042024-07-15T22:56:22.197Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26052024-07-15T22:56:22.222Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=8b5693721c34cb12 -C extra-filename=-8b5693721c34cb12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26062024-07-15T22:56:23.230Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26072024-07-15T22:56:23.254Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b08d71752c87d3ae -C extra-filename=-b08d71752c87d3ae --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-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0cb1aa1213d3e748.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26082024-07-15T22:56:23.499Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=c027d41709685d55 -C extra-filename=-c027d41709685d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-80a1669b9026107b.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-20967b1e51f38de8.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092024-07-15T22:56:24.128Z Compiling rsa v0.9.6
26102024-07-15T22:56:24.153Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=6a70615991275d34 -C extra-filename=-6a70615991275d34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ce6a4c737085c3f8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-99d61565ac06dd66.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-c461870b0657fec7.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-dc58ce6e160cb7d1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3c587b39d8fcb65c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-eaf5a9f4f82d66d5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112024-07-15T22:56:25.917Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=590be275649af55b -C extra-filename=-590be275649af55b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-953c86427907735b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
26122024-07-15T22:56:26.666Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26132024-07-15T22:56:26.712Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=8c5c62432790df64 -C extra-filename=-8c5c62432790df64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ed3d79836b5d2a90.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0bed3860e46735ea.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26142024-07-15T22:56:26.796Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=3716cce83b58b4f2 -C extra-filename=-3716cce83b58b4f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ed3d79836b5d2a90.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0bed3860e46735ea.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26152024-07-15T22:56:27.647Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
26162024-07-15T22:56:27.671Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/e69694a/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36e34beffb7e3f64 -C extra-filename=-36e34beffb7e3f64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-9cdfe1db1ea1f39e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-73a53909a503e368.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-373b609bbc0d0c3c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b08d71752c87d3ae.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-6640b01520403dc2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-f9965a29f6b2621f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-a3aa5c118bc7e76c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0223bc9ccd91e1ca.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d25cf6a3fbbb9f1b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f850d48232cbc943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26172024-07-15T22:56:28.865Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
26182024-07-15T22:56:28.889Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=34ecc61c62b649a7 -C extra-filename=-34ecc61c62b649a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-d550909bbac18955.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-c027d41709685d55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192024-07-15T22:56:29.223Z Compiling bzip2 v0.4.4
26202024-07-15T22:56:29.247Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d8984d00c924b10 -C extra-filename=-4d8984d00c924b10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-d871874f7d44fa03.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
26212024-07-15T22:56:29.564Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222024-07-15T22:56:29.589Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=afd43c6ed7bd0f56 -C extra-filename=-afd43c6ed7bd0f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-faea6f435bd0047b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c0d90af11b7b1484.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232024-07-15T22:56:29.823Z Compiling env_logger v0.10.2
26242024-07-15T22:56:29.848Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=64e22e1adc2ea79a -C extra-filename=-64e22e1adc2ea79a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-1fb2ee4459a95d8f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252024-07-15T22:56:30.433Z Compiling x509-cert v0.2.5
26262024-07-15T22:56:30.457Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=9946b41680bfe66e -C extra-filename=-9946b41680bfe66e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9944dc517748bd69.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-eaf5a9f4f82d66d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272024-07-15T22:56:30.807Z Compiling ron v0.8.1
26282024-07-15T22:56:30.831Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=079afca8d7328772 -C extra-filename=-079afca8d7328772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b989bbb682685e9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0ba42e68ce2c4ff5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292024-07-15T22:56:32.227Z Compiling hashbrown v0.13.2
26302024-07-15T22:56:32.251Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' -C metadata=2770d30cafa63db4 -C extra-filename=-2770d30cafa63db4 --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-900e25007ef20775.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312024-07-15T22:56:32.980Z Compiling crc-any v2.5.0
26322024-07-15T22:56:33.005Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e518ab7a34dab84 -C extra-filename=-4e518ab7a34dab84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332024-07-15T22:56:33.176Z Compiling object v0.30.4
26342024-07-15T22:56:33.200Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=d072ea8f68afe371 -C extra-filename=-d072ea8f68afe371 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b93e8dcfe84d9fec.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2770d30cafa63db4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-590be275649af55b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352024-07-15T22:56:33.369Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362024-07-15T22:56:33.393Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f7298e606ef9fb9 -C extra-filename=-6f7298e606ef9fb9 --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-079afca8d7328772.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-afd43c6ed7bd0f56.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c0d90af11b7b1484.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372024-07-15T22:56:33.456Z Compiling zip v0.6.6
26382024-07-15T22:56:33.481Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=a1dee7d7307cdaea -C extra-filename=-a1dee7d7307cdaea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-4d8984d00c924b10.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b93e8dcfe84d9fec.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
26392024-07-15T22:56:34.023Z Compiling constant_time_eq v0.3.0
26402024-07-15T22:56:34.047Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a5ae682ae21eab04 -C extra-filename=-a5ae682ae21eab04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412024-07-15T22:56:34.260Z Compiling path-slash v0.1.5
26422024-07-15T22:56:34.284Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76f42b26ab6ae9f6 -C extra-filename=-76f42b26ab6ae9f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432024-07-15T22:56:34.284Z Compiling arrayref v0.3.7
26442024-07-15T22:56:34.284Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5506778857bc3003 -C extra-filename=-5506778857bc3003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452024-07-15T22:56:34.333Z Compiling arrayvec v0.7.4
26462024-07-15T22:56:34.358Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27565aeac1afc72b -C extra-filename=-27565aeac1afc72b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472024-07-15T22:56:34.394Z Compiling maplit v1.0.2
26482024-07-15T22:56:34.419Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9404687583d38e0f -C extra-filename=-9404687583d38e0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-07-15T22:56:34.507Z Compiling async-recursion v1.1.1
26502024-07-15T22:56:34.532Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cddb0e14eb8d2605 -C extra-filename=-cddb0e14eb8d2605 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512024-07-15T22:56:34.650Z Compiling blake3 v1.5.1
26522024-07-15T22:56:34.675Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=1ec3f446c8d6022e -C extra-filename=-1ec3f446c8d6022e --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-1ec3f446c8d6022e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532024-07-15T22:56:34.702Z Compiling ring v0.16.20
26542024-07-15T22:56:34.726Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=e4db3c45e381807a -C extra-filename=-e4db3c45e381807a --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-e4db3c45e381807a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552024-07-15T22:56:35.271Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26562024-07-15T22:56:35.295Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=a2db1a58f03bfb0e -C extra-filename=-a2db1a58f03bfb0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26572024-07-15T22:56:35.816Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26582024-07-15T22:56:35.840Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=5fcee8f6e1ea06a1 -C extra-filename=-5fcee8f6e1ea06a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2c10e4b17d98aa7e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-5d6e0f627cf5ce0e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c5020325bfa2d6c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-420af46d8de3819f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5ee4ac3bcaef5f0a.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-4db3fca7300e2eb9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26592024-07-15T22:56:36.307Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26602024-07-15T22:56:36.331Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=dea35c0597f930c2 -C extra-filename=-dea35c0597f930c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26612024-07-15T22:56:37.824Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26622024-07-15T22:56:37.885Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' -C metadata=32befc35bc96a2c9 -C extra-filename=-32befc35bc96a2c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9818663db5922b64.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-36e34beffb7e3f64.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26632024-07-15T22:56:39.944Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26642024-07-15T22:56:39.969Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_impl --edition=2021 oximeter/impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=e328aafd5d627c87 -C extra-filename=-e328aafd5d627c87 --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-19ab8735ea8444a7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6d751a1e2a476355.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3716cce83b58b4f2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-64783dda01bc2ba6.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26652024-07-15T22:56:40.049Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_impl --edition=2021 oximeter/impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=547ec662402a935b -C extra-filename=-547ec662402a935b --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-19ab8735ea8444a7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6d751a1e2a476355.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-64783dda01bc2ba6.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26662024-07-15T22:56:40.332Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26672024-07-15T22:56:40.357Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=b4d109b761414dee -C extra-filename=-b4d109b761414dee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26682024-07-15T22:56:40.713Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
26692024-07-15T22:56:40.738Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d3f20422b3a0be8f -C extra-filename=-d3f20422b3a0be8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-4e518ab7a34dab84.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9944dc517748bd69.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-64e22e1adc2ea79a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-34ecc61c62b649a7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-c027d41709685d55.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6a70615991275d34.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-7a0e976b2e547a62.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9946b41680bfe66e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c0d90af11b7b1484.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702024-07-15T22:56:42.107Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-e4db3c45e381807a/build-script-build`
26712024-07-15T22:56:43.066Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
26722024-07-15T22:56:43.090Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/943c4bb/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=944828bc94899c2b -C extra-filename=-944828bc94899c2b --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-e141a4a4024d7118.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-34ecc61c62b649a7.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-d3f20422b3a0be8f.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-d072ea8f68afe371.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-76f42b26ab6ae9f6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6a70615991275d34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-afd43c6ed7bd0f56.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-6f7298e606ef9fb9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d25cf6a3fbbb9f1b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9946b41680bfe66e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c0d90af11b7b1484.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
26732024-07-15T22:56:43.635Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-1ec3f446c8d6022e/build-script-build`
26742024-07-15T22:56:44.022Z Compiling memmap2 v0.9.4
26752024-07-15T22:56:44.047Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f222c8f5feb49f0b -C extra-filename=-f222c8f5feb49f0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762024-07-15T22:56:44.452Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26772024-07-15T22:56:44.477Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=2c037a046c5c5ba2 -C extra-filename=-2c037a046c5c5ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ed3d79836b5d2a90.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5a62ad33a9a669ea.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ae48aa26702ecbcc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26782024-07-15T22:56:44.526Z Compiling untrusted v0.7.1
26792024-07-15T22:56:44.552Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a373aa2a958763b -C extra-filename=-4a373aa2a958763b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802024-07-15T22:56:44.709Z Compiling spin v0.5.2
26812024-07-15T22:56:44.733Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1329b9cf81be22e -C extra-filename=-c1329b9cf81be22e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822024-07-15T22:56:44.924Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=f3ae8fcc2309ab57 -C extra-filename=-f3ae8fcc2309ab57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c1329b9cf81be22e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-4a373aa2a958763b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -l static=ring-core -l static=ring-test`
26832024-07-15T22:56:47.133Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=9780d40799678b87 -C extra-filename=-9780d40799678b87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-5506778857bc3003.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-27565aeac1afc72b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-a5ae682ae21eab04.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-f222c8f5feb49f0b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi`
26842024-07-15T22:56:48.062Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26852024-07-15T22:56:48.087Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=a8809571914b5b0a -C extra-filename=-a8809571914b5b0a --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-5fcee8f6e1ea06a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26862024-07-15T22:56:48.606Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26872024-07-15T22:56:48.630Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=97394a16f2eaf8c5 -C extra-filename=-97394a16f2eaf8c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26882024-07-15T22:56:48.745Z Compiling topological-sort v0.2.2
26892024-07-15T22:56:48.770Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00c376485f04f7b6 -C extra-filename=-00c376485f04f7b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902024-07-15T22:56:48.934Z Compiling omicron-zone-package v0.11.0
26912024-07-15T22:56:48.959Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92b4dfe0746da674 -C extra-filename=-92b4dfe0746da674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-9780d40799678b87.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-f3ae8fcc2309ab57.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0ba42e68ce2c4ff5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d25cf6a3fbbb9f1b.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-00c376485f04f7b6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out`
26922024-07-15T22:56:48.959Z Compiling gethostname v0.4.3
26932024-07-15T22:56:48.959Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4fe18731d1c70ac9 -C extra-filename=-4fe18731d1c70ac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-07-15T22:56:49.215Z Compiling libefi-sys v0.1.0
26952024-07-15T22:56:49.239Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91c363b6b9a1fe88 -C extra-filename=-91c363b6b9a1fe88 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-91c363b6b9a1fe88 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962024-07-15T22:56:49.504Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-91c363b6b9a1fe88/build-script-build`
26972024-07-15T22:56:49.529Z Compiling bitfield-struct v0.6.1
26982024-07-15T22:56:49.529Z Running `/home/build/.rustup/toolchains/1.78.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61e66815faae52d7 -C extra-filename=-61e66815faae52d7 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992024-07-15T22:56:50.250Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27002024-07-15T22:56:50.275Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec9c619fa8b6570e -C extra-filename=-ec9c619fa8b6570e --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-ec9c619fa8b6570e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012024-07-15T22:56:50.329Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27022024-07-15T22:56:50.354Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=5db5b9ae9b55f198 -C extra-filename=-5db5b9ae9b55f198 --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-21f0880c48de2b98.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-e328aafd5d627c87.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27032024-07-15T22:56:50.523Z Compiling keccak v0.1.5
27042024-07-15T22:56:50.547Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=f4bf38cad5b29804 -C extra-filename=-f4bf38cad5b29804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052024-07-15T22:56:50.666Z Compiling parking_lot_core v0.8.6
27062024-07-15T22:56:50.690Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb822fb252e22d13 -C extra-filename=-bb822fb252e22d13 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bb822fb252e22d13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072024-07-15T22:56:50.938Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27082024-07-15T22:56:50.962Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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 -C metadata=1dab1a6c07f5e8f4 -C extra-filename=-1dab1a6c07f5e8f4 --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-61e66815faae52d7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092024-07-15T22:56:51.110Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bb822fb252e22d13/build-script-build`
27102024-07-15T22:56:51.134Z Compiling sha3 v0.10.8
27112024-07-15T22:56:51.135Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=68f3463b5beb3a22 -C extra-filename=-68f3463b5beb3a22 --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-ce6a4c737085c3f8.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-f4bf38cad5b29804.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122024-07-15T22:56:51.296Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-ec9c619fa8b6570e/build-script-build`
27132024-07-15T22:56:51.398Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d846799dc427fdb -C extra-filename=-8d846799dc427fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
27142024-07-15T22:56:51.555Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27152024-07-15T22:56:51.580Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=4038d214caab0415 -C extra-filename=-4038d214caab0415 --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-947c891e5fe384e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27162024-07-15T22:56:51.737Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27172024-07-15T22:56:51.762Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7969186b10690c9f -C extra-filename=-7969186b10690c9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-333e0bedd05cbeb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182024-07-15T22:56:52.004Z Compiling secrecy v0.8.0
27192024-07-15T22:56:52.028Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=bbade5d16443e8d2 -C extra-filename=-bbade5d16443e8d2 --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-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202024-07-15T22:56:52.254Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27212024-07-15T22:56:52.279Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=52354b8bf57b1b40 -C extra-filename=-52354b8bf57b1b40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222024-07-15T22:56:52.370Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27232024-07-15T22:56:52.395Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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 -C metadata=64067512f05ae3d7 -C extra-filename=-64067512f05ae3d7 --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-1dab1a6c07f5e8f4.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-52354b8bf57b1b40.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242024-07-15T22:56:52.429Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7840fe43f669835e -C extra-filename=-7840fe43f669835e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7969186b10690c9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -l static=pci`
27252024-07-15T22:56:52.864Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27262024-07-15T22:56:52.888Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=653157531af66c4f -C extra-filename=-653157531af66c4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-8d846799dc427fdb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272024-07-15T22:56:53.251Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74af49de15fbba3f -C extra-filename=-74af49de15fbba3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-37e08d29aee74c57.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282024-07-15T22:56:53.275Z Compiling toolchain_find v0.4.0
27292024-07-15T22:56:53.275Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0bf795341f22359 -C extra-filename=-a0bf795341f22359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-11ca7fe2274501f0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302024-07-15T22:56:53.341Z Compiling trust-dns-client v0.22.0
27312024-07-15T22:56:53.366Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9668cc9406f0c542 -C extra-filename=-9668cc9406f0c542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-1f57b5e206871653.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322024-07-15T22:56:53.872Z Compiling parking_lot v0.11.2
27332024-07-15T22:56:53.896Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a873f86f11ffdc23 -C extra-filename=-a873f86f11ffdc23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-37e08d29aee74c57.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-fb5654d251dbf08f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-74af49de15fbba3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342024-07-15T22:56:53.922Z Compiling rustfmt-wrapper v0.2.1
27352024-07-15T22:56:53.922Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37d92e573671104b -C extra-filename=-37d92e573671104b --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-cea5d4fb715cdca9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-a0bf795341f22359.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362024-07-15T22:56:54.404Z Compiling toml v0.5.11
27372024-07-15T22:56:54.428Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a7ae15d6c534b71e -C extra-filename=-a7ae15d6c534b71e --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382024-07-15T22:56:54.691Z Compiling sled v0.34.7
27392024-07-15T22:56:54.716Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=da7637f35d7ddf76 -C extra-filename=-da7637f35d7ddf76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b93e8dcfe84d9fec.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-e605e9a3f5355272.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a873f86f11ffdc23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402024-07-15T22:56:54.716Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27412024-07-15T22:56:54.716Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=30896ec6aa57109c -C extra-filename=-30896ec6aa57109c --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-30896ec6aa57109c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-92b4dfe0746da674.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-37d92e573671104b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out`
27422024-07-15T22:56:56.095Z Compiling trust-dns-server v0.22.1
27432024-07-15T22:56:56.120Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a77a9048877517ad -C extra-filename=-a77a9048877517ad --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-57d23d037836ac91.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-470dd53b8de38a2c.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-f9ca37c35c126ac7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a7ae15d6c534b71e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-9668cc9406f0c542.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442024-07-15T22:56:57.128Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27452024-07-15T22:56:57.152Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=c0f575b6b9775f67 -C extra-filename=-c0f575b6b9775f67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-547ec662402a935b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-64783dda01bc2ba6.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5db5b9ae9b55f198.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27462024-07-15T22:56:57.498Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27472024-07-15T22:56:57.523Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=9f0f57c4daebde4d -C extra-filename=-9f0f57c4daebde4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7969186b10690c9f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-653157531af66c4f.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-64067512f05ae3d7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7840fe43f669835e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
27482024-07-15T22:56:57.802Z Compiling buf-list v1.0.3
27492024-07-15T22:56:57.826Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=9ee7582522da070e -C extra-filename=-9ee7582522da070e --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-9ee7582522da070e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502024-07-15T22:56:58.502Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512024-07-15T22:56:58.527Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=87acaa573a76439a -C extra-filename=-87acaa573a76439a --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-947c891e5fe384e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27522024-07-15T22:56:59.625Z Compiling diff v0.1.13
27532024-07-15T22:56:59.649Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89f24ea2acf2914f -C extra-filename=-89f24ea2acf2914f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542024-07-15T22:57:00.265Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-9ee7582522da070e/build-script-build`
27552024-07-15T22:57:00.333Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
27562024-07-15T22:57:00.357Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/1b38599/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dba72be4d660b887 -C extra-filename=-dba72be4d660b887 --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-637375b89fdf2bc7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27572024-07-15T22:57:01.206Z Compiling curve25519-dalek v4.1.3
27582024-07-15T22:57:01.230Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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"' -C metadata=5e55e345e24b687a -C extra-filename=-5e55e345e24b687a --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-5e55e345e24b687a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-debd2f02d9c15b3a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-07-15T22:57:01.452Z Compiling universal-hash v0.5.1
27602024-07-15T22:57:01.476Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63b5136bb11e88d8 -C extra-filename=-63b5136bb11e88d8 --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-9efbc4de522c00b6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-07-15T22:57:01.638Z Compiling opaque-debug v0.3.1
27622024-07-15T22:57:01.716Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=188f141b7d6831e2 -C extra-filename=-188f141b7d6831e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632024-07-15T22:57:01.744Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=a88cc174476ba8b1 -C extra-filename=-a88cc174476ba8b1 --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-19ab8735ea8444a7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
27642024-07-15T22:57:01.786Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-5e55e345e24b687a/build-script-build`
27652024-07-15T22:57:01.887Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27662024-07-15T22:57:01.912Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=0d1a2b059ce59e5b -C extra-filename=-0d1a2b059ce59e5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-9668cc9406f0c542.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a77a9048877517ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27672024-07-15T22:57:02.258Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27682024-07-15T22:57:02.283Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=4bebe16f4057c376 -C extra-filename=-4bebe16f4057c376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
27692024-07-15T22:57:02.376Z Compiling curve25519-dalek-derive v0.1.1
27702024-07-15T22:57:02.401Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0480b87579ea968b -C extra-filename=-0480b87579ea968b --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712024-07-15T22:57:02.779Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27722024-07-15T22:57:02.804Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=73c4455613710c96 -C extra-filename=-73c4455613710c96 --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-dba72be4d660b887.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
27732024-07-15T22:57:02.876Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27742024-07-15T22:57:02.900Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=43598de80792d9c9 -C extra-filename=-43598de80792d9c9 --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-57d23d037836ac91.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0ce60a31c78d5de0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bbade5d16443e8d2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
27752024-07-15T22:57:03.620Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27762024-07-15T22:57:03.644Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=128a0209349d1254 -C extra-filename=-128a0209349d1254 --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-21f0880c48de2b98.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27772024-07-15T22:57:03.827Z Compiling crunchy v0.2.2
27782024-07-15T22:57:03.852Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=130d10875e2d7017 -C extra-filename=-130d10875e2d7017 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-130d10875e2d7017 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792024-07-15T22:57:03.852Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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"' -C metadata=4931191ee75de033 -C extra-filename=-4931191ee75de033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-0480b87579ea968b.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ce6a4c737085c3f8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.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"'`
27802024-07-15T22:57:04.335Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-130d10875e2d7017/build-script-build`
27812024-07-15T22:57:04.361Z Compiling clang-sys v1.7.0
27822024-07-15T22:57:04.385Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=ada6db466aade206 -C extra-filename=-ada6db466aade206 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-ada6db466aade206 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832024-07-15T22:57:05.009Z Compiling aead v0.5.2
27842024-07-15T22:57:05.034Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=5fcc657b59c0977f -C extra-filename=-5fcc657b59c0977f --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-9efbc4de522c00b6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-971206eb9eb7cdaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852024-07-15T22:57:05.034Z Compiling pin-project-internal v1.1.5
27862024-07-15T22:57:05.034Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=9a72ad9251b582bc -C extra-filename=-9a72ad9251b582bc --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872024-07-15T22:57:05.193Z Compiling vte_generate_state_changes v0.1.1
27882024-07-15T22:57:05.217Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35caba5327b335f0 -C extra-filename=-35caba5327b335f0 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892024-07-15T22:57:05.354Z Compiling tiny-keccak v2.0.2
27902024-07-15T22:57:05.378Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=7393d053db3fb81f -C extra-filename=-7393d053db3fb81f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7393d053db3fb81f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912024-07-15T22:57:05.679Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7393d053db3fb81f/build-script-build`
27922024-07-15T22:57:05.706Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-ada6db466aade206/build-script-build`
27932024-07-15T22:57:05.741Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=be47fc9b93f67fd9 -C extra-filename=-be47fc9b93f67fd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942024-07-15T22:57:05.848Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27952024-07-15T22:57:05.872Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' -C metadata=fa9bc3e8ce79b1f5 -C extra-filename=-fa9bc3e8ce79b1f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
27962024-07-15T22:57:05.873Z Compiling vte v0.11.1
27972024-07-15T22:57:05.873Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62403b9778b4826c -C extra-filename=-62403b9778b4826c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1145d37920d1b3a9.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-35caba5327b335f0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982024-07-15T22:57:06.946Z Compiling poly1305 v0.8.0
27992024-07-15T22:57:06.971Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=515e04eb01f4fce2 -C extra-filename=-515e04eb01f4fce2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-188f141b7d6831e2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-63b5136bb11e88d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002024-07-15T22:57:07.033Z Compiling chacha20 v0.9.1
28012024-07-15T22:57:07.057Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=083e9ec1771bee89 -C extra-filename=-083e9ec1771bee89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-cfd8ff5e51703970.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022024-07-15T22:57:07.439Z Compiling fd-lock v4.0.2
28032024-07-15T22:57:07.463Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=773ca30849a30730 -C extra-filename=-773ca30849a30730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-88060791252287cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042024-07-15T22:57:07.513Z Compiling thiserror-impl-no-std v2.0.2
28052024-07-15T22:57:07.513Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a11dced134b19cf -C extra-filename=-6a11dced134b19cf --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062024-07-15T22:57:07.635Z Compiling nanorand v0.7.0
28072024-07-15T22:57:07.659Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=7c7336e6ed36858a -C extra-filename=-7c7336e6ed36858a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082024-07-15T22:57:07.959Z Compiling pin-project v1.1.5
28092024-07-15T22:57:07.983Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=27c071ef281a66cf -C extra-filename=-27c071ef281a66cf --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-9a72ad9251b582bc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102024-07-15T22:57:08.156Z Compiling unicase v2.7.0
28112024-07-15T22:57:08.180Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af773df03734cef5 -C extra-filename=-af773df03734cef5 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-af773df03734cef5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122024-07-15T22:57:08.225Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28132024-07-15T22:57:08.249Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=456b3df7018f2ba2 -C extra-filename=-456b3df7018f2ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-456b3df7018f2ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142024-07-15T22:57:08.473Z Compiling ref-cast v1.0.23
28152024-07-15T22:57:08.497Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d05054f9a0608075 -C extra-filename=-d05054f9a0608075 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-d05054f9a0608075 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162024-07-15T22:57:08.547Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-af773df03734cef5/build-script-build`
28172024-07-15T22:57:08.598Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-456b3df7018f2ba2/build-script-build`
28182024-07-15T22:57:08.622Z Compiling flume v0.11.0
28192024-07-15T22:57:08.623Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=617024dcb90a8ae7 -C extra-filename=-617024dcb90a8ae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-7c7336e6ed36858a.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202024-07-15T22:57:08.731Z Compiling strip-ansi-escapes v0.2.0
28212024-07-15T22:57:08.755Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cb610a26aaf8905 -C extra-filename=-3cb610a26aaf8905 --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-62403b9778b4826c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222024-07-15T22:57:08.976Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-d05054f9a0608075/build-script-build`
28232024-07-15T22:57:09.044Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=0c7c745df8082848 -C extra-filename=-0c7c745df8082848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-be47fc9b93f67fd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242024-07-15T22:57:09.115Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28252024-07-15T22:57:09.139Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=736c0daac4944d34 -C extra-filename=-736c0daac4944d34 --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-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
28262024-07-15T22:57:09.232Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28272024-07-15T22:57:09.256Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on -C metadata=e999e9b7cb8f1909 -C extra-filename=-e999e9b7cb8f1909 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-e999e9b7cb8f1909 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28282024-07-15T22:57:09.281Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-30896ec6aa57109c/build-script-build`
28292024-07-15T22:57:09.532Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28302024-07-15T22:57:09.557Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=2302d5585921758e -C extra-filename=-2302d5585921758e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-2302d5585921758e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28312024-07-15T22:57:09.608Z Compiling ascii-canvas v3.0.0
28322024-07-15T22:57:09.608Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86e63d4f6fd86b55 -C extra-filename=-86e63d4f6fd86b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332024-07-15T22:57:09.825Z Compiling kstat-rs v0.2.4
28342024-07-15T22:57:09.849Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=716ee18879bcc002 -C extra-filename=-716ee18879bcc002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352024-07-15T22:57:09.900Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=2bc52beebfae7d77 -C extra-filename=-2bc52beebfae7d77 --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-947c891e5fe384e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28362024-07-15T22:57:10.018Z Compiling ref-cast-impl v1.0.23
28372024-07-15T22:57:10.043Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3284e0cf64568580 -C extra-filename=-3284e0cf64568580 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382024-07-15T22:57:10.143Z Compiling ena v0.14.3
28392024-07-15T22:57:10.167Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f50d97f471b1acb4 -C extra-filename=-f50d97f471b1acb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402024-07-15T22:57:10.401Z Compiling libloading v0.8.3
28412024-07-15T22:57:10.426Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a458ecb7de18deaf -C extra-filename=-a458ecb7de18deaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422024-07-15T22:57:10.514Z Compiling regex-syntax v0.6.29
28432024-07-15T22:57:10.538Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=914744d7c52ebf68 -C extra-filename=-914744d7c52ebf68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442024-07-15T22:57:10.635Z Compiling thiserror-no-std v2.0.2
28452024-07-15T22:57:10.659Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c0eb8a800ea8e55 -C extra-filename=-2c0eb8a800ea8e55 --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-6a11dced134b19cf.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462024-07-15T22:57:10.757Z Compiling nu-ansi-term v0.50.0
28472024-07-15T22:57:10.782Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5df43d700eb6eb4b -C extra-filename=-5df43d700eb6eb4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482024-07-15T22:57:10.829Z Compiling bindgen v0.69.4
28492024-07-15T22:57:10.853Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=1a1ee6a60c43570b -C extra-filename=-1a1ee6a60c43570b --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-1a1ee6a60c43570b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-07-15T22:57:10.895Z Compiling vsss-rs v3.3.4
28512024-07-15T22:57:10.919Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=c6b70ee121895c3a -C extra-filename=-c6b70ee121895c3a --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-4931191ee75de033.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-11fbd4a534ff102d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d007674366a49271.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-2c0eb8a800ea8e55.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522024-07-15T22:57:11.254Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc303404d6972374 -C extra-filename=-bc303404d6972374 --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-3284e0cf64568580.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532024-07-15T22:57:11.392Z Compiling reedline v0.31.0
28542024-07-15T22:57:11.417Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86355b18c1bf5bd3 -C extra-filename=-86355b18c1bf5bd3 --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-947c891e5fe384e4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-773ca30849a30730.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-5df43d700eb6eb4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-3cb610a26aaf8905.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-82a0ab65a8e15d10.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552024-07-15T22:57:11.460Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=9a74a8f90e01640a -C extra-filename=-9a74a8f90e01640a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-a458ecb7de18deaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562024-07-15T22:57:11.554Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-1a1ee6a60c43570b/build-script-build`
28572024-07-15T22:57:11.578Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-2302d5585921758e/build-script-build`
28582024-07-15T22:57:11.603Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-e999e9b7cb8f1909/build-script-build`
28592024-07-15T22:57:11.627Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e795a496a58a165 -C extra-filename=-7e795a496a58a165 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
28602024-07-15T22:57:11.953Z Compiling chacha20poly1305 v0.10.1
28612024-07-15T22:57:11.977Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=5b57bac3462a0cb8 -C extra-filename=-5b57bac3462a0cb8 --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-5fcc657b59c0977f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-083e9ec1771bee89.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-cfd8ff5e51703970.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-515e04eb01f4fce2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622024-07-15T22:57:12.155Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28632024-07-15T22:57:12.179Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=6539176653f39e15 -C extra-filename=-6539176653f39e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-128a0209349d1254.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-52df3b2ea79baefc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28642024-07-15T22:57:12.300Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28652024-07-15T22:57:12.325Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=1a3e3941c4145122 -C extra-filename=-1a3e3941c4145122 --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-84fca72fcea11cd1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
28662024-07-15T22:57:13.317Z Compiling lalrpop v0.19.12
28672024-07-15T22:57:13.342Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=7c8b70bd5440c2f3 -C extra-filename=-7c8b70bd5440c2f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-86e63d4f6fd86b55.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-89f24ea2acf2914f.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-f50d97f471b1acb4.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-1fb2ee4459a95d8f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-914744d7c52ebf68.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-add9c285bc320d03.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-0c7c745df8082848.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-3eecf52f7e4e3d74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682024-07-15T22:57:13.867Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
28692024-07-15T22:57:13.891Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e10f879/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=471ff3faf7d0ce50 -C extra-filename=-471ff3faf7d0ce50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-fc21f1208d0a9182.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28702024-07-15T22:57:14.864Z Compiling which v4.4.2
28712024-07-15T22:57:14.895Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7d9eca999f552c0 -C extra-filename=-f7d9eca999f552c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-11ca7fe2274501f0.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-88060791252287cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722024-07-15T22:57:15.243Z Compiling cexpr v0.6.0
28732024-07-15T22:57:15.267Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ebf7ce8d4d33ee4d -C extra-filename=-ebf7ce8d4d33ee4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-07-15T22:57:15.397Z Compiling memoffset v0.9.1
28752024-07-15T22:57:15.421Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.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"' -C metadata=7ab5dad469300190 -C extra-filename=-7ab5dad469300190 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-7ab5dad469300190 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762024-07-15T22:57:15.446Z Compiling shlex v1.3.0
28772024-07-15T22:57:15.446Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9b242747e0db09c0 -C extra-filename=-9b242747e0db09c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782024-07-15T22:57:15.680Z Compiling lazycell v1.3.0
28792024-07-15T22:57:15.704Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ffae22027f4cc176 -C extra-filename=-ffae22027f4cc176 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802024-07-15T22:57:15.747Z Compiling rustc-hash v1.1.0
28812024-07-15T22:57:15.771Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6e319728dcc6ba59 -C extra-filename=-6e319728dcc6ba59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822024-07-15T22:57:15.865Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-7ab5dad469300190/build-script-build`
28832024-07-15T22:57:15.904Z Compiling mime_guess v2.0.4
28842024-07-15T22:57:15.929Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=24d629e3f832fc6d -C extra-filename=-24d629e3f832fc6d --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-24d629e3f832fc6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7e795a496a58a165.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852024-07-15T22:57:15.929Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28862024-07-15T22:57:15.953Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=6d06623832112319 -C extra-filename=-6d06623832112319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-716ee18879bcc002.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28872024-07-15T22:57:16.018Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=e60f8732bebcec2d -C extra-filename=-e60f8732bebcec2d --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-2b989bbb682685e9.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-ebf7ce8d4d33ee4d.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-9a74a8f90e01640a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-ffae22027f4cc176.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6e319728dcc6ba59.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-9b242747e0db09c0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-f7d9eca999f552c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882024-07-15T22:57:17.023Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=4383e98305d92802 -C extra-filename=-4383e98305d92802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
28892024-07-15T22:57:17.047Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28902024-07-15T22:57:17.047Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=6c8379cb06a08e31 -C extra-filename=-6c8379cb06a08e31 --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-947c891e5fe384e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28912024-07-15T22:57:17.980Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
28922024-07-15T22:57:18.004Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5ebf962/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=90449d923cbb21ea -C extra-filename=-90449d923cbb21ea --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-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0223bc9ccd91e1ca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28932024-07-15T22:57:18.127Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28942024-07-15T22:57:18.151Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=9dd4c89e8a1a59a2 -C extra-filename=-9dd4c89e8a1a59a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-9dd4c89e8a1a59a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28952024-07-15T22:57:18.429Z Compiling derive_builder_core v0.20.0
28962024-07-15T22:57:18.453Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' -C metadata=0249601bd1c9482f -C extra-filename=-0249601bd1c9482f --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-9ebb153ca63c0dc8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972024-07-15T22:57:20.527Z Compiling libxml v0.3.3
28982024-07-15T22:57:20.554Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fed92e26fd65c4e -C extra-filename=-6fed92e26fd65c4e --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-6fed92e26fd65c4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992024-07-15T22:57:20.942Z Dirty bytecount v0.6.8: the rustflags changed
29002024-07-15T22:57:20.943Z Compiling bytecount v0.6.8
29012024-07-15T22:57:20.967Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11894f9d5d95f84b -C extra-filename=-11894f9d5d95f84b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022024-07-15T22:57:21.112Z Compiling cfg_aliases v0.1.1
29032024-07-15T22:57:21.136Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44f2d3764aa1bf38 -C extra-filename=-44f2d3764aa1bf38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-07-15T22:57:21.163Z Dirty papergrid v0.11.0: the rustflags changed
29052024-07-15T22:57:21.163Z Compiling papergrid v0.11.0
29062024-07-15T22:57:21.187Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=19f3860a0da4acc8 -C extra-filename=-19f3860a0da4acc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-11894f9d5d95f84b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072024-07-15T22:57:21.225Z Compiling nix v0.28.0
29082024-07-15T22:57:21.249Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=3383d06de3eb6dbd -C extra-filename=-3383d06de3eb6dbd --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-3383d06de3eb6dbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-44f2d3764aa1bf38.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092024-07-15T22:57:21.970Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-6fed92e26fd65c4e/build-script-build`
29102024-07-15T22:57:22.003Z Compiling derive_builder_macro v0.20.0
29112024-07-15T22:57:22.028Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' -C metadata=1b3c7cded40c999a -C extra-filename=-1b3c7cded40c999a --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-0249601bd1c9482f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-07-15T22:57:22.659Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-9dd4c89e8a1a59a2/build-script-build`
29132024-07-15T22:57:22.684Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-24d629e3f832fc6d/build-script-build`
29142024-07-15T22:57:22.722Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.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"' -C metadata=9b05207b01a0ed5c -C extra-filename=-9b05207b01a0ed5c --out-dir /work/oxidecomputer/omicron/target/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`
29152024-07-15T22:57:22.840Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=39116bea2eca169b -C extra-filename=-39116bea2eca169b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-6539176653f39e15.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5a62ad33a9a669ea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1a3e3941c4145122.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4bebe16f4057c376.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29162024-07-15T22:57:22.943Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on -C metadata=5989e5fc9831f0ff -C extra-filename=-5989e5fc9831f0ff --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-19ab8735ea8444a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5b57bac3462a0cb8.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0ce60a31c78d5de0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bbade5d16443e8d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c6b70ee121895c3a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
29172024-07-15T22:57:24.194Z Compiling tabled_derive v0.7.0
29182024-07-15T22:57:24.218Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6fe8670db0ec247 -C extra-filename=-b6fe8670db0ec247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-791557af361405da.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad1b8aa5fd00a1a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192024-07-15T22:57:24.888Z Compiling strum_macros v0.24.3
29202024-07-15T22:57:24.912Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=121ee1b9f7b07e63 -C extra-filename=-121ee1b9f7b07e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212024-07-15T22:57:26.354Z Compiling cookie v0.18.1
29222024-07-15T22:57:26.378Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=009a01de1221a26e -C extra-filename=-009a01de1221a26e --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-009a01de1221a26e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232024-07-15T22:57:26.641Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
29242024-07-15T22:57:26.665Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/c85a4ca/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a1592996fa9ab13 -C extra-filename=-1a1592996fa9ab13 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-1a1592996fa9ab13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252024-07-15T22:57:26.665Z Compiling salty v0.2.0
29262024-07-15T22:57:26.689Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=da72f3e91a6ecd83 -C extra-filename=-da72f3e91a6ecd83 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-da72f3e91a6ecd83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272024-07-15T22:57:26.876Z Compiling signature v1.6.4
29282024-07-15T22:57:26.901Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=2a7fad7c52cf9085 -C extra-filename=-2a7fad7c52cf9085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292024-07-15T22:57:26.958Z Compiling indoc v1.0.9
29302024-07-15T22:57:26.982Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15f28d339ebc4e9e -C extra-filename=-15f28d339ebc4e9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312024-07-15T22:57:27.034Z Compiling ed25519 v1.5.3
29322024-07-15T22:57:27.058Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a89451af813caf9a -C extra-filename=-a89451af813caf9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-2a7fad7c52cf9085.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332024-07-15T22:57:27.186Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-da72f3e91a6ecd83/build-script-build`
29342024-07-15T22:57:27.210Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-1a1592996fa9ab13/build-script-build`
29352024-07-15T22:57:27.268Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-009a01de1221a26e/build-script-build`
29362024-07-15T22:57:27.334Z Compiling tabled v0.15.0
29372024-07-15T22:57:27.359Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=32d4721e52d03426 -C extra-filename=-32d4721e52d03426 --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-19f3860a0da4acc8.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-b6fe8670db0ec247.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382024-07-15T22:57:27.359Z Compiling derive_builder v0.20.0
29392024-07-15T22:57:27.359Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=69dfb7269ac1319e -C extra-filename=-69dfb7269ac1319e --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-1b3c7cded40c999a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402024-07-15T22:57:27.510Z Compiling nix v0.27.1
29412024-07-15T22:57:27.534Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.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"' -C metadata=d5c12febd8430429 -C extra-filename=-d5c12febd8430429 --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-2b989bbb682685e9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-9b05207b01a0ed5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422024-07-15T22:57:27.947Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=c06c9484ba04be42 -C extra-filename=-c06c9484ba04be42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6ed43d208ee9dad1.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7e795a496a58a165.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432024-07-15T22:57:28.266Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eacb9bfce4ae5e5c -C extra-filename=-eacb9bfce4ae5e5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
29442024-07-15T22:57:28.729Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-3383d06de3eb6dbd/build-script-build`
29452024-07-15T22:57:28.755Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29462024-07-15T22:57:28.779Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b7ca4cff734a55da -C extra-filename=-b7ca4cff734a55da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-faea6f435bd0047b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c0d90af11b7b1484.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472024-07-15T22:57:29.032Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29482024-07-15T22:57:29.056Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=8b7b59158d87a513 -C extra-filename=-8b7b59158d87a513 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-8b7b59158d87a513 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29492024-07-15T22:57:29.271Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
29502024-07-15T22:57:29.296Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5ebf962/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6816726ba8aa765b -C extra-filename=-6816726ba8aa765b --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-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512024-07-15T22:57:29.320Z Compiling serde-big-array v0.5.1
29522024-07-15T22:57:29.320Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5f07d6dd5fd329c -C extra-filename=-c5f07d6dd5fd329c --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532024-07-15T22:57:29.503Z Compiling quick-xml v0.31.0
29542024-07-15T22:57:29.528Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=bc8a515b0ae0c272 -C extra-filename=-bc8a515b0ae0c272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552024-07-15T22:57:29.602Z Compiling snafu-derive v0.8.2
29562024-07-15T22:57:29.626Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' -C metadata=61995458324dcbe3 -C extra-filename=-61995458324dcbe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572024-07-15T22:57:30.737Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29582024-07-15T22:57:30.761Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9ddcc9ee76e62bd -C extra-filename=-d9ddcc9ee76e62bd --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592024-07-15T22:57:31.617Z Compiling impl-trait-for-tuples v0.2.2
29602024-07-15T22:57:31.641Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17e3c426ecc2c188 -C extra-filename=-17e3c426ecc2c188 --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612024-07-15T22:57:32.434Z Compiling oso-derive v0.27.3
29622024-07-15T22:57:32.462Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2206ee7f160239e -C extra-filename=-a2206ee7f160239e --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-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632024-07-15T22:57:33.463Z Compiling http-range v0.1.5
29642024-07-15T22:57:33.487Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f793d025cb4cc056 -C extra-filename=-f793d025cb4cc056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652024-07-15T22:57:33.608Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29662024-07-15T22:57:33.633Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc228f54d7b2cec6 -C extra-filename=-bc228f54d7b2cec6 --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-d9ddcc9ee76e62bd.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672024-07-15T22:57:33.794Z Compiling hyper-staticfile v0.9.5
29682024-07-15T22:57:33.820Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ae38a0e1cc0ffd51 -C extra-filename=-ae38a0e1cc0ffd51 --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-1dcee6372fe2be26.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-f793d025cb4cc056.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9a593ee1b17490e8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-c06c9484ba04be42.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692024-07-15T22:57:34.004Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
29702024-07-15T22:57:34.029Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5ebf962/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=721f85bd026f6871 -C extra-filename=-721f85bd026f6871 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-ec22a67fa055e4b1.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-6816726ba8aa765b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-cb6a999faa70fb57.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0223bc9ccd91e1ca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29712024-07-15T22:57:34.650Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/c85a4ca/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59ef468d82c86a23 -C extra-filename=-59ef468d82c86a23 --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-57d23d037836ac91.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0bed3860e46735ea.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-e605e9a3f5355272.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-11230a7cd1d44bf6.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-4f8b8e71785fe9b4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d5c12febd8430429.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-c5f07d6dd5fd329c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-add9c285bc320d03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b7ca4cff734a55da.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
29722024-07-15T22:57:34.683Z Compiling snafu v0.8.2
29732024-07-15T22:57:34.707Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' -C metadata=9dfecd2d46d3196d -C extra-filename=-9dfecd2d46d3196d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-27c071ef281a66cf.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-61995458324dcbe3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742024-07-15T22:57:35.409Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-8b7b59158d87a513/build-script-build`
29752024-07-15T22:57:35.433Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=443dd091d4d1a7bf -C extra-filename=-443dd091d4d1a7bf --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-2b989bbb682685e9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
29762024-07-15T22:57:38.934Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b8eafab6692b7b4 -C extra-filename=-7b8eafab6692b7b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772024-07-15T22:57:39.970Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e760bbab204fe4f1 -C extra-filename=-e760bbab204fe4f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-a89451af813caf9a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
29782024-07-15T22:57:40.639Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29792024-07-15T22:57:40.663Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=5c8929cd628b1c0f -C extra-filename=-5c8929cd628b1c0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-128a0209349d1254.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-52df3b2ea79baefc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29802024-07-15T22:57:40.811Z Compiling peg-macros v0.8.3
29812024-07-15T22:57:40.835Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53249a6dca9ceac7 -C extra-filename=-53249a6dca9ceac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822024-07-15T22:57:41.521Z Compiling globset v0.4.14
29832024-07-15T22:57:41.545Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=3ccbbfba0e362ff5 -C extra-filename=-3ccbbfba0e362ff5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842024-07-15T22:57:42.064Z Compiling signal-hook-tokio v0.3.1
29852024-07-15T22:57:42.089Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=311ceff6f8856d06 -C extra-filename=-311ceff6f8856d06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862024-07-15T22:57:42.249Z Compiling olpc-cjson v0.1.3
29872024-07-15T22:57:42.273Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17d7f7732a3525c7 -C extra-filename=-17d7f7732a3525c7 --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-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882024-07-15T22:57:42.307Z Compiling serde-big-array v0.4.1
29892024-07-15T22:57:42.332Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4da5a0527fd300b -C extra-filename=-e4da5a0527fd300b --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902024-07-15T22:57:42.500Z Compiling serde_plain v1.0.2
29912024-07-15T22:57:42.500Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e52c92c02c355ac -C extra-filename=-0e52c92c02c355ac --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922024-07-15T22:57:42.524Z Compiling sqlparser_derive v0.2.2
29932024-07-15T22:57:42.549Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a49240a17a31d56e -C extra-filename=-a49240a17a31d56e --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942024-07-15T22:57:42.864Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
29952024-07-15T22:57:42.890Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5270077f7341b780 -C extra-filename=-5270077f7341b780 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-5270077f7341b780 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-07-15T22:57:43.175Z Compiling typed-path v0.7.1
29972024-07-15T22:57:43.199Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9417dbd35ebe1b15 -C extra-filename=-9417dbd35ebe1b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982024-07-15T22:57:43.223Z Compiling unicode_categories v0.1.1
29992024-07-15T22:57:43.223Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=970a285af1efccd6 -C extra-filename=-970a285af1efccd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002024-07-15T22:57:43.540Z Compiling sqlformat v0.2.4
30012024-07-15T22:57:43.570Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9569f95cc1e2d87d -C extra-filename=-9569f95cc1e2d87d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-970a285af1efccd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022024-07-15T22:57:43.655Z Compiling sqlparser v0.45.0
30032024-07-15T22:57:43.679Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' -C metadata=a77c56320c9210d2 -C extra-filename=-a77c56320c9210d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-a49240a17a31d56e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042024-07-15T22:57:44.105Z Compiling peg v0.8.3
30052024-07-15T22:57:44.129Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a69091e37ae557a2 -C extra-filename=-a69091e37ae557a2 --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-53249a6dca9ceac7.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062024-07-15T22:57:44.228Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-5270077f7341b780/build-script-build`
30072024-07-15T22:57:44.300Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30082024-07-15T22:57:44.325Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=6ccb09712c262cd9 -C extra-filename=-6ccb09712c262cd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-bc228f54d7b2cec6.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-e760bbab204fe4f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e4da5a0527fd300b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092024-07-15T22:57:45.305Z Compiling tough v0.17.1
30102024-07-15T22:57:45.330Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=46444247b4cfd227 -C extra-filename=-46444247b4cfd227 --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-cddb0e14eb8d2605.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-3ccbbfba0e362ff5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-17d7f7732a3525c7.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-0e52c92c02c355ac.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-9dfecd2d46d3196d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-9417dbd35ebe1b15.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30112024-07-15T22:57:46.150Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30122024-07-15T22:57:46.175Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=1381ba0be88deb76 -C extra-filename=-1381ba0be88deb76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-59ef468d82c86a23.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4383e98305d92802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-311ceff6f8856d06.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0cb1aa1213d3e748.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
30132024-07-15T22:57:46.399Z Compiling rustyline v14.0.0
30142024-07-15T22:57:46.424Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' -C metadata=729de2019a6ce186 -C extra-filename=-729de2019a6ce186 --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-2b989bbb682685e9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-773ca30849a30730.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-11ca7fe2274501f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-443dd091d4d1a7bf.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-1f57b5e206871653.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1145d37920d1b3a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152024-07-15T22:57:48.930Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30162024-07-15T22:57:48.954Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=97e950fc16057b22 -C extra-filename=-97e950fc16057b22 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-97e950fc16057b22 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30172024-07-15T22:57:49.233Z Compiling const_format_proc_macros v0.2.32
30182024-07-15T22:57:49.257Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2150e6e835f62d0a -C extra-filename=-2150e6e835f62d0a --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-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-3eecf52f7e4e3d74.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192024-07-15T22:57:50.276Z Compiling bb8 v0.8.5
30202024-07-15T22:57:50.301Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.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"' -C metadata=20cb20cdb551d539 -C extra-filename=-20cb20cdb551d539 --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-57d23d037836ac91.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-07-15T22:57:50.769Z Compiling bcs v0.1.6
30222024-07-15T22:57:50.793Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1afa19b974f12e2b -C extra-filename=-1afa19b974f12e2b --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-cea5d4fb715cdca9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232024-07-15T22:57:51.296Z Compiling parse-size v1.0.0
30242024-07-15T22:57:51.320Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab981ef8e9581646 -C extra-filename=-ab981ef8e9581646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252024-07-15T22:57:51.424Z Compiling corncobs v0.1.3
30262024-07-15T22:57:51.448Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0a369123f48c14b2 -C extra-filename=-0a369123f48c14b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272024-07-15T22:57:51.522Z Compiling highway v1.1.0
30282024-07-15T22:57:51.547Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=24c8ccd833f0876a -C extra-filename=-24c8ccd833f0876a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292024-07-15T22:57:51.734Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30302024-07-15T22:57:51.758Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=e44bf541a35c6f20 -C extra-filename=-e44bf541a35c6f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-0a369123f48c14b2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-bc228f54d7b2cec6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-e760bbab204fe4f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-6ccb09712c262cd9.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-895d1d5581d5efcb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312024-07-15T22:57:52.132Z Compiling const_format v0.2.32
30322024-07-15T22:57:52.156Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=13c4665dce0e0339 -C extra-filename=-13c4665dce0e0339 --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-2150e6e835f62d0a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332024-07-15T22:57:52.225Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30342024-07-15T22:57:52.250Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' -C metadata=4b2a2ac4b7c7aeb6 -C extra-filename=-4b2a2ac4b7c7aeb6 --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-57d23d037836ac91.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-20cb20cdb551d539.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30352024-07-15T22:57:52.804Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-97e950fc16057b22/build-script-build`
30362024-07-15T22:57:52.830Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ae4ea0ac6aa6d50 -C extra-filename=-1ae4ea0ac6aa6d50 --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-6dea271f0dac325d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30372024-07-15T22:57:52.854Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30382024-07-15T22:57:52.879Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=0c3ada08bd78356f -C extra-filename=-0c3ada08bd78356f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5989e5fc9831f0ff.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ae38a0e1cc0ffd51.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-420af46d8de3819f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-721f85bd026f6871.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7840fe43f669835e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
30392024-07-15T22:57:53.178Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402024-07-15T22:57:53.202Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=78c8cbbe1ac07244 -C extra-filename=-78c8cbbe1ac07244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-cddb0e14eb8d2605.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1afa19b974f12e2b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-a69091e37ae557a2.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-729de2019a6ce186.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-9569f95cc1e2d87d.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a77c56320c9210d2.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30412024-07-15T22:57:55.441Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30422024-07-15T22:57:55.465Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=cc08b5105a0ecfaf -C extra-filename=-cc08b5105a0ecfaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-ab981ef8e9581646.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-828c528b4d266b82.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30432024-07-15T22:58:00.308Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30442024-07-15T22:58:00.333Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=50cef3819096797a -C extra-filename=-50cef3819096797a --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-947c891e5fe384e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30452024-07-15T22:58:02.177Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30462024-07-15T22:58:02.202Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=9b0999e69c1d8af9 -C extra-filename=-9b0999e69c1d8af9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1381ba0be88deb76.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-e44bf541a35c6f20.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/`
30472024-07-15T22:58:03.105Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30482024-07-15T22:58:03.130Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c50c586235e3e130 -C extra-filename=-c50c586235e3e130 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-791557af361405da.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492024-07-15T22:58:04.957Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30502024-07-15T22:58:04.981Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=44a14aed123a63ae -C extra-filename=-44a14aed123a63ae --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-9acf9097cbfb1344.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1381ba0be88deb76.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
30512024-07-15T22:58:06.187Z Compiling assert_matches v1.5.0
30522024-07-15T22:58:06.211Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83e122273fb94066 -C extra-filename=-83e122273fb94066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532024-07-15T22:58:06.292Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30542024-07-15T22:58:06.318Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=5e905b48142b9cc7 -C extra-filename=-5e905b48142b9cc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
30552024-07-15T22:58:06.724Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30562024-07-15T22:58:06.748Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=d2e02160d785f519 -C extra-filename=-d2e02160d785f519 --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-57d23d037836ac91.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30572024-07-15T22:58:07.137Z Compiling rand_seeder v0.2.3
30582024-07-15T22:58:07.162Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=427baba788a3f0d2 -C extra-filename=-427baba788a3f0d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592024-07-15T22:58:07.437Z Compiling portable-atomic v1.6.0
30602024-07-15T22:58:07.488Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=8428a0bb14271d51 -C extra-filename=-8428a0bb14271d51 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-8428a0bb14271d51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612024-07-15T22:58:08.441Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-8428a0bb14271d51/build-script-build`
30622024-07-15T22:58:08.478Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30632024-07-15T22:58:08.503Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=81432389d5a384a7 -C extra-filename=-81432389d5a384a7 --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-ae48aa26702ecbcc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-427baba788a3f0d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30642024-07-15T22:58:08.668Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=847dce58548c4b38 -C extra-filename=-847dce58548c4b38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_llvm_16`
30652024-07-15T22:58:09.888Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30662024-07-15T22:58:09.913Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=b2bbcfdf57f949b3 -C extra-filename=-b2bbcfdf57f949b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30672024-07-15T22:58:11.930Z Compiling number_prefix v0.4.0
30682024-07-15T22:58:11.955Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7a5b9f87ef78d8f8 -C extra-filename=-7a5b9f87ef78d8f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692024-07-15T22:58:12.157Z Compiling indicatif v0.17.8
30702024-07-15T22:58:12.181Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=c7813f69aff2f6b4 -C extra-filename=-c7813f69aff2f6b4 --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-458ab224f4921e74.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-7a5b9f87ef78d8f8.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847dce58548c4b38.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712024-07-15T22:58:14.222Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30722024-07-15T22:58:14.253Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=67c03f4560a9e01b -C extra-filename=-67c03f4560a9e01b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-81432389d5a384a7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30732024-07-15T22:58:14.802Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30742024-07-15T22:58:14.827Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=cf3a0a2fde15046f -C extra-filename=-cf3a0a2fde15046f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-cf3a0a2fde15046f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30752024-07-15T22:58:15.139Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-cf3a0a2fde15046f/build-script-build`
30762024-07-15T22:58:15.166Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30772024-07-15T22:58:15.191Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=69f2eff755c6abc4 -C extra-filename=-69f2eff755c6abc4 --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-90a540ba8ec06ac6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
30782024-07-15T22:58:15.606Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30792024-07-15T22:58:15.630Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=44a8053a6e111b8c -C extra-filename=-44a8053a6e111b8c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-44a8053a6e111b8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30802024-07-15T22:58:15.967Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30812024-07-15T22:58:15.991Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=89196802458b97f7 -C extra-filename=-89196802458b97f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-89196802458b97f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30822024-07-15T22:58:16.324Z Compiling castaway v0.2.2
30832024-07-15T22:58:16.348Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8b81ff9219024ac5 -C extra-filename=-8b81ff9219024ac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842024-07-15T22:58:16.514Z Compiling compact_str v0.7.1
30852024-07-15T22:58:16.538Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0bacbfa5515b7c55 -C extra-filename=-0bacbfa5515b7c55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-8b81ff9219024ac5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862024-07-15T22:58:17.490Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-89196802458b97f7/build-script-build`
30872024-07-15T22:58:17.514Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-44a8053a6e111b8c/build-script-build`
30882024-07-15T22:58:17.539Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30892024-07-15T22:58:17.539Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=616df86d7aa554e6 -C extra-filename=-616df86d7aa554e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-81432389d5a384a7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30902024-07-15T22:58:19.258Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30912024-07-15T22:58:19.282Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=3b4c9ffce4c67f3e -C extra-filename=-3b4c9ffce4c67f3e --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-947c891e5fe384e4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30922024-07-15T22:58:19.837Z Compiling unicode-truncate v1.0.0
30932024-07-15T22:58:19.862Z Running `/home/build/.rustup/toolchains/1.78.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.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=02023961172e7c0a -C extra-filename=-02023961172e7c0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942024-07-15T22:58:20.064Z Compiling lru v0.12.3
30952024-07-15T22:58:20.088Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' -C metadata=3a53cd98a64c7262 -C extra-filename=-3a53cd98a64c7262 --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-9025fa0717a56460.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962024-07-15T22:58:20.339Z Compiling stability v0.2.0
30972024-07-15T22:58:20.373Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f56615f935198047 -C extra-filename=-f56615f935198047 --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-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982024-07-15T22:58:20.575Z Compiling itertools v0.13.0
30992024-07-15T22:58:20.599Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.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"' -C metadata=e8091f06ab429d0b -C extra-filename=-e8091f06ab429d0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002024-07-15T22:58:21.335Z Compiling cassowary v0.3.0
31012024-07-15T22:58:21.360Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70b5f8a5424c0d79 -C extra-filename=-70b5f8a5424c0d79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022024-07-15T22:58:22.510Z Compiling is_ci v1.2.0
31032024-07-15T22:58:22.535Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=336043baef48eb38 -C extra-filename=-336043baef48eb38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042024-07-15T22:58:22.759Z Compiling supports-color v3.0.0
31052024-07-15T22:58:22.783Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=029f01e2e850e073 -C extra-filename=-029f01e2e850e073 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-336043baef48eb38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062024-07-15T22:58:23.145Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=cb684dd7dd88a7f4 -C extra-filename=-cb684dd7dd88a7f4 --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-39116bea2eca169b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31072024-07-15T22:58:23.448Z Compiling ratatui v0.27.0
31082024-07-15T22:58:23.472Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--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' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=32553398bed02aeb -C extra-filename=-32553398bed02aeb --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-2b989bbb682685e9.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-70b5f8a5424c0d79.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-0bacbfa5515b7c55.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e8091f06ab429d0b.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-3a53cd98a64c7262.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-f56615f935198047.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-82a0ab65a8e15d10.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-02023961172e7c0a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092024-07-15T22:58:23.850Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31102024-07-15T22:58:23.875Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=fb615d3e16857424 -C extra-filename=-fb615d3e16857424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31112024-07-15T22:58:24.299Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31122024-07-15T22:58:24.324Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=f90e148d3feaf5e1 -C extra-filename=-f90e148d3feaf5e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f90e148d3feaf5e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31132024-07-15T22:58:24.612Z Compiling unicode-linebreak v0.1.5
31142024-07-15T22:58:24.637Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=254a4c30b4d956b5 -C extra-filename=-254a4c30b4d956b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152024-07-15T22:58:25.056Z Compiling smawk v0.3.2
31162024-07-15T22:58:25.080Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca72b463f6d7d093 -C extra-filename=-ca72b463f6d7d093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172024-07-15T22:58:25.255Z Compiling textwrap v0.16.1
31182024-07-15T22:58:25.279Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=6a76066da9b6cdd3 -C extra-filename=-6a76066da9b6cdd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-ca72b463f6d7d093.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-254a4c30b4d956b5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-07-15T22:58:26.405Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f90e148d3feaf5e1/build-script-build`
31202024-07-15T22:58:26.431Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
31212024-07-15T22:58:26.455Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e10f879/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6c18738e3d245f7 -C extra-filename=-b6c18738e3d245f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-fc21f1208d0a9182.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31222024-07-15T22:58:27.834Z Compiling fatfs v0.3.6
31232024-07-15T22:58:27.859Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=62605b1d124f8de4 -C extra-filename=-62605b1d124f8de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242024-07-15T22:58:28.768Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31252024-07-15T22:58:28.793Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=2b8c1f18ef367063 -C extra-filename=-2b8c1f18ef367063 --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-947c891e5fe384e4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31262024-07-15T22:58:29.379Z Compiling rtoolbox v0.0.2
31272024-07-15T22:58:29.404Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d196f865524da922 -C extra-filename=-d196f865524da922 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282024-07-15T22:58:29.537Z Compiling shell-words v1.1.0
31292024-07-15T22:58:29.562Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6698e029970b3969 -C extra-filename=-6698e029970b3969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302024-07-15T22:58:29.562Z Compiling tui-tree-widget v0.21.0
31312024-07-15T22:58:29.562Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.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 --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' -C metadata=3e22461855c5623f -C extra-filename=-3e22461855c5623f --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-32553398bed02aeb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322024-07-15T22:58:29.810Z Compiling rpassword v7.3.1
31332024-07-15T22:58:29.835Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=681f3e511a1932d7 -C extra-filename=-681f3e511a1932d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-d196f865524da922.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342024-07-15T22:58:29.870Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31352024-07-15T22:58:29.894Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=47cb8d534010345f -C extra-filename=-47cb8d534010345f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
31362024-07-15T22:58:29.894Z Compiling cargo-platform v0.1.8
31372024-07-15T22:58:29.894Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -C metadata=bab0e4188ae6f1d7 -C extra-filename=-bab0e4188ae6f1d7 --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382024-07-15T22:58:30.124Z Compiling yansi v0.5.1
31392024-07-15T22:58:30.148Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bdbc4d7979348737 -C extra-filename=-bdbc4d7979348737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402024-07-15T22:58:30.442Z Compiling getrandom v0.1.16
31412024-07-15T22:58:30.467Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=2ec73041e42815d9 -C extra-filename=-2ec73041e42815d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-2ec73041e42815d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422024-07-15T22:58:30.467Z Compiling pretty_assertions v1.4.0
31432024-07-15T22:58:30.491Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=71b85029e648d3c5 -C extra-filename=-71b85029e648d3c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-89f24ea2acf2914f.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-bdbc4d7979348737.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442024-07-15T22:58:30.809Z Compiling cargo_metadata v0.18.1
31452024-07-15T22:58:30.834Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0f1faa0ededd0477 -C extra-filename=-0f1faa0ededd0477 --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-9acf9097cbfb1344.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-bab0e4188ae6f1d7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462024-07-15T22:58:31.122Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-2ec73041e42815d9/build-script-build`
31472024-07-15T22:58:31.146Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31482024-07-15T22:58:31.147Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=a8ee43561d4acba2 -C extra-filename=-a8ee43561d4acba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31492024-07-15T22:58:31.678Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=d31f5d3089873b25 -C extra-filename=-d31f5d3089873b25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502024-07-15T22:58:32.158Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
31512024-07-15T22:58:32.183Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=7fb91b3bb7aaed41 -C extra-filename=-7fb91b3bb7aaed41 --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-21f0880c48de2b98.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31522024-07-15T22:58:32.409Z Compiling samael v0.0.15
31532024-07-15T22:58:32.434Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=e1322f77f1d5276e -C extra-filename=-e1322f77f1d5276e --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-e1322f77f1d5276e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-e60f8732bebcec2d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542024-07-15T22:58:33.584Z Compiling rfc6979 v0.4.0
31552024-07-15T22:58:33.609Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9963ee36aa1a21ea -C extra-filename=-9963ee36aa1a21ea --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-142ae3e71f9f65e3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562024-07-15T22:58:33.768Z Compiling target-lexicon v0.12.14
31572024-07-15T22:58:33.796Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=588496c0fbf4d627 -C extra-filename=-588496c0fbf4d627 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-588496c0fbf4d627 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582024-07-15T22:58:34.011Z Compiling doc-comment v0.3.3
31592024-07-15T22:58:34.036Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=378b95388d82b812 -C extra-filename=-378b95388d82b812 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-378b95388d82b812 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602024-07-15T22:58:34.582Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-378b95388d82b812/build-script-build`
31612024-07-15T22:58:34.607Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-e1322f77f1d5276e/build-script-bindings`
31622024-07-15T22:58:34.671Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-588496c0fbf4d627/build-script-build`
31632024-07-15T22:58:34.745Z Compiling ecdsa v0.16.9
31642024-07-15T22:58:34.770Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' -C metadata=3fc48364869704af -C extra-filename=-3fc48364869704af --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-9944dc517748bd69.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ce6a4c737085c3f8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-11fbd4a534ff102d.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-9963ee36aa1a21ea.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3c587b39d8fcb65c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-eaf5a9f4f82d66d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652024-07-15T22:58:34.770Z Compiling rand_core v0.5.1
31662024-07-15T22:58:34.770Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=b7637b5653a1dbbd -C extra-filename=-b7637b5653a1dbbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d31f5d3089873b25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672024-07-15T22:58:35.239Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31682024-07-15T22:58:35.285Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=b0c008dbeaf52a5d -C extra-filename=-b0c008dbeaf52a5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-32553398bed02aeb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-422ce256ccc6f6c0.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-3e22461855c5623f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2b8c1f18ef367063.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31692024-07-15T22:58:35.498Z Compiling primeorder v0.13.6
31702024-07-15T22:58:35.523Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b066e16502f3254 -C extra-filename=-5b066e16502f3254 --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-11fbd4a534ff102d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712024-07-15T22:58:35.951Z Compiling csv-core v0.1.11
31722024-07-15T22:58:35.976Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7ef9a399e9233dfe -C extra-filename=-7ef9a399e9233dfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732024-07-15T22:58:36.452Z Compiling option-ext v0.2.0
31742024-07-15T22:58:36.476Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name option_ext --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2555ee3ac1924ba -C extra-filename=-a2555ee3ac1924ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752024-07-15T22:58:36.500Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=37faa9e4b1fcd5ef -C extra-filename=-37faa9e4b1fcd5ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-69dfb7269ac1319e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-eacb9bfce4ae5e5c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0ad62ea66a01c868.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-bc8a515b0ae0c272.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.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`
31762024-07-15T22:58:36.595Z Compiling assert_cmd v2.0.14
31772024-07-15T22:58:36.619Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=723a3592c5686b08 -C extra-filename=-723a3592c5686b08 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-723a3592c5686b08 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782024-07-15T22:58:37.007Z Compiling guppy-workspace-hack v0.1.0
31792024-07-15T22:58:37.031Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ba0802f28cc6b545 -C extra-filename=-ba0802f28cc6b545 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-ba0802f28cc6b545 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802024-07-15T22:58:37.309Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-ba0802f28cc6b545/build-script-build`
31812024-07-15T22:58:37.334Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-723a3592c5686b08/build-script-build`
31822024-07-15T22:58:37.363Z Compiling dirs-sys v0.4.1
31832024-07-15T22:58:37.388Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ab9a6ffa3d7c7af -C extra-filename=-9ab9a6ffa3d7c7af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-a2555ee3ac1924ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842024-07-15T22:58:37.945Z Compiling csv v1.3.0
31852024-07-15T22:58:37.969Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54582f6ff598b463 -C extra-filename=-54582f6ff598b463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-7ef9a399e9233dfe.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862024-07-15T22:58:39.113Z Compiling rand_chacha v0.2.2
31872024-07-15T22:58:39.137Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=fc916b1d2158f18d -C extra-filename=-fc916b1d2158f18d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-b9107e4ada8e4dd6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7637b5653a1dbbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882024-07-15T22:58:39.210Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=578578ac143aadcb -C extra-filename=-578578ac143aadcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
31892024-07-15T22:58:39.932Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68b9f2f2236d7b58 -C extra-filename=-68b9f2f2236d7b58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902024-07-15T22:58:40.035Z Compiling polyval v0.6.2
31912024-07-15T22:58:40.060Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a628f0728c2735ff -C extra-filename=-a628f0728c2735ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-188f141b7d6831e2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-63b5136bb11e88d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922024-07-15T22:58:40.439Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31932024-07-15T22:58:40.464Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=191f86d511459137 -C extra-filename=-191f86d511459137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31942024-07-15T22:58:40.782Z Compiling ed25519 v2.2.3
31952024-07-15T22:58:40.806Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=75089c850b7c1dd2 -C extra-filename=-75089c850b7c1dd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3c587b39d8fcb65c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962024-07-15T22:58:41.261Z Compiling http-body v1.0.0
31972024-07-15T22:58:41.286Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=716d30a5e703b31b -C extra-filename=-716d30a5e703b31b --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-19ab8735ea8444a7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d6290c04846e6541.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982024-07-15T22:58:41.483Z Compiling blowfish v0.9.1
31992024-07-15T22:58:41.507Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' -C metadata=12d4d26df2342cd8 -C extra-filename=-12d4d26df2342cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-cfd8ff5e51703970.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002024-07-15T22:58:41.862Z Compiling aes v0.8.4
32012024-07-15T22:58:41.887Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=30ffc5d7584da745 -C extra-filename=-30ffc5d7584da745 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-cfd8ff5e51703970.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022024-07-15T22:58:43.089Z Compiling ctr v0.9.2
32032024-07-15T22:58:43.113Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=4efbc8fd52197cee -C extra-filename=-4efbc8fd52197cee --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-cfd8ff5e51703970.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042024-07-15T22:58:43.443Z Compiling password-hash v0.4.2
32052024-07-15T22:58:43.467Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' -C metadata=fe4d19f00c51b242 -C extra-filename=-fe4d19f00c51b242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-96ee31262a117aa9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062024-07-15T22:58:43.996Z Compiling pbkdf2 v0.12.2
32072024-07-15T22:58:44.020Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28b2de5ba83b099e -C extra-filename=-28b2de5ba83b099e --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-ce6a4c737085c3f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082024-07-15T22:58:44.165Z Compiling plotters-backend v0.3.5
32092024-07-15T22:58:44.189Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0993ebe2c0752da1 -C extra-filename=-0993ebe2c0752da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102024-07-15T22:58:44.262Z Compiling hex-literal v0.4.1
32112024-07-15T22:58:44.287Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b813409a9c7591c8 -C extra-filename=-b813409a9c7591c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122024-07-15T22:58:44.419Z Compiling tower-layer v0.3.2
32132024-07-15T22:58:44.444Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3dea153dc1c86e6 -C extra-filename=-f3dea153dc1c86e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142024-07-15T22:58:44.692Z Compiling target-spec v3.1.0
32152024-07-15T22:58:44.716Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de1d5a5b05aca86e -C extra-filename=-de1d5a5b05aca86e --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-de1d5a5b05aca86e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162024-07-15T22:58:44.716Z Compiling tower v0.4.13
32172024-07-15T22:58:44.716Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' -C metadata=f4f74819c502ddeb -C extra-filename=-f4f74819c502ddeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-27c071ef281a66cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-f3dea153dc1c86e6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182024-07-15T22:58:44.925Z Compiling plotters-svg v0.3.5
32192024-07-15T22:58:44.949Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23145c0997cd6248 -C extra-filename=-23145c0997cd6248 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-0993ebe2c0752da1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202024-07-15T22:58:45.264Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-de1d5a5b05aca86e/build-script-build`
32212024-07-15T22:58:45.288Z Compiling bcrypt-pbkdf v0.10.0
32222024-07-15T22:58:45.288Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=15c59132f7835ec2 -C extra-filename=-15c59132f7835ec2 --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-12d4d26df2342cd8.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-28b2de5ba83b099e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232024-07-15T22:58:45.320Z Compiling pbkdf2 v0.11.0
32242024-07-15T22:58:45.344Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' -C metadata=a0a9f821c383c789 -C extra-filename=-a0a9f821c383c789 --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-ce6a4c737085c3f8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-142ae3e71f9f65e3.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-fe4d19f00c51b242.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252024-07-15T22:58:45.459Z Compiling hyper v1.3.1
32262024-07-15T22:58:45.484Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="http1"' -C metadata=12f975729b8ed090 -C extra-filename=-12f975729b8ed090 --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-19ab8735ea8444a7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d6290c04846e6541.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-716d30a5e703b31b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-0dfc4878d281d11a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272024-07-15T22:58:45.639Z Compiling ed25519-dalek v2.1.1
32282024-07-15T22:58:45.663Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=a5750c684d90073b -C extra-filename=-a5750c684d90073b --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-4931191ee75de033.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-75089c850b7c1dd2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292024-07-15T22:58:45.824Z Compiling ghash v0.5.1
32302024-07-15T22:58:45.848Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6c24c00a600dadd -C extra-filename=-f6c24c00a600dadd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-188f141b7d6831e2.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-a628f0728c2735ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312024-07-15T22:58:46.015Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4218e5518cc1a7a0 -C extra-filename=-4218e5518cc1a7a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-9cdfe1db1ea1f39e.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-68b9f2f2236d7b58.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f91912b092e7beac.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c8481fa5f04966b.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a21019c3fba05991.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-65ed68b8ae737998.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322024-07-15T22:58:46.665Z Compiling cfg-expr v0.15.8
32332024-07-15T22:58:46.689Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' -C metadata=e49521e824a3670b -C extra-filename=-e49521e824a3670b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-578578ac143aadcb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342024-07-15T22:58:47.252Z Compiling rand v0.7.3
32352024-07-15T22:58:47.276Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=c339139fc4546b86 -C extra-filename=-c339139fc4546b86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d31f5d3089873b25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-fc916b1d2158f18d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7637b5653a1dbbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362024-07-15T22:58:47.774Z Compiling dirs v5.0.1
32372024-07-15T22:58:47.798Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c401a99793ac92b3 -C extra-filename=-c401a99793ac92b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_sys=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys-9ab9a6ffa3d7c7af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382024-07-15T22:58:47.964Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58b07dc5d30f0994 -C extra-filename=-58b07dc5d30f0994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392024-07-15T22:58:47.989Z Compiling p521 v0.13.3
32402024-07-15T22:58:47.989Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' -C metadata=0967da4e6d1e8351 -C extra-filename=-0967da4e6d1e8351 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-3fc48364869704af.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-11fbd4a534ff102d.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-5b066e16502f3254.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412024-07-15T22:58:48.094Z Compiling p256 v0.13.2
32422024-07-15T22:58:48.118Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=7f6090383e3351f6 -C extra-filename=-7f6090383e3351f6 --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-3fc48364869704af.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-11fbd4a534ff102d.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-5b066e16502f3254.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432024-07-15T22:58:48.917Z Compiling cbc v0.1.2
32442024-07-15T22:58:48.941Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' -C metadata=30677f37819a610a -C extra-filename=-30677f37819a610a --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-cfd8ff5e51703970.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452024-07-15T22:58:49.083Z Compiling russh-cryptovec v0.7.2
32462024-07-15T22:58:49.107Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e7be85c3c6d32ea9 -C extra-filename=-e7be85c3c6d32ea9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472024-07-15T22:58:49.172Z Compiling cast v0.3.0
32482024-07-15T22:58:49.197Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb5ccae66155be73 -C extra-filename=-cb5ccae66155be73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492024-07-15T22:58:49.375Z Compiling md5 v0.7.0
32502024-07-15T22:58:49.400Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b5fc859471b344c0 -C extra-filename=-b5fc859471b344c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512024-07-15T22:58:49.494Z Compiling criterion-plot v0.5.0
32522024-07-15T22:58:49.518Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51339b82b6a776e4 -C extra-filename=-51339b82b6a776e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-cb5ccae66155be73.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532024-07-15T22:58:49.518Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d033f9cd838a7bd4 -C extra-filename=-d033f9cd838a7bd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-e49521e824a3670b.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-58b07dc5d30f0994.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-578578ac143aadcb.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542024-07-15T22:58:49.824Z Compiling russh-keys v0.43.0
32552024-07-15T22:58:49.848Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bd13e9f3009d25d -C extra-filename=-1bd13e9f3009d25d --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-30ffc5d7584da745.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-15c59132f7835ec2.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-41b2738d3593a9b2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-30677f37819a610a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-4efbc8fd52197cee.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-c401a99793ac92b3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-a5750c684d90073b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-142ae3e71f9f65e3.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8fda08b8024d96a7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b5fc859471b344c0.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7f6090383e3351f6.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-0967da4e6d1e8351.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-a0a9f821c383c789.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c339139fc4546b86.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e7be85c3c6d32ea9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6d068bef6e7cbac7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562024-07-15T22:58:50.015Z Compiling hyper-util v0.1.3
32572024-07-15T22:58:50.040Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="http1"' --cfg 'feature="tokio"' -C metadata=21adb05034134405 -C extra-filename=-21adb05034134405 --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-19ab8735ea8444a7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d6290c04846e6541.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-716d30a5e703b31b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12f975729b8ed090.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-f4f74819c502ddeb.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582024-07-15T22:58:50.407Z Compiling aes-gcm v0.10.3
32592024-07-15T22:58:50.431Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=6e62a5232d238f52 -C extra-filename=-6e62a5232d238f52 --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-5fcc657b59c0977f.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-30ffc5d7584da745.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-cfd8ff5e51703970.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-4efbc8fd52197cee.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-f6c24c00a600dadd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602024-07-15T22:58:50.456Z Compiling plotters v0.3.5
32612024-07-15T22:58:50.456Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=544dbe92154eb608 -C extra-filename=-544dbe92154eb608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-0993ebe2c0752da1.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-23145c0997cd6248.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622024-07-15T22:58:50.684Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32632024-07-15T22:58:50.708Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=335ae632bed03b0c -C extra-filename=-335ae632bed03b0c --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-97394a16f2eaf8c5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32642024-07-15T22:58:52.206Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32652024-07-15T22:58:52.231Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=8675377eca6a7a9d -C extra-filename=-8675377eca6a7a9d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-8675377eca6a7a9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32662024-07-15T22:58:52.490Z Compiling rustls-native-certs v0.7.0
32672024-07-15T22:58:52.514Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9eddb399eb6634b5 -C extra-filename=-9eddb399eb6634b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0ad62ea66a01c868.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682024-07-15T22:58:52.545Z Compiling httptest v0.15.5
32692024-07-15T22:58:52.570Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aef6bdffdc7f6090 -C extra-filename=-aef6bdffdc7f6090 --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-44e70eba0814273c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-1ae489c8acf2a979.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8558f77493471e37.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702024-07-15T22:58:52.716Z Compiling pathdiff v0.2.1
32712024-07-15T22:58:52.741Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' -C metadata=b81706a271891afa -C extra-filename=-b81706a271891afa --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-9acf9097cbfb1344.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722024-07-15T22:58:52.876Z Compiling tinytemplate v1.2.1
32732024-07-15T22:58:52.900Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c8bd97b7155afbc -C extra-filename=-3c8bd97b7155afbc --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-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742024-07-15T22:58:52.900Z Compiling escape8259 v0.5.2
32752024-07-15T22:58:52.900Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23ae8534ef95a9e3 -C extra-filename=-23ae8534ef95a9e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762024-07-15T22:58:53.272Z Compiling threadpool v1.8.1
32772024-07-15T22:58:53.296Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5d3b23a8180b5cb -C extra-filename=-f5d3b23a8180b5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-542485ea2f901d76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782024-07-15T22:58:53.945Z Compiling nested v0.1.1
32792024-07-15T22:58:53.969Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26bc13fe1a85d194 -C extra-filename=-26bc13fe1a85d194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802024-07-15T22:58:54.152Z Compiling oorandom v11.1.3
32812024-07-15T22:58:54.177Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c9e4b9f306ed946 -C extra-filename=-8c9e4b9f306ed946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822024-07-15T22:58:54.277Z Compiling anes v0.1.6
32832024-07-15T22:58:54.302Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=30dcea51a931d70b -C extra-filename=-30dcea51a931d70b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842024-07-15T22:58:54.346Z Compiling dhcproto-macros v0.1.0
32852024-07-15T22:58:54.370Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a08a3c4bd48b6c2 -C extra-filename=-6a08a3c4bd48b6c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862024-07-15T22:58:54.712Z Compiling criterion v0.5.1
32872024-07-15T22:58:54.736Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=455d7389eeea7045 -C extra-filename=-455d7389eeea7045 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-30dcea51a931d70b.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-cb5ccae66155be73.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-51339b82b6a776e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-1fb2ee4459a95d8f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-8c9e4b9f306ed946.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-544dbe92154eb608.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0ba42e68ce2c4ff5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-3c8bd97b7155afbc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882024-07-15T22:58:55.276Z Compiling guppy v0.17.5
32892024-07-15T22:58:55.301Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df9be04055402623 -C extra-filename=-df9be04055402623 --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-900e25007ef20775.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0f1faa0ededd0477.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-da9df59bd1f776eb.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-58b07dc5d30f0994.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-26bc13fe1a85d194.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-b81706a271891afa.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-d033f9cd838a7bd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902024-07-15T22:58:55.325Z Compiling dhcproto v0.11.0
32912024-07-15T22:58:55.325Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=459654cf3193f863 -C extra-filename=-459654cf3193f863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-6a08a3c4bd48b6c2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922024-07-15T22:58:58.181Z Compiling libtest-mimic v0.7.3
32932024-07-15T22:58:58.206Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1609e45176ba8a72 -C extra-filename=-1609e45176ba8a72 --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-4253228e65672215.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-23ae8534ef95a9e3.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-f5d3b23a8180b5cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942024-07-15T22:58:58.531Z Compiling hyper-rustls v0.26.0
32952024-07-15T22:58:58.556Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' -C metadata=906dc5925d37c78d -C extra-filename=-906dc5925d37c78d --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-1dcee6372fe2be26.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d6290c04846e6541.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12f975729b8ed090.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-21adb05034134405.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-9eddb399eb6634b5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f406c9b808786882.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
32962024-07-15T22:58:59.034Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-8675377eca6a7a9d/build-script-build`
32972024-07-15T22:58:59.060Z Compiling russh v0.43.0
32982024-07-15T22:58:59.084Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' -C metadata=79d9b6e8a55f6ef2 -C extra-filename=-79d9b6e8a55f6ef2 --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-30ffc5d7584da745.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6e62a5232d238f52.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b989bbb682685e9.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-083e9ec1771bee89.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-4efbc8fd52197cee.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-4931191ee75de033.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ce6a4c737085c3f8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-971206eb9eb7cdaa.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-142ae3e71f9f65e3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-515e04eb01f4fce2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e7be85c3c6d32ea9.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1bd13e9f3009d25d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6d068bef6e7cbac7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992024-07-15T22:59:00.165Z Compiling fancy-regex v0.13.0
33002024-07-15T22:59:00.190Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=538e1582cf5530b0 -C extra-filename=-538e1582cf5530b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012024-07-15T22:59:02.237Z Compiling rstest_macros v0.19.0
33022024-07-15T22:59:02.261Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=9cd55c24caa5a757 -C extra-filename=-9cd55c24caa5a757 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-9cd55c24caa5a757 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-debd2f02d9c15b3a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032024-07-15T22:59:02.749Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33042024-07-15T22:59:02.773Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56bdf806fd18e229 -C extra-filename=-56bdf806fd18e229 --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052024-07-15T22:59:03.154Z Compiling internet-checksum v0.2.1
33062024-07-15T22:59:03.179Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=156e62651fc45a6b -C extra-filename=-156e62651fc45a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072024-07-15T22:59:03.259Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-9cd55c24caa5a757/build-script-build`
33082024-07-15T22:59:03.396Z Compiling datatest-stable v0.2.9
33092024-07-15T22:59:03.421Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a50aed04ec358fcf -C extra-filename=-a50aed04ec358fcf --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-9acf9097cbfb1344.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-538e1582cf5530b0.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-1609e45176ba8a72.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102024-07-15T22:59:03.446Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33112024-07-15T22:59:03.446Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=6bd9e5b0fa1ad193 -C extra-filename=-6bd9e5b0fa1ad193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-335ae632bed03b0c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4383e98305d92802.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
33122024-07-15T22:59:04.006Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33132024-07-15T22:59:04.031Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=e853c6df30c5f05f -C extra-filename=-e853c6df30c5f05f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-e853c6df30c5f05f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33142024-07-15T22:59:04.294Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33152024-07-15T22:59:04.319Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=b053b80452760a03 -C extra-filename=-b053b80452760a03 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-b053b80452760a03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33162024-07-15T22:59:04.586Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33172024-07-15T22:59:04.610Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=a15b995670da889e -C extra-filename=-a15b995670da889e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-a15b995670da889e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33182024-07-15T22:59:04.894Z Compiling similar-asserts v1.5.0
33192024-07-15T22:59:04.918Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=2880b49c1495e706 -C extra-filename=-2880b49c1495e706 --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-458ab224f4921e74.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202024-07-15T22:59:05.682Z Compiling trybuild v1.0.96
33212024-07-15T22:59:05.707Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.96/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72d0c13a05399e6c -C extra-filename=-72d0c13a05399e6c --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-72d0c13a05399e6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222024-07-15T22:59:05.934Z Compiling relative-path v1.9.3
33232024-07-15T22:59:05.959Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2345f7ef9f064402 -C extra-filename=-2345f7ef9f064402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242024-07-15T22:59:06.163Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-72d0c13a05399e6c/build-script-build`
33252024-07-15T22:59:06.188Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-a15b995670da889e/build-script-build`
33262024-07-15T22:59:06.223Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-b053b80452760a03/build-script-build`
33272024-07-15T22:59:06.247Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-e853c6df30c5f05f/build-script-build`
33282024-07-15T22:59:06.271Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33292024-07-15T22:59:06.271Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=ce24bf344bfec9b6 -C extra-filename=-ce24bf344bfec9b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-9cdfe1db1ea1f39e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-459654cf3193f863.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-56bdf806fd18e229.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a8ee43561d4acba2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-79d9b6e8a55f6ef2.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1bd13e9f3009d25d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33302024-07-15T22:59:06.607Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=10afe51f23d09964 -C extra-filename=-10afe51f23d09964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-2345f7ef9f064402.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312024-07-15T22:59:06.918Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=0c07b3683918efcc -C extra-filename=-0c07b3683918efcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-54582f6ff598b463.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33322024-07-15T22:59:08.874Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33332024-07-15T22:59:08.922Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=1f308ecb5b24ad07 -C extra-filename=-1f308ecb5b24ad07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-191f86d511459137.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4bebe16f4057c376.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2b8c1f18ef367063.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
33342024-07-15T22:59:10.032Z Compiling multimap v0.10.0
33352024-07-15T22:59:10.057Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' -C metadata=1dbc9f48f3735e16 -C extra-filename=-1dbc9f48f3735e16 --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-cea5d4fb715cdca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362024-07-15T22:59:10.324Z Compiling futures-timer v3.0.3
33372024-07-15T22:59:10.348Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13732df1e1e97b1c -C extra-filename=-13732df1e1e97b1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382024-07-15T22:59:11.135Z Compiling indent_write v2.2.0
33392024-07-15T22:59:11.160Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=240c20a392287b7c -C extra-filename=-240c20a392287b7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402024-07-15T22:59:11.347Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d1b790777f4801c -C extra-filename=-7d1b790777f4801c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0ba42e68ce2c4ff5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412024-07-15T22:59:12.158Z Compiling polar-core v0.27.3
33422024-07-15T22:59:12.182Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=a01d9865d62ef819 -C extra-filename=-a01d9865d62ef819 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-a01d9865d62ef819 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-7c8b70bd5440c2f3.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0ba42e68ce2c4ff5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432024-07-15T22:59:12.907Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33442024-07-15T22:59:12.932Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=066dce36812087e8 -C extra-filename=-066dce36812087e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b0c008dbeaf52a5d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33452024-07-15T22:59:13.645Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-a01d9865d62ef819/build-script-build`
33462024-07-15T22:59:15.236Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=f32e955a78ebb81f -C extra-filename=-f32e955a78ebb81f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-15f28d339ebc4e9e.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-121ee1b9f7b07e63.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472024-07-15T22:59:15.324Z Compiling rstest v0.19.0
33482024-07-15T22:59:15.348Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=3b80231c7e409790 -C extra-filename=-3b80231c7e409790 --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-4289b7dca29414cb.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-13732df1e1e97b1c.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-10afe51f23d09964.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492024-07-15T22:59:15.550Z Compiling partial-io v0.5.4
33502024-07-15T22:59:15.575Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=5b9f8ed3266d907c -C extra-filename=-5b9f8ed3266d907c --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-4289b7dca29414cb.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-27c071ef281a66cf.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512024-07-15T22:59:15.968Z Compiling blake2b_simd v1.0.2
33522024-07-15T22:59:15.992Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=57528f9b0ab85f77 -C extra-filename=-57528f9b0ab85f77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-5506778857bc3003.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-27565aeac1afc72b.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-a5ae682ae21eab04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532024-07-15T22:59:16.306Z Compiling rand_distr v0.4.3
33542024-07-15T22:59:16.331Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=c8fc2a8c2d3f43c6 -C extra-filename=-c8fc2a8c2d3f43c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552024-07-15T22:59:17.172Z Compiling approx v0.5.1
33562024-07-15T22:59:17.196Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ddaee20d17a6597c -C extra-filename=-ddaee20d17a6597c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572024-07-15T22:59:17.406Z Compiling rust-argon2 v2.1.0
33582024-07-15T22:59:17.431Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=750b2e677370518b -C extra-filename=-750b2e677370518b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-57528f9b0ab85f77.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-a5ae682ae21eab04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592024-07-15T22:59:18.505Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33602024-07-15T22:59:18.529Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=0e1a642c1b71daf0 -C extra-filename=-0e1a642c1b71daf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9818663db5922b64.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-240c20a392287b7c.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-191f86d511459137.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-69f2eff755c6abc4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33612024-07-15T22:59:18.961Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33622024-07-15T22:59:18.985Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=8e8b8ff9da3c783c -C extra-filename=-8e8b8ff9da3c783c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0f1faa0ededd0477.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-92b4dfe0746da674.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-cb6a999faa70fb57.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33632024-07-15T22:59:20.029Z Compiling cargo_toml v0.20.3
33642024-07-15T22:59:20.053Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.3/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=396f78516ba310fc -C extra-filename=-396f78516ba310fc --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-cea5d4fb715cdca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652024-07-15T22:59:21.474Z Compiling uzers v0.11.3
33662024-07-15T22:59:21.500Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' -C metadata=eec7a70fec0e7113 -C extra-filename=-eec7a70fec0e7113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672024-07-15T22:59:22.722Z Compiling termios v0.3.3
33682024-07-15T22:59:22.784Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f11dce5e76d6ac96 -C extra-filename=-f11dce5e76d6ac96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692024-07-15T22:59:22.934Z Compiling oso v0.27.3
33702024-07-15T22:59:22.972Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=f1988acd213cf850 -C extra-filename=-f1988acd213cf850 --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-17e3c426ecc2c188.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-a2206ee7f160239e.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-f32e955a78ebb81f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712024-07-15T22:59:25.372Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=1d460ff4be3fd74a -C extra-filename=-1d460ff4be3fd74a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5c8929cd628b1c0f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-7b8eafab6692b7b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-cb684dd7dd88a7f4.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f1988acd213cf850.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37faa9e4b1fcd5ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33722024-07-15T22:59:27.955Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33732024-07-15T22:59:27.980Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ef8ee65a40681e2c -C extra-filename=-ef8ee65a40681e2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0f1faa0ededd0477.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-396f78516ba310fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-cb6a999faa70fb57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33742024-07-15T22:59:28.514Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=81964702f81feac3 -C extra-filename=-81964702f81feac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b0c008dbeaf52a5d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-066dce36812087e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33752024-07-15T22:59:29.326Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=7099857b4ce987ce -C extra-filename=-7099857b4ce987ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-20cb20cdb551d539.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-13c4665dce0e0339.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-6539176653f39e15.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-1ae4ea0ac6aa6d50.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-cb684dd7dd88a7f4.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33762024-07-15T22:59:29.905Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6ebdd7e340fea450 -C extra-filename=-6ebdd7e340fea450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9818663db5922b64.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-240c20a392287b7c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-191f86d511459137.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-69f2eff755c6abc4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-0e1a642c1b71daf0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33772024-07-15T22:59:30.549Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=3796a793bada2758 -C extra-filename=-3796a793bada2758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b0c008dbeaf52a5d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-066dce36812087e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33782024-07-15T22:59:31.640Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33792024-07-15T22:59:31.665Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=53233fcfd829a5f2 -C extra-filename=-53233fcfd829a5f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-f11dce5e76d6ac96.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0cb1aa1213d3e748.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33802024-07-15T22:59:32.492Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33812024-07-15T22:59:32.492Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=7dd4bf408acddd76 -C extra-filename=-7dd4bf408acddd76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eec7a70fec0e7113.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33822024-07-15T22:59:32.632Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ff68a18e35c2538e -C extra-filename=-ff68a18e35c2538e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0f1faa0ededd0477.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-8e8b8ff9da3c783c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-92b4dfe0746da674.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-cb6a999faa70fb57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33832024-07-15T22:59:34.550Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=9ff14e3414ce4c77 -C extra-filename=-9ff14e3414ce4c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-a4d8a9947f230e00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-455d7389eeea7045.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-750b2e677370518b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33842024-07-15T22:59:34.858Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/impl/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c596fd31c7ca0be2 -C extra-filename=-c596fd31c7ca0be2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ddaee20d17a6597c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6d751a1e2a476355.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-547ec662402a935b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-64783dda01bc2ba6.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c8fc2a8c2d3f43c6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3b80231c7e409790.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7d1b790777f4801c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33852024-07-15T22:59:35.663Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_impl --edition=2021 oximeter/impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5af50d39dbab99a0 -C extra-filename=-5af50d39dbab99a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ddaee20d17a6597c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6d751a1e2a476355.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-64783dda01bc2ba6.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c8fc2a8c2d3f43c6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3b80231c7e409790.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7d1b790777f4801c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33862024-07-15T22:59:35.831Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=b4ae593d674070d5 -C extra-filename=-b4ae593d674070d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-54582f6ff598b463.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0c07b3683918efcc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33872024-07-15T22:59:37.190Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=64f047a221eb1e46 -C extra-filename=-64f047a221eb1e46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-335ae632bed03b0c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4383e98305d92802.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-5b9f8ed3266d907c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
33882024-07-15T22:59:39.477Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=9fa3b39b74d436ab -C extra-filename=-9fa3b39b74d436ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6bd9e5b0fa1ad193.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-335ae632bed03b0c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4383e98305d92802.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-5b9f8ed3266d907c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
33892024-07-15T22:59:41.298Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=bf6ce9d3702689a7 -C extra-filename=-bf6ce9d3702689a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-32553398bed02aeb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-422ce256ccc6f6c0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-3e22461855c5623f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b0c008dbeaf52a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2b8c1f18ef367063.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33902024-07-15T22:59:51.997Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ca28bee4531f5759 -C extra-filename=-ca28bee4531f5759 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b0c008dbeaf52a5d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33912024-07-15T22:59:52.345Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5276df38a57701ba -C extra-filename=-5276df38a57701ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4218e5518cc1a7a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-32553398bed02aeb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-422ce256ccc6f6c0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-3e22461855c5623f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b0c008dbeaf52a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2b8c1f18ef367063.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33922024-07-15T22:59:53.155Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=0cb903577dfd38b9 -C extra-filename=-0cb903577dfd38b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6bd9e5b0fa1ad193.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-191f86d511459137.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-335ae632bed03b0c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4bebe16f4057c376.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b0c008dbeaf52a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2b8c1f18ef367063.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33932024-07-15T22:59:54.419Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=3c87ea9cc2299758 -C extra-filename=-3c87ea9cc2299758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4218e5518cc1a7a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-32553398bed02aeb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-422ce256ccc6f6c0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-3e22461855c5623f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b0c008dbeaf52a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2b8c1f18ef367063.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33942024-07-15T22:59:54.531Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=5d73c29ea6e1965a -C extra-filename=-5d73c29ea6e1965a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9818663db5922b64.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-240c20a392287b7c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-191f86d511459137.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-69f2eff755c6abc4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33952024-07-15T22:59:55.562Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test -C metadata=e10e3dc46a3a5127 -C extra-filename=-e10e3dc46a3a5127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4218e5518cc1a7a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a50aed04ec358fcf.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f91912b092e7beac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
33962024-07-15T23:00:00.793Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=2bdfb8703cce3f07 -C extra-filename=-2bdfb8703cce3f07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-9cdfe1db1ea1f39e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-459654cf3193f863.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ce24bf344bfec9b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-56bdf806fd18e229.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a8ee43561d4acba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-79d9b6e8a55f6ef2.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1bd13e9f3009d25d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33972024-07-15T23:00:02.212Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33982024-07-15T23:00:02.258Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' -C metadata=1d71187e8747bbbb -C extra-filename=-1d71187e8747bbbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33992024-07-15T23:00:03.175Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34002024-07-15T23:00:03.199Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=af4cb03a97a53880 -C extra-filename=-af4cb03a97a53880 --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-4289b7dca29414cb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34012024-07-15T23:00:04.334Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=a7c1069d6be71e4d -C extra-filename=-a7c1069d6be71e4d --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-947c891e5fe384e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34022024-07-15T23:00:04.670Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=bd79ee70e1220106 -C extra-filename=-bd79ee70e1220106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b4c9ffce4c67f3e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-af4cb03a97a53880.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34032024-07-15T23:00:05.150Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34042024-07-15T23:00:05.175Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=c5e891dce1d9f598 -C extra-filename=-c5e891dce1d9f598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34052024-07-15T23:00:06.760Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=6dcf7371ed4d0c6f -C extra-filename=-6dcf7371ed4d0c6f --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-947c891e5fe384e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34062024-07-15T23:00:06.873Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=0d5610babb659852 -C extra-filename=-0d5610babb659852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-191f86d511459137.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4bebe16f4057c376.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1f308ecb5b24ad07.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2b8c1f18ef367063.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
34072024-07-15T23:00:06.898Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=30ed3b11e2a47dfc -C extra-filename=-30ed3b11e2a47dfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6bd9e5b0fa1ad193.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-191f86d511459137.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-335ae632bed03b0c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4bebe16f4057c376.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b0c008dbeaf52a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1f308ecb5b24ad07.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2b8c1f18ef367063.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34082024-07-15T23:00:07.899Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=2b3d79b64bf80b3e -C extra-filename=-2b3d79b64bf80b3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b4c9ffce4c67f3e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b6c18738e3d245f7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-62605b1d124f8de4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1a3e3941c4145122.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-69f2eff755c6abc4.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-6dcf7371ed4d0c6f.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-af4cb03a97a53880.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bd79ee70e1220106.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a7c1069d6be71e4d.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37faa9e4b1fcd5ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
34092024-07-15T23:00:11.046Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=58af64a87705c30c -C extra-filename=-58af64a87705c30c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6bd9e5b0fa1ad193.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-191f86d511459137.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-335ae632bed03b0c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4bebe16f4057c376.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b0c008dbeaf52a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1f308ecb5b24ad07.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2b8c1f18ef367063.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34102024-07-15T23:00:12.862Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=4c30a742cdd5998e -C extra-filename=-4c30a742cdd5998e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5989e5fc9831f0ff.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ae38a0e1cc0ffd51.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-420af46d8de3819f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-721f85bd026f6871.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7840fe43f669835e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34112024-07-15T23:00:12.887Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=bcc27d746cdf6892 -C extra-filename=-bcc27d746cdf6892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5989e5fc9831f0ff.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-df9be04055402623.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ae38a0e1cc0ffd51.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-420af46d8de3819f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-721f85bd026f6871.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7840fe43f669835e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34122024-07-15T23:00:13.144Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=90b8f4a6170e5ea1 -C extra-filename=-90b8f4a6170e5ea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-9cdfe1db1ea1f39e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-459654cf3193f863.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ce24bf344bfec9b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-56bdf806fd18e229.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a8ee43561d4acba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-79d9b6e8a55f6ef2.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1bd13e9f3009d25d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34132024-07-15T23:00:14.042Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=64d2508b6fa18ff2 -C extra-filename=-64d2508b6fa18ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5989e5fc9831f0ff.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ae38a0e1cc0ffd51.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-420af46d8de3819f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-721f85bd026f6871.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7840fe43f669835e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34142024-07-15T23:00:15.484Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=4073bf24bced6801 -C extra-filename=-4073bf24bced6801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5989e5fc9831f0ff.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-df9be04055402623.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ae38a0e1cc0ffd51.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-420af46d8de3819f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-721f85bd026f6871.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7840fe43f669835e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34152024-07-15T23:00:15.971Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=b5fc86b49d258f60 -C extra-filename=-b5fc86b49d258f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5989e5fc9831f0ff.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ae38a0e1cc0ffd51.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-420af46d8de3819f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-721f85bd026f6871.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7840fe43f669835e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34162024-07-15T23:00:26.107Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=2be7c2a76aa26ae2 -C extra-filename=-2be7c2a76aa26ae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-9cdfe1db1ea1f39e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-459654cf3193f863.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ce24bf344bfec9b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-56bdf806fd18e229.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a8ee43561d4acba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-79d9b6e8a55f6ef2.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1bd13e9f3009d25d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34172024-07-15T23:00:28.901Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=bd3c167fb3b1c1a9 -C extra-filename=-bd3c167fb3b1c1a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-81432389d5a384a7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34182024-07-15T23:00:42.957Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=cf3a8b7ac8a1da25 -C extra-filename=-cf3a8b7ac8a1da25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-9cdfe1db1ea1f39e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-459654cf3193f863.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-56bdf806fd18e229.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a8ee43561d4acba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-79d9b6e8a55f6ef2.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1bd13e9f3009d25d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34192024-07-15T23:00:43.364Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=8ec5b500c61e29d1 -C extra-filename=-8ec5b500c61e29d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5989e5fc9831f0ff.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-df9be04055402623.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ae38a0e1cc0ffd51.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-420af46d8de3819f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-721f85bd026f6871.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7840fe43f669835e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34202024-07-15T23:00:45.668Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=0191af736c0e0aec -C extra-filename=-0191af736c0e0aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5989e5fc9831f0ff.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-df9be04055402623.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ae38a0e1cc0ffd51.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-420af46d8de3819f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-721f85bd026f6871.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7840fe43f669835e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34212024-07-15T23:00:45.801Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a88484051991636b -C extra-filename=-a88484051991636b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4218e5518cc1a7a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a50aed04ec358fcf.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f91912b092e7beac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
34222024-07-15T23:00:46.567Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 cockroach-admin/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b3c6270aab92c5e2 -C extra-filename=-b3c6270aab92c5e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-54582f6ff598b463.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0c07b3683918efcc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34232024-07-15T23:00:48.218Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=4122c38067dbe53c -C extra-filename=-4122c38067dbe53c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-54582f6ff598b463.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-1dbc9f48f3735e16.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a7c1069d6be71e4d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-32553398bed02aeb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34242024-07-15T23:00:58.854Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=cf949bc1891322d1 -C extra-filename=-cf949bc1891322d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5c8929cd628b1c0f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-7b8eafab6692b7b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-cb684dd7dd88a7f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f1988acd213cf850.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37faa9e4b1fcd5ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34252024-07-15T23:00:59.207Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=acb82362d47ca571 -C extra-filename=-acb82362d47ca571 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bd79ee70e1220106.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34262024-07-15T23:01:01.555Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a7ff93319ce1b700 -C extra-filename=-a7ff93319ce1b700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-54582f6ff598b463.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34272024-07-15T23:01:06.273Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=0d9a2eac920c2414 -C extra-filename=-0d9a2eac920c2414 --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-4289b7dca29414cb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34282024-07-15T23:01:08.768Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' -C metadata=0c282b93174090b6 -C extra-filename=-0c282b93174090b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34292024-07-15T23:01:10.975Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=e903512033ec64ed -C extra-filename=-e903512033ec64ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34302024-07-15T23:01:11.263Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=50ef96919e8103dd -C extra-filename=-50ef96919e8103dd --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-4b2a2ac4b7c7aeb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aef6bdffdc7f6090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34312024-07-15T23:01:13.302Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=fe4127f871cf9600 -C extra-filename=-fe4127f871cf9600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b4c9ffce4c67f3e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-455d7389eeea7045.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b6c18738e3d245f7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-62605b1d124f8de4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aef6bdffdc7f6090.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-906dc5925d37c78d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1a3e3941c4145122.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-69f2eff755c6abc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-6dcf7371ed4d0c6f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-af4cb03a97a53880.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bd79ee70e1220106.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a7c1069d6be71e4d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a8ee43561d4acba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37faa9e4b1fcd5ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2880b49c1495e706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34322024-07-15T23:01:13.467Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=fc2340d485735037 -C extra-filename=-fc2340d485735037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-54582f6ff598b463.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0c07b3683918efcc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34332024-07-15T23:01:15.429Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d47e32d9324dbe65 -C extra-filename=-d47e32d9324dbe65 --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-947c891e5fe384e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34342024-07-15T23:01:19.698Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=b55a21a5ebc80e4f -C extra-filename=-b55a21a5ebc80e4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-20cb20cdb551d539.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-13c4665dce0e0339.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-6539176653f39e15.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-1ae4ea0ac6aa6d50.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-906dc5925d37c78d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-cb684dd7dd88a7f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f1988acd213cf850.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f91912b092e7beac.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34352024-07-15T23:01:26.277Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=47b30341c1c64d06 -C extra-filename=-47b30341c1c64d06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4218e5518cc1a7a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a50aed04ec358fcf.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f91912b092e7beac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
34362024-07-15T23:01:28.394Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a893f0af9ecbd1f7 -C extra-filename=-a893f0af9ecbd1f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4218e5518cc1a7a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a50aed04ec358fcf.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f91912b092e7beac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
34372024-07-15T23:01:28.585Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=56b27267d7afc6d5 -C extra-filename=-56b27267d7afc6d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5989e5fc9831f0ff.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-df9be04055402623.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ae38a0e1cc0ffd51.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-420af46d8de3819f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-721f85bd026f6871.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7840fe43f669835e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34382024-07-15T23:01:30.278Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=231afb8e49b59966 -C extra-filename=-231afb8e49b59966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4218e5518cc1a7a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-32553398bed02aeb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-422ce256ccc6f6c0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-3e22461855c5623f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2b8c1f18ef367063.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34392024-07-15T23:01:39.683Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=86d6d418477ee3a8 -C extra-filename=-86d6d418477ee3a8 --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-39116bea2eca169b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34402024-07-15T23:01:47.138Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34412024-07-15T23:01:47.163Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=95984062a91b569a -C extra-filename=-95984062a91b569a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0f1faa0ededd0477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-92b4dfe0746da674.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
34422024-07-15T23:01:49.188Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b3e69536c6a89585 -C extra-filename=-b3e69536c6a89585 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0f1faa0ededd0477.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-92b4dfe0746da674.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-cb6a999faa70fb57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34432024-07-15T23:01:52.646Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=d73bbbf05d4179a2 -C extra-filename=-d73bbbf05d4179a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34442024-07-15T23:01:54.396Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=3977de6d9a4eafcc -C extra-filename=-3977de6d9a4eafcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
34452024-07-15T23:02:07.965Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=de6e3590178166bd -C extra-filename=-de6e3590178166bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34462024-07-15T23:02:10.759Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=4965849ea93e6424 -C extra-filename=-4965849ea93e6424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34472024-07-15T23:02:13.761Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=f0ae3889d03598f9 -C extra-filename=-f0ae3889d03598f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34482024-07-15T23:02:15.855Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=c65309e997fbe7d9 -C extra-filename=-c65309e997fbe7d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34492024-07-15T23:02:18.859Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=930ebfb0aa166e46 -C extra-filename=-930ebfb0aa166e46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34502024-07-15T23:02:20.946Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=10c6d20881b05729 -C extra-filename=-10c6d20881b05729 --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-947c891e5fe384e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34512024-07-15T23:02:23.980Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=440cf380bc6b61a7 -C extra-filename=-440cf380bc6b61a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5a62ad33a9a669ea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-bfd3ee3dbe8d887f.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-43dbd843f8ec402a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34522024-07-15T23:02:28.242Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=cc77df24a5387b5c -C extra-filename=-cc77df24a5387b5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-81432389d5a384a7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34532024-07-15T23:02:30.460Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=d1087eba38d69012 -C extra-filename=-d1087eba38d69012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-59ef468d82c86a23.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4383e98305d92802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1381ba0be88deb76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-311ceff6f8856d06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0cb1aa1213d3e748.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34542024-07-15T23:02:37.037Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ec121e1568fe114f -C extra-filename=-ec121e1568fe114f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1381ba0be88deb76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-e44bf541a35c6f20.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/`
34552024-07-15T23:02:40.230Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=9b612626c663ec14 -C extra-filename=-9b612626c663ec14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-59ef468d82c86a23.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4383e98305d92802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-311ceff6f8856d06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0cb1aa1213d3e748.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34562024-07-15T23:02:43.846Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=fded27921f2ab664 -C extra-filename=-fded27921f2ab664 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-59ef468d82c86a23.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4383e98305d92802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1381ba0be88deb76.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-311ceff6f8856d06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0cb1aa1213d3e748.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34572024-07-15T23:02:45.946Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=914bad177a88429f -C extra-filename=-914bad177a88429f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-59ef468d82c86a23.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4383e98305d92802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1381ba0be88deb76.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-311ceff6f8856d06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0cb1aa1213d3e748.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34582024-07-15T23:02:46.642Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=d59313b212c522af -C extra-filename=-d59313b212c522af --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-9acf9097cbfb1344.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1381ba0be88deb76.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34592024-07-15T23:02:48.769Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=adf0f0122611ccbe -C extra-filename=-adf0f0122611ccbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1381ba0be88deb76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-e44bf541a35c6f20.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/`
34602024-07-15T23:02:49.519Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=804a03093ce45315 -C extra-filename=-804a03093ce45315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34612024-07-15T23:02:50.786Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=b0337c6327d0fb5f -C extra-filename=-b0337c6327d0fb5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-cddb0e14eb8d2605.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1afa19b974f12e2b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-a69091e37ae557a2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-729de2019a6ce186.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-9569f95cc1e2d87d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a77c56320c9210d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34622024-07-15T23:02:52.759Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=8a4166b0ccd93017 -C extra-filename=-8a4166b0ccd93017 --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-ae48aa26702ecbcc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-427baba788a3f0d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34632024-07-15T23:02:53.255Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test -C metadata=4a0b1ed727da0ca6 -C extra-filename=-4a0b1ed727da0ca6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5989e5fc9831f0ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5b57bac3462a0cb8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0ce60a31c78d5de0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bbade5d16443e8d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c6b70ee121895c3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34642024-07-15T23:02:54.587Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test -C metadata=0ee01390d9436178 -C extra-filename=-0ee01390d9436178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5989e5fc9831f0ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5b57bac3462a0cb8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0ce60a31c78d5de0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bbade5d16443e8d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c6b70ee121895c3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34652024-07-15T23:03:15.756Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=e51aa44008dbab49 -C extra-filename=-e51aa44008dbab49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34662024-07-15T23:03:15.926Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test -C metadata=2a86fd5cf90c7e4d -C extra-filename=-2a86fd5cf90c7e4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5b57bac3462a0cb8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0ce60a31c78d5de0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bbade5d16443e8d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c6b70ee121895c3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34672024-07-15T23:03:18.385Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ef762fd3727fee0a -C extra-filename=-ef762fd3727fee0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-9668cc9406f0c542.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a77a9048877517ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34682024-07-15T23:03:19.216Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=93fc49c305cae6c7 -C extra-filename=-93fc49c305cae6c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-9668cc9406f0c542.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a77a9048877517ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34692024-07-15T23:03:20.125Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=71bc59888b49e72f -C extra-filename=-71bc59888b49e72f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-9668cc9406f0c542.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a77a9048877517ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34702024-07-15T23:03:20.183Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=17515b037608e93c -C extra-filename=-17515b037608e93c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-9668cc9406f0c542.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a77a9048877517ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34712024-07-15T23:03:25.020Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=cb509aed7ad6f98c -C extra-filename=-cb509aed7ad6f98c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-9668cc9406f0c542.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a77a9048877517ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34722024-07-15T23:03:26.732Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=2d1e6a54c453167c -C extra-filename=-2d1e6a54c453167c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-9668cc9406f0c542.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a77a9048877517ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34732024-07-15T23:03:32.455Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=6573a7f9e05b51b4 -C extra-filename=-6573a7f9e05b51b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-cddb0e14eb8d2605.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1afa19b974f12e2b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-a69091e37ae557a2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-729de2019a6ce186.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-9569f95cc1e2d87d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a77c56320c9210d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34742024-07-15T23:03:38.109Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c4f15818310b37b0 -C extra-filename=-c4f15818310b37b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-ab981ef8e9581646.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-828c528b4d266b82.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34752024-07-15T23:03:43.973Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=da94076e2d5d9213 -C extra-filename=-da94076e2d5d9213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-6539176653f39e15.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5a62ad33a9a669ea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1a3e3941c4145122.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4bebe16f4057c376.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34762024-07-15T23:03:45.486Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b9ddbb26b8146b1e -C extra-filename=-b9ddbb26b8146b1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34772024-07-15T23:03:55.847Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=a565d6101f037909 -C extra-filename=-a565d6101f037909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-716ee18879bcc002.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34782024-07-15T23:04:07.912Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=87552d94f42d5a62 -C extra-filename=-87552d94f42d5a62 --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-947c891e5fe384e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34792024-07-15T23:04:08.608Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=4c0dac248f4df78c -C extra-filename=-4c0dac248f4df78c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34802024-07-15T23:04:15.646Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=96bb60905ad6316e -C extra-filename=-96bb60905ad6316e --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-947c891e5fe384e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34812024-07-15T23:04:15.873Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=eb8ce74875cb7afe -C extra-filename=-eb8ce74875cb7afe --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-57d23d037836ac91.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34822024-07-15T23:04:16.696Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7640951c749afbb0 -C extra-filename=-7640951c749afbb0 --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-90a540ba8ec06ac6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34832024-07-15T23:04:17.450Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=3f90699b18037fba -C extra-filename=-3f90699b18037fba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-9668cc9406f0c542.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a77a9048877517ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34842024-07-15T23:04:18.948Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=da9a407485c908d5 -C extra-filename=-da9a407485c908d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-9668cc9406f0c542.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a77a9048877517ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34852024-07-15T23:04:18.972Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=cafc2b03071c61d8 -C extra-filename=-cafc2b03071c61d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-9668cc9406f0c542.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a77a9048877517ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34862024-07-15T23:04:23.818Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=10c1ebd1a69d17a0 -C extra-filename=-10c1ebd1a69d17a0 --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-3d58bb4bd40d1650.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-128a0209349d1254.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-52df3b2ea79baefc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34872024-07-15T23:04:26.546Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=6f11e5e52a536bb6 -C extra-filename=-6f11e5e52a536bb6 --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-3d58bb4bd40d1650.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-128a0209349d1254.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-52df3b2ea79baefc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34882024-07-15T23:04:27.126Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' -C metadata=54c565960709e8e1 -C extra-filename=-54c565960709e8e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34892024-07-15T23:04:28.468Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=c2e6f513d4e0709f -C extra-filename=-c2e6f513d4e0709f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34902024-07-15T23:04:30.294Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=fe30331f1f827ee0 -C extra-filename=-fe30331f1f827ee0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34912024-07-15T23:04:35.063Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=1774a6673cb8e1fd -C extra-filename=-1774a6673cb8e1fd --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-5fcee8f6e1ea06a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34922024-07-15T23:04:35.801Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=7cd1594c553222ae -C extra-filename=-7cd1594c553222ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7969186b10690c9f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-653157531af66c4f.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-64067512f05ae3d7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7840fe43f669835e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34932024-07-15T23:04:38.762Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c9d1e0d166ffab99 -C extra-filename=-c9d1e0d166ffab99 --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-dba72be4d660b887.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34942024-07-15T23:04:40.608Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=3e6d5e98ffeb0f27 -C extra-filename=-3e6d5e98ffeb0f27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34952024-07-15T23:04:40.792Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=bd05e2da215d393e -C extra-filename=-bd05e2da215d393e --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-97394a16f2eaf8c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34962024-07-15T23:04:42.071Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=67a205fd9022022f -C extra-filename=-67a205fd9022022f --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-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34972024-07-15T23:04:44.859Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/oximeter/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 -C metadata=30901650cf559da3 -C extra-filename=-30901650cf559da3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-547ec662402a935b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-64783dda01bc2ba6.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5db5b9ae9b55f198.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34982024-07-15T23:04:45.277Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=6233e8a9f7ec2a3f -C extra-filename=-6233e8a9f7ec2a3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-547ec662402a935b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-64783dda01bc2ba6.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5db5b9ae9b55f198.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34992024-07-15T23:04:46.033Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=4a55617980f6d340 -C extra-filename=-4a55617980f6d340 --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-57d23d037836ac91.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0ce60a31c78d5de0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bbade5d16443e8d2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35002024-07-15T23:04:46.983Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d09b6dc5dafcf972 -C extra-filename=-d09b6dc5dafcf972 --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-21f0880c48de2b98.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-e328aafd5d627c87.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35012024-07-15T23:04:47.008Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' -C metadata=013672da1062bb73 -C extra-filename=-013672da1062bb73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9818663db5922b64.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-36e34beffb7e3f64.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35022024-07-15T23:04:48.557Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' -C metadata=7565de8e99dba760 -C extra-filename=-7565de8e99dba760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9818663db5922b64.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-36e34beffb7e3f64.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35032024-07-15T23:04:50.421Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' -C metadata=372a84857b4569da -C extra-filename=-372a84857b4569da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9818663db5922b64.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-36e34beffb7e3f64.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35042024-07-15T23:04:50.712Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=827366496a659756 -C extra-filename=-827366496a659756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ed3d79836b5d2a90.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5a62ad33a9a669ea.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ae48aa26702ecbcc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35052024-07-15T23:04:51.250Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35062024-07-15T23:04:51.274Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=e6f57a870ce04237 -C extra-filename=-e6f57a870ce04237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35072024-07-15T23:04:52.703Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c778e28ac0d99e30 -C extra-filename=-c778e28ac0d99e30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35082024-07-15T23:04:53.021Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
35092024-07-15T23:04:53.045Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=20b32bc56fd096ba -C extra-filename=-20b32bc56fd096ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35102024-07-15T23:04:53.069Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5ffe42a48733ffd8 -C extra-filename=-5ffe42a48733ffd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35112024-07-15T23:04:54.770Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=d0de1a2b67cd84e4 -C extra-filename=-d0de1a2b67cd84e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2c10e4b17d98aa7e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-5d6e0f627cf5ce0e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c5020325bfa2d6c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-420af46d8de3819f.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5ee4ac3bcaef5f0a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-4db3fca7300e2eb9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35122024-07-15T23:04:59.941Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5b4c8e30dac7fbae -C extra-filename=-5b4c8e30dac7fbae --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-84fca72fcea11cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35132024-07-15T23:05:01.416Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=84cb0a4c07415ef5 -C extra-filename=-84cb0a4c07415ef5 --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-947c891e5fe384e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35142024-07-15T23:05:03.607Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a3efc6dbafbdcd49 -C extra-filename=-a3efc6dbafbdcd49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35152024-07-15T23:05:07.749Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=536e78e557cf143c -C extra-filename=-536e78e557cf143c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ed3d79836b5d2a90.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0bed3860e46735ea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35162024-07-15T23:05:07.794Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ef9dec469ace2a44 -C extra-filename=-ef9dec469ace2a44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35172024-07-15T23:05:11.673Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=0ff07907b3a024c4 -C extra-filename=-0ff07907b3a024c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35182024-07-15T23:05:11.982Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ca92e0a250e59229 -C extra-filename=-ca92e0a250e59229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35192024-07-15T23:05:14.279Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=47cf4cede21c9763 -C extra-filename=-47cf4cede21c9763 --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-947c891e5fe384e4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35202024-07-15T23:05:15.429Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=35d862ed29d87554 -C extra-filename=-35d862ed29d87554 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-4db3fca7300e2eb9.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35212024-07-15T23:05:15.981Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=267ac408db6541b8 -C extra-filename=-267ac408db6541b8 --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-21f0880c48de2b98.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35222024-07-15T23:05:16.209Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=039001dc584c0a1d -C extra-filename=-039001dc584c0a1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35232024-07-15T23:05:16.346Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=522590f14bf22e13 -C extra-filename=-522590f14bf22e13 --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-21f0880c48de2b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35242024-07-15T23:05:16.785Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=76dbe27954fb8806 -C extra-filename=-76dbe27954fb8806 --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-947c891e5fe384e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35252024-07-15T23:05:17.244Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=eeab28c0784ce9e2 -C extra-filename=-eeab28c0784ce9e2 --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-21f0880c48de2b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35262024-07-15T23:05:17.479Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=8c2267658a014580 -C extra-filename=-8c2267658a014580 --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-21f0880c48de2b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35272024-07-15T23:05:18.053Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=939dcd470313aa80 -C extra-filename=-939dcd470313aa80 --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-21f0880c48de2b98.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35282024-07-15T23:05:18.575Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ff388dac0106ef9c -C extra-filename=-ff388dac0106ef9c --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-900e25007ef20775.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b989bbb682685e9.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-44e70eba0814273c.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-cfd8ff5e51703970.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c52e35fc6b8daee8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efbc4de522c00b6.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9944dc517748bd69.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ce6a4c737085c3f8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-e9051f4e04fbff84.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-11fbd4a534ff102d.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-971206eb9eb7cdaa.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9025fa0717a56460.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-142ae3e71f9f65e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8fda08b8024d96a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c00aecef1131d0de.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f91912b092e7beac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-88060791252287cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-add9c285bc320d03.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d25cf6a3fbbb9f1b.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-808843d7fa8a8b93.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e427cd33e07d895a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-422ce256ccc6f6c0.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ef52c8f9924d93d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-267d8fd0c2a023f6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35292024-07-15T23:05:18.676Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=7877b99816323646 -C extra-filename=-7877b99816323646 --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-ae48aa26702ecbcc.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302024-07-15T23:07:14.976Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ba2118802dc26bd6 -C extra-filename=-ba2118802dc26bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a8ee43561d4acba2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-311ceff6f8856d06.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35312024-07-15T23:07:14.976Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=e5e6cc3038637934 -C extra-filename=-e5e6cc3038637934 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b4c9ffce4c67f3e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b6c18738e3d245f7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-62605b1d124f8de4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1a3e3941c4145122.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-69f2eff755c6abc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-6dcf7371ed4d0c6f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-af4cb03a97a53880.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bd79ee70e1220106.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a7c1069d6be71e4d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37faa9e4b1fcd5ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
35322024-07-15T23:07:14.977Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ba885069a318fa8e -C extra-filename=-ba885069a318fa8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a8ee43561d4acba2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-311ceff6f8856d06.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35332024-07-15T23:07:15.002Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=1e47b467f17fc8fc -C extra-filename=-1e47b467f17fc8fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-54582f6ff598b463.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-1dbc9f48f3735e16.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a7c1069d6be71e4d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-32553398bed02aeb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35342024-07-15T23:07:15.002Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c58dfcd2697daa88 -C extra-filename=-c58dfcd2697daa88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-54582f6ff598b463.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-1dbc9f48f3735e16.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a7c1069d6be71e4d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-32553398bed02aeb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35352024-07-15T23:07:19.568Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=205896ae492c28b7 -C extra-filename=-205896ae492c28b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-311ceff6f8856d06.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35362024-07-15T23:07:22.531Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=4d80281917e8d345 -C extra-filename=-4d80281917e8d345 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b4c9ffce4c67f3e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-455d7389eeea7045.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b6c18738e3d245f7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-62605b1d124f8de4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aef6bdffdc7f6090.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-906dc5925d37c78d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1a3e3941c4145122.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-69f2eff755c6abc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-6dcf7371ed4d0c6f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-af4cb03a97a53880.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bd79ee70e1220106.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a7c1069d6be71e4d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a8ee43561d4acba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37faa9e4b1fcd5ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2880b49c1495e706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35372024-07-15T23:07:25.642Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=1f4dd9548f50cd2e -C extra-filename=-1f4dd9548f50cd2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b4c9ffce4c67f3e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-455d7389eeea7045.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b6c18738e3d245f7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-62605b1d124f8de4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aef6bdffdc7f6090.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-906dc5925d37c78d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1a3e3941c4145122.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-69f2eff755c6abc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-6dcf7371ed4d0c6f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-af4cb03a97a53880.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bd79ee70e1220106.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a7c1069d6be71e4d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a8ee43561d4acba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37faa9e4b1fcd5ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2880b49c1495e706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35382024-07-15T23:07:26.599Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=d9d89f4ff5af3e6b -C extra-filename=-d9d89f4ff5af3e6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b4c9ffce4c67f3e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aef6bdffdc7f6090.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-af4cb03a97a53880.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35392024-07-15T23:07:27.843Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a67d62cf19b6bbeb -C extra-filename=-a67d62cf19b6bbeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b4c9ffce4c67f3e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-455d7389eeea7045.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b6c18738e3d245f7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-62605b1d124f8de4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aef6bdffdc7f6090.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-906dc5925d37c78d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1a3e3941c4145122.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-69f2eff755c6abc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-6dcf7371ed4d0c6f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-af4cb03a97a53880.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bd79ee70e1220106.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a7c1069d6be71e4d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a8ee43561d4acba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37faa9e4b1fcd5ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2880b49c1495e706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35402024-07-15T23:07:31.237Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=71d9b0297a8d717d -C extra-filename=-71d9b0297a8d717d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bd79ee70e1220106.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35412024-07-15T23:07:37.505Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=605d9fc098d895d0 -C extra-filename=-605d9fc098d895d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bd79ee70e1220106.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35422024-07-15T23:07:40.192Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=f63a8f180c7f15b7 -C extra-filename=-f63a8f180c7f15b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b4c9ffce4c67f3e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b6c18738e3d245f7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-62605b1d124f8de4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1a3e3941c4145122.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-69f2eff755c6abc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-6dcf7371ed4d0c6f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-af4cb03a97a53880.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bd79ee70e1220106.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a7c1069d6be71e4d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37faa9e4b1fcd5ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
35432024-07-15T23:22:23.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27m 53s
35442024-07-15T23:22:29.969Z
35452024-07-15T23:22:29.995Zreal 27:59.000627555
35462024-07-15T23:22:29.995Zuser 1:37:42.282897958
35472024-07-15T23:22:29.995Zsys 33:02.447716652
35482024-07-15T23:22:29.995Ztrap 36.049530626
35492024-07-15T23:22:29.995Ztflt 4.103989405
35502024-07-15T23:22:29.995Zdflt 44:21.864663681
35512024-07-15T23:22:29.995Zkflt 0.107953776
35522024-07-15T23:22:29.995Zlock 4:58:53.781134894
35532024-07-15T23:22:29.995Zslp 12:18:52.376226354
35542024-07-15T23:22:29.995Zlat 59:52.783269478
35552024-07-15T23:22:29.995Zstop 4:10.921784526
35562024-07-15T23:22:30.977Z+ banner test
35572024-07-15T23:22:31.006Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
35582024-07-15T23:22:31.960Z
35592024-07-15T23:22:31.961Z ##### ###### #### #####
35602024-07-15T23:22:31.961Z # # # #
35612024-07-15T23:22:31.961Z # ##### #### #
35622024-07-15T23:22:31.961Z # # # #
35632024-07-15T23:22:31.961Z # # # # #
35642024-07-15T23:22:31.961Z # ###### #### #
35652024-07-15T23:22:31.961Z
35662024-07-15T23:22:34.483Zinfo: experimental features enabled: setup-scripts
35672024-07-15T23:22:36.534Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35682024-07-15T23:22:36.569Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35692024-07-15T23:22:36.593Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35702024-07-15T23:22:36.618Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35712024-07-15T23:22:51.277Z Finished `test` profile [unoptimized + debuginfo] target(s) in 16.77s
35722024-07-15T23:22:53.917Z Starting 1363 tests across 131 binaries (3 skipped; run ID: dd5f9d75-f819-443e-82e0-c604dd0e72ad, nextest profile: ci)
35732024-07-15T23:22:53.942Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
35742024-07-15T23:22:54.916Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35752024-07-15T23:22:57.239Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35762024-07-15T23:22:59.472Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35772024-07-15T23:23:07.571Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.57s
35782024-07-15T23:23:07.647Z Running `target/debug/crdb-seed`
35792024-07-15T23:23:07.692ZJul 15 23:23:07.734 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpL5cyQ8
35802024-07-15T23:23:07.717ZJul 15 23:23:07.735 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpimdwOj,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpL5cyQ8/listen-url
35812024-07-15T23:23:07.717ZJul 15 23:23:07.737 INFO cockroach environment: BUILDOMAT_JOB_ID=01J2W9EC5KDA8ZZQCCKN1NCP8F BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=dap/saga-recovery-as-task GITHUB_REF=refs/heads/dap/saga-recovery-as-task GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=e800d81109ec4e939abb1f4aaebcc4c074af2023 GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out:/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envd1lL5p NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out:/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=dd5f9d75-f819-443e-82e0-c604dd0e72ad 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.78.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
35822024-07-15T23:23:08.626ZJul 15 23:23:08.670 INFO cockroach pid: 4693
35832024-07-15T23:23:08.626ZJul 15 23:23:08.670 INFO cockroach listen URL: postgresql://root@[::1]:43589/omicron?sslmode=disable
35842024-07-15T23:23:08.626ZJul 15 23:23:08.670 INFO cockroach: populating
35852024-07-15T23:23:11.674ZJul 15 23:23:11.717 INFO cockroach: populated
35862024-07-15T23:23:14.467ZJul 15 23:23:14.511 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/961b8ac67f16f2b01e46f3a25d34a9d3ce6c1b29d2b2e0f444689ad1463e62b6.tar`
35872024-07-15T23:23:14.492Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
35882024-07-15T23:23:14.616Z PASS [ 0.059s] api_identity test::test_identity
35892024-07-15T23:23:14.616Z PASS [ 0.051s] api_identity test::test_identity_no_field
35902024-07-15T23:23:14.616Z PASS [ 0.044s] authz-macros tests::test_authz_snapshots
35912024-07-15T23:23:14.616Z PASS [ 0.058s] bootstore schemes::tests::hello_roundtrip
35922024-07-15T23:23:14.616Z PASS [ 0.036s] bootstore schemes::v0::share_pkg::tests::create_packages
35932024-07-15T23:23:14.616Z PASS [ 0.029s] bootstore trust_quorum::rack_secret::tests::create_and_verify
35942024-07-15T23:23:14.616Z PASS [ 0.046s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
35952024-07-15T23:23:14.641Z PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_fails_for_enums
35962024-07-15T23:23:14.641Z PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
35972024-07-15T23:23:14.641Z PASS [ 0.025s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
35982024-07-15T23:23:14.641Z PASS [ 0.091s] bootstore schemes::v0::peer::tests::network_config
35992024-07-15T23:23:14.641Z PASS [ 0.032s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
36002024-07-15T23:23:14.641Z PASS [ 0.024s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
36012024-07-15T23:23:14.668Z PASS [ 0.036s] db-macros tests::test_derive_snapshots
36022024-07-15T23:23:14.668Z PASS [ 0.085s] db-macros lookup::test::test_lookup_snapshots
36032024-07-15T23:23:14.668Z PASS [ 0.029s] db-macros tests::test_derive_with_unknown_field
36042024-07-15T23:23:14.844Z PASS [ 0.204s] dns-server storage::test::test_update_in_progress
36052024-07-15T23:23:14.869Z PASS [ 0.203s] dns-server storage::test::test_update_interrupted
36062024-07-15T23:23:14.869Z PASS [ 0.231s] dns-server storage::test::test_update_basic
36072024-07-15T23:23:15.063Z PASS [ 0.406s] dns-server::basic_test a_crud
36082024-07-15T23:23:15.088Z PASS [ 0.418s] dns-server::basic_test aaaa_crud
36092024-07-15T23:23:15.113Z PASS [ 0.258s] dns-server::basic_test multi_record_crud
36102024-07-15T23:23:15.137Z PASS [ 0.275s] dns-server::basic_test empty_record
36112024-07-15T23:23:15.137Z PASS [ 0.264s] dns-server::basic_test name_contains_zone
36122024-07-15T23:23:15.168Z PASS [ 0.044s] dns-service-client diff::test::diff_different
36132024-07-15T23:23:15.197Z PASS [ 0.027s] dns-service-client diff::test::diff_equivalent
36142024-07-15T23:23:15.231Z PASS [ 0.034s] dns-service-client diff::test::diff_invalid
36152024-07-15T23:23:15.277Z PASS [ 0.046s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
36162024-07-15T23:23:15.303Z PASS [ 0.241s] dns-server::basic_test nxdomain
36172024-07-15T23:23:15.328Z PASS [ 0.039s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
36182024-07-15T23:23:15.328Z PASS [ 0.242s] dns-server::basic_test servfail
36192024-07-15T23:23:15.368Z PASS [ 0.043s] illumos-utils destructor::test::test_destructor_bad_close
36202024-07-15T23:23:15.392Z PASS [ 0.073s] illumos-utils destructor::test::test_delayed_delete
36212024-07-15T23:23:15.417Z PASS [ 0.290s] dns-server::basic_test srv_crud
36222024-07-15T23:23:15.417Z PASS [ 0.039s] illumos-utils link::test::test_allocate
36232024-07-15T23:23:15.417Z PASS [ 0.038s] illumos-utils link::test::test_allocate_within_scopes
36242024-07-15T23:23:15.441Z PASS [ 0.031s] illumos-utils running_zone::tests::test_is_oxide_smf_service
36252024-07-15T23:23:15.466Z PASS [ 0.035s] illumos-utils zone::tests::test_parse_ip_network
36262024-07-15T23:23:15.466Z PASS [ 0.035s] illumos-utils zpool::test::test_parse_zpool
36272024-07-15T23:23:15.466Z PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool_missing_column
36282024-07-15T23:23:15.631Z PASS [ 1.114s] bootstore schemes::v0::peer::tests::basic_3_nodes
36292024-07-15T23:23:15.655Z PASS [ 0.182s] installinator-common block_size_writer::tests::proptest_block_writer
36302024-07-15T23:23:15.680Z PASS [ 0.041s] internal-dns config::test::display_hosts
36312024-07-15T23:23:15.680Z PASS [ 0.036s] internal-dns config::test::display_srv_service
36322024-07-15T23:23:15.716Z PASS [ 0.045s] internal-dns config::test::test_builder_errors
36332024-07-15T23:23:15.740Z PASS [ 0.059s] internal-dns config::test::test_builder_output
36342024-07-15T23:23:16.082Z PASS [ 0.343s] internal-dns resolver::test::insert_and_lookup_one_record
36352024-07-15T23:23:16.121Z PASS [ 0.787s] illumos-utils destructor::test::test_delayed_delete_with_error
36362024-07-15T23:23:16.183Z PASS [ 0.465s] internal-dns resolver::test::insert_and_lookup_multiple_records
36372024-07-15T23:23:16.301Z PASS [ 0.221s] internal-dns resolver::test::lookup_nonexistent_record_fails
36382024-07-15T23:23:16.548Z PASS [ 0.445s] internal-dns resolver::test::resolver_can_access_backup_dns_server
36392024-07-15T23:23:16.577Z PASS [ 0.387s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
36402024-07-15T23:23:16.602Z PASS [ 0.034s] ipcc tests::deserialize_fixed_value
36412024-07-15T23:23:16.651Z PASS [ 0.049s] ipcc tests::installinator_image_id_round_trip
36422024-07-15T23:23:16.689Z PASS [ 0.385s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
36432024-07-15T23:23:16.713Z PASS [ 0.041s] ipcc tests::serialized_size
36442024-07-15T23:23:16.738Z PASS [ 0.046s] key-manager tests::different_ikm_produces_different_keys
36452024-07-15T23:23:16.762Z PASS [ 0.059s] key-manager tests::different_disks_produce_different_keys
36462024-07-15T23:23:16.786Z PASS [ 0.029s] key-manager tests::disk_encryption_key_epoch_0
36472024-07-15T23:23:16.786Z PASS [ 0.029s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
36482024-07-15T23:23:16.812Z PASS [ 0.043s] nexus-auth authn::external::cookies::test::test_parse_cookies_empty_headers
36492024-07-15T23:23:16.837Z PASS [ 0.049s] nexus-auth authn::external::cookies::test::test_parse_cookies_ignore_other_headers
36502024-07-15T23:23:16.861Z PASS [ 0.035s] nexus-auth authn::external::cookies::test::test_parse_cookies_one_cookie
36512024-07-15T23:23:16.861Z PASS [ 0.311s] internal-dns resolver::test::update_record
36522024-07-15T23:23:16.886Z PASS [ 0.040s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers
36532024-07-15T23:23:16.886Z PASS [ 0.032s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
36542024-07-15T23:23:16.910Z PASS [ 0.031s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookies
36552024-07-15T23:23:16.934Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
36562024-07-15T23:23:16.958Z PASS [ 0.071s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
36572024-07-15T23:23:16.958Z PASS [ 0.067s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
36582024-07-15T23:23:16.983Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_get_token
36592024-07-15T23:23:16.983Z PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
36602024-07-15T23:23:17.007Z PASS [ 0.042s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
36612024-07-15T23:23:17.007Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
36622024-07-15T23:23:17.031Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_other_cookie
36632024-07-15T23:23:17.031Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
36642024-07-15T23:23:17.055Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
36652024-07-15T23:23:17.079Z PASS [ 0.052s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
36662024-07-15T23:23:17.104Z PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
36672024-07-15T23:23:17.104Z PASS [ 0.051s] nexus-auth authn::external::spoof::test::test_make_header_value
36682024-07-15T23:23:17.131Z PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
36692024-07-15T23:23:17.131Z PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
36702024-07-15T23:23:17.131Z PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
36712024-07-15T23:23:17.156Z PASS [ 0.036s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
36722024-07-15T23:23:17.180Z PASS [ 0.044s] nexus-auth authn::external::test::test_authn_sequence
36732024-07-15T23:23:17.180Z PASS [ 0.043s] nexus-auth authn::external::token::test::test_make_header_value
36742024-07-15T23:23:17.180Z PASS [ 0.034s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
36752024-07-15T23:23:17.204Z PASS [ 0.034s] nexus-auth authn::external::token::test::test_token_header_missing
36762024-07-15T23:23:17.204Z PASS [ 0.036s] nexus-auth authn::external::token::test::test_token_header_valid
36772024-07-15T23:23:17.228Z PASS [ 0.048s] nexus-auth authn::test::test_internal_users
36782024-07-15T23:23:17.256Z PASS [ 0.052s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
36792024-07-15T23:23:17.292Z PASS [ 0.068s] nexus-auth context::test::test_background_context
36802024-07-15T23:23:17.316Z PASS [ 0.107s] nexus-auth authz::context::test::test_unregistered_resource
36812024-07-15T23:23:17.316Z PASS [ 0.060s] nexus-auth context::test::test_child_context
36822024-07-15T23:23:17.352Z PASS [ 0.058s] nexus-auth context::test::test_test_context
36832024-07-15T23:23:17.402Z PASS [ 0.045s] nexus-config nexus_config::test::test_config_bad_toml
36842024-07-15T23:23:17.426Z PASS [ 0.084s] nexus-config nexus_config::test::test_bad_authn_schemes
36852024-07-15T23:23:17.426Z PASS [ 0.041s] nexus-config nexus_config::test::test_config_empty
36862024-07-15T23:23:17.426Z PASS [ 0.043s] nexus-config nexus_config::test::test_config_nonexistent
36872024-07-15T23:23:17.451Z PASS [ 0.044s] nexus-config nexus_config::test::test_deployment_config_schema
36882024-07-15T23:23:17.451Z PASS [ 0.044s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
36892024-07-15T23:23:17.475Z PASS [ 0.056s] nexus-config nexus_config::test::test_repo_configs_are_valid
36902024-07-15T23:23:17.475Z PASS [ 0.031s] nexus-config postgres_config::test::test_bad_url
36912024-07-15T23:23:17.499Z PASS [ 0.046s] nexus-config nexus_config::test::test_valid
36922024-07-15T23:23:17.499Z PASS [ 0.027s] nexus-config postgres_config::test::test_example_url
36932024-07-15T23:23:17.525Z PASS [ 0.037s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
36942024-07-15T23:23:17.525Z PASS [ 0.040s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
36952024-07-15T23:23:17.525Z PASS [ 0.029s] nexus-db-fixed-data test::test_allowlist_id_is_valid
36962024-07-15T23:23:17.561Z PASS [ 0.031s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
36972024-07-15T23:23:17.591Z PASS [ 0.043s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
36982024-07-15T23:23:17.591Z PASS [ 0.049s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
36992024-07-15T23:23:17.591Z PASS [ 0.045s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
37002024-07-15T23:23:17.618Z PASS [ 0.037s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
37012024-07-15T23:23:17.642Z PASS [ 0.056s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
37022024-07-15T23:23:17.666Z PASS [ 0.039s] nexus-db-model schema_versions::test::test_known_versions
37032024-07-15T23:23:17.666Z PASS [ 0.090s] nexus-db-model device_auth::test::test_generate_user_code
37042024-07-15T23:23:17.690Z PASS [ 0.037s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
37052024-07-15T23:23:17.715Z PASS [ 0.043s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
37062024-07-15T23:23:17.715Z PASS [ 0.045s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
37072024-07-15T23:23:17.715Z PASS [ 0.034s] nexus-db-model schema_versions::test::test_verify
37082024-07-15T23:23:17.739Z PASS [ 0.030s] nexus-db-model tests::test_ip_subnet_check_requestable_address
37092024-07-15T23:23:17.765Z PASS [ 0.034s] nexus-db-model tests::test_ipv6_net_random_subnet
37102024-07-15T23:23:17.765Z PASS [ 0.052s] nexus-db-model semver_version::test::test_to_from_sortable_string
37112024-07-15T23:23:17.789Z PASS [ 0.035s] nexus-db-model tests::test_roles_database_strings
37122024-07-15T23:23:17.789Z PASS [ 0.034s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
37132024-07-15T23:23:17.838Z PASS [ 2.720s] dns-server::commands_test test_dnsadm
37142024-07-15T23:23:22.493Z PASS [ 7.049s] installinator mock_peers::tests::proptest_fetch_artifact
37152024-07-15T23:23:22.553Z PASS [ 7.101s] installinator write::tests::proptest_write_artifact
37162024-07-15T23:23:25.548Z PASS [ 7.797s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
37172024-07-15T23:23:25.629Z PASS [ 7.862s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
37182024-07-15T23:23:25.654Z PASS [ 7.801s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
37192024-07-15T23:23:25.654Z PASS [ 7.871s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
37202024-07-15T23:23:29.786Z PASS [ 7.294s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
37212024-07-15T23:23:29.837Z PASS [ 0.050s] nexus-db-queries db::collection_attach::test::test_verify_query
37222024-07-15T23:23:29.905Z PASS [ 7.352s] nexus-db-queries db::collection_attach::test::test_attach_once
37232024-07-15T23:23:32.829Z PASS [ 7.281s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
37242024-07-15T23:23:33.012Z PASS [ 7.374s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
37252024-07-15T23:23:33.064Z PASS [ 7.435s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
37262024-07-15T23:23:33.106Z PASS [ 7.454s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
37272024-07-15T23:23:37.172Z PASS [ 7.335s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
37282024-07-15T23:23:37.232Z PASS [ 0.059s] nexus-db-queries db::collection_detach::test::test_verify_query
37292024-07-15T23:23:37.269Z PASS [ 7.363s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
37302024-07-15T23:23:40.288Z PASS [ 7.458s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
37312024-07-15T23:23:40.645Z PASS [ 7.540s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
37322024-07-15T23:23:40.669Z PASS [ 7.640s] nexus-db-queries db::collection_detach::test::test_detach_once
37332024-07-15T23:23:40.695Z PASS [ 7.601s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
37342024-07-15T23:23:43.943Z PASS [ 29.394s] bootstore::v0-fsm-proptest-learner run
37352024-07-15T23:23:44.413Z PASS [ 7.184s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
37362024-07-15T23:23:44.456Z PASS [ 7.189s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
37372024-07-15T23:23:44.501Z PASS [ 0.046s] nexus-db-queries db::collection_detach_many::test::test_verify_query
37382024-07-15T23:23:47.817Z PASS [ 7.528s] nexus-db-queries db::collection_detach_many::test::test_detach_many
37392024-07-15T23:23:47.988Z PASS [ 7.332s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
37402024-07-15T23:23:48.041Z PASS [ 0.055s] nexus-db-queries db::collection_insert::test::test_verify_query
37412024-07-15T23:23:48.077Z PASS [ 7.434s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
37422024-07-15T23:23:48.102Z PASS [ 0.049s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
37432024-07-15T23:23:48.102Z PASS [ 7.434s] nexus-db-queries db::collection_detach_many::test::test_detach_once
37442024-07-15T23:23:48.126Z PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_walk_columns
37452024-07-15T23:23:48.151Z PASS [ 0.050s] nexus-db-queries db::column_walker::test::test_walk_table
37462024-07-15T23:23:50.520Z PASS [ 6.576s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
37472024-07-15T23:23:51.671Z PASS [ 7.258s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
37482024-07-15T23:23:51.722Z PASS [ 7.220s] nexus-db-queries db::collection_insert::test::test_collection_not_present
37492024-07-15T23:23:51.905Z PASS [ 37.353s] bootstore::v0-fsm-proptest-rack-coordinator run
37502024-07-15T23:23:55.427Z PASS [ 7.614s] nexus-db-queries db::collection_insert::test::test_collection_present
37512024-07-15T23:23:56.259Z PASS [ 8.140s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
37522024-07-15T23:23:56.332Z PASS [ 8.236s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
37532024-07-15T23:23:56.356Z PASS [ 8.204s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
37542024-07-15T23:23:58.837Z PASS [ 8.320s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
37552024-07-15T23:23:59.100Z PASS [ 7.430s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
37562024-07-15T23:23:59.155Z PASS [ 0.056s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
37572024-07-15T23:23:59.369Z PASS [ 7.649s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
37582024-07-15T23:23:59.467Z PASS [ 7.562s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
37592024-07-15T23:24:03.205Z PASS [ 7.780s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
37602024-07-15T23:24:04.825Z PASS [ 8.492s] nexus-db-queries db::datastore::deployment::tests::test_set_target
37612024-07-15T23:24:04.954Z PASS [ 8.693s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
37622024-07-15T23:24:05.439Z PASS [ 9.099s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
37632024-07-15T23:24:07.139Z PASS [ 8.304s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
37642024-07-15T23:24:07.393Z PASS [ 8.239s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
37652024-07-15T23:24:07.579Z PASS [ 8.211s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
37662024-07-15T23:24:08.305Z PASS [ 8.838s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
37672024-07-15T23:24:11.193Z PASS [ 7.987s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
37682024-07-15T23:24:12.798Z PASS [ 7.848s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
37692024-07-15T23:24:13.488Z PASS [ 8.661s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
37702024-07-15T23:24:14.500Z PASS [ 9.061s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
37712024-07-15T23:24:15.632Z PASS [ 8.239s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
37722024-07-15T23:24:15.674Z PASS [ 8.093s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
37732024-07-15T23:24:15.771Z PASS [ 8.632s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
37742024-07-15T23:24:16.008Z PASS [ 7.690s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_unlocking_someone_elses_instance_errors
37752024-07-15T23:24:18.560Z PASS [ 7.368s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
37762024-07-15T23:24:21.851Z PASS [ 8.365s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
37772024-07-15T23:24:22.811Z PASS [ 8.313s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
37782024-07-15T23:24:24.102Z PASS [ 8.331s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
37792024-07-15T23:24:24.204Z PASS [ 11.406s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
37802024-07-15T23:24:24.247Z PASS [ 8.254s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
37812024-07-15T23:24:24.272Z PASS [ 8.632s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
37822024-07-15T23:24:25.899Z PASS [ 10.227s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
37832024-07-15T23:24:26.212Z PASS [ 7.653s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
37842024-07-15T23:24:29.665Z PASS [ 7.814s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
37852024-07-15T23:24:32.240Z PASS [ 9.429s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
37862024-07-15T23:24:32.842Z PASS [ 8.739s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
37872024-07-15T23:24:33.197Z PASS [ 8.993s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
37882024-07-15T23:24:33.222Z PASS [ 8.959s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
37892024-07-15T23:24:33.363Z PASS [ 9.101s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
37902024-07-15T23:24:34.332Z PASS [ 8.434s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
37912024-07-15T23:24:34.834Z PASS [ 8.622s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
37922024-07-15T23:24:37.398Z PASS [ 7.735s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
37932024-07-15T23:24:41.713Z PASS [ 9.473s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
37942024-07-15T23:24:41.752Z PASS [ 0.039s] nexus-db-queries db::datastore::region::test::test_extent_count
37952024-07-15T23:24:42.120Z PASS [ 8.915s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
37962024-07-15T23:24:42.234Z PASS [ 8.871s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
37972024-07-15T23:24:42.622Z PASS [ 9.425s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
37982024-07-15T23:24:43.873Z PASS [ 11.033s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
37992024-07-15T23:24:44.578Z PASS [ 10.242s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
38002024-07-15T23:24:45.182Z PASS [ 10.348s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
38012024-07-15T23:24:45.258Z PASS [ 7.861s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
38022024-07-15T23:24:49.703Z PASS [ 7.951s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
38032024-07-15T23:24:50.604Z PASS [ 8.484s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
38042024-07-15T23:24:51.434Z PASS [ 8.814s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
38052024-07-15T23:24:51.682Z PASS [ 9.446s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
38062024-07-15T23:24:52.785Z PASS [ 8.912s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
38072024-07-15T23:24:54.145Z PASS [ 8.886s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
38082024-07-15T23:24:55.412Z PASS [ 10.839s] nexus-db-queries db::datastore::sled::test::sled_list_batch
38092024-07-15T23:24:55.502Z PASS [ 10.322s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
38102024-07-15T23:24:58.897Z PASS [ 8.295s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
38112024-07-15T23:24:59.524Z PASS [ 8.090s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
38122024-07-15T23:24:59.902Z PASS [ 8.223s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
38132024-07-15T23:25:00.941Z PASS [ 8.155s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
38142024-07-15T23:25:02.387Z PASS [ 8.243s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
38152024-07-15T23:25:02.904Z PASS [ 7.491s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
38162024-07-15T23:25:02.928Z PASS [ 13.218s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
38172024-07-15T23:25:03.436Z PASS [ 7.934s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
38182024-07-15T23:25:06.384Z PASS [ 7.487s] nexus-db-queries db::datastore::test::test_project_creation
38192024-07-15T23:25:06.629Z PASS [ 7.098s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
38202024-07-15T23:25:07.873Z PASS [ 7.971s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
38212024-07-15T23:25:10.679Z PASS [ 8.292s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
38222024-07-15T23:25:11.312Z PASS [ 8.392s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
38232024-07-15T23:25:11.795Z PASS [ 8.892s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
38242024-07-15T23:25:15.773Z PASS [ 14.833s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
38252024-07-15T23:25:18.596Z PASS [ 7.285s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
38262024-07-15T23:25:18.738Z PASS [ 15.303s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
38272024-07-15T23:25:18.847Z PASS [ 8.169s] nexus-db-queries db::datastore::test::test_session_methods
38282024-07-15T23:25:19.666Z PASS [ 7.871s] nexus-db-queries db::datastore::test::test_ssh_keys
38292024-07-15T23:25:19.915Z PASS [ 13.532s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
38302024-07-15T23:25:22.212Z PASS [ 14.340s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
38312024-07-15T23:25:22.558Z PASS [ 15.937s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
38322024-07-15T23:25:22.890Z PASS [ 7.119s] nexus-db-queries db::datastore::test::test_table_scan
38332024-07-15T23:25:26.408Z PASS [ 7.814s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
38342024-07-15T23:25:26.733Z PASS [ 7.886s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
38352024-07-15T23:25:26.802Z PASS [ 8.064s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
38362024-07-15T23:25:27.877Z PASS [ 7.962s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
38372024-07-15T23:25:27.901Z PASS [ 8.221s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
38382024-07-15T23:25:29.555Z PASS [ 7.340s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
38392024-07-15T23:25:30.325Z PASS [ 7.768s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
38402024-07-15T23:25:30.731Z PASS [ 7.843s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
38412024-07-15T23:25:35.692Z PASS [ 7.805s] nexus-db-queries db::explain::test::test_explain_full_table_scan
38422024-07-15T23:25:35.780Z PASS [ 7.858s] nexus-db-queries db::explain::test::test_explain_async
38432024-07-15T23:25:36.713Z PASS [ 9.910s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
38442024-07-15T23:25:36.759Z PASS [ 0.044s] nexus-db-queries db::pagination::test::test_paginator
38452024-07-15T23:25:36.808Z PASS [ 10.075s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
38462024-07-15T23:25:36.969Z PASS [ 10.562s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
38472024-07-15T23:25:37.479Z PASS [ 7.928s] nexus-db-queries db::lookup::test::test_lookup
38482024-07-15T23:25:37.645Z PASS [ 7.318s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
38492024-07-15T23:25:38.312Z PASS [ 7.578s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
38502024-07-15T23:25:43.012Z PASS [ 7.278s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
38512024-07-15T23:25:43.690Z PASS [ 8.000s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
38522024-07-15T23:25:45.997Z PASS [ 8.519s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
38532024-07-15T23:25:46.229Z PASS [ 9.424s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
38542024-07-15T23:25:46.323Z PASS [ 9.353s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
38552024-07-15T23:25:46.347Z PASS [ 8.688s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
38562024-07-15T23:25:46.409Z PASS [ 0.069s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
38572024-07-15T23:25:46.435Z PASS [ 9.675s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
38582024-07-15T23:25:47.389Z PASS [ 9.079s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
38592024-07-15T23:25:51.368Z PASS [ 8.357s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
38602024-07-15T23:25:52.512Z PASS [ 8.822s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
38612024-07-15T23:25:55.289Z PASS [ 9.058s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
38622024-07-15T23:25:55.498Z PASS [ 9.499s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
38632024-07-15T23:25:55.962Z PASS [ 9.530s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
38642024-07-15T23:25:56.093Z PASS [ 8.706s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
38652024-07-15T23:25:56.244Z PASS [ 9.844s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
38662024-07-15T23:25:59.562Z PASS [ 8.193s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
38672024-07-15T23:26:00.143Z PASS [ 7.632s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
38682024-07-15T23:26:01.893Z PASS [ 15.572s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
38692024-07-15T23:26:03.585Z PASS [ 8.088s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
38702024-07-15T23:26:04.299Z PASS [ 8.339s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
38712024-07-15T23:26:04.341Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
38722024-07-15T23:26:04.750Z PASS [ 8.656s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
38732024-07-15T23:26:04.793Z PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
38742024-07-15T23:26:04.818Z PASS [ 9.532s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
38752024-07-15T23:26:04.863Z PASS [ 0.071s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
38762024-07-15T23:26:04.888Z PASS [ 8.635s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
38772024-07-15T23:26:04.912Z PASS [ 0.040s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
38782024-07-15T23:26:06.441Z PASS [ 1.534s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
38792024-07-15T23:26:08.492Z PASS [ 8.931s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
38802024-07-15T23:26:08.536Z PASS [ 8.391s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
38812024-07-15T23:26:08.923Z PASS [ 0.431s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
38822024-07-15T23:26:08.973Z PASS [ 0.439s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
38832024-07-15T23:26:09.272Z PASS [ 0.349s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
38842024-07-15T23:26:09.314Z PASS [ 0.340s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
38852024-07-15T23:26:11.612Z PASS [ 9.719s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
38862024-07-15T23:26:12.220Z PASS [ 7.401s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
38872024-07-15T23:26:12.378Z PASS [ 7.477s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
38882024-07-15T23:26:12.447Z PASS [ 0.091s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
38892024-07-15T23:26:12.495Z PASS [ 0.045s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
38902024-07-15T23:26:12.541Z PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
38912024-07-15T23:26:12.580Z PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
38922024-07-15T23:26:12.623Z PASS [ 0.043s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
38932024-07-15T23:26:13.305Z PASS [ 9.721s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
38942024-07-15T23:26:14.002Z PASS [ 7.565s] nexus-db-queries db::queries::region_allocation::test::explainable
38952024-07-15T23:26:16.325Z PASS [ 7.055s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
38962024-07-15T23:26:16.569Z PASS [ 7.256s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
38972024-07-15T23:26:17.669Z PASS [ 13.327s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
38982024-07-15T23:26:17.706Z PASS [ 0.039s] nexus-defaults tests::test_random_vpc_ipv6_prefix
38992024-07-15T23:26:17.730Z PASS [ 6.108s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
39002024-07-15T23:26:17.762Z PASS [ 0.043s] nexus-inventory builder::test::test_empty
39012024-07-15T23:26:17.828Z PASS [ 0.062s] nexus-inventory builder::test::test_problems
39022024-07-15T23:26:17.896Z PASS [ 0.186s] nexus-inventory builder::test::test_basic
39032024-07-15T23:26:19.822Z PASS [ 7.601s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
39042024-07-15T23:26:19.849Z PASS [ 7.211s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
39052024-07-15T23:26:19.938Z PASS [ 1.965s] nexus-inventory collector::test::test_multi_mgs
39062024-07-15T23:26:19.962Z PASS [ 2.122s] nexus-inventory collector::test::test_basic
39072024-07-15T23:26:20.473Z PASS [ 0.648s] nexus-inventory collector::test::test_multi_mgs_failure
39082024-07-15T23:26:21.081Z PASS [ 1.248s] nexus-inventory collector::test::test_sled_agent_failure
39092024-07-15T23:26:25.101Z PASS [ 8.530s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
39102024-07-15T23:26:25.226Z PASS [ 0.128s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
39112024-07-15T23:26:25.383Z PASS [ 0.155s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
39122024-07-15T23:26:25.426Z PASS [ 0.044s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
39132024-07-15T23:26:25.497Z PASS [ 0.071s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
39142024-07-15T23:26:25.521Z PASS [ 9.179s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
39152024-07-15T23:26:26.182Z PASS [ 12.878s] nexus-db-queries policy_test::test_conferred_roles
39162024-07-15T23:26:31.014Z PASS [ 11.068s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
39172024-07-15T23:26:31.490Z PASS [ 11.632s] nexus-metrics-producer-gc tests::test_prune_expired_producers
39182024-07-15T23:26:53.589Z PASS [ 33.123s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
39192024-07-15T23:26:53.809Z PASS [ 27.630s] nexus-reconfigurator-execution external_networking::tests::test_deallocate_external_networking
39202024-07-15T23:26:54.276Z PASS [ 33.197s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist
39212024-07-15T23:26:54.429Z PASS [ 0.151s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
39222024-07-15T23:26:54.455Z PASS [ 28.951s] nexus-reconfigurator-execution external_networking::tests::test_allocate_external_networking
39232024-07-15T23:26:54.479Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
39242024-07-15T23:26:54.504Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
39252024-07-15T23:26:54.531Z PASS [ 0.063s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
39262024-07-15T23:26:54.555Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
39272024-07-15T23:26:54.586Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
39282024-07-15T23:26:54.611Z PASS [ 0.061s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
39292024-07-15T23:26:54.636Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
39302024-07-15T23:26:54.661Z PASS [ 0.052s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
39312024-07-15T23:26:54.686Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
39322024-07-15T23:26:54.716Z PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
39332024-07-15T23:26:54.755Z PASS [ 0.080s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
39342024-07-15T23:26:54.780Z PASS [ 0.064s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
39352024-07-15T23:26:54.805Z PASS [ 0.035s] nexus-reconfigurator-planning ip_allocator::test::test_basic
39362024-07-15T23:26:54.854Z PASS [ 0.067s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
39372024-07-15T23:26:54.879Z PASS [ 0.085s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
39382024-07-15T23:26:54.939Z PASS [ 0.080s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
39392024-07-15T23:26:54.991Z PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
39402024-07-15T23:26:55.016Z PASS [ 0.137s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
39412024-07-15T23:26:55.119Z PASS [ 0.123s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
39422024-07-15T23:26:55.143Z PASS [ 0.134s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
39432024-07-15T23:26:55.266Z PASS [ 0.121s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
39442024-07-15T23:26:55.320Z PASS [ 0.175s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
39452024-07-15T23:26:55.410Z PASS [ 0.161s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
39462024-07-15T23:26:55.484Z PASS [ 0.082s] nexus-saga-recovery recovery::test::test_plan_basic
39472024-07-15T23:26:55.508Z PASS [ 0.189s] nexus-saga-recovery recovery::test::test_execution_basic
39482024-07-15T23:26:55.533Z PASS [ 0.041s] nexus-saga-recovery recovery::test::test_read_all_from_channel
39492024-07-15T23:26:55.557Z PASS [ 0.045s] nexus-saga-recovery test::test_basic
39502024-07-15T23:26:55.585Z PASS [ 0.063s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
39512024-07-15T23:26:56.177Z PASS [ 42.179s] nexus-db-queries policy_test::test_iam_roles_behavior
39522024-07-15T23:26:56.204Z PASS [ 0.027s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
39532024-07-15T23:26:56.237Z PASS [ 0.033s] nexus-types external_api::shared::test::test_policy_parsing
39542024-07-15T23:26:56.417Z PASS [ 0.179s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
39552024-07-15T23:26:56.468Z PASS [ 0.050s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
39562024-07-15T23:26:56.643Z PASS [ 0.174s] omicron-certificates tests::test_cert_extended_key_usage
39572024-07-15T23:26:56.870Z PASS [ 0.227s] omicron-certificates tests::test_common_name_is_validated
39582024-07-15T23:26:57.025Z PASS [ 0.153s] omicron-certificates tests::test_subject_alternate_names_are_validated
39592024-07-15T23:26:57.196Z PASS [ 0.173s] omicron-cockroach-admin cockroach_cli::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
39602024-07-15T23:26:57.324Z PASS [ 0.127s] omicron-cockroach-admin cockroach_cli::tests::node_status_parse_doesnt_panic_on_arbitrary_input
39612024-07-15T23:26:57.492Z PASS [ 26.003s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
39622024-07-15T23:26:57.547Z PASS [ 0.057s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_parse_with_no_trailing_notes
39632024-07-15T23:26:57.598Z PASS [ 0.048s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_parse_with_trailing_notes
39642024-07-15T23:26:57.639Z PASS [ 0.044s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_parse_with_unexpected_membership_value
39652024-07-15T23:26:58.216Z PASS [ 27.203s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
39662024-07-15T23:26:58.257Z PASS [ 0.042s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_parse_multiple_lines_from_csv
39672024-07-15T23:26:58.297Z PASS [ 0.035s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_parse_single_line_from_csv
39682024-07-15T23:27:02.050Z PASS [ 6.469s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
39692024-07-15T23:27:02.384Z PASS [ 0.333s] omicron-cockroach-admin::mod integration_tests::commands::test_cockroach_admin_openapi
39702024-07-15T23:27:02.419Z PASS [ 0.037s] omicron-common address::test::test_dns_subnets
39712024-07-15T23:27:02.445Z PASS [ 0.026s] omicron-common address::test::test_ip_range_checks_non_decreasing
39722024-07-15T23:27:02.478Z PASS [ 0.034s] omicron-common address::test::test_ip_range_enum_deserialization
39732024-07-15T23:27:02.502Z PASS [ 0.023s] omicron-common address::test::test_ip_range_iter
39742024-07-15T23:27:02.526Z PASS [ 0.024s] omicron-common address::test::test_ip_range_length
39752024-07-15T23:27:02.550Z PASS [ 0.021s] omicron-common address::test::test_ip_range_try_from
39762024-07-15T23:27:02.574Z PASS [ 0.026s] omicron-common address::test::test_ipv6_subnet_deserialize
39772024-07-15T23:27:02.599Z PASS [ 0.023s] omicron-common address::test::test_sled_address
39782024-07-15T23:27:02.623Z PASS [ 0.023s] omicron-common api::external::error::test::test_bail_unless
39792024-07-15T23:27:02.647Z PASS [ 0.028s] omicron-common api::external::error::test::test_context
39802024-07-15T23:27:02.681Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_pagination_examples
39812024-07-15T23:27:02.727Z PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_pagination_schemas
39822024-07-15T23:27:02.789Z PASS [ 0.063s] omicron-common api::external::http_pagination::test::test_scan_by_id
39832024-07-15T23:27:02.817Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_name
39842024-07-15T23:27:02.848Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
39852024-07-15T23:27:02.878Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
39862024-07-15T23:27:02.926Z PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
39872024-07-15T23:27:02.955Z PASS [ 0.027s] omicron-common api::external::test::test_bytecount
39882024-07-15T23:27:02.985Z PASS [ 0.031s] omicron-common api::external::test::test_bytecount_display
39892024-07-15T23:27:03.023Z PASS [ 0.037s] omicron-common api::external::test::test_digest
39902024-07-15T23:27:03.048Z PASS [ 0.026s] omicron-common api::external::test::test_firewall_deserialization
39912024-07-15T23:27:03.113Z PASS [ 0.064s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
39922024-07-15T23:27:03.170Z PASS [ 0.058s] omicron-common api::external::test::test_firewall_rule_target_parse
39932024-07-15T23:27:03.211Z PASS [ 0.039s] omicron-common api::external::test::test_hostname_from_str
39942024-07-15T23:27:03.239Z PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_from_str
39952024-07-15T23:27:03.263Z PASS [ 0.025s] omicron-common api::external::test::test_ip_port_range_into_str
39962024-07-15T23:27:03.287Z PASS [ 0.025s] omicron-common api::external::test::test_ipv6_net_operations
39972024-07-15T23:27:03.314Z PASS [ 0.026s] omicron-common api::external::test::test_mac_system_iterator
39982024-07-15T23:27:03.339Z PASS [ 0.024s] omicron-common api::external::test::test_mac_to_int_conversions
39992024-07-15T23:27:03.370Z PASS [ 0.033s] omicron-common api::external::test::test_macaddr
40002024-07-15T23:27:03.401Z PASS [ 0.031s] omicron-common api::external::test::test_name_parse
40012024-07-15T23:27:03.429Z PASS [ 0.028s] omicron-common api::external::test::test_name_parse_from_param
40022024-07-15T23:27:03.454Z PASS [ 0.024s] omicron-common api::external::test::test_resource_name_parse
40032024-07-15T23:27:03.485Z PASS [ 0.031s] omicron-common api::external::test::test_role_name_parse
40042024-07-15T23:27:03.545Z PASS [ 0.048s] omicron-common api::external::test::test_route_destination_parse
40052024-07-15T23:27:03.604Z PASS [ 0.069s] omicron-common api::external::test::test_route_target_parse
40062024-07-15T23:27:03.637Z PASS [ 0.034s] omicron-common api::external::test::test_semver_serialize
40072024-07-15T23:27:03.663Z PASS [ 0.026s] omicron-common api::external::test::test_semver_validation
40082024-07-15T23:27:03.690Z PASS [ 0.027s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
40092024-07-15T23:27:03.721Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
40102024-07-15T23:27:03.752Z PASS [ 0.034s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
40112024-07-15T23:27:03.782Z PASS [ 0.030s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
40122024-07-15T23:27:03.829Z PASS [ 0.049s] omicron-common ledger::test::test_commit_handles_write_failures
40132024-07-15T23:27:03.863Z PASS [ 0.034s] omicron-common ledger::test::test_create_default_ledger
40142024-07-15T23:27:03.894Z PASS [ 0.031s] omicron-common ledger::test::test_create_ledger_reads_from_storage
40152024-07-15T23:27:03.924Z PASS [ 0.031s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
40162024-07-15T23:27:03.950Z PASS [ 0.024s] omicron-common update::tests::serde_artifact_kind
40172024-07-15T23:27:03.980Z PASS [ 0.030s] omicron-common zpool_name::test::test_parse_bad_zpool_names
40182024-07-15T23:27:04.006Z PASS [ 0.027s] omicron-common zpool_name::test::test_parse_external_zpool_name
40192024-07-15T23:27:04.032Z PASS [ 0.024s] omicron-common zpool_name::test::test_parse_internal_zpool_name
40202024-07-15T23:27:04.058Z PASS [ 0.028s] omicron-common zpool_name::test::test_parse_zpool_name_json
40212024-07-15T23:27:04.090Z PASS [ 0.030s] omicron-common zpool_name::test::test_zpool_name_regex
40222024-07-15T23:27:04.620Z PASS [ 0.530s] omicron-dev::test_omicron_dev test_cert_create
40232024-07-15T23:27:04.954Z PASS [ 7.315s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
40242024-07-15T23:27:05.144Z PASS [ 9.604s] nexus-types deployment::tri_map::tests::proptest_ops
40252024-07-15T23:27:05.197Z PASS [ 7.874s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
40262024-07-15T23:27:05.246Z PASS [ 0.099s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
40272024-07-15T23:27:05.297Z PASS [ 0.100s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
40282024-07-15T23:27:05.352Z PASS [ 0.107s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
40292024-07-15T23:27:05.398Z PASS [ 0.103s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
40302024-07-15T23:27:05.464Z PASS [ 0.061s] omicron-gateway management_switch::location_map::tests::test_config_validation
40312024-07-15T23:27:05.523Z PASS [ 0.060s] omicron-gateway management_switch::location_map::tests::test_resolve_location
40322024-07-15T23:27:05.744Z PASS [ 7.449s] omicron-cockroach-admin context::tests::test_node_id
40332024-07-15T23:27:05.894Z PASS [ 40.402s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
40342024-07-15T23:27:06.065Z PASS [ 0.545s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
40352024-07-15T23:27:06.163Z PASS [ 0.421s] omicron-gateway::test_all integration_tests::component_list::component_list
40362024-07-15T23:27:06.300Z PASS [ 0.234s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
40372024-07-15T23:27:06.326Z PASS [ 0.428s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
40382024-07-15T23:27:06.387Z PASS [ 0.225s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
40392024-07-15T23:27:10.487Z PASS [ 16.678s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
40402024-07-15T23:27:11.073Z PASS [ 17.483s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
40412024-07-15T23:27:15.633Z PASS [ 11.013s] omicron-dev::test_omicron_dev test_db_killed
40422024-07-15T23:27:26.548Z PASS [ 21.198s] omicron-dev::test_omicron_dev test_run_all
40432024-07-15T23:27:30.663Z PASS [ 25.705s] omicron-dev::test_omicron_dev test_db_run
40442024-07-15T23:27:30.899Z PASS [ 24.576s] omicron-nexus app::background::driver::test::test_driver_basic
40452024-07-15T23:27:31.119Z PASS [ 24.732s] omicron-nexus app::background::init::test::test_dns_propagation_basic
40462024-07-15T23:27:31.678Z PASS [ 25.382s] omicron-nexus app::background::driver::test::test_activation_in_progress
40472024-07-15T23:27:39.786Z PASS [ 8.887s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
40482024-07-15T23:27:39.847Z PASS [ 0.061s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
40492024-07-15T23:27:39.872Z PASS [ 8.746s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
40502024-07-15T23:27:40.320Z PASS [ 8.636s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
40512024-07-15T23:27:41.048Z PASS [ 29.975s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
40522024-07-15T23:27:41.142Z PASS [ 30.656s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
40532024-07-15T23:27:45.008Z PASS [ 29.375s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
40542024-07-15T23:27:49.282Z PASS [ 22.735s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
40552024-07-15T23:27:51.146Z PASS [ 20.491s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
40562024-07-15T23:28:01.756Z PASS [ 21.434s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
40572024-07-15T23:28:01.786Z PASS [ 21.903s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
40582024-07-15T23:28:01.810Z PASS [ 21.951s] omicron-nexus app::background::tasks::dns_config::test::test_basic
40592024-07-15T23:28:03.146Z PASS [ 22.007s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
40602024-07-15T23:28:03.804Z PASS [ 18.801s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
40612024-07-15T23:28:07.909Z PASS [ 18.629s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
40622024-07-15T23:28:09.589Z PASS [ 18.444s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
40632024-07-15T23:28:10.098Z PASS [ 6.951s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
40642024-07-15T23:28:10.256Z PASS [ 0.157s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
40652024-07-15T23:28:10.346Z PASS [ 0.756s] omicron-nexus app::external_endpoints::test::test_authority
40662024-07-15T23:28:10.454Z PASS [ 0.109s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
40672024-07-15T23:28:10.545Z PASS [ 0.079s] omicron-nexus app::external_endpoints::test::test_no_endpoint
40682024-07-15T23:28:10.630Z PASS [ 0.084s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
40692024-07-15T23:28:13.119Z PASS [ 2.864s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
40702024-07-15T23:28:14.726Z PASS [ 6.815s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
40712024-07-15T23:28:21.319Z PASS [ 19.525s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
40722024-07-15T23:28:21.343Z PASS [ 40.289s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
40732024-07-15T23:28:21.446Z PASS [ 19.700s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
40742024-07-15T23:28:22.133Z PASS [ 20.369s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
40752024-07-15T23:28:25.098Z PASS [ 21.268s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
40762024-07-15T23:28:40.908Z PASS [ 30.293s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
40772024-07-15T23:28:44.114Z PASS [ 30.960s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
40782024-07-15T23:28:44.260Z PASS [ 29.537s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
40792024-07-15T23:28:48.732Z PASS [ 27.415s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
40802024-07-15T23:28:49.745Z PASS [ 28.415s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
40812024-07-15T23:28:49.770Z PASS [ 28.318s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
40822024-07-15T23:29:18.886Z PASS [ 30.926s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
40832024-07-15T23:29:18.886Z PASS [ 36.594s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
40842024-07-15T23:29:18.886Z PASS [ 33.561s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
40852024-07-15T23:29:21.666Z PASS [ 32.935s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
40862024-07-15T23:29:22.131Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40872024-07-15T23:29:23.905Z PASS [ 34.158s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
40882024-07-15T23:29:25.095Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40892024-07-15T23:29:25.919Z PASS [ 36.160s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
40902024-07-15T23:29:48.263Z PASS [ 33.265s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
40912024-07-15T23:29:49.848Z PASS [ 32.350s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
40922024-07-15T23:29:55.735Z PASS [ 37.919s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
40932024-07-15T23:29:59.196Z PASS [ 35.297s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
40942024-07-15T23:29:59.227Z PASS [ 37.565s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
40952024-07-15T23:29:59.543Z PASS [ 33.623s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
40962024-07-15T23:30:19.464Z PASS [ 29.619s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
40972024-07-15T23:30:22.126Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40982024-07-15T23:30:25.092Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40992024-07-15T23:30:25.753Z PASS [ 26.215s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
41002024-07-15T23:30:25.806Z PASS [ 26.580s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
41012024-07-15T23:30:26.669Z PASS [ 27.475s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
41022024-07-15T23:30:29.960Z PASS [ 34.226s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
41032024-07-15T23:30:45.788Z PASS [ 19.981s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
41042024-07-15T23:30:46.861Z PASS [ 21.108s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
41052024-07-15T23:30:48.259Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
41062024-07-15T23:30:49.720Z PASS [ 30.257s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
41072024-07-15T23:30:57.661Z PASS [ 27.700s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
41082024-07-15T23:30:59.818Z PASS [ 33.151s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
41092024-07-15T23:30:59.883Z PASS [ 0.057s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
41102024-07-15T23:31:05.998Z PASS [ 20.213s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
41112024-07-15T23:31:12.043Z PASS [ 83.786s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
41122024-07-15T23:31:15.916Z PASS [ 29.058s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
41132024-07-15T23:31:22.123Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41142024-07-15T23:31:25.089Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41152024-07-15T23:31:30.600Z PASS [ 30.727s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
41162024-07-15T23:31:35.709Z PASS [ 19.794s] omicron-nexus app::sagas::test_saga::test_saga_stuck
41172024-07-15T23:31:48.815Z PASS [ 42.820s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
41182024-07-15T23:31:48.884Z PASS [ 36.841s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
41192024-07-15T23:31:48.948Z PASS [ 0.067s] omicron-nexus external_api::console_api::test::test_accept_gz
41202024-07-15T23:31:49.005Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
41212024-07-15T23:31:49.059Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
41222024-07-15T23:31:49.111Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
41232024-07-15T23:31:49.169Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
41242024-07-15T23:31:49.234Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
41252024-07-15T23:31:49.336Z PASS [ 0.099s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
41262024-07-15T23:31:49.409Z PASS [ 0.077s] omicron-nexus external_api::console_api::test::test_relative_uri
41272024-07-15T23:31:49.582Z PASS [ 0.173s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
41282024-07-15T23:31:49.718Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41292024-07-15T23:31:54.617Z PASS [ 5.801s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
41302024-07-15T23:31:56.419Z PASS [ 25.818s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
41312024-07-15T23:31:56.564Z PASS [ 20.855s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
41322024-07-15T23:31:57.658Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
41332024-07-15T23:32:12.670Z PASS [ 75.019s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
41342024-07-15T23:32:13.919Z PASS [ 1.249s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
41352024-07-15T23:32:14.562Z PASS [ 19.946s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
41362024-07-15T23:32:14.690Z PASS [ 0.128s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
41372024-07-15T23:32:15.328Z PASS [ 1.409s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
41382024-07-15T23:32:16.013Z PASS [ 19.598s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
41392024-07-15T23:32:17.761Z PASS [ 21.200s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
41402024-07-15T23:32:22.121Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41412024-07-15T23:32:25.086Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41422024-07-15T23:32:34.254Z PASS [ 19.566s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
41432024-07-15T23:32:34.379Z PASS [ 19.052s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
41442024-07-15T23:32:35.639Z PASS [ 19.627s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
41452024-07-15T23:32:36.266Z PASS [ 18.507s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
41462024-07-15T23:32:49.578Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
41472024-07-15T23:32:49.715Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41482024-07-15T23:32:53.730Z PASS [ 18.090s] omicron-nexus::test_all integration_tests::basic::test_ping
41492024-07-15T23:32:53.784Z PASS [ 19.406s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
41502024-07-15T23:32:54.267Z PASS [ 20.014s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
41512024-07-15T23:33:01.472Z PASS [ 25.208s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
41522024-07-15T23:33:12.311Z PASS [ 18.528s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
41532024-07-15T23:33:12.438Z PASS [ 18.172s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
41542024-07-15T23:33:15.449Z PASS [ 85.873s] omicron-nexus populate::test::test_populators
41552024-07-15T23:33:17.702Z PASS [ 16.231s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
41562024-07-15T23:33:22.118Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41572024-07-15T23:33:24.157Z PASS [ 30.430s] omicron-nexus::test_all integration_tests::basic::test_projects_list
41582024-07-15T23:33:25.083Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41592024-07-15T23:33:30.272Z PASS [ 17.834s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
41602024-07-15T23:33:30.899Z PASS [ 18.588s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
41612024-07-15T23:33:32.671Z PASS [ 2.400s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
41622024-07-15T23:33:32.696Z PASS [ 1.795s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
41632024-07-15T23:33:32.768Z PASS [ 0.096s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
41642024-07-15T23:33:33.602Z PASS [ 0.909s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
41652024-07-15T23:33:36.260Z PASS [ 20.812s] omicron-nexus::test_all integration_tests::certificates::test_crud
41662024-07-15T23:33:36.593Z PASS [ 18.890s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
41672024-07-15T23:33:49.296Z PASS [ 25.140s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
41682024-07-15T23:33:49.712Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41692024-07-15T23:33:51.607Z PASS [ 18.840s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
41702024-07-15T23:33:52.057Z PASS [ 18.454s] omicron-nexus::test_all integration_tests::console_api::test_assets
41712024-07-15T23:33:54.080Z PASS [ 17.822s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
41722024-07-15T23:33:58.075Z PASS [ 21.484s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
41732024-07-15T23:34:10.119Z PASS [ 18.514s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
41742024-07-15T23:34:10.953Z PASS [ 18.899s] omicron-nexus::test_all integration_tests::console_api::test_session_me
41752024-07-15T23:34:13.673Z PASS [ 24.379s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
41762024-07-15T23:34:14.186Z PASS [ 20.106s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
41772024-07-15T23:34:22.115Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41782024-07-15T23:34:22.865Z PASS [ 24.792s] omicron-nexus::test_all integration_tests::console_api::test_sessions
41792024-07-15T23:34:25.081Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41802024-07-15T23:34:28.298Z PASS [ 18.180s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
41812024-07-15T23:34:29.419Z PASS [ 18.467s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
41822024-07-15T23:34:43.879Z PASS [ 30.208s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
41832024-07-15T23:34:48.719Z PASS [ 25.857s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
41842024-07-15T23:34:49.710Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41852024-07-15T23:34:55.701Z PASS [ 26.284s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
41862024-07-15T23:34:56.358Z PASS [ 28.063s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
41872024-07-15T23:34:58.710Z PASS [ 44.527s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
41882024-07-15T23:35:09.202Z PASS [ 25.323s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
41892024-07-15T23:35:13.257Z PASS [ 24.538s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
41902024-07-15T23:35:22.113Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41912024-07-15T23:35:25.077Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41922024-07-15T23:35:31.538Z PASS [ 35.839s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
41932024-07-15T23:35:35.306Z PASS [ 26.100s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
41942024-07-15T23:35:36.320Z PASS [ 39.963s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
41952024-07-15T23:35:38.030Z PASS [ 24.775s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
41962024-07-15T23:35:48.604Z PASS [ 49.897s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
41972024-07-15T23:35:49.706Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41982024-07-15T23:35:53.076Z PASS [ 21.540s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
41992024-07-15T23:35:57.034Z PASS [ 21.736s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
42002024-07-15T23:35:59.792Z PASS [ 21.765s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
42012024-07-15T23:36:02.050Z PASS [ 25.733s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
42022024-07-15T23:36:17.709Z PASS [ 29.106s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
42032024-07-15T23:36:22.110Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42042024-07-15T23:36:23.268Z PASS [ 26.237s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
42052024-07-15T23:36:25.074Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42062024-07-15T23:36:27.630Z PASS [ 27.839s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
42072024-07-15T23:36:31.271Z PASS [ 29.222s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
42082024-07-15T23:36:33.445Z PASS [ 40.372s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
42092024-07-15T23:36:49.305Z PASS [ 31.598s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
42102024-07-15T23:36:49.704Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
42112024-07-15T23:36:49.979Z PASS [ 26.712s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
42122024-07-15T23:36:57.046Z PASS [ 29.418s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
42132024-07-15T23:36:57.507Z PASS [ 26.240s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
42142024-07-15T23:37:01.127Z PASS [ 27.682s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
42152024-07-15T23:37:16.525Z PASS [ 26.547s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
42162024-07-15T23:37:18.083Z PASS [ 28.781s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
42172024-07-15T23:37:21.627Z PASS [ 24.581s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
42182024-07-15T23:37:22.107Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42192024-07-15T23:37:25.072Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42202024-07-15T23:37:25.696Z PASS [ 28.190s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
42212024-07-15T23:37:27.292Z PASS [ 26.164s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
42222024-07-15T23:37:43.626Z PASS [ 413.931s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
42232024-07-15T23:37:48.919Z PASS [ 32.396s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
42242024-07-15T23:37:49.082Z PASS [ 21.795s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
42252024-07-15T23:37:56.853Z PASS [ 38.772s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
42262024-07-15T23:38:07.767Z PASS [ 46.143s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
42272024-07-15T23:38:11.401Z PASS [ 45.702s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
42282024-07-15T23:38:11.696Z PASS [ 22.779s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
42292024-07-15T23:38:13.338Z PASS [ 591.244s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42302024-07-15T23:38:14.416Z PASS [ 30.794s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
42312024-07-15T23:38:15.373Z PASS [ 590.338s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42322024-07-15T23:38:15.866Z PASS [ 0.494s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
42332024-07-15T23:38:16.368Z PASS [ 0.503s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
42342024-07-15T23:38:16.992Z PASS [ 0.623s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
42352024-07-15T23:38:17.413Z PASS [ 20.559s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
42362024-07-15T23:38:17.710Z PASS [ 0.718s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
42372024-07-15T23:38:21.788Z PASS [ 32.708s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
42382024-07-15T23:38:30.567Z PASS [ 22.802s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
42392024-07-15T23:38:33.450Z PASS [ 22.055s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
42402024-07-15T23:38:36.561Z PASS [ 24.864s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
42412024-07-15T23:38:37.072Z PASS [ 23.734s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
42422024-07-15T23:38:37.684Z PASS [ 23.267s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
42432024-07-15T23:38:45.018Z PASS [ 27.610s] omicron-nexus::test_all integration_tests::images::test_image_create
42442024-07-15T23:38:46.813Z PASS [ 29.107s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
42452024-07-15T23:38:53.130Z PASS [ 31.344s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
42462024-07-15T23:38:53.231Z PASS [ 8.213s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
42472024-07-15T23:38:55.414Z PASS [ 8.598s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
42482024-07-15T23:38:58.463Z PASS [ 27.898s] omicron-nexus::test_all integration_tests::images::test_image_promotion
42492024-07-15T23:39:01.324Z PASS [ 8.093s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
42502024-07-15T23:39:01.655Z PASS [ 8.524s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
42512024-07-15T23:39:01.686Z PASS [ 28.238s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
42522024-07-15T23:39:02.025Z PASS [ 25.467s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
42532024-07-15T23:39:02.225Z PASS [ 24.543s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
42542024-07-15T23:39:03.201Z PASS [ 26.131s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
42552024-07-15T23:39:21.087Z PASS [ 25.677s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
42562024-07-15T23:39:22.909Z PASS [ 20.886s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
42572024-07-15T23:39:23.267Z PASS [ 21.044s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
42582024-07-15T23:39:33.962Z PASS [ 32.279s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
42592024-07-15T23:39:35.414Z PASS [ 34.093s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
42602024-07-15T23:39:41.446Z PASS [ 20.361s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
42612024-07-15T23:39:42.154Z PASS [ 40.505s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
42622024-07-15T23:39:44.075Z PASS [ 45.614s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
42632024-07-15T23:39:44.099Z PASS [ 40.885s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
42642024-07-15T23:39:56.419Z PASS [ 21.005s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
42652024-07-15T23:40:01.991Z PASS [ 28.029s] omicron-nexus::test_all integration_tests::instances::test_instance_access
42662024-07-15T23:40:02.892Z PASS [ 39.986s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
42672024-07-15T23:40:13.130Z PASS [ 31.686s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
42682024-07-15T23:40:15.681Z PASS [ 33.526s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
42692024-07-15T23:40:18.637Z PASS [ 34.553s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
42702024-07-15T23:40:18.761Z PASS [ 34.685s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
42712024-07-15T23:40:23.263Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
42722024-07-15T23:40:28.771Z PASS [ 32.355s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
42732024-07-15T23:40:36.063Z PASS [ 34.073s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
42742024-07-15T23:40:40.918Z PASS [ 38.027s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
42752024-07-15T23:40:45.784Z PASS [ 30.105s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
42762024-07-15T23:40:46.864Z PASS [ 28.231s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
42772024-07-15T23:40:51.753Z PASS [ 88.492s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
42782024-07-15T23:40:56.979Z PASS [ 38.223s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
42792024-07-15T23:41:07.200Z PASS [ 54.073s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
42802024-07-15T23:41:12.762Z PASS [ 43.993s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
42812024-07-15T23:41:14.820Z PASS [ 38.759s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
42822024-07-15T23:41:18.491Z PASS [ 37.572s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
42832024-07-15T23:41:21.534Z PASS [ 35.753s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
42842024-07-15T23:41:26.940Z PASS [ 19.741s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
42852024-07-15T23:41:27.318Z PASS [ 35.561s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
42862024-07-15T23:41:29.618Z PASS [ 42.756s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
42872024-07-15T23:41:35.793Z PASS [ 38.818s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
42882024-07-15T23:41:36.554Z PASS [ 21.736s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
42892024-07-15T23:41:46.542Z PASS [ 33.783s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
42902024-07-15T23:41:47.339Z PASS [ 28.854s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
42912024-07-15T23:41:48.278Z PASS [ 21.341s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
42922024-07-15T23:41:48.480Z PASS [ 26.948s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
42932024-07-15T23:41:54.302Z PASS [ 17.750s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
42942024-07-15T23:41:57.746Z PASS [ 28.131s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
42952024-07-15T23:42:06.378Z PASS [ 30.585s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
42962024-07-15T23:42:08.639Z PASS [ 22.097s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
42972024-07-15T23:42:08.681Z PASS [ 21.343s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
42982024-07-15T23:42:09.894Z PASS [ 21.415s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
42992024-07-15T23:42:09.968Z PASS [ 21.690s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
43002024-07-15T23:42:10.728Z PASS [ 43.419s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
43012024-07-15T23:42:18.155Z PASS [ 23.855s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
43022024-07-15T23:42:18.910Z PASS [ 21.165s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
43032024-07-15T23:42:28.117Z PASS [ 21.741s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
43042024-07-15T23:42:30.008Z PASS [ 21.370s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
43052024-07-15T23:42:30.368Z PASS [ 21.689s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
43062024-07-15T23:42:30.879Z PASS [ 20.986s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
43072024-07-15T23:42:31.264Z PASS [ 21.298s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
43082024-07-15T23:42:31.874Z PASS [ 21.145s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
43092024-07-15T23:42:41.078Z PASS [ 22.170s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
43102024-07-15T23:42:41.703Z PASS [ 23.548s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
43112024-07-15T23:42:51.896Z PASS [ 21.528s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
43122024-07-15T23:42:54.671Z PASS [ 24.669s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
43132024-07-15T23:42:55.797Z PASS [ 27.673s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
43142024-07-15T23:43:00.566Z PASS [ 19.490s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
43152024-07-15T23:43:01.568Z PASS [ 19.868s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
43162024-07-15T23:43:02.320Z PASS [ 31.445s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
43172024-07-15T23:43:16.387Z PASS [ 24.493s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
43182024-07-15T23:43:17.364Z PASS [ 46.103s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
43192024-07-15T23:43:27.721Z PASS [ 27.155s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
43202024-07-15T23:43:29.069Z PASS [ 27.499s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
43212024-07-15T23:43:29.108Z PASS [ 26.787s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
43222024-07-15T23:43:30.099Z PASS [ 35.427s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
43232024-07-15T23:43:31.871Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
43242024-07-15T23:43:33.364Z PASS [ 61.493s] omicron-nexus::test_all integration_tests::metrics::test_metrics
43252024-07-15T23:43:47.172Z PASS [ 51.388s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
43262024-07-15T23:43:55.372Z PASS [ 27.655s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
43272024-07-15T23:44:03.393Z PASS [ 47.009s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
43282024-07-15T23:44:03.544Z PASS [ 46.182s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
43292024-07-15T23:44:03.799Z PASS [ 33.701s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
43302024-07-15T23:44:06.109Z PASS [ 37.006s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
43312024-07-15T23:44:08.549Z PASS [ 35.190s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
43322024-07-15T23:44:13.038Z PASS [ 25.869s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
43332024-07-15T23:44:18.597Z PASS [ 49.534s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
43342024-07-15T23:44:28.269Z PASS [ 24.469s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
43352024-07-15T23:44:28.569Z PASS [ 22.462s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
43362024-07-15T23:44:35.330Z PASS [ 26.784s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
43372024-07-15T23:44:37.787Z PASS [ 24.749s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
43382024-07-15T23:44:39.420Z PASS [ 20.824s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
43392024-07-15T23:44:43.072Z PASS [ 47.701s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
43402024-07-15T23:44:53.941Z PASS [ 25.677s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
43412024-07-15T23:44:54.310Z PASS [ 50.920s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
43422024-07-15T23:44:57.933Z PASS [ 22.600s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
43432024-07-15T23:44:58.371Z PASS [ 29.803s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
43442024-07-15T23:44:58.595Z PASS [ 20.807s] omicron-nexus::test_all integration_tests::projects::test_projects
43452024-07-15T23:45:01.291Z PASS [ 21.873s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
43462024-07-15T23:45:03.103Z PASS [ 59.560s] omicron-nexus::test_all integration_tests::password_login::test_local_users
43472024-07-15T23:45:14.250Z PASS [ 20.308s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
43482024-07-15T23:45:15.094Z PASS [ 20.785s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
43492024-07-15T23:45:18.874Z PASS [ 20.284s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
43502024-07-15T23:45:19.069Z PASS [ 20.698s] omicron-nexus::test_all integration_tests::rack::test_sled_add
43512024-07-15T23:45:19.711Z PASS [ 21.781s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
43522024-07-15T23:45:20.985Z PASS [ 19.694s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
43532024-07-15T23:45:21.395Z PASS [ 0.411s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
43542024-07-15T23:45:22.571Z PASS [ 3.502s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
43552024-07-15T23:45:23.242Z PASS [ 3.531s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
43562024-07-15T23:45:24.187Z PASS [ 21.087s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
43572024-07-15T23:45:24.816Z PASS [ 3.415s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
43582024-07-15T23:45:25.983Z PASS [ 3.413s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
43592024-07-15T23:45:32.012Z PASS [ 17.765s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
43602024-07-15T23:45:32.562Z PASS [ 49.494s] omicron-nexus::test_all integration_tests::quotas::test_quotas
43612024-07-15T23:45:32.667Z PASS [ 0.106s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
43622024-07-15T23:45:32.779Z PASS [ 0.112s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
43632024-07-15T23:45:32.989Z PASS [ 0.209s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
43642024-07-15T23:45:33.096Z PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
43652024-07-15T23:45:33.130Z PASS [ 18.034s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
43662024-07-15T23:45:33.204Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
43672024-07-15T23:45:39.016Z PASS [ 20.143s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
43682024-07-15T23:45:47.940Z PASS [ 24.699s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
43692024-07-15T23:45:48.083Z PASS [ 23.898s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
43702024-07-15T23:45:48.759Z PASS [ 22.777s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
43712024-07-15T23:45:53.190Z PASS [ 20.064s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
43722024-07-15T23:45:53.296Z PASS [ 20.093s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
43732024-07-15T23:45:53.321Z PASS [ 0.126s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
43742024-07-15T23:45:54.606Z PASS [ 22.594s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
43752024-07-15T23:45:54.634Z PASS [ 29.825s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
43762024-07-15T23:45:54.712Z PASS [ 0.106s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
43772024-07-15T23:45:54.736Z PASS [ 0.099s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
43782024-07-15T23:45:57.745Z PASS [ 18.729s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
43792024-07-15T23:46:08.730Z PASS [ 20.792s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
43802024-07-15T23:46:08.814Z PASS [ 20.741s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
43812024-07-15T23:46:09.930Z PASS [ 21.181s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
43822024-07-15T23:46:13.757Z PASS [ 20.451s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
43832024-07-15T23:46:14.170Z PASS [ 19.438s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
43842024-07-15T23:46:14.458Z PASS [ 21.172s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
43852024-07-15T23:46:14.593Z PASS [ 19.891s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
43862024-07-15T23:46:16.042Z PASS [ 18.308s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
43872024-07-15T23:46:22.690Z PASS [ 13.960s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
43882024-07-15T23:46:26.253Z PASS [ 12.086s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
43892024-07-15T23:46:35.239Z PASS [ 12.552s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
43902024-07-15T23:46:38.710Z PASS [ 12.457s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
43912024-07-15T23:46:46.506Z PASS [ 11.268s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
43922024-07-15T23:46:51.251Z PASS [ 12.541s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
43932024-07-15T23:46:59.425Z PASS [ 12.917s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
43942024-07-15T23:47:06.271Z PASS [ 6.849s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
43952024-07-15T23:47:49.959Z PASS [ 58.711s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
43962024-07-15T23:47:50.996Z PASS [ 44.714s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
43972024-07-15T23:48:08.943Z PASS [ 18.987s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
43982024-07-15T23:48:29.321Z PASS [ 38.311s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
43992024-07-15T23:48:44.509Z PASS [ 15.218s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
44002024-07-15T23:48:44.608Z PASS [ 15.297s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
44012024-07-15T23:48:45.443Z PASS [ 16.144s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
44022024-07-15T23:48:46.421Z PASS [ 17.102s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
44032024-07-15T23:48:54.140Z PASS [ 45.162s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
44042024-07-15T23:49:02.388Z PASS [ 17.879s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
44052024-07-15T23:49:03.095Z PASS [ 18.486s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
44062024-07-15T23:49:03.416Z PASS [ 17.973s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
44072024-07-15T23:49:04.078Z PASS [ 17.657s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
44082024-07-15T23:49:15.638Z PASS [ 21.508s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
44092024-07-15T23:49:15.828Z PASS [ 21.706s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
44102024-07-15T23:49:16.169Z PASS [ 22.059s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
44112024-07-15T23:49:17.483Z PASS [ 23.381s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
44122024-07-15T23:49:23.153Z PASS [ 20.765s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
44132024-07-15T23:49:25.423Z PASS [ 22.331s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
44142024-07-15T23:49:26.176Z PASS [ 22.098s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
44152024-07-15T23:49:32.137Z PASS [ 28.721s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
44162024-07-15T23:49:37.783Z PASS [ 21.958s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
44172024-07-15T23:49:37.929Z PASS [ 21.760s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
44182024-07-15T23:49:39.560Z PASS [ 22.080s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
44192024-07-15T23:49:40.736Z PASS [ 25.099s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
44202024-07-15T23:49:45.423Z PASS [ 22.272s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
44212024-07-15T23:49:46.733Z PASS [ 21.313s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
44222024-07-15T23:49:52.214Z PASS [ 26.041s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
44232024-07-15T23:50:00.527Z PASS [ 22.746s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
44242024-07-15T23:50:01.043Z PASS [ 21.482s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
44252024-07-15T23:50:01.276Z PASS [ 29.142s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
44262024-07-15T23:50:06.370Z PASS [ 20.951s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
44272024-07-15T23:50:06.570Z PASS [ 28.643s] omicron-nexus::test_all integration_tests::silos::test_silos
44282024-07-15T23:50:10.741Z PASS [ 30.008s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
44292024-07-15T23:50:15.735Z PASS [ 29.001s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
44302024-07-15T23:50:16.047Z PASS [ 23.834s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
44312024-07-15T23:50:26.127Z PASS [ 19.756s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
44322024-07-15T23:50:29.696Z PASS [ 23.129s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
44332024-07-15T23:50:34.016Z PASS [ 33.488s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
44342024-07-15T23:50:34.450Z PASS [ 23.709s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
44352024-07-15T23:50:34.570Z PASS [ 33.296s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
44362024-07-15T23:50:35.684Z PASS [ 34.643s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
44372024-07-15T23:50:36.331Z PASS [ 20.599s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
44382024-07-15T23:50:37.332Z PASS [ 1.650s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
44392024-07-15T23:50:38.865Z PASS [ 4.416s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
44402024-07-15T23:50:39.129Z PASS [ 4.558s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
44412024-07-15T23:50:40.762Z PASS [ 4.429s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
44422024-07-15T23:50:41.746Z PASS [ 4.415s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
44432024-07-15T23:50:45.610Z PASS [ 3.862s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
44442024-07-15T23:50:52.628Z PASS [ 36.585s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
44452024-07-15T23:50:58.999Z PASS [ 32.872s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
44462024-07-15T23:50:59.998Z PASS [ 30.301s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
44472024-07-15T23:51:00.326Z PASS [ 21.462s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
44482024-07-15T23:51:02.982Z PASS [ 28.969s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
44492024-07-15T23:51:05.980Z PASS [ 20.333s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
44502024-07-15T23:51:18.246Z PASS [ 25.619s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
44512024-07-15T23:51:19.423Z PASS [ 20.427s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
44522024-07-15T23:51:20.810Z PASS [ 41.685s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
44532024-07-15T23:51:21.575Z PASS [ 21.576s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
44542024-07-15T23:51:38.133Z PASS [ 37.803s] omicron-nexus::test_all integration_tests::utilization::test_utilization
44552024-07-15T23:51:38.223Z PASS [ 35.243s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
44562024-07-15T23:51:40.758Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
44572024-07-15T23:51:42.106Z PASS [ 36.163s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
44582024-07-15T23:51:54.276Z PASS [ 34.852s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
44592024-07-15T23:51:54.418Z PASS [ 36.172s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
44602024-07-15T23:51:55.580Z PASS [ 34.771s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
44612024-07-15T23:51:56.591Z PASS [ 35.022s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
44622024-07-15T23:52:15.629Z PASS [ 37.504s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
44632024-07-15T23:52:15.773Z PASS [ 37.552s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
44642024-07-15T23:52:18.892Z PASS [ 36.792s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
44652024-07-15T23:52:22.149Z PASS [ 27.729s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
44662024-07-15T23:52:26.246Z PASS [ 31.975s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
44672024-07-15T23:52:34.995Z PASS [ 114.242s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
44682024-07-15T23:52:35.271Z PASS [ 39.680s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
44692024-07-15T23:52:36.953Z PASS [ 40.363s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
44702024-07-15T23:52:58.458Z PASS [ 21.505s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
44712024-07-15T23:52:59.560Z PASS [ 33.314s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
44722024-07-15T23:53:01.488Z PASS [ 45.862s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
44732024-07-15T23:53:01.632Z PASS [ 45.863s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
44742024-07-15T23:53:04.835Z PASS [ 45.947s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
44752024-07-15T23:53:08.512Z PASS [ 46.373s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
44762024-07-15T23:53:10.582Z PASS [ 35.328s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
44772024-07-15T23:53:14.588Z PASS [ 39.595s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
44782024-07-15T23:53:20.035Z PASS [ 21.580s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
44792024-07-15T23:53:23.162Z PASS [ 23.606s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
44802024-07-15T23:53:23.236Z PASS [ 21.606s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
44812024-07-15T23:53:23.899Z PASS [ 22.414s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
44822024-07-15T23:53:26.653Z PASS [ 21.820s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
44832024-07-15T23:53:30.017Z PASS [ 21.506s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
44842024-07-15T23:53:30.492Z PASS [ 19.911s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
44852024-07-15T23:53:35.905Z PASS [ 21.319s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
44862024-07-15T23:53:45.033Z PASS [ 21.873s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
44872024-07-15T23:53:45.133Z PASS [ 21.889s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
44882024-07-15T23:53:45.562Z PASS [ 21.663s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
44892024-07-15T23:53:45.758Z PASS [ 25.724s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
44902024-07-15T23:53:48.603Z PASS [ 21.948s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
44912024-07-15T23:53:50.963Z PASS [ 20.474s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
44922024-07-15T23:53:51.720Z PASS [ 21.706s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
44932024-07-15T23:53:56.498Z PASS [ 20.594s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
44942024-07-15T23:54:06.615Z PASS [ 21.583s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
44952024-07-15T23:54:07.054Z PASS [ 21.495s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
44962024-07-15T23:54:07.329Z PASS [ 21.574s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
44972024-07-15T23:54:07.354Z PASS [ 22.219s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
44982024-07-15T23:54:10.626Z PASS [ 22.025s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
44992024-07-15T23:54:12.121Z PASS [ 21.159s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
45002024-07-15T23:54:12.703Z PASS [ 20.984s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
45012024-07-15T23:54:17.732Z PASS [ 21.236s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
45022024-07-15T23:54:28.324Z PASS [ 21.271s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
45032024-07-15T23:54:29.028Z PASS [ 22.413s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
45042024-07-15T23:54:30.228Z PASS [ 22.897s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
45052024-07-15T23:54:32.610Z PASS [ 25.272s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
45062024-07-15T23:54:38.767Z PASS [ 26.646s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
45072024-07-15T23:54:41.483Z PASS [ 30.858s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
45082024-07-15T23:54:41.557Z PASS [ 0.075s] omicron-package dot::test::test_bad_dependency
45092024-07-15T23:54:41.594Z PASS [ 0.037s] omicron-package dot::test::test_dot_output
45102024-07-15T23:54:45.030Z PASS [ 6.265s] omicron-omdb::test_all_output test_omdb_usage_errors
45112024-07-15T23:54:45.054Z PASS [ 0.023s] omicron-passwords test::test_password_constraints
45122024-07-15T23:54:47.862Z PASS [ 2.809s] omicron-passwords test::test_reproducible
45132024-07-15T23:54:48.821Z PASS [ 7.224s] omicron-passwords test::test_compatible
45142024-07-15T23:54:48.847Z PASS [ 31.099s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
45152024-07-15T23:54:48.872Z PASS [ 0.023s] omicron-passwords test::test_weak_hashes
45162024-07-15T23:54:48.873Z PASS [ 0.045s] omicron-passwords test::test_stable
45172024-07-15T23:54:48.899Z PASS [ 0.024s] omicron-rpaths internal::tests::test_configure_from_path
45182024-07-15T23:54:48.926Z PASS [ 0.026s] omicron-rpaths internal::tests::test_emit_rpath
45192024-07-15T23:54:48.926Z PASS [ 0.055s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
45202024-07-15T23:54:49.101Z PASS [ 0.200s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
45212024-07-15T23:54:49.222Z PASS [ 0.119s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
45222024-07-15T23:54:49.373Z PASS [ 0.152s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
45232024-07-15T23:54:49.473Z PASS [ 0.101s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
45242024-07-15T23:54:49.575Z PASS [ 0.658s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
45252024-07-15T23:54:49.638Z PASS [ 0.062s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
45262024-07-15T23:54:49.683Z PASS [ 0.045s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
45272024-07-15T23:54:49.721Z PASS [ 0.038s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
45282024-07-15T23:54:49.796Z PASS [ 0.075s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
45292024-07-15T23:54:49.833Z PASS [ 0.036s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
45302024-07-15T23:54:49.896Z PASS [ 0.043s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
45312024-07-15T23:54:49.952Z PASS [ 0.076s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
45322024-07-15T23:54:50.003Z PASS [ 0.049s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
45332024-07-15T23:54:50.047Z PASS [ 0.048s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
45342024-07-15T23:54:50.074Z PASS [ 0.582s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
45352024-07-15T23:54:50.100Z PASS [ 0.032s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
45362024-07-15T23:54:50.100Z PASS [ 0.033s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
45372024-07-15T23:54:50.127Z PASS [ 0.035s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
45382024-07-15T23:54:50.152Z PASS [ 0.035s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
45392024-07-15T23:54:50.152Z PASS [ 0.034s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
45402024-07-15T23:54:50.178Z PASS [ 0.040s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
45412024-07-15T23:54:50.203Z PASS [ 0.031s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
45422024-07-15T23:54:50.203Z PASS [ 0.029s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
45432024-07-15T23:54:50.234Z PASS [ 0.050s] omicron-sled-agent config::test::test_smf_configs
45442024-07-15T23:54:50.292Z PASS [ 0.093s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
45452024-07-15T23:54:50.317Z PASS [ 0.076s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
45462024-07-15T23:54:50.342Z PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
45472024-07-15T23:54:50.369Z PASS [ 0.047s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
45482024-07-15T23:54:50.393Z PASS [ 0.054s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
45492024-07-15T23:54:50.419Z PASS [ 0.054s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
45502024-07-15T23:54:52.910Z PASS [ 23.883s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
45512024-07-15T23:54:52.956Z PASS [ 2.573s] omicron-sled-agent instance::tests::test_instance_create_events_normal
45522024-07-15T23:54:53.376Z PASS [ 25.052s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
45532024-07-15T23:54:53.620Z PASS [ 3.213s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
45542024-07-15T23:54:53.670Z PASS [ 0.043s] omicron-sled-agent probe_manager::test::probe_state_set_ops
45552024-07-15T23:54:53.704Z PASS [ 0.041s] omicron-sled-agent profile::tests::empty_profile
45562024-07-15T23:54:53.746Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_disabled_instance
45572024-07-15T23:54:53.791Z PASS [ 0.047s] omicron-sled-agent profile::tests::test_instance
45582024-07-15T23:54:53.828Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_multiple
45592024-07-15T23:54:53.890Z PASS [ 0.062s] omicron-sled-agent profile::tests::test_property
45602024-07-15T23:54:53.935Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_property_group
45612024-07-15T23:54:53.973Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_service
45622024-07-15T23:54:54.012Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_service_property_group
45632024-07-15T23:54:54.074Z PASS [ 0.057s] omicron-sled-agent rack_setup::config::test::test_extra_certs
45642024-07-15T23:54:54.110Z PASS [ 0.041s] omicron-sled-agent rack_setup::config::test::test_subnets
45652024-07-15T23:54:54.154Z PASS [ 0.037s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
45662024-07-15T23:54:54.184Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
45672024-07-15T23:54:54.238Z PASS [ 0.050s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
45682024-07-15T23:54:54.296Z PASS [ 0.059s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema
45692024-07-15T23:54:54.345Z PASS [ 0.050s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
45702024-07-15T23:54:54.395Z PASS [ 0.050s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
45712024-07-15T23:54:54.492Z PASS [ 0.094s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
45722024-07-15T23:54:54.540Z PASS [ 0.050s] omicron-sled-agent services::test::test_all_zones_requests_schema
45732024-07-15T23:54:55.053Z PASS [ 24.831s] omicron-omdb::test_all_output test_omdb_env_settings
45742024-07-15T23:54:55.088Z PASS [ 0.033s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
45752024-07-15T23:54:55.142Z PASS [ 2.187s] omicron-sled-agent instance::tests::test_instance_manager_creation
45762024-07-15T23:54:55.670Z PASS [ 2.762s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
45772024-07-15T23:54:56.623Z PASS [ 43.922s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
45782024-07-15T23:54:57.026Z PASS [ 2.484s] omicron-sled-agent services::test::test_bad_generations
45792024-07-15T23:54:57.386Z PASS [ 2.299s] omicron-sled-agent services::test::test_ensure_service
45802024-07-15T23:54:57.425Z PASS [ 0.038s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
45812024-07-15T23:54:57.470Z PASS [ 2.325s] omicron-sled-agent services::test::test_ensure_service_before_timesync
45822024-07-15T23:54:57.497Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
45832024-07-15T23:54:57.522Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
45842024-07-15T23:54:57.522Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
45852024-07-15T23:54:57.569Z PASS [ 0.046s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
45862024-07-15T23:54:57.594Z PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
45872024-07-15T23:54:57.619Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
45882024-07-15T23:54:57.646Z PASS [ 0.041s] omicron-sled-agent updates::test::test_query_no_components
45892024-07-15T23:54:57.690Z PASS [ 0.043s] omicron-sled-agent updates::test::test_query_sled_agent_version
45902024-07-15T23:54:57.747Z PASS [ 0.057s] omicron-sled-agent updates::test::test_query_zone_version
45912024-07-15T23:54:57.945Z PASS [ 0.197s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
45922024-07-15T23:54:57.983Z PASS [ 0.041s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
45932024-07-15T23:54:58.071Z PASS [ 2.402s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
45942024-07-15T23:54:59.226Z PASS [ 2.603s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
45952024-07-15T23:54:59.275Z PASS [ 0.045s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
45962024-07-15T23:54:59.487Z PASS [ 2.466s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
45972024-07-15T23:54:59.619Z PASS [ 27.009s] omicron-omdb::test_all_output test_omdb_success_cases
45982024-07-15T23:54:59.923Z PASS [ 1.852s] omicron-sled-agent zone_bundle::illumos_tests::test_context
45992024-07-15T23:55:00.040Z PASS [ 0.102s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
46002024-07-15T23:55:00.072Z PASS [ 0.043s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
46012024-07-15T23:55:00.149Z PASS [ 0.078s] omicron-sled-agent zone_bundle::tests::test_disk_usage
46022024-07-15T23:55:00.194Z PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
46032024-07-15T23:55:00.235Z PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
46042024-07-15T23:55:00.289Z PASS [ 0.050s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
46052024-07-15T23:55:00.326Z PASS [ 2.338s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
46062024-07-15T23:55:00.623Z PASS [ 0.301s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
46072024-07-15T23:55:00.890Z PASS [ 0.604s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
46082024-07-15T23:55:00.953Z PASS [ 0.329s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
46092024-07-15T23:55:01.058Z PASS [ 0.106s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
46102024-07-15T23:55:01.110Z PASS [ 0.053s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
46112024-07-15T23:55:01.160Z PASS [ 0.271s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
46122024-07-15T23:55:01.197Z PASS [ 0.036s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
46132024-07-15T23:55:01.244Z PASS [ 0.045s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
46142024-07-15T23:55:01.273Z PASS [ 13.411s] omicron-passwords test::test_smoke
46152024-07-15T23:55:01.305Z PASS [ 0.032s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
46162024-07-15T23:55:01.332Z PASS [ 0.091s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
46172024-07-15T23:55:01.427Z PASS [ 1.939s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
46182024-07-15T23:55:01.583Z PASS [ 0.279s] omicron-test-utils dev::db::test::test_bad_cmd
46192024-07-15T23:55:01.750Z PASS [ 2.475s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
46202024-07-15T23:55:01.803Z PASS [ 0.052s] omicron-test-utils dev::db::test::test_make_pg_config_fail
46212024-07-15T23:55:01.828Z PASS [ 2.193s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
46222024-07-15T23:55:01.853Z PASS [ 0.034s] omicron-test-utils dev::db::test::test_make_pg_config_ok
46232024-07-15T23:55:01.853Z PASS [ 0.511s] omicron-test-utils dev::db::test::test_cmd_fails
46242024-07-15T23:55:01.853Z PASS [ 0.039s] omicron-test-utils dev::db::test::test_process_exit_abnormal
46252024-07-15T23:55:01.888Z PASS [ 0.046s] omicron-test-utils dev::db::test::test_process_exit_normal
46262024-07-15T23:55:01.914Z PASS [ 0.323s] omicron-test-utils dev::db::test::test_database_start_hang
46272024-07-15T23:55:01.941Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_starter_tmpdir
46282024-07-15T23:55:02.005Z PASS [ 0.062s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
46292024-07-15T23:55:02.045Z PASS [ 0.040s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
46302024-07-15T23:55:02.089Z PASS [ 0.044s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
46312024-07-15T23:55:02.139Z PASS [ 0.043s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
46322024-07-15T23:55:02.164Z PASS [ 1.035s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
46332024-07-15T23:55:02.224Z PASS [ 0.090s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
46342024-07-15T23:55:02.528Z PASS [ 0.375s] openapi-manager check::tests::check_apis_up_to_date
46352024-07-15T23:55:02.623Z PASS [ 0.394s] oximeter test::timeseries_schema_consistency
46362024-07-15T23:55:02.657Z PASS [ 0.116s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
46372024-07-15T23:55:02.854Z LEAK [ 1.005s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
46382024-07-15T23:55:02.905Z PASS [ 0.276s] oximeter-collector agent::tests::test_self_stat_collection_count
46392024-07-15T23:55:02.905Z PASS [ 0.253s] oximeter-collector agent::tests::test_self_stat_error_counter
46402024-07-15T23:55:02.929Z PASS [ 0.031s] oximeter-collector self_stats::tests::test_failure_reason_serialization
46412024-07-15T23:55:02.999Z PASS [ 0.146s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
46422024-07-15T23:55:03.063Z PASS [ 0.068s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
46432024-07-15T23:55:03.104Z PASS [ 0.039s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
46442024-07-15T23:55:03.139Z PASS [ 0.036s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
46452024-07-15T23:55:03.317Z PASS [ 0.417s] oximeter-collector::test_commands test_oximeter_no_args
46462024-07-15T23:55:03.458Z PASS [ 0.536s] oximeter-collector::test_commands test_oximeter_openapi
46472024-07-15T23:55:03.862Z PASS [ 6.292s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
46482024-07-15T23:55:04.702Z PASS [ 1.562s] oximeter-db client::oxql::tests::test_get_entire_table
46492024-07-15T23:55:04.737Z PASS [ 1.421s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
46502024-07-15T23:55:05.180Z PASS [ 1.310s] oximeter-db client::oxql::tests::test_get_one_timeseries
46512024-07-15T23:55:05.206Z PASS [ 0.078s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
46522024-07-15T23:55:05.206Z PASS [ 0.063s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
46532024-07-15T23:55:05.206Z PASS [ 1.335s] oximeter-db client::oxql::tests::test_limit_operations
46542024-07-15T23:55:05.818Z PASS [ 0.968s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
46552024-07-15T23:55:06.656Z PASS [ 1.460s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
46562024-07-15T23:55:06.774Z PASS [ 1.916s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
46572024-07-15T23:55:06.799Z PASS [ 0.041s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
46582024-07-15T23:55:06.799Z PASS [ 1.013s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
46592024-07-15T23:55:07.356Z PASS [ 5.474s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
46602024-07-15T23:55:07.756Z PASS [ 1.100s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
46612024-07-15T23:55:07.791Z PASS [ 0.035s] oximeter-db client::tests::test_unravel_index
46622024-07-15T23:55:07.842Z PASS [ 0.047s] oximeter-db client::tests::test_verify_schema_upgrades
46632024-07-15T23:55:07.936Z PASS [ 0.028s] oximeter-db model::tests::test_db_bool
46642024-07-15T23:55:08.337Z PASS [ 1.612s] oximeter-db client::tests::test_select_all_field_types
46652024-07-15T23:55:08.381Z PASS [ 0.031s] oximeter-db model::tests::test_db_datum_type_conversion
46662024-07-15T23:55:08.411Z PASS [ 0.042s] oximeter-db model::tests::test_db_field_list_conversion
46672024-07-15T23:55:08.443Z PASS [ 0.033s] oximeter-db model::tests::test_db_field_type_conversion
46682024-07-15T23:55:08.473Z PASS [ 0.029s] oximeter-db model::tests::test_db_histogram
46692024-07-15T23:55:08.606Z PASS [ 0.739s] oximeter-db model::tests::test_db_bool_bad
46702024-07-15T23:55:08.653Z PASS [ 0.037s] oximeter-db model::tests::test_parse_bytes_measurement
46712024-07-15T23:55:12.664Z PASS [ 0.207s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
46722024-07-15T23:55:12.712Z PASS [ 0.046s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
46732024-07-15T23:55:12.712Z PASS [ 7.273s] omicron-test-utils dev::db::test::test_database_concurrent
46742024-07-15T23:55:12.712Z PASS [ 0.039s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
46752024-07-15T23:55:12.712Z PASS [ 0.037s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
46762024-07-15T23:55:12.712Z PASS [ 0.035s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
46772024-07-15T23:55:12.712Z PASS [ 0.038s] oximeter-db model::tests::test_unroll_from_source
46782024-07-15T23:55:12.712Z PASS [ 0.040s] oximeter-db model::tests::test_unroll_measurement_row
46792024-07-15T23:55:12.712Z PASS [ 0.040s] oximeter-db model::tests::test_unroll_missing_measurement_row
46802024-07-15T23:55:12.712Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
46812024-07-15T23:55:12.712Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
46822024-07-15T23:55:12.712Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_comparison
46832024-07-15T23:55:12.712Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
46842024-07-15T23:55:12.712Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_double_literal
46852024-07-15T23:55:12.712Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
46862024-07-15T23:55:12.712Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
46872024-07-15T23:55:12.712Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
46882024-07-15T23:55:12.712Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
46892024-07-15T23:55:12.712Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
46902024-07-15T23:55:12.712Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
46912024-07-15T23:55:12.712Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
46922024-07-15T23:55:12.712Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
46932024-07-15T23:55:12.712Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
46942024-07-15T23:55:12.712Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_group_by
46952024-07-15T23:55:12.712Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_ident
46962024-07-15T23:55:12.712Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
46972024-07-15T23:55:12.712Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
46982024-07-15T23:55:12.713Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
46992024-07-15T23:55:12.713Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
47002024-07-15T23:55:12.713Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
47012024-07-15T23:55:12.713Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
47022024-07-15T23:55:12.713Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
47032024-07-15T23:55:12.713Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
47042024-07-15T23:55:12.713Z PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_query
47052024-07-15T23:55:12.713Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
47062024-07-15T23:55:12.713Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
47072024-07-15T23:55:12.713Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
47082024-07-15T23:55:12.713Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
47092024-07-15T23:55:12.713Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_reducer
47102024-07-15T23:55:12.713Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
47112024-07-15T23:55:12.713Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
47122024-07-15T23:55:12.713Z PASS [ 0.035s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
47132024-07-15T23:55:12.713Z PASS [ 0.038s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
47142024-07-15T23:55:12.713Z PASS [ 0.034s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
47152024-07-15T23:55:12.713Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
47162024-07-15T23:55:12.713Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
47172024-07-15T23:55:12.713Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
47182024-07-15T23:55:12.713Z PASS [ 1.962s] oximeter-db client::tests::test_sql_query_output
47192024-07-15T23:55:12.713Z PASS [ 0.052s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
47202024-07-15T23:55:12.713Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
47212024-07-15T23:55:12.713Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
47222024-07-15T23:55:12.713Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
47232024-07-15T23:55:12.713Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
47242024-07-15T23:55:12.713Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
47252024-07-15T23:55:12.713Z PASS [ 0.046s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
47262024-07-15T23:55:12.713Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
47272024-07-15T23:55:12.713Z PASS [ 0.044s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
47282024-07-15T23:55:12.713Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
47292024-07-15T23:55:12.713Z PASS [ 0.042s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
47302024-07-15T23:55:12.713Z PASS [ 0.044s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
47312024-07-15T23:55:12.713Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
47322024-07-15T23:55:12.713Z PASS [ 0.039s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays
47332024-07-15T23:55:12.713Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values
47342024-07-15T23:55:12.713Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
47352024-07-15T23:55:12.714Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
47362024-07-15T23:55:12.714Z PASS [ 0.036s] oximeter-db oxql::point::tests::test_cast_points_from_bool
47372024-07-15T23:55:12.714Z PASS [ 0.033s] oximeter-db oxql::point::tests::test_cast_points_from_double
47382024-07-15T23:55:12.714Z PASS [ 0.034s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution
47392024-07-15T23:55:12.714Z PASS [ 0.036s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution
47402024-07-15T23:55:12.714Z PASS [ 0.036s] oximeter-db oxql::point::tests::test_cast_points_from_integer
47412024-07-15T23:55:12.714Z PASS [ 0.038s] oximeter-db oxql::point::tests::test_cast_points_from_string
47422024-07-15T23:55:12.714Z PASS [ 0.037s] oximeter-db oxql::point::tests::test_point_delta_between
47432024-07-15T23:55:12.714Z PASS [ 0.036s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges
47442024-07-15T23:55:12.714Z PASS [ 0.035s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch
47452024-07-15T23:55:12.714Z PASS [ 0.044s] oximeter-db oxql::point::tests::test_sub_between_histogram_distributions
47462024-07-15T23:55:12.714Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_coalesce_limits
47472024-07-15T23:55:12.714Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
47482024-07-15T23:55:12.714Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
47492024-07-15T23:55:12.714Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
47502024-07-15T23:55:12.714Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
47512024-07-15T23:55:12.714Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
47522024-07-15T23:55:12.714Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
47532024-07-15T23:55:12.714Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
47542024-07-15T23:55:12.714Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates
47552024-07-15T23:55:12.714Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
47562024-07-15T23:55:12.714Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
47572024-07-15T23:55:12.714Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
47582024-07-15T23:55:12.714Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_query_end_time
47592024-07-15T23:55:12.714Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
47602024-07-15T23:55:12.714Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
47612024-07-15T23:55:12.714Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
47622024-07-15T23:55:12.714Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
47632024-07-15T23:55:12.714Z PASS [ 0.043s] oximeter-db oxql::query::tests::test_split_query
47642024-07-15T23:55:12.714Z PASS [ 0.037s] oximeter-db query::tests::test_field_cmp
47652024-07-15T23:55:12.715Z PASS [ 0.035s] oximeter-db query::tests::test_field_selector_as_query
47662024-07-15T23:55:12.715Z PASS [ 0.033s] oximeter-db query::tests::test_field_value_as_db_str
47672024-07-15T23:55:12.715Z PASS [ 0.044s] oximeter-db query::tests::test_select_query_builder_field_selectors
47682024-07-15T23:55:12.715Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_from_parts
47692024-07-15T23:55:12.715Z PASS [ 0.059s] oximeter-db query::tests::test_select_query_builder_filter_raw
47702024-07-15T23:55:12.715Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_limit_offset
47712024-07-15T23:55:12.715Z PASS [ 0.055s] oximeter-db query::tests::test_select_query_builder_full
47722024-07-15T23:55:12.740Z PASS [ 0.056s] oximeter-db query::tests::test_select_query_builder_no_fields
47732024-07-15T23:55:12.740Z PASS [ 0.041s] oximeter-db query::tests::test_select_query_builder_no_selectors
47742024-07-15T23:55:12.740Z PASS [ 0.046s] oximeter-db query::tests::test_string_field_selector
47752024-07-15T23:55:12.740Z PASS [ 0.032s] oximeter-db query::tests::test_time_range
47762024-07-15T23:55:12.740Z PASS [ 0.044s] oximeter-db sql::tests::test_allow_limit_offset
47772024-07-15T23:55:12.740Z PASS [ 0.039s] oximeter-db sql::tests::test_allow_subqueries
47782024-07-15T23:55:12.740Z PASS [ 0.039s] oximeter-db sql::tests::test_cannot_name_database
47792024-07-15T23:55:12.740Z PASS [ 0.042s] oximeter-db sql::tests::test_ctes_are_not_supported
47802024-07-15T23:55:12.740Z PASS [ 0.042s] oximeter-db sql::tests::test_function_allow_list
47812024-07-15T23:55:12.740Z PASS [ 0.038s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
47822024-07-15T23:55:12.740Z PASS [ 0.052s] oximeter-db sql::tests::test_query_must_be_select_statement
47832024-07-15T23:55:12.740Z PASS [ 0.095s] oximeter-db sql::tests::test_join_must_be_inner
47842024-07-15T23:55:12.740Z PASS [ 0.044s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
47852024-07-15T23:55:12.740Z PASS [ 0.049s] oximeter-db sql::tests::test_require_table_is_timeseries_name
47862024-07-15T23:55:12.740Z PASS [ 0.037s] oximeter-db sql::tests::test_with_comma_join_fails
47872024-07-15T23:55:12.740Z PASS [ 0.048s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
47882024-07-15T23:55:12.740Z PASS [ 0.063s] oximeter-db tests::test_timeseries_key_field_stability
47892024-07-15T23:55:12.740Z PASS [ 0.093s] oximeter-db tests::test_timeseries_key_sample_stability
47902024-07-15T23:55:12.740Z PASS [ 0.054s] oximeter-impl histogram::tests::test_bin_range
47912024-07-15T23:55:12.740Z PASS [ 0.101s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
47922024-07-15T23:55:12.740Z PASS [ 0.051s] oximeter-impl histogram::tests::test_bin_range_from
47932024-07-15T23:55:12.740Z PASS [ 0.049s] oximeter-impl histogram::tests::test_bin_range_to
47942024-07-15T23:55:12.740Z PASS [ 0.039s] oximeter-impl histogram::tests::test_empty_bins_not_supported
47952024-07-15T23:55:12.741Z PASS [ 0.043s] oximeter-impl histogram::tests::test_ensure_finite
47962024-07-15T23:55:12.741Z PASS [ 0.040s] oximeter-impl histogram::tests::test_histogram
47972024-07-15T23:55:12.741Z PASS [ 0.030s] oximeter-impl histogram::tests::test_histogram_extreme_bins
47982024-07-15T23:55:12.741Z PASS [ 0.042s] oximeter-impl histogram::tests::test_histogram_construct_with
47992024-07-15T23:55:12.741Z PASS [ 0.069s] oximeter-impl histogram::tests::test_histogram_extreme_samples
48002024-07-15T23:55:12.741Z PASS [ 0.049s] oximeter-impl histogram::tests::test_histogram_float_bins
48012024-07-15T23:55:12.741Z PASS [ 0.053s] oximeter-impl histogram::tests::test_histogram_unsorted_bins
48022024-07-15T23:55:12.741Z PASS [ 0.085s] oximeter-impl histogram::tests::test_histogram_unbounded_samples
48032024-07-15T23:55:12.741Z PASS [ 0.045s] oximeter-impl histogram::tests::test_histogram_with_non_partitioned_bins
48042024-07-15T23:55:12.741Z PASS [ 0.086s] oximeter-impl histogram::tests::test_histogram_with_bins
48052024-07-15T23:55:12.741Z PASS [ 0.052s] oximeter-impl histogram::tests::test_histogram_with_overlapping_bins
48062024-07-15T23:55:12.741Z PASS [ 1.578s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
48072024-07-15T23:55:12.741Z PASS [ 0.038s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
48082024-07-15T23:55:12.741Z PASS [ 0.037s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
48092024-07-15T23:55:12.741Z PASS [ 0.031s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
48102024-07-15T23:55:12.741Z PASS [ 0.068s] oximeter-impl histogram::tests::test_log_linear_bins_all_representable
48112024-07-15T23:55:12.741Z PASS [ 0.037s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
48122024-07-15T23:55:12.741Z PASS [ 0.036s] oximeter-impl histogram::tests::test_log_linear_bins_integer_size_checks
48132024-07-15T23:55:12.741Z PASS [ 0.036s] oximeter-impl histogram::tests::test_log_linear_bins_small_bin_count
48142024-07-15T23:55:12.741Z PASS [ 0.037s] oximeter-impl histogram::tests::test_span_decades
48152024-07-15T23:55:12.741Z PASS [ 0.036s] oximeter-impl histogram::tests::test_span_decades_other_counts_f64
48162024-07-15T23:55:12.741Z PASS [ 0.035s] oximeter-impl histogram::tests::test_span_decades_other_counts_u64_resolution_ok
48172024-07-15T23:55:12.741Z PASS [ 0.035s] oximeter-impl histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
48182024-07-15T23:55:12.741Z PASS [ 0.034s] oximeter-impl quantile::tests::test_against_baseline_normal_distribution
48192024-07-15T23:55:12.741Z PASS [ 0.035s] oximeter-impl quantile::tests::test_default_percentiles
48202024-07-15T23:55:12.741Z PASS [ 0.035s] oximeter-impl quantile::tests::test_empty_observations
48212024-07-15T23:55:12.741Z PASS [ 0.034s] oximeter-impl quantile::tests::test_find_cells
48222024-07-15T23:55:12.741Z PASS [ 0.045s] oximeter-impl quantile::tests::test_float_observations
48232024-07-15T23:55:12.741Z PASS [ 0.036s] oximeter-impl quantile::tests::test_integer_observations
48242024-07-15T23:55:12.741Z PASS [ 0.043s] oximeter-impl quantile::tests::test_invalid_p_value
48252024-07-15T23:55:12.741Z PASS [ 0.044s] oximeter-impl quantile::tests::test_max_p
48262024-07-15T23:55:12.742Z PASS [ 0.033s] oximeter-impl quantile::tests::test_min_p
48272024-07-15T23:55:12.742Z PASS [ 0.033s] oximeter-impl quantile::tests::test_non_filled_observations
48282024-07-15T23:55:12.742Z PASS [ 0.034s] oximeter-impl quantile::tests::test_rounding
48292024-07-15T23:55:12.742Z PASS [ 0.054s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
48302024-07-15T23:55:12.742Z PASS [ 0.037s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
48312024-07-15T23:55:12.742Z PASS [ 0.054s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_non_copy_datum_types
48322024-07-15T23:55:12.742Z PASS [ 0.046s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_non_copy_fields
48332024-07-15T23:55:12.742Z PASS [ 0.034s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
48342024-07-15T23:55:12.742Z PASS [ 0.037s] oximeter-impl schema::codegen::tests::emit_schema_types_generates_expected_tokens
48352024-07-15T23:55:12.742Z PASS [ 0.036s] oximeter-impl schema::codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
48362024-07-15T23:55:12.742Z PASS [ 0.036s] oximeter-impl schema::ir::tests::construct_field_schema_fails_with_duplicate_field_names
48372024-07-15T23:55:12.742Z PASS [ 0.039s] oximeter-impl schema::ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
48382024-07-15T23:55:12.742Z PASS [ 0.040s] oximeter-impl schema::ir::tests::construct_field_schema_picks_up_correct_fields
48392024-07-15T23:55:12.742Z PASS [ 0.033s] oximeter-impl schema::ir::tests::extract_authz_scope_requires_relevant_field
48402024-07-15T23:55:12.742Z PASS [ 0.032s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_to_add_existing_metric
48412024-07-15T23:55:12.742Z PASS [ 0.051s] oximeter-impl schema::ir::tests::ensures_target_has_at_least_one_field
48422024-07-15T23:55:12.742Z PASS [ 0.046s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
48432024-07-15T23:55:12.742Z PASS [ 0.035s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_with_non_increasing_versions
48442024-07-15T23:55:12.742Z PASS [ 0.042s] oximeter-impl schema::ir::tests::extract_metric_fields_requires_adding_first
48452024-07-15T23:55:12.742Z PASS [ 0.039s] oximeter-impl schema::ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
48462024-07-15T23:55:12.742Z PASS [ 0.036s] oximeter-impl schema::ir::tests::fail_on_empty_descriptions
48472024-07-15T23:55:12.742Z PASS [ 0.038s] oximeter-impl schema::ir::tests::fail_on_empty_target_name
48482024-07-15T23:55:12.742Z PASS [ 0.047s] oximeter-impl schema::ir::tests::fail_on_empty_metric_name
48492024-07-15T23:55:12.742Z PASS [ 0.031s] oximeter-impl schema::ir::tests::fail_on_very_long_field_names
48502024-07-15T23:55:12.742Z PASS [ 0.056s] oximeter-impl schema::ir::tests::into_schema_list_fails_with_zero_metrics
48512024-07-15T23:55:12.742Z PASS [ 0.074s] oximeter-impl schema::ir::tests::fail_on_very_long_timeseries_name
48522024-07-15T23:55:12.742Z PASS [ 0.040s] oximeter-impl schema::ir::tests::load_schema_catches_metric_versions_not_added_in
48532024-07-15T23:55:12.742Z PASS [ 0.074s] oximeter-impl schema::ir::tests::load_schema_fails_with_duplicate_timeseries
48542024-07-15T23:55:12.742Z PASS [ 0.046s] oximeter-impl schema::ir::tests::load_schema_fails_with_nonexistent_target_version
48552024-07-15T23:55:12.742Z PASS [ 0.074s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions
48562024-07-15T23:55:12.742Z PASS [ 0.064s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
48572024-07-15T23:55:12.742Z PASS [ 0.079s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
48582024-07-15T23:55:12.742Z PASS [ 0.049s] oximeter-impl schema::ir::tests::load_schema_fills_in_late_implied_metric_versions
48592024-07-15T23:55:12.742Z PASS [ 0.089s] oximeter-impl schema::ir::tests::load_schema_skips_versions_until_metric_is_added
48602024-07-15T23:55:12.742Z PASS [ 0.099s] oximeter-impl schema::ir::tests::only_support_format_version_1
48612024-07-15T23:55:12.742Z PASS [ 0.091s] oximeter-impl schema::ir::tests::validate_field_name_disallows_bad_names
48622024-07-15T23:55:12.743Z PASS [ 0.036s] oximeter-impl schema::tests::test_field_schema_ordering
48632024-07-15T23:55:12.743Z PASS [ 0.064s] oximeter-impl schema::ir::tests::validate_field_name_verifies_uuid_field_names
48642024-07-15T23:55:12.743Z PASS [ 0.035s] oximeter-impl schema::tests::test_timeseries_name
48652024-07-15T23:55:12.743Z PASS [ 0.046s] oximeter-impl schema::tests::test_schema_field_ordering_across_target_metric
48662024-07-15T23:55:12.743Z PASS [ 0.050s] oximeter-impl schema::tests::test_timeseries_name_from_str
48672024-07-15T23:55:12.743Z PASS [ 0.042s] oximeter-impl schema::tests::test_timeseries_schema_from_sample
48682024-07-15T23:55:12.743Z PASS [ 0.051s] oximeter-impl schema::tests::test_timeseries_schema_from_parts
48692024-07-15T23:55:12.743Z PASS [ 0.055s] oximeter-impl test_util::tests::test_gen_test_samples
48702024-07-15T23:55:12.743Z PASS [ 0.040s] oximeter-impl traits::tests::test_metric_trait
48712024-07-15T23:55:12.743Z PASS [ 0.046s] oximeter-impl traits::tests::test_producer_trait
48722024-07-15T23:55:12.768Z PASS [ 0.036s] oximeter-impl traits::tests::test_target_trait
48732024-07-15T23:55:12.768Z PASS [ 0.038s] oximeter-impl types::tests::test_cumulative_f64
48742024-07-15T23:55:12.769Z PASS [ 0.037s] oximeter-impl types::tests::test_datum
48752024-07-15T23:55:12.769Z PASS [ 0.047s] oximeter-impl types::tests::test_cumulative_i64
48762024-07-15T23:55:12.769Z PASS [ 0.049s] oximeter-impl types::tests::test_field_value_parse_as_type::case_01_as_string
48772024-07-15T23:55:12.769Z PASS [ 0.038s] oximeter-impl types::tests::test_field_value_parse_as_type::case_02_as_i8
48782024-07-15T23:55:12.769Z PASS [ 0.046s] oximeter-impl types::tests::test_field_value_parse_as_type::case_03_as_u8
48792024-07-15T23:55:12.769Z PASS [ 0.034s] oximeter-impl types::tests::test_field_value_parse_as_type::case_04_as_i16
48802024-07-15T23:55:12.769Z PASS [ 0.043s] oximeter-impl types::tests::test_field_value_parse_as_type::case_05_as_u16
48812024-07-15T23:55:12.769Z PASS [ 0.040s] oximeter-impl types::tests::test_field_value_parse_as_type::case_06_as_i32
48822024-07-15T23:55:12.769Z PASS [ 0.039s] oximeter-impl types::tests::test_field_value_parse_as_type::case_07_as_u32
48832024-07-15T23:55:12.769Z PASS [ 0.041s] oximeter-impl types::tests::test_field_value_parse_as_type::case_08_as_i64
48842024-07-15T23:55:12.769Z PASS [ 0.033s] oximeter-impl types::tests::test_field_value_parse_as_type::case_09_as_u64
48852024-07-15T23:55:12.769Z PASS [ 0.044s] oximeter-impl types::tests::test_field_value_parse_as_type::case_10_as_uuid
48862024-07-15T23:55:12.769Z PASS [ 0.041s] oximeter-impl types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
48872024-07-15T23:55:12.769Z PASS [ 0.029s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
48882024-07-15T23:55:12.769Z PASS [ 0.040s] oximeter-impl types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
48892024-07-15T23:55:12.769Z PASS [ 0.039s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
48902024-07-15T23:55:12.769Z PASS [ 0.030s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
48912024-07-15T23:55:12.769Z PASS [ 0.039s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
48922024-07-15T23:55:12.769Z PASS [ 0.029s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
48932024-07-15T23:55:12.769Z PASS [ 0.032s] oximeter-impl types::tests::test_measurement
48942024-07-15T23:55:12.769Z PASS [ 0.043s] oximeter-impl types::tests::test_sample_struct
48952024-07-15T23:55:12.769Z PASS [ 0.034s] oximeter-impl types::tests::test_verify_field_names
48962024-07-15T23:55:12.769Z PASS [ 0.063s] oximeter-instruments http::tests::test_normalize_uri_path
48972024-07-15T23:55:12.769Z PASS [ 0.084s] oximeter-instruments http::tests::test_latency_tracker
48982024-07-15T23:55:12.769Z PASS [ 0.085s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
48992024-07-15T23:55:12.769Z PASS [ 0.172s] oximeter-instruments kstat::link::tests::test_kstat_sampler
49002024-07-15T23:55:12.769Z PASS [ 0.164s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
49012024-07-15T23:55:12.769Z PASS [ 0.143s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
49022024-07-15T23:55:12.769Z PASS [ 0.084s] oximeter-instruments kstat::link::tests::test_physical_datalink
49032024-07-15T23:55:12.769Z PASS [ 0.049s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
49042024-07-15T23:55:12.770Z PASS [ 0.071s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
49052024-07-15T23:55:12.770Z PASS [ 0.080s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
49062024-07-15T23:55:12.770Z PASS [ 0.043s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
49072024-07-15T23:55:12.770Z PASS [ 0.032s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
49082024-07-15T23:55:12.770Z PASS [ 0.038s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
49092024-07-15T23:55:12.770Z PASS [ 0.049s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
49102024-07-15T23:55:12.770Z PASS [ 0.045s] oximeter-macro-impl tests::test_metric_annotated_field
49112024-07-15T23:55:12.770Z PASS [ 0.029s] oximeter-macro-impl tests::test_metric_datum_field
49122024-07-15T23:55:12.770Z PASS [ 0.035s] oximeter-macro-impl tests::test_metric_enum
49132024-07-15T23:55:12.770Z PASS [ 0.026s] oximeter-macro-impl tests::test_target
49142024-07-15T23:55:12.770Z PASS [ 0.035s] oximeter-macro-impl tests::test_metric_without_datum_field
49152024-07-15T23:55:12.770Z PASS [ 0.037s] oximeter-macro-impl tests::test_target_empty_struct
49162024-07-15T23:55:12.770Z PASS [ 0.028s] oximeter-macro-impl tests::test_target_enum
49172024-07-15T23:55:12.770Z PASS [ 0.037s] oximeter-macro-impl tests::test_target_unit_struct
49182024-07-15T23:55:12.770Z PASS [ 0.035s] oximeter-macro-impl tests::test_target_with_datum_field
49192024-07-15T23:55:12.770Z PASS [ 0.025s] oxlog tests::test_is_oxide_smf_log_file
49202024-07-15T23:55:12.770Z PASS [ 0.025s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
49212024-07-15T23:55:12.770Z PASS [ 0.026s] oxlog tests::test_sort_logs
49222024-07-15T23:55:12.770Z PASS [ 0.065s] sled-hardware disk::test::test_disk_paths
49232024-07-15T23:55:12.770Z PASS [ 0.038s] sled-hardware disk::test::test_partition_device_paths
49242024-07-15T23:55:12.770Z PASS [ 0.065s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
49252024-07-15T23:55:12.770Z PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
49262024-07-15T23:55:12.770Z PASS [ 0.039s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
49272024-07-15T23:55:12.770Z PASS [ 0.040s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
49282024-07-15T23:55:12.770Z PASS [ 0.064s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
49292024-07-15T23:55:12.770Z PASS [ 0.035s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
49302024-07-15T23:55:12.770Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
49312024-07-15T23:55:12.770Z PASS [ 0.057s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
49322024-07-15T23:55:12.770Z PASS [ 0.062s] sled-storage dataset::test::serialize_dataset_name
49332024-07-15T23:55:12.770Z PASS [ 0.581s] reconfigurator-cli::test_basic test_basic
49342024-07-15T23:55:12.770Z PASS [ 0.078s] sled-storage manager::test::test_omicron_physical_disks_schema
49352024-07-15T23:55:13.694Z PASS [ 0.966s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
49362024-07-15T23:55:13.742Z PASS [ 0.046s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
49372024-07-15T23:55:14.657Z PASS [ 1.979s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
49382024-07-15T23:55:14.717Z PASS [ 0.061s] sled-storage manager::tests::ensure_using_exactly_these_disks
49392024-07-15T23:55:15.441Z PASS [ 3.381s] oximeter-producer tests::test_producer_registration_task
49402024-07-15T23:55:16.889Z PASS [ 3.147s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
49412024-07-15T23:55:16.946Z PASS [ 2.230s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
49422024-07-15T23:55:16.992Z PASS [ 15.140s] omicron-test-utils dev::db::test::test_setup_database_default_dir
49432024-07-15T23:55:17.962Z PASS [ 2.518s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
49442024-07-15T23:55:18.028Z PASS [ 1.140s] sled-storage manager::tests::update_rawdisk_firmware
49452024-07-15T23:55:18.298Z PASS [ 1.308s] sled-storage manager::tests::wait_for_boot_disk
49462024-07-15T23:55:18.800Z PASS [ 0.772s] tufaceous::integration-tests command_tests::test_init_and_add
49472024-07-15T23:55:18.852Z PASS [ 0.051s] tufaceous-lib archive::tests::test_validate_path
49482024-07-15T23:55:18.925Z PASS [ 0.074s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
49492024-07-15T23:55:18.966Z PASS [ 0.037s] tufaceous-lib key::tests::test_from_str
49502024-07-15T23:55:19.106Z PASS [ 2.158s] sled-storage manager::tests::upsert_filesystem
49512024-07-15T23:55:19.141Z PASS [ 0.174s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
49522024-07-15T23:55:19.237Z PASS [ 0.939s] tufaceous::manifest-tests check_manifest::fake.toml
49532024-07-15T23:55:19.261Z PASS [ 1.287s] tufaceous::integration-tests command_tests::test_assemble_fake
49542024-07-15T23:55:19.403Z PASS [ 0.168s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
49552024-07-15T23:55:19.503Z PASS [ 0.098s] update-engine display::group_display::tests::test_stats
49562024-07-15T23:55:19.540Z PASS [ 0.037s] update-engine display::line_display_shared::tests::test_format_progress_counter
49572024-07-15T23:55:19.596Z PASS [ 0.052s] update-engine engine::tests::error_exits_early
49582024-07-15T23:55:19.653Z PASS [ 0.061s] update-engine events::tests::progress_event_parse_unknown
49592024-07-15T23:55:19.705Z PASS [ 0.449s] update-engine buffer::tests::test_buffer
49602024-07-15T23:55:19.705Z PASS [ 0.043s] update-engine events::tests::step_event_parse_unknown
49612024-07-15T23:55:19.780Z PASS [ 0.074s] wicket state::inventory::tests::component_id_display
49622024-07-15T23:55:19.871Z PASS [ 0.177s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
49632024-07-15T23:55:19.929Z PASS [ 0.057s] wicket-common rack_setup::tests::roundtrip_import_export_policy
49642024-07-15T23:55:20.050Z PASS [ 0.105s] wicketd installinator_progress::tests::test_states
49652024-07-15T23:55:20.154Z PASS [ 0.118s] wicketd rss_config::tests::test_bgp_auth_key_states
49662024-07-15T23:55:20.200Z PASS [ 0.418s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
49672024-07-15T23:55:20.522Z PASS [ 1.417s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
49682024-07-15T23:55:20.870Z PASS [ 0.716s] wicketd::mod integration_tests::commands::test_wicketd_openapi
49692024-07-15T23:55:21.484Z PASS [ 1.286s] wicketd::mod integration_tests::inventory::test_inventory
49702024-07-15T23:55:23.005Z PASS [ 2.146s] wicketd::mod integration_tests::updates::test_update_races
49712024-07-15T23:55:23.326Z PASS [ 4.198s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
49722024-07-15T23:55:24.489Z PASS [ 3.977s] wicketd::mod integration_tests::updates::test_installinator_fetch
49732024-07-15T23:55:24.549Z PASS [ 3.061s] wicketd::mod integration_tests::updates::test_updates
49742024-07-15T23:55:24.627Z PASS [ 17.839s] oximeter-db client::tests::test_single_node
49752024-07-15T23:55:25.566Z PASS [ 32.202s] omicron-sled-agent nexus::test::nexus_self_notification_test
49762024-07-15T23:55:34.647Z PASS [ 22.553s] reconfigurator-cli::test_basic test_blueprint_edit
49772024-07-15T23:55:39.997Z PASS [ 35.223s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
49782024-07-15T23:55:42.872Z PASS [ 2.875s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
49792024-07-15T23:55:59.337Z PASS [ 16.465s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
49802024-07-15T23:56:59.335Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
49812024-07-15T23:57:59.331Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
49822024-07-15T23:58:59.328Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
49832024-07-15T23:59:59.325Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
49842024-07-16T00:00:40.542Z PASS [ 281.232s] oximeter-db client::tests::test_replicated
49852024-07-16T00:00:40.570Z------------
49862024-07-16T00:00:40.570Z Summary [2266.775s] 1363 tests run: 1363 passed (10 slow, 1 leaky), 3 skipped
49872024-07-16T00:00:40.595Z
49882024-07-16T00:00:40.595Zreal 38:09.724685816
49892024-07-16T00:00:40.595Zuser 2:59:16.865132060
49902024-07-16T00:00:40.595Zsys 46:23.536215818
49912024-07-16T00:00:40.595Ztrap 2:44.684736117
49922024-07-16T00:00:40.595Ztflt 12.070574324
49932024-07-16T00:00:40.595Zdflt 40.372025052
49942024-07-16T00:00:40.595Zkflt 0.173703435
49952024-07-16T00:00:40.595Zlock 1043:11:45.705828618
49962024-07-16T00:00:40.596Zslp 45:26:22.523107542
49972024-07-16T00:00:40.596Zlat 4:04:23.552873161
49982024-07-16T00:00:40.596Zstop 49:48.189087886
49992024-07-16T00:00:40.596Z+ banner doctest
50002024-07-16T00:00:40.596Z
50012024-07-16T00:00:40.596Z ##### #### #### ##### ###### #### #####
50022024-07-16T00:00:40.596Z # # # # # # # # # #
50032024-07-16T00:00:40.596Z # # # # # # ##### #### #
50042024-07-16T00:00:40.596Z # # # # # # # # #
50052024-07-16T00:00:40.596Z # # # # # # # # # # #
50062024-07-16T00:00:40.596Z ##### #### #### # ###### #### #
50072024-07-16T00:00:40.596Z
50082024-07-16T00:00:40.596Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
50092024-07-16T00:00:42.771Z Fresh unicode-ident v1.0.12
50102024-07-16T00:00:42.855Z Fresh cfg-if v1.0.0
50112024-07-16T00:00:42.855Z Fresh autocfg v1.3.0
50122024-07-16T00:00:42.855Z Fresh version_check v0.9.4
50132024-07-16T00:00:42.856Z Fresh memchr v2.7.2
50142024-07-16T00:00:42.856Z Fresh scopeguard v1.2.0
50152024-07-16T00:00:42.856Z Fresh log v0.4.21
50162024-07-16T00:00:42.856Z Fresh byteorder v1.5.0
50172024-07-16T00:00:42.856Z Fresh once_cell v1.19.0
50182024-07-16T00:00:42.856Z Fresh itoa v1.0.11
50192024-07-16T00:00:42.856Z Fresh proc-macro2 v1.0.86
50202024-07-16T00:00:42.856Z Fresh libc v0.2.155
50212024-07-16T00:00:42.856Z Fresh smallvec v1.13.2
50222024-07-16T00:00:42.856Z Fresh cc v1.0.97
50232024-07-16T00:00:42.856Z Fresh quote v1.0.36
50242024-07-16T00:00:42.856Z Fresh getrandom v0.2.14
50252024-07-16T00:00:42.857Z Fresh lock_api v0.4.12
50262024-07-16T00:00:42.857Z Fresh pin-project-lite v0.2.14
50272024-07-16T00:00:42.857Z Fresh ryu v1.0.18
50282024-07-16T00:00:42.857Z Fresh syn v2.0.71
50292024-07-16T00:00:42.857Z Fresh parking_lot_core v0.9.10
50302024-07-16T00:00:42.857Z Fresh libm v0.2.8
50312024-07-16T00:00:42.858Z Fresh spin v0.9.8
50322024-07-16T00:00:42.858Z Fresh signal-hook-registry v1.4.2
50332024-07-16T00:00:42.858Z Fresh mio v0.8.11
50342024-07-16T00:00:42.858Z Fresh serde_derive v1.0.204
50352024-07-16T00:00:42.858Z Fresh zerocopy-derive v0.7.34
50362024-07-16T00:00:42.858Z Fresh parking_lot v0.12.2
50372024-07-16T00:00:42.858Z Fresh num-traits v0.2.19
50382024-07-16T00:00:42.858Z Fresh thiserror-impl v1.0.60
50392024-07-16T00:00:42.859Z Fresh num_cpus v1.16.0
50402024-07-16T00:00:42.859Z Fresh serde v1.0.204
50412024-07-16T00:00:42.859Z Fresh zerocopy v0.7.34
50422024-07-16T00:00:42.859Z Fresh thiserror v1.0.60
50432024-07-16T00:00:42.859Z Fresh allocator-api2 v0.2.18
50442024-07-16T00:00:42.859Z Fresh rand_core v0.6.4
50452024-07-16T00:00:42.859Z Fresh futures-core v0.3.30
50462024-07-16T00:00:42.859Z Fresh tokio-macros v2.3.0
50472024-07-16T00:00:42.859Z Fresh bytes v1.6.0
50482024-07-16T00:00:42.859Z Fresh ahash v0.8.11
50492024-07-16T00:00:42.859Z Fresh bitflags v2.5.0
50502024-07-16T00:00:42.860Z Fresh socket2 v0.5.7
50512024-07-16T00:00:42.860Z Fresh zeroize_derive v1.4.2
50522024-07-16T00:00:42.860Z Fresh equivalent v1.0.1
50532024-07-16T00:00:42.860Z Fresh futures-sink v0.3.30
50542024-07-16T00:00:42.860Z Fresh hashbrown v0.14.5
50552024-07-16T00:00:42.860Z Fresh serde_json v1.0.120
50562024-07-16T00:00:42.860Z Fresh tokio v1.38.0
50572024-07-16T00:00:42.860Z Fresh zeroize v1.7.0
50582024-07-16T00:00:42.860Z Fresh fnv v1.0.7
50592024-07-16T00:00:42.861Z Fresh futures-channel v0.3.30
50602024-07-16T00:00:42.861Z Fresh indexmap v2.2.6
50612024-07-16T00:00:42.861Z Fresh futures-macro v0.3.30
50622024-07-16T00:00:42.861Z Fresh futures-task v0.3.30
50632024-07-16T00:00:42.861Z Fresh regex-syntax v0.8.3
50642024-07-16T00:00:42.861Z Fresh pin-utils v0.1.0
50652024-07-16T00:00:42.861Z Fresh futures-io v0.3.30
50662024-07-16T00:00:42.861Z Fresh syn v1.0.109
50672024-07-16T00:00:42.861Z Fresh slab v0.4.9
50682024-07-16T00:00:42.863Z Fresh aho-corasick v1.1.3
50692024-07-16T00:00:42.863Z Fresh iana-time-zone v0.1.60
50702024-07-16T00:00:42.863Z Fresh subtle v2.5.0
50712024-07-16T00:00:42.863Z Fresh uuid v1.9.1
50722024-07-16T00:00:42.863Z Fresh futures-util v0.3.30
50732024-07-16T00:00:42.863Z Fresh regex-automata v0.4.6
50742024-07-16T00:00:42.863Z Fresh chrono v0.4.38
50752024-07-16T00:00:42.864Z Fresh heck v0.5.0
50762024-07-16T00:00:42.864Z Fresh tinyvec_macros v0.1.1
50772024-07-16T00:00:42.864Z Fresh typenum v1.17.0
50782024-07-16T00:00:42.864Z Fresh regex v1.10.5
50792024-07-16T00:00:42.864Z Fresh tinyvec v1.6.0
50802024-07-16T00:00:42.864Z Fresh lazy_static v1.5.0
50812024-07-16T00:00:42.864Z Fresh serde_derive_internals v0.29.1
50822024-07-16T00:00:42.864Z Fresh pkg-config v0.3.30
50832024-07-16T00:00:42.864Z Fresh generic-array v0.14.7
50842024-07-16T00:00:42.864Z Fresh dyn-clone v1.0.17
50852024-07-16T00:00:42.865Z Fresh schemars_derive v0.8.21
50862024-07-16T00:00:42.865Z Fresh unicode-normalization v0.1.23
50872024-07-16T00:00:42.865Z Fresh semver v1.0.23
50882024-07-16T00:00:42.865Z Fresh const-oid v0.9.6
50892024-07-16T00:00:42.865Z Fresh crypto-common v0.1.6
50902024-07-16T00:00:42.865Z Fresh schemars v0.8.21
50912024-07-16T00:00:42.866Z Fresh unicode-bidi v0.3.15
50922024-07-16T00:00:42.866Z Fresh tracing-attributes v0.1.27
50932024-07-16T00:00:42.866Z Fresh errno v0.3.9
50942024-07-16T00:00:42.866Z Fresh tracing-core v0.1.32
50952024-07-16T00:00:42.866Z Fresh ppv-lite86 v0.2.17
50962024-07-16T00:00:42.866Z Fresh tracing v0.1.40
50972024-07-16T00:00:42.866Z Fresh rand_chacha v0.3.1
50982024-07-16T00:00:42.866Z Fresh rustix v0.38.34
50992024-07-16T00:00:42.867Z Fresh percent-encoding v2.3.1
51002024-07-16T00:00:42.867Z Fresh block-buffer v0.10.4
51012024-07-16T00:00:42.867Z Fresh unicode-width v0.1.13
51022024-07-16T00:00:42.867Z Fresh rand v0.8.5
51032024-07-16T00:00:42.867Z Fresh form_urlencoded v1.2.1
51042024-07-16T00:00:42.867Z Fresh digest v0.10.7
51052024-07-16T00:00:42.867Z Fresh http v0.2.12
51062024-07-16T00:00:42.867Z Fresh either v1.12.0
51072024-07-16T00:00:42.868Z Fresh time-core v0.1.2
51082024-07-16T00:00:42.868Z Fresh httparse v1.8.0
51092024-07-16T00:00:42.868Z Fresh num-conv v0.1.0
51102024-07-16T00:00:42.895Z Fresh powerfmt v0.2.0
51112024-07-16T00:00:42.896Z Fresh num_threads v0.1.7
51122024-07-16T00:00:42.896Z Fresh idna v0.5.0
51132024-07-16T00:00:42.896Z Fresh untrusted v0.9.0
51142024-07-16T00:00:42.896Z Fresh serde_tokenstream v0.2.1
51152024-07-16T00:00:42.896Z Fresh deranged v0.3.11
51162024-07-16T00:00:42.896Z Fresh time-macros v0.2.18
51172024-07-16T00:00:42.896Z Fresh url v2.5.0
51182024-07-16T00:00:42.896Z Fresh ring v0.17.8
51192024-07-16T00:00:42.896Z Fresh vcpkg v0.2.15
51202024-07-16T00:00:42.896Z Fresh serde_spanned v0.6.6
51212024-07-16T00:00:42.897Z Fresh time v0.3.36
51222024-07-16T00:00:42.897Z Fresh rustversion v1.0.17
51232024-07-16T00:00:42.897Z Fresh toml_datetime v0.6.6
51242024-07-16T00:00:42.897Z Fresh adler v1.0.2
51252024-07-16T00:00:42.897Z Fresh cpufeatures v0.2.12
51262024-07-16T00:00:42.897Z Fresh base64 v0.21.7
51272024-07-16T00:00:42.897Z Fresh try-lock v0.2.5
51282024-07-16T00:00:42.897Z Fresh miniz_oxide v0.7.2
51292024-07-16T00:00:42.897Z Fresh slog v2.7.0
51302024-07-16T00:00:42.897Z Fresh tower-service v0.3.2
51312024-07-16T00:00:42.898Z Fresh tokio-util v0.7.11
51322024-07-16T00:00:42.898Z Fresh async-trait v0.1.81
51332024-07-16T00:00:42.898Z Fresh httpdate v1.0.3
51342024-07-16T00:00:42.898Z Fresh want v0.3.1
51352024-07-16T00:00:42.898Z Fresh h2 v0.3.26
51362024-07-16T00:00:42.898Z Fresh http-body v0.4.6
51372024-07-16T00:00:42.898Z Fresh futures-executor v0.3.30
51382024-07-16T00:00:42.898Z Fresh openssl-probe v0.1.5
51392024-07-16T00:00:42.898Z Fresh foreign-types-shared v0.1.1
51402024-07-16T00:00:42.898Z Fresh openssl-sys v0.9.102
51412024-07-16T00:00:42.898Z Fresh hyper v0.14.28
51422024-07-16T00:00:42.899Z Fresh foreign-types v0.3.2
51432024-07-16T00:00:42.899Z Fresh openssl-macros v0.1.1
51442024-07-16T00:00:42.899Z Fresh strsim v0.11.1
51452024-07-16T00:00:42.899Z Fresh gimli v0.28.1
51462024-07-16T00:00:42.899Z Fresh mime v0.3.17
51472024-07-16T00:00:42.899Z Fresh addr2line v0.21.0
51482024-07-16T00:00:42.899Z Fresh openssl v0.10.64
51492024-07-16T00:00:42.899Z Fresh futures v0.3.30
51502024-07-16T00:00:42.899Z Fresh object v0.32.2
51512024-07-16T00:00:42.900Z Fresh winnow v0.5.40
51522024-07-16T00:00:42.900Z Fresh rustc-demangle v0.1.24
51532024-07-16T00:00:42.900Z Fresh ipnet v2.9.0
51542024-07-16T00:00:42.900Z Fresh heck v0.4.1
51552024-07-16T00:00:42.900Z Fresh crossbeam-utils v0.8.19
51562024-07-16T00:00:42.900Z Fresh toml_edit v0.19.15
51572024-07-16T00:00:42.900Z Fresh backtrace v0.3.71
51582024-07-16T00:00:42.900Z Fresh sct v0.7.1
51592024-07-16T00:00:42.900Z Fresh rustls-webpki v0.101.7
51602024-07-16T00:00:42.901Z Fresh ucd-trie v0.1.6
51612024-07-16T00:00:42.901Z Fresh rustls v0.21.12
51622024-07-16T00:00:42.901Z Fresh anyhow v1.0.86
51632024-07-16T00:00:42.901Z Fresh pest v2.7.10
51642024-07-16T00:00:42.901Z Fresh native-tls v0.2.11
51652024-07-16T00:00:42.901Z Fresh serde_urlencoded v0.7.1
51662024-07-16T00:00:42.901Z Fresh idna v0.3.0
51672024-07-16T00:00:42.901Z Fresh encoding_rs v0.8.34
51682024-07-16T00:00:42.901Z Fresh utf8parse v0.2.1
51692024-07-16T00:00:42.901Z Fresh psl-types v2.0.11
51702024-07-16T00:00:42.901Z Fresh tokio-rustls v0.24.1
51712024-07-16T00:00:42.901Z Fresh tokio-native-tls v0.3.1
51722024-07-16T00:00:42.902Z Fresh cookie v0.17.0
51732024-07-16T00:00:42.902Z Fresh pest_meta v2.7.10
51742024-07-16T00:00:42.902Z Fresh scroll_derive v0.12.0
51752024-07-16T00:00:42.902Z Fresh rustls-pemfile v1.0.4
51762024-07-16T00:00:42.902Z Fresh publicsuffix v2.2.3
51772024-07-16T00:00:42.902Z Fresh hyper-rustls v0.24.2
51782024-07-16T00:00:42.902Z Fresh scroll v0.12.0
51792024-07-16T00:00:42.902Z Fresh pest_generator v2.7.10
51802024-07-16T00:00:42.902Z Fresh hyper-tls v0.5.0
51812024-07-16T00:00:42.902Z Fresh openapiv3 v2.0.0
51822024-07-16T00:00:42.902Z Fresh anstyle v1.0.7
51832024-07-16T00:00:42.903Z Fresh plain v0.2.3
51842024-07-16T00:00:42.903Z Fresh cookie_store v0.20.0
51852024-07-16T00:00:42.903Z Fresh base64ct v1.6.0
51862024-07-16T00:00:42.903Z Fresh sync_wrapper v0.1.2
51872024-07-16T00:00:42.903Z Fresh webpki-roots v0.25.4
51882024-07-16T00:00:42.903Z Fresh bitflags v1.3.2
51892024-07-16T00:00:42.903Z Fresh pest_derive v2.7.10
51902024-07-16T00:00:42.903Z Fresh goblin v0.8.2
51912024-07-16T00:00:42.904Z Fresh rustc_version v0.4.0
51922024-07-16T00:00:42.904Z Fresh reqwest v0.11.27
51932024-07-16T00:00:42.904Z Fresh pretty-hex v0.4.1
51942024-07-16T00:00:42.904Z Fresh dtrace-parser v0.2.0
51952024-07-16T00:00:42.904Z Fresh thread-id v4.2.1
51962024-07-16T00:00:42.904Z Fresh data-encoding v2.6.0
51972024-07-16T00:00:42.904Z Fresh pem-rfc7468 v0.7.0
51982024-07-16T00:00:42.904Z Fresh anstyle-parse v0.2.4
51992024-07-16T00:00:42.904Z Fresh dof v0.3.0
52002024-07-16T00:00:42.904Z Fresh der_derive v0.7.2
52012024-07-16T00:00:42.905Z Fresh is_terminal_polyfill v1.70.0
52022024-07-16T00:00:42.905Z Fresh bit-vec v0.6.3
52032024-07-16T00:00:42.905Z Fresh anstyle-query v1.0.3
52042024-07-16T00:00:42.905Z Fresh colorchoice v1.0.1
52052024-07-16T00:00:42.905Z Fresh usdt-impl v0.5.0
52062024-07-16T00:00:42.905Z Fresh unicode-segmentation v1.11.0
52072024-07-16T00:00:42.905Z Fresh flagset v0.4.5
52082024-07-16T00:00:42.905Z Fresh anstream v0.6.14
52092024-07-16T00:00:42.905Z Fresh terminal_size v0.3.0
52102024-07-16T00:00:42.934Z Fresh num-integer v0.1.46
52112024-07-16T00:00:42.934Z Fresh clap_lex v0.7.0
52122024-07-16T00:00:42.934Z Fresh der v0.7.9
52132024-07-16T00:00:42.934Z Fresh siphasher v0.3.11
52142024-07-16T00:00:42.934Z Fresh usdt-macro v0.5.0
52152024-07-16T00:00:42.934Z Fresh usdt-attr-macro v0.5.0
52162024-07-16T00:00:42.934Z Fresh clap_builder v4.5.9
52172024-07-16T00:00:42.934Z Fresh crc32fast v1.4.0
52182024-07-16T00:00:42.934Z Fresh crossbeam-epoch v0.9.18
52192024-07-16T00:00:42.934Z Fresh itertools v0.10.5
52202024-07-16T00:00:42.935Z Fresh spki v0.7.3
52212024-07-16T00:00:42.935Z Fresh clap_derive v4.5.8
52222024-07-16T00:00:42.935Z Fresh memmap v0.7.0
52232024-07-16T00:00:42.935Z Fresh stable_deref_trait v1.2.0
52242024-07-16T00:00:42.935Z Fresh bit-set v0.5.3
52252024-07-16T00:00:42.935Z Fresh itertools v0.12.1
52262024-07-16T00:00:42.935Z Fresh ipnetwork v0.20.0
52272024-07-16T00:00:42.935Z Fresh hex v0.4.3
52282024-07-16T00:00:42.935Z Fresh usdt v0.5.0
52292024-07-16T00:00:42.935Z Fresh clap v4.5.9
52302024-07-16T00:00:42.935Z Fresh pkcs8 v0.10.2
52312024-07-16T00:00:42.936Z Fresh toml v0.7.8
52322024-07-16T00:00:42.936Z Fresh zerocopy-derive v0.6.6
52332024-07-16T00:00:42.936Z Fresh winnow v0.6.8
52342024-07-16T00:00:42.936Z Fresh fixedbitset v0.4.2
52352024-07-16T00:00:42.936Z Fresh managed v0.8.0
52362024-07-16T00:00:42.936Z Fresh petgraph v0.6.5
52372024-07-16T00:00:42.936Z Fresh toml_edit v0.22.14
52382024-07-16T00:00:42.936Z Fresh zerocopy v0.6.6
52392024-07-16T00:00:42.936Z Fresh phf_shared v0.10.0
52402024-07-16T00:00:42.936Z Fresh flate2 v1.0.30
52412024-07-16T00:00:42.936Z Fresh sha2 v0.10.8
52422024-07-16T00:00:42.936Z Fresh unicode-xid v0.2.4
52432024-07-16T00:00:42.937Z Fresh precomputed-hash v0.1.1
52442024-07-16T00:00:42.937Z Fresh minimal-lexical v0.2.1
52452024-07-16T00:00:42.937Z Fresh new_debug_unreachable v1.0.6
52462024-07-16T00:00:42.937Z Fresh num-iter v0.1.45
52472024-07-16T00:00:42.937Z Fresh hmac v0.12.1
52482024-07-16T00:00:42.937Z Fresh static_assertions v1.1.0
52492024-07-16T00:00:42.937Z Fresh string_cache v0.8.7
52502024-07-16T00:00:42.937Z Fresh nom v7.1.3
52512024-07-16T00:00:42.937Z Fresh signal-hook v0.3.17
52522024-07-16T00:00:42.937Z Fresh lalrpop-util v0.19.12
52532024-07-16T00:00:42.938Z Fresh regex-automata v0.1.10
52542024-07-16T00:00:42.938Z Fresh matches v0.1.10
52552024-07-16T00:00:42.938Z Fresh signal-hook-mio v0.2.3
52562024-07-16T00:00:42.938Z Fresh bstr v0.2.17
52572024-07-16T00:00:42.938Z Fresh idna v0.2.3
52582024-07-16T00:00:42.938Z Fresh enum-as-inner v0.5.1
52592024-07-16T00:00:42.938Z Fresh block-padding v0.3.3
52602024-07-16T00:00:42.938Z Fresh scheduled-thread-pool v0.2.7
52612024-07-16T00:00:42.938Z Fresh diesel_table_macro_syntax v0.1.0
52622024-07-16T00:00:42.938Z Fresh hash32 v0.2.1
52632024-07-16T00:00:42.938Z Fresh predicates-core v1.0.6
52642024-07-16T00:00:42.938Z Fresh finl_unicode v1.2.0
52652024-07-16T00:00:42.938Z Fresh trust-dns-proto v0.22.0
52662024-07-16T00:00:42.938Z Fresh inout v0.1.3
52672024-07-16T00:00:42.938Z Fresh r2d2 v0.8.10
52682024-07-16T00:00:42.938Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
52692024-07-16T00:00:42.938Z Fresh stringprep v0.1.4
52702024-07-16T00:00:42.938Z Fresh heapless v0.7.17
52712024-07-16T00:00:42.938Z Fresh crossterm v0.27.0
52722024-07-16T00:00:42.938Z Fresh diesel_derives v2.1.4
52732024-07-16T00:00:42.938Z Fresh md-5 v0.10.6
52742024-07-16T00:00:42.938Z Fresh console v0.15.8
52752024-07-16T00:00:42.938Z Fresh bstr v1.9.1
52762024-07-16T00:00:42.938Z Fresh ff v0.13.0
52772024-07-16T00:00:42.939Z Fresh hubpack_derive v0.1.1
52782024-07-16T00:00:42.939Z Fresh float-cmp v0.9.0
52792024-07-16T00:00:42.939Z Fresh difflib v0.4.0
52802024-07-16T00:00:42.939Z Fresh fallible-iterator v0.2.0
52812024-07-16T00:00:42.939Z Fresh base16ct v0.2.0
52822024-07-16T00:00:42.939Z Fresh normalize-line-endings v0.3.0
52832024-07-16T00:00:42.939Z Fresh smoltcp v0.9.1
52842024-07-16T00:00:42.939Z Fresh predicates v3.1.0
52852024-07-16T00:00:42.939Z Fresh group v0.13.0
52862024-07-16T00:00:42.939Z Fresh postgres-protocol v0.6.6
52872024-07-16T00:00:42.939Z Fresh hubpack v0.1.2
52882024-07-16T00:00:42.939Z Fresh sec1 v0.7.3
52892024-07-16T00:00:42.939Z Fresh diesel v2.1.6
52902024-07-16T00:00:42.939Z Fresh cipher v0.4.4
52912024-07-16T00:00:42.939Z Fresh similar v2.5.0
52922024-07-16T00:00:42.939Z Fresh hkdf v0.12.4
52932024-07-16T00:00:42.939Z Fresh phf_shared v0.11.2
52942024-07-16T00:00:42.939Z Fresh num-bigint v0.4.5
52952024-07-16T00:00:42.939Z Fresh strum_macros v0.25.3
52962024-07-16T00:00:42.939Z Fresh crypto-bigint v0.5.5
52972024-07-16T00:00:42.939Z Fresh serde_repr v0.1.19
52982024-07-16T00:00:42.939Z Fresh peg-runtime v0.8.3
52992024-07-16T00:00:42.939Z Fresh elliptic-curve v0.13.8
53002024-07-16T00:00:42.939Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
53012024-07-16T00:00:42.939Z Fresh phf v0.11.2
53022024-07-16T00:00:42.939Z Fresh yasna v0.5.2
53032024-07-16T00:00:42.939Z Fresh postgres-types v0.2.6
53042024-07-16T00:00:42.939Z Fresh whoami v1.5.1
53052024-07-16T00:00:42.940Z Fresh tokio-stream v0.1.15
53062024-07-16T00:00:42.940Z Fresh fs-err v2.11.0
53072024-07-16T00:00:42.940Z Fresh tokio-postgres v0.7.10
53082024-07-16T00:00:42.940Z Fresh regress v0.9.1
53092024-07-16T00:00:42.940Z Fresh getopts v0.2.21
53102024-07-16T00:00:42.965Z Fresh unsafe-libyaml v0.2.11
53112024-07-16T00:00:42.965Z Fresh progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
53122024-07-16T00:00:42.965Z Fresh is-terminal v0.4.12
53132024-07-16T00:00:42.965Z Fresh typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
53142024-07-16T00:00:42.965Z Fresh serde_yaml v0.9.34+deprecated
53152024-07-16T00:00:42.965Z Fresh dirs-sys-next v0.1.2
53162024-07-16T00:00:42.965Z Fresh base64 v0.22.1
53172024-07-16T00:00:42.965Z Fresh http v1.1.0
53182024-07-16T00:00:42.965Z Fresh typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
53192024-07-16T00:00:42.965Z Fresh camino v1.1.7
53202024-07-16T00:00:42.965Z Fresh dirs-next v2.0.0
53212024-07-16T00:00:42.965Z Fresh strum_macros v0.26.4
53222024-07-16T00:00:42.965Z Fresh sha1 v0.10.6
53232024-07-16T00:00:42.965Z Fresh ident_case v1.0.1
53242024-07-16T00:00:42.965Z Fresh typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
53252024-07-16T00:00:42.965Z Fresh term v0.7.0
53262024-07-16T00:00:42.965Z Fresh paste v1.0.15
53272024-07-16T00:00:42.965Z Fresh strum v0.26.2
53282024-07-16T00:00:42.965Z Fresh darling_core v0.20.9
53292024-07-16T00:00:42.966Z Fresh toml v0.8.14
53302024-07-16T00:00:42.966Z Fresh match_cfg v0.1.0
53312024-07-16T00:00:42.966Z Fresh progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
53322024-07-16T00:00:42.966Z Fresh rustls-pki-types v1.7.0
53332024-07-16T00:00:42.966Z Fresh hostname v0.3.1
53342024-07-16T00:00:42.966Z Fresh darling_macro v0.20.9
53352024-07-16T00:00:42.966Z Fresh fastrand v2.1.0
53362024-07-16T00:00:42.966Z Fresh crossbeam-channel v0.5.12
53372024-07-16T00:00:42.966Z Fresh thread_local v1.1.8
53382024-07-16T00:00:42.966Z Fresh progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
53392024-07-16T00:00:42.966Z Fresh darling v0.20.9
53402024-07-16T00:00:42.966Z Fresh tempfile v3.10.1
53412024-07-16T00:00:42.966Z Fresh rustls-webpki v0.102.4
53422024-07-16T00:00:42.966Z Fresh take_mut v0.2.2
53432024-07-16T00:00:42.966Z Fresh rustls-pemfile v2.1.2
53442024-07-16T00:00:42.966Z Fresh progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
53452024-07-16T00:00:42.966Z Fresh slog-async v2.8.0
53462024-07-16T00:00:42.966Z Fresh slog-term v2.9.1
53472024-07-16T00:00:42.966Z Fresh debug-ignore v1.0.5
53482024-07-16T00:00:42.966Z Fresh slog-json v2.6.1
53492024-07-16T00:00:42.966Z Fresh newtype-uuid v1.1.0
53502024-07-16T00:00:42.966Z Fresh rustls v0.22.4
53512024-07-16T00:00:42.966Z Fresh async-stream-impl v0.3.5
53522024-07-16T00:00:42.966Z Fresh instant v0.1.12
53532024-07-16T00:00:42.966Z Fresh atomic-waker v1.1.2
53542024-07-16T00:00:42.966Z Fresh slog-bunyan v2.5.0
53552024-07-16T00:00:42.966Z Fresh dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
53562024-07-16T00:00:42.966Z Fresh tokio-rustls v0.25.0
53572024-07-16T00:00:42.966Z Fresh multer v3.1.0
53582024-07-16T00:00:42.966Z Fresh waitgroup v0.1.2
53592024-07-16T00:00:42.966Z Fresh async-stream v0.3.5
53602024-07-16T00:00:42.966Z Fresh serde_path_to_error v0.1.16
53612024-07-16T00:00:42.966Z Fresh hostname v0.4.0
53622024-07-16T00:00:42.966Z Fresh serde_with_macros v3.8.3
53632024-07-16T00:00:42.966Z Fresh dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
53642024-07-16T00:00:42.966Z Fresh quick-error v1.2.3
53652024-07-16T00:00:42.967Z Fresh serde_with v3.8.3
53662024-07-16T00:00:42.967Z Fresh structmeta-derive v0.3.0
53672024-07-16T00:00:42.967Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53682024-07-16T00:00:42.967Z Fresh backoff v0.4.0
53692024-07-16T00:00:42.967Z Fresh structmeta v0.3.0
53702024-07-16T00:00:42.967Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53712024-07-16T00:00:42.967Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
53722024-07-16T00:00:42.967Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
53732024-07-16T00:00:42.967Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
53742024-07-16T00:00:42.967Z Fresh macaddr v1.0.1
53752024-07-16T00:00:42.967Z Fresh wait-timeout v0.2.0
53762024-07-16T00:00:42.967Z Fresh rand_xorshift v0.3.0
53772024-07-16T00:00:42.967Z Fresh parse-display-derive v0.9.1
53782024-07-16T00:00:42.967Z Fresh rusty-fork v0.3.0
53792024-07-16T00:00:42.967Z Fresh structmeta-derive v0.2.0
53802024-07-16T00:00:42.967Z Fresh unarray v0.1.4
53812024-07-16T00:00:42.967Z Fresh camino-tempfile v1.1.1
53822024-07-16T00:00:42.967Z Fresh proc-macro-crate v1.3.1
53832024-07-16T00:00:42.967Z Fresh parse-display v0.9.1
53842024-07-16T00:00:42.967Z Fresh proptest v1.4.0
53852024-07-16T00:00:42.967Z Fresh structmeta v0.2.0
53862024-07-16T00:00:42.967Z Fresh num_enum_derive v0.5.11
53872024-07-16T00:00:42.967Z Fresh test-strategy v0.3.1
53882024-07-16T00:00:42.967Z Fresh proc-macro-error-attr v1.0.4
53892024-07-16T00:00:42.967Z Fresh num_enum v0.5.11
53902024-07-16T00:00:42.967Z Fresh foreign-types-macros v0.2.3
53912024-07-16T00:00:42.967Z Fresh foreign-types-shared v0.3.1
53922024-07-16T00:00:42.967Z Fresh proc-macro-error v1.0.4
53932024-07-16T00:00:42.967Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
53942024-07-16T00:00:42.967Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
53952024-07-16T00:00:42.967Z Fresh foreign-types v0.5.0
53962024-07-16T00:00:42.967Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
53972024-07-16T00:00:42.967Z Fresh cstr-argument v0.1.2
53982024-07-16T00:00:42.967Z Fresh pretty-hex v0.2.1
53992024-07-16T00:00:42.967Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
54002024-07-16T00:00:42.967Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54012024-07-16T00:00:42.968Z Fresh tabwriter v1.4.0
54022024-07-16T00:00:42.968Z Fresh colored v2.1.0
54032024-07-16T00:00:42.968Z Fresh socket2 v0.4.10
54042024-07-16T00:00:42.968Z Fresh smf v0.2.3
54052024-07-16T00:00:42.968Z Fresh humantime v2.1.0
54062024-07-16T00:00:42.968Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
54072024-07-16T00:00:42.968Z Fresh derive-where v1.2.7
54082024-07-16T00:00:42.968Z Fresh termcolor v1.4.1
54092024-07-16T00:00:42.968Z Fresh newline-converter v0.3.0
54102024-07-16T00:00:42.993Z Fresh hash32 v0.3.1
54112024-07-16T00:00:42.993Z Fresh same-file v1.0.6
54122024-07-16T00:00:42.993Z Fresh expectorate v1.1.0
54132024-07-16T00:00:42.993Z Fresh walkdir v2.5.0
54142024-07-16T00:00:42.993Z Fresh embedded-io v0.4.0
54152024-07-16T00:00:42.993Z Fresh cobs v0.2.3
54162024-07-16T00:00:42.993Z Fresh heapless v0.8.0
54172024-07-16T00:00:42.993Z Fresh postcard v1.0.8
54182024-07-16T00:00:42.993Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
54192024-07-16T00:00:42.993Z Fresh termtree v0.4.1
54202024-07-16T00:00:42.993Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
54212024-07-16T00:00:42.993Z Fresh smoltcp v0.11.0
54222024-07-16T00:00:42.993Z Fresh predicates-tree v1.0.9
54232024-07-16T00:00:42.993Z Fresh crucible-workspace-hack v0.1.0
54242024-07-16T00:00:42.993Z Fresh convert_case v0.4.0
54252024-07-16T00:00:42.993Z Fresh sigpipe v0.1.3
54262024-07-16T00:00:42.993Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
54272024-07-16T00:00:42.994Z Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
54282024-07-16T00:00:42.994Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
54292024-07-16T00:00:42.994Z Fresh derive_more v0.99.18
54302024-07-16T00:00:42.994Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
54312024-07-16T00:00:42.994Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
54322024-07-16T00:00:42.994Z Fresh mockall_derive v0.12.1
54332024-07-16T00:00:42.994Z Fresh num-derive v0.4.2
54342024-07-16T00:00:42.994Z Fresh fragile v2.0.0
54352024-07-16T00:00:42.994Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
54362024-07-16T00:00:42.994Z Fresh downcast v0.11.0
54372024-07-16T00:00:42.994Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
54382024-07-16T00:00:42.994Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
54392024-07-16T00:00:42.994Z Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
54402024-07-16T00:00:42.994Z Fresh xattr v1.3.1
54412024-07-16T00:00:42.994Z Fresh filetime v0.2.23
54422024-07-16T00:00:42.994Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
54432024-07-16T00:00:42.994Z Fresh mockall v0.12.1
54442024-07-16T00:00:42.994Z Fresh tar v0.4.41
54452024-07-16T00:00:42.994Z Fresh arc-swap v1.7.1
54462024-07-16T00:00:42.994Z Fresh utf-8 v0.7.6
54472024-07-16T00:00:42.994Z Fresh password-hash v0.5.0
54482024-07-16T00:00:42.994Z Fresh blake2 v0.10.6
54492024-07-16T00:00:42.994Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
54502024-07-16T00:00:42.994Z Fresh slog-scope v4.4.0
54512024-07-16T00:00:42.994Z Fresh argon2 v0.5.3
54522024-07-16T00:00:42.994Z Fresh atty v0.2.14
54532024-07-16T00:00:42.994Z Fresh pem v3.0.4
54542024-07-16T00:00:42.994Z Fresh semver v0.1.20
54552024-07-16T00:00:42.994Z Fresh slog-stdlog v4.1.1
54562024-07-16T00:00:42.994Z Fresh rustc_version v0.1.7
54572024-07-16T00:00:42.994Z Fresh tungstenite v0.20.1
54582024-07-16T00:00:42.994Z Fresh env_logger v0.9.3
54592024-07-16T00:00:42.994Z Fresh tungstenite v0.21.0
54602024-07-16T00:00:42.994Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54612024-07-16T00:00:42.994Z Fresh slog-envlogger v2.2.0
54622024-07-16T00:00:42.994Z Fresh tokio-tungstenite v0.20.1
54632024-07-16T00:00:42.994Z Fresh bitstruct_derive v0.1.0
54642024-07-16T00:00:42.994Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54652024-07-16T00:00:42.995Z Fresh ascii v1.1.0
54662024-07-16T00:00:42.995Z Fresh tokio-tungstenite v0.21.0
54672024-07-16T00:00:42.995Z Fresh bitstruct v0.1.1
54682024-07-16T00:00:42.995Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54692024-07-16T00:00:42.995Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
54702024-07-16T00:00:42.995Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54712024-07-16T00:00:42.995Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54722024-07-16T00:00:42.995Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54732024-07-16T00:00:42.995Z Fresh serde_arrays v0.1.0
54742024-07-16T00:00:42.995Z Fresh erased-serde v0.3.31
54752024-07-16T00:00:42.995Z Fresh newtype_derive v0.1.6
54762024-07-16T00:00:42.995Z Fresh heck v0.3.3
54772024-07-16T00:00:42.995Z Fresh prettyplease v0.2.20
54782024-07-16T00:00:42.995Z Fresh atomicwrites v0.4.3
54792024-07-16T00:00:42.995Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54802024-07-16T00:00:42.995Z Fresh zone_cfg_derive v0.1.2
54812024-07-16T00:00:42.995Z Fresh steno v0.4.1
54822024-07-16T00:00:42.995Z Fresh headers-core v0.2.0
54832024-07-16T00:00:42.995Z Fresh base64 v0.13.1
54842024-07-16T00:00:42.995Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54852024-07-16T00:00:42.995Z Fresh portpicker v0.1.1
54862024-07-16T00:00:42.995Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54872024-07-16T00:00:42.995Z Fresh zone v0.1.8
54882024-07-16T00:00:42.995Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
54892024-07-16T00:00:42.995Z Fresh ron v0.7.1
54902024-07-16T00:00:42.995Z Fresh headers v0.3.9
54912024-07-16T00:00:42.995Z Fresh swrite v0.1.0
54922024-07-16T00:00:42.995Z Fresh rcgen v0.12.1
54932024-07-16T00:00:42.995Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54942024-07-16T00:00:42.995Z Fresh subprocess v0.2.9
54952024-07-16T00:00:42.995Z Fresh home v0.5.9
54962024-07-16T00:00:42.995Z Fresh glob v0.3.1
54972024-07-16T00:00:42.995Z Fresh num-rational v0.4.2
54982024-07-16T00:00:42.995Z Fresh num-complex v0.4.6
54992024-07-16T00:00:42.995Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
55002024-07-16T00:00:42.995Z Fresh linked-hash-map v0.5.6
55012024-07-16T00:00:42.995Z Fresh num v0.4.3
55022024-07-16T00:00:42.995Z Fresh float-ord v0.3.2
55032024-07-16T00:00:42.996Z Fresh display-error-chain v0.2.0
55042024-07-16T00:00:42.996Z Fresh lru-cache v0.1.2
55052024-07-16T00:00:42.996Z Fresh libsw v3.3.1
55062024-07-16T00:00:42.996Z Fresh owo-colors v4.0.0
55072024-07-16T00:00:42.996Z Fresh cancel-safe-futures v0.1.5
55082024-07-16T00:00:42.996Z Fresh tap v1.0.1
55092024-07-16T00:00:42.996Z Fresh linear-map v1.2.0
55102024-07-16T00:00:43.021Z Fresh radium v0.7.0
55112024-07-16T00:00:43.021Z Fresh crossbeam-deque v0.8.5
55122024-07-16T00:00:43.021Z Fresh wyz v0.5.1
55132024-07-16T00:00:43.021Z Fresh half v2.4.1
55142024-07-16T00:00:43.021Z Fresh crc-catalog v2.4.0
55152024-07-16T00:00:43.021Z Fresh funty v2.0.0
55162024-07-16T00:00:43.021Z Fresh ciborium-io v0.2.2
55172024-07-16T00:00:43.021Z Fresh bitvec v1.0.1
55182024-07-16T00:00:43.021Z Fresh crc v3.2.1
55192024-07-16T00:00:43.021Z Fresh ciborium-ll v0.2.2
55202024-07-16T00:00:43.021Z Fresh maybe-uninit v2.0.0
55212024-07-16T00:00:43.021Z Fresh rayon-core v1.12.1
55222024-07-16T00:00:43.021Z Fresh packed_struct_codegen v0.10.1
55232024-07-16T00:00:43.021Z Fresh maplit v1.0.2
55242024-07-16T00:00:43.021Z Fresh nodrop v0.1.14
55252024-07-16T00:00:43.022Z Fresh ciborium v0.2.2
55262024-07-16T00:00:43.022Z Fresh rayon v1.10.0
55272024-07-16T00:00:43.022Z Fresh packed_struct v0.10.1
55282024-07-16T00:00:43.022Z Fresh array-init v0.0.4
55292024-07-16T00:00:43.022Z Fresh bzip2-sys v0.1.11+1.0.8
55302024-07-16T00:00:43.022Z Fresh num-bigint-dig v0.8.4
55312024-07-16T00:00:43.022Z Fresh smallvec v0.6.14
55322024-07-16T00:00:43.022Z Fresh pkcs1 v0.7.5
55332024-07-16T00:00:43.022Z Fresh signature v2.2.0
55342024-07-16T00:00:43.022Z Fresh bitfield v0.14.0
55352024-07-16T00:00:43.022Z Fresh hashbrown v0.12.3
55362024-07-16T00:00:43.022Z Fresh serde-hex v0.1.0
55372024-07-16T00:00:43.022Z Fresh bzip2 v0.4.4
55382024-07-16T00:00:43.022Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
55392024-07-16T00:00:43.022Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
55402024-07-16T00:00:43.022Z Fresh rsa v0.9.6
55412024-07-16T00:00:43.022Z Fresh indexmap v1.9.3
55422024-07-16T00:00:43.022Z Fresh env_logger v0.10.2
55432024-07-16T00:00:43.022Z Fresh x509-cert v0.2.5
55442024-07-16T00:00:43.022Z Fresh ron v0.8.1
55452024-07-16T00:00:43.022Z Fresh hashbrown v0.13.2
55462024-07-16T00:00:43.022Z Fresh crc-any v2.5.0
55472024-07-16T00:00:43.022Z Fresh slog-dtrace v0.3.0
55482024-07-16T00:00:43.022Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
55492024-07-16T00:00:43.022Z Fresh object v0.30.4
55502024-07-16T00:00:43.022Z Fresh zip v0.6.6
55512024-07-16T00:00:43.022Z Fresh resolv-conf v0.7.0
55522024-07-16T00:00:43.022Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
55532024-07-16T00:00:43.022Z Fresh path-slash v0.1.5
55542024-07-16T00:00:43.022Z Fresh trust-dns-resolver v0.22.0
55552024-07-16T00:00:43.022Z Fresh diff v0.1.13
55562024-07-16T00:00:43.022Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
55572024-07-16T00:00:43.022Z Fresh constant_time_eq v0.3.0
55582024-07-16T00:00:43.022Z Fresh arrayref v0.3.7
55592024-07-16T00:00:43.022Z Fresh arrayvec v0.7.4
55602024-07-16T00:00:43.022Z Fresh crunchy v0.2.2
55612024-07-16T00:00:43.022Z Fresh ascii-canvas v3.0.0
55622024-07-16T00:00:43.023Z Fresh ref-cast-impl v1.0.23
55632024-07-16T00:00:43.023Z Fresh async-recursion v1.1.1
55642024-07-16T00:00:43.023Z Fresh tiny-keccak v2.0.2
55652024-07-16T00:00:43.023Z Fresh ena v0.14.3
55662024-07-16T00:00:43.023Z Fresh libloading v0.8.3
55672024-07-16T00:00:43.023Z Fresh regex-syntax v0.6.29
55682024-07-16T00:00:43.023Z Fresh ref-cast v1.0.23
55692024-07-16T00:00:43.023Z Fresh which v4.4.2
55702024-07-16T00:00:43.023Z Fresh clang-sys v1.7.0
55712024-07-16T00:00:43.023Z Fresh lalrpop v0.19.12
55722024-07-16T00:00:43.023Z Fresh cexpr v0.6.0
55732024-07-16T00:00:43.023Z Fresh nibble_vec v0.1.0
55742024-07-16T00:00:43.023Z Fresh fxhash v0.2.1
55752024-07-16T00:00:43.023Z Fresh rustc-hash v1.1.0
55762024-07-16T00:00:43.023Z Fresh shlex v1.3.0
55772024-07-16T00:00:43.023Z Fresh endian-type v0.1.2
55782024-07-16T00:00:43.023Z Fresh lazycell v1.3.0
55792024-07-16T00:00:43.023Z Fresh radix_trie v0.2.1
55802024-07-16T00:00:43.023Z Fresh bindgen v0.69.4
55812024-07-16T00:00:43.023Z Fresh derive_builder_core v0.20.0
55822024-07-16T00:00:43.023Z Fresh bitfield-struct v0.6.1
55832024-07-16T00:00:43.023Z Fresh memmap2 v0.9.4
55842024-07-16T00:00:43.023Z Fresh spin v0.5.2
55852024-07-16T00:00:43.023Z Fresh untrusted v0.7.1
55862024-07-16T00:00:43.023Z Fresh libefi-sys v0.1.0
55872024-07-16T00:00:43.023Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
55882024-07-16T00:00:43.023Z Fresh blake3 v1.5.1
55892024-07-16T00:00:43.023Z Fresh ring v0.16.20
55902024-07-16T00:00:43.023Z Fresh derive_builder_macro v0.20.0
55912024-07-16T00:00:43.023Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
55922024-07-16T00:00:43.023Z Fresh strum_macros v0.24.3
55932024-07-16T00:00:43.023Z Fresh pin-project-internal v1.1.5
55942024-07-16T00:00:43.023Z Fresh gethostname v0.4.3
55952024-07-16T00:00:43.024Z Fresh topological-sort v0.2.2
55962024-07-16T00:00:43.024Z Fresh indoc v1.0.9
55972024-07-16T00:00:43.024Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
55982024-07-16T00:00:43.024Z Fresh keccak v0.1.5
55992024-07-16T00:00:43.024Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
56002024-07-16T00:00:43.024Z Fresh omicron-zone-package v0.11.0
56012024-07-16T00:00:43.024Z Fresh pin-project v1.1.5
56022024-07-16T00:00:43.024Z Fresh polar-core v0.27.3
56032024-07-16T00:00:43.024Z Fresh sha3 v0.10.8
56042024-07-16T00:00:43.024Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
56052024-07-16T00:00:43.024Z Fresh derive_builder v0.20.0
56062024-07-16T00:00:43.024Z Fresh libxml v0.3.3
56072024-07-16T00:00:43.024Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
56082024-07-16T00:00:43.024Z Fresh oso-derive v0.27.3
56092024-07-16T00:00:43.024Z Fresh impl-trait-for-tuples v0.2.2
56102024-07-16T00:00:43.049Z Fresh secrecy v0.8.0
56112024-07-16T00:00:43.049Z Fresh quick-xml v0.31.0
56122024-07-16T00:00:43.049Z Fresh oso v0.27.3
56132024-07-16T00:00:43.050Z Fresh samael v0.0.15
56142024-07-16T00:00:43.050Z Fresh cookie v0.18.1
56152024-07-16T00:00:43.050Z Fresh toolchain_find v0.4.0
56162024-07-16T00:00:43.050Z Fresh signature v1.6.4
56172024-07-16T00:00:43.050Z Fresh buf-list v1.0.3
56182024-07-16T00:00:43.050Z Fresh memoffset v0.9.1
56192024-07-16T00:00:43.050Z Fresh rustfmt-wrapper v0.2.1
56202024-07-16T00:00:43.050Z Fresh ed25519 v1.5.3
56212024-07-16T00:00:43.050Z Fresh const_format_proc_macros v0.2.32
56222024-07-16T00:00:43.050Z Fresh bb8 v0.8.5
56232024-07-16T00:00:43.050Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
56242024-07-16T00:00:43.050Z Fresh vte_generate_state_changes v0.1.1
56252024-07-16T00:00:43.050Z Fresh vte v0.11.1
56262024-07-16T00:00:43.050Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
56272024-07-16T00:00:43.050Z Fresh const_format v0.2.32
56282024-07-16T00:00:43.050Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
56292024-07-16T00:00:43.050Z Fresh salty v0.2.0
56302024-07-16T00:00:43.050Z Fresh nix v0.27.1
56312024-07-16T00:00:43.050Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
56322024-07-16T00:00:43.050Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
56332024-07-16T00:00:43.050Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
56342024-07-16T00:00:43.050Z Fresh fd-lock v4.0.2
56352024-07-16T00:00:43.050Z Fresh serde-big-array v0.4.1
56362024-07-16T00:00:43.050Z Fresh serde-big-array v0.5.1
56372024-07-16T00:00:43.050Z Fresh cfg_aliases v0.1.1
56382024-07-16T00:00:43.050Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
56392024-07-16T00:00:43.050Z Fresh sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
56402024-07-16T00:00:43.050Z Fresh strip-ansi-escapes v0.2.0
56412024-07-16T00:00:43.050Z Fresh parking_lot_core v0.8.6
56422024-07-16T00:00:43.050Z Fresh signal-hook-tokio v0.3.1
56432024-07-16T00:00:43.050Z Fresh corncobs v0.1.3
56442024-07-16T00:00:43.050Z Fresh nu-ansi-term v0.50.0
56452024-07-16T00:00:43.050Z Fresh parking_lot v0.11.2
56462024-07-16T00:00:43.050Z Fresh unicase v2.7.0
56472024-07-16T00:00:43.050Z Fresh sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
56482024-07-16T00:00:43.050Z Fresh reedline v0.31.0
56492024-07-16T00:00:43.050Z Fresh trust-dns-client v0.22.0
56502024-07-16T00:00:43.051Z Fresh snafu-derive v0.8.2
56512024-07-16T00:00:43.051Z Fresh universal-hash v0.5.1
56522024-07-16T00:00:43.051Z Fresh thiserror-impl-no-std v2.0.2
56532024-07-16T00:00:43.051Z Fresh toml v0.5.11
56542024-07-16T00:00:43.051Z Fresh curve25519-dalek-derive v0.1.1
56552024-07-16T00:00:43.051Z Fresh opaque-debug v0.3.1
56562024-07-16T00:00:43.051Z Fresh bytecount v0.6.8
56572024-07-16T00:00:43.051Z Fresh snafu v0.8.2
56582024-07-16T00:00:43.051Z Fresh thiserror-no-std v2.0.2
56592024-07-16T00:00:43.051Z Fresh trust-dns-server v0.22.1
56602024-07-16T00:00:43.051Z Fresh poly1305 v0.8.0
56612024-07-16T00:00:43.051Z Fresh curve25519-dalek v4.1.3
56622024-07-16T00:00:43.051Z Fresh papergrid v0.11.0
56632024-07-16T00:00:43.051Z Fresh sled v0.34.7
56642024-07-16T00:00:43.051Z Fresh nix v0.28.0
56652024-07-16T00:00:43.051Z Fresh tabled_derive v0.7.0
56662024-07-16T00:00:43.051Z Fresh peg-macros v0.8.3
56672024-07-16T00:00:43.051Z Fresh chacha20 v0.9.1
56682024-07-16T00:00:43.051Z Fresh globset v0.4.14
56692024-07-16T00:00:43.051Z Fresh aead v0.5.2
56702024-07-16T00:00:43.051Z Fresh olpc-cjson v0.1.3
56712024-07-16T00:00:43.051Z Fresh serde_plain v1.0.2
56722024-07-16T00:00:43.051Z Fresh kstat-rs v0.2.4
56732024-07-16T00:00:43.051Z Fresh sqlparser_derive v0.2.2
56742024-07-16T00:00:43.051Z Fresh nanorand v0.7.0
56752024-07-16T00:00:43.051Z Fresh unicode_categories v0.1.1
56762024-07-16T00:00:43.051Z Fresh typed-path v0.7.1
56772024-07-16T00:00:43.051Z Fresh chacha20poly1305 v0.10.1
56782024-07-16T00:00:43.051Z Fresh sqlparser v0.45.0
56792024-07-16T00:00:43.051Z Fresh peg v0.8.3
56802024-07-16T00:00:43.051Z Fresh tabled v0.15.0
56812024-07-16T00:00:43.051Z Fresh tough v0.17.1
56822024-07-16T00:00:43.051Z Fresh flume v0.11.0
56832024-07-16T00:00:43.051Z Fresh sqlformat v0.2.4
56842024-07-16T00:00:43.051Z Fresh vsss-rs v3.3.4
56852024-07-16T00:00:43.051Z Fresh rustyline v14.0.0
56862024-07-16T00:00:43.052Z Fresh bcs v0.1.6
56872024-07-16T00:00:43.052Z Fresh highway v1.1.0
56882024-07-16T00:00:43.052Z Fresh parse-size v1.0.0
56892024-07-16T00:00:43.052Z Fresh mime_guess v2.0.4
56902024-07-16T00:00:43.052Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
56912024-07-16T00:00:43.052Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
56922024-07-16T00:00:43.052Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
56932024-07-16T00:00:43.052Z Fresh http-range v0.1.5
56942024-07-16T00:00:43.052Z Fresh hyper-staticfile v0.9.5
56952024-07-16T00:00:43.052Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
56962024-07-16T00:00:43.052Z Fresh rand_seeder v0.2.3
56972024-07-16T00:00:43.052Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
56982024-07-16T00:00:43.052Z Fresh number_prefix v0.4.0
56992024-07-16T00:00:43.052Z Fresh portable-atomic v1.6.0
57002024-07-16T00:00:43.052Z Fresh is_ci v1.2.0
57012024-07-16T00:00:43.052Z Fresh castaway v0.2.2
57022024-07-16T00:00:43.052Z Fresh unicode-truncate v1.0.0
57032024-07-16T00:00:43.052Z Fresh itertools v0.13.0
57042024-07-16T00:00:43.052Z Fresh supports-color v3.0.0
57052024-07-16T00:00:43.052Z Fresh indicatif v0.17.8
57062024-07-16T00:00:43.052Z Fresh compact_str v0.7.1
57072024-07-16T00:00:43.052Z Fresh lru v0.12.3
57082024-07-16T00:00:43.052Z Fresh stability v0.2.0
57092024-07-16T00:00:43.052Z Fresh assert_matches v1.5.0
57102024-07-16T00:00:43.078Z Fresh cassowary v0.3.0
57112024-07-16T00:00:43.078Z Fresh rtoolbox v0.0.2
57122024-07-16T00:00:43.078Z Fresh smawk v0.3.2
57132024-07-16T00:00:43.078Z Fresh ratatui v0.27.0
57142024-07-16T00:00:43.078Z Fresh unicode-linebreak v0.1.5
57152024-07-16T00:00:43.078Z Fresh rpassword v7.3.1
57162024-07-16T00:00:43.078Z Fresh tui-tree-widget v0.21.0
57172024-07-16T00:00:43.078Z Fresh textwrap v0.16.1
57182024-07-16T00:00:43.078Z Fresh http-body v1.0.0
57192024-07-16T00:00:43.078Z Fresh cargo-platform v0.1.8
57202024-07-16T00:00:43.078Z Fresh yansi v0.5.1
57212024-07-16T00:00:43.078Z Fresh shell-words v1.1.0
57222024-07-16T00:00:43.078Z Fresh plotters-backend v0.3.5
57232024-07-16T00:00:43.078Z Fresh tower-layer v0.3.2
57242024-07-16T00:00:43.078Z Fresh cargo_metadata v0.18.1
57252024-07-16T00:00:43.078Z Fresh hyper v1.3.1
57262024-07-16T00:00:43.078Z Fresh pretty_assertions v1.4.0
57272024-07-16T00:00:43.078Z Fresh plotters-svg v0.3.5
57282024-07-16T00:00:43.078Z Fresh tower v0.4.13
57292024-07-16T00:00:43.078Z Fresh target-lexicon v0.12.14
57302024-07-16T00:00:43.078Z Fresh cast v0.3.0
57312024-07-16T00:00:43.079Z Fresh cfg-expr v0.15.8
57322024-07-16T00:00:43.079Z Fresh guppy-workspace-hack v0.1.0
57332024-07-16T00:00:43.079Z Fresh criterion-plot v0.5.0
57342024-07-16T00:00:43.079Z Fresh hyper-util v0.1.3
57352024-07-16T00:00:43.079Z Fresh plotters v0.3.5
57362024-07-16T00:00:43.079Z Fresh doc-comment v0.3.3
57372024-07-16T00:00:43.079Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
57382024-07-16T00:00:43.079Z Fresh rustls-native-certs v0.7.0
57392024-07-16T00:00:43.079Z Fresh httptest v0.15.5
57402024-07-16T00:00:43.079Z Fresh fatfs v0.3.6
57412024-07-16T00:00:43.079Z Fresh escape8259 v0.5.2
57422024-07-16T00:00:43.079Z Fresh tinytemplate v1.2.1
57432024-07-16T00:00:43.079Z Fresh threadpool v1.8.1
57442024-07-16T00:00:43.079Z Fresh csv-core v0.1.11
57452024-07-16T00:00:43.079Z Fresh oorandom v11.1.3
57462024-07-16T00:00:43.079Z Fresh relative-path v1.9.3
57472024-07-16T00:00:43.079Z Fresh anes v0.1.6
57482024-07-16T00:00:43.079Z Fresh rstest_macros v0.19.0
57492024-07-16T00:00:43.079Z Fresh csv v1.3.0
57502024-07-16T00:00:43.079Z Fresh libtest-mimic v0.7.3
57512024-07-16T00:00:43.079Z Fresh assert_cmd v2.0.14
57522024-07-16T00:00:43.079Z Fresh criterion v0.5.1
57532024-07-16T00:00:43.079Z Fresh hyper-rustls v0.26.0
57542024-07-16T00:00:43.079Z Fresh target-spec v3.1.0
57552024-07-16T00:00:43.079Z Fresh blake2b_simd v1.0.2
57562024-07-16T00:00:43.079Z Fresh pathdiff v0.2.1
57572024-07-16T00:00:43.079Z Fresh fancy-regex v0.13.0
57582024-07-16T00:00:43.079Z Fresh nested v0.1.1
57592024-07-16T00:00:43.079Z Fresh futures-timer v3.0.3
57602024-07-16T00:00:43.079Z Fresh indent_write v2.2.0
57612024-07-16T00:00:43.079Z Fresh rust-argon2 v2.1.0
57622024-07-16T00:00:43.079Z Fresh trybuild v1.0.96
57632024-07-16T00:00:43.079Z Fresh rstest v0.19.0
57642024-07-16T00:00:43.079Z Fresh datatest-stable v0.2.9
57652024-07-16T00:00:43.079Z Fresh guppy v0.17.5
57662024-07-16T00:00:43.079Z Fresh partial-io v0.5.4
57672024-07-16T00:00:43.079Z Fresh similar-asserts v1.5.0
57682024-07-16T00:00:43.079Z Fresh rand_distr v0.4.3
57692024-07-16T00:00:43.080Z Fresh approx v0.5.1
57702024-07-16T00:00:43.080Z Fresh hex-literal v0.4.1
57712024-07-16T00:00:43.080Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
57722024-07-16T00:00:43.080Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
57732024-07-16T00:00:43.080Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
57742024-07-16T00:00:43.080Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
57752024-07-16T00:00:43.080Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
57762024-07-16T00:00:43.080Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
57772024-07-16T00:00:43.080Z Fresh oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
57782024-07-16T00:00:43.080Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
57792024-07-16T00:00:43.080Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
57802024-07-16T00:00:43.080Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
57812024-07-16T00:00:43.080Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
57822024-07-16T00:00:43.080Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
57832024-07-16T00:00:43.080Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
57842024-07-16T00:00:43.080Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
57852024-07-16T00:00:43.080Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
57862024-07-16T00:00:43.080Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
57872024-07-16T00:00:43.080Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
57882024-07-16T00:00:43.080Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
57892024-07-16T00:00:43.080Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
57902024-07-16T00:00:43.080Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
57912024-07-16T00:00:43.080Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
57922024-07-16T00:00:43.080Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
57932024-07-16T00:00:43.080Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
57942024-07-16T00:00:43.080Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
57952024-07-16T00:00:43.080Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
57962024-07-16T00:00:43.080Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
57972024-07-16T00:00:43.080Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
57982024-07-16T00:00:43.080Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
57992024-07-16T00:00:43.080Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
58002024-07-16T00:00:43.080Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
58012024-07-16T00:00:43.080Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
58022024-07-16T00:00:43.080Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
58032024-07-16T00:00:43.080Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
58042024-07-16T00:00:43.080Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
58052024-07-16T00:00:43.081Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
58062024-07-16T00:00:43.081Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
58072024-07-16T00:00:43.081Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
58082024-07-16T00:00:43.081Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
58092024-07-16T00:00:43.081Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
58102024-07-16T00:00:43.106Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
58112024-07-16T00:00:43.106Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
58122024-07-16T00:00:43.106Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
58132024-07-16T00:00:43.106Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
58142024-07-16T00:00:43.106Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
58152024-07-16T00:00:43.106Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
58162024-07-16T00:00:43.106Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
58172024-07-16T00:00:43.106Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
58182024-07-16T00:00:43.106Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
58192024-07-16T00:00:43.106Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
58202024-07-16T00:00:43.106Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
58212024-07-16T00:00:43.106Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
58222024-07-16T00:00:43.106Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
58232024-07-16T00:00:43.106Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
58242024-07-16T00:00:43.106Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
58252024-07-16T00:00:43.106Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
58262024-07-16T00:00:43.106Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
58272024-07-16T00:00:43.106Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
58282024-07-16T00:00:43.106Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
58292024-07-16T00:00:43.106Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
58302024-07-16T00:00:43.106Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
58312024-07-16T00:00:43.106Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
58322024-07-16T00:00:43.106Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
58332024-07-16T00:00:43.107Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
58342024-07-16T00:00:43.107Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
58352024-07-16T00:00:43.107Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
58362024-07-16T00:00:43.107Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
58372024-07-16T00:00:43.107Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
58382024-07-16T00:00:43.107Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
58392024-07-16T00:00:43.107Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
58402024-07-16T00:00:43.107Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
58412024-07-16T00:00:43.107Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
58422024-07-16T00:00:43.107Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
58432024-07-16T00:00:43.107Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
58442024-07-16T00:00:43.107Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
58452024-07-16T00:00:43.107Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
58462024-07-16T00:00:43.107Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
58472024-07-16T00:00:43.107Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
58482024-07-16T00:00:43.107Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
58492024-07-16T00:00:43.107Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
58502024-07-16T00:00:43.107Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
58512024-07-16T00:00:43.107Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.19s
58522024-07-16T00:00:43.107Z Doc-tests api_identity
58532024-07-16T00:00:43.107Z Running `/home/build/.rustup/toolchains/1.78.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/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ed3d79836b5d2a90.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -C embed-bitcode=no --document-private-items -D warnings --error-format human`
58542024-07-16T00:00:43.184Z
58552024-07-16T00:00:43.184Zrunning 0 tests
58562024-07-16T00:00:43.184Z
58572024-07-16T00:00:43.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58582024-07-16T00:00:43.184Z
58592024-07-16T00:00:43.209Z Doc-tests authz-macros
58602024-07-16T00:00:43.209Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5c8929cd628b1c0f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-128a0209349d1254.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-52df3b2ea79baefc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -C embed-bitcode=no --document-private-items -D warnings --error-format human`
58612024-07-16T00:00:43.384Z
58622024-07-16T00:00:43.384Zrunning 7 tests
58632024-07-16T00:00:43.410Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
58642024-07-16T00:00:43.410Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
58652024-07-16T00:00:43.410Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
58662024-07-16T00:00:43.410Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
58672024-07-16T00:00:43.410Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
58682024-07-16T00:00:43.410Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
58692024-07-16T00:00:43.410Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
58702024-07-16T00:00:43.410Z
58712024-07-16T00:00:43.410Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.01s
58722024-07-16T00:00:43.410Z
58732024-07-16T00:00:43.435Z Doc-tests bootstore
58742024-07-16T00:00:43.435Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5989e5fc9831f0ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5b57bac3462a0cb8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0ce60a31c78d5de0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bbade5d16443e8d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c6b70ee121895c3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
58752024-07-16T00:00:44.461Z
58762024-07-16T00:00:44.462Zrunning 0 tests
58772024-07-16T00:00:44.462Z
58782024-07-16T00:00:44.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58792024-07-16T00:00:44.462Z
58802024-07-16T00:00:44.504Z Doc-tests bootstrap-agent-client
58812024-07-16T00:00:44.504Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
58822024-07-16T00:00:45.553Z
58832024-07-16T00:00:45.553Zrunning 0 tests
58842024-07-16T00:00:45.553Z
58852024-07-16T00:00:45.553Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58862024-07-16T00:00:45.553Z
58872024-07-16T00:00:45.605Z Doc-tests cockroach-admin-client
58882024-07-16T00:00:45.629Z Running `/home/build/.rustup/toolchains/1.78.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/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b4c9ffce4c67f3e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
58892024-07-16T00:00:46.003Z
58902024-07-16T00:00:46.003Zrunning 0 tests
58912024-07-16T00:00:46.003Z
58922024-07-16T00:00:46.003Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58932024-07-16T00:00:46.003Z
58942024-07-16T00:00:46.029Z Doc-tests db-macros
58952024-07-16T00:00:46.029Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-6539176653f39e15.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-128a0209349d1254.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-52df3b2ea79baefc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -C embed-bitcode=no --document-private-items -D warnings --error-format human`
58962024-07-16T00:00:46.417Z
58972024-07-16T00:00:46.417Zrunning 3 tests
58982024-07-16T00:00:46.441Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
58992024-07-16T00:00:46.442Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
59002024-07-16T00:00:46.442Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
59012024-07-16T00:00:46.442Z
59022024-07-16T00:00:46.442Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
59032024-07-16T00:00:46.442Z
59042024-07-16T00:00:46.468Z Doc-tests dns-server
59052024-07-16T00:00:46.468Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-9668cc9406f0c542.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a77a9048877517ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
59062024-07-16T00:00:46.866Z
59072024-07-16T00:00:46.866Zrunning 0 tests
59082024-07-16T00:00:46.866Z
59092024-07-16T00:00:46.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59102024-07-16T00:00:46.866Z
59112024-07-16T00:00:46.895Z Doc-tests dns-server-api
59122024-07-16T00:00:46.920Z Running `/home/build/.rustup/toolchains/1.78.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/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
59132024-07-16T00:00:47.243Z
59142024-07-16T00:00:47.243Zrunning 2 tests
59152024-07-16T00:00:47.243Ztest dns-server-api/src/lib.rs - dns_server_api::api_description (line 110) ... ignored
59162024-07-16T00:00:47.243Ztest dns-server-api/src/lib.rs - dns_server_api::stub_api_description (line 116) ... ignored
59172024-07-16T00:00:47.243Z
59182024-07-16T00:00:47.243Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
59192024-07-16T00:00:47.244Z
59202024-07-16T00:00:47.269Z Doc-tests dns-service-client
59212024-07-16T00:00:47.269Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
59222024-07-16T00:00:47.655Z
59232024-07-16T00:00:47.655Zrunning 0 tests
59242024-07-16T00:00:47.655Z
59252024-07-16T00:00:47.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59262024-07-16T00:00:47.655Z
59272024-07-16T00:00:47.682Z Doc-tests dpd-client
59282024-07-16T00:00:47.682Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
59292024-07-16T00:00:49.394Z
59302024-07-16T00:00:49.394Zrunning 0 tests
59312024-07-16T00:00:49.394Z
59322024-07-16T00:00:49.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59332024-07-16T00:00:49.394Z
59342024-07-16T00:00:49.446Z Doc-tests gateway-client
59352024-07-16T00:00:49.447Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
59362024-07-16T00:00:50.947Z
59372024-07-16T00:00:50.947Zrunning 0 tests
59382024-07-16T00:00:50.947Z
59392024-07-16T00:00:50.947Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59402024-07-16T00:00:50.947Z
59412024-07-16T00:00:50.999Z Doc-tests gateway-test-utils
59422024-07-16T00:00:50.999Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1381ba0be88deb76.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
59432024-07-16T00:00:51.586Z
59442024-07-16T00:00:51.586Zrunning 0 tests
59452024-07-16T00:00:51.586Z
59462024-07-16T00:00:51.586Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59472024-07-16T00:00:51.586Z
59482024-07-16T00:00:51.643Z Doc-tests illumos-utils
59492024-07-16T00:00:51.643Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2c10e4b17d98aa7e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-5d6e0f627cf5ce0e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c5020325bfa2d6c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-420af46d8de3819f.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5ee4ac3bcaef5f0a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-4db3fca7300e2eb9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --document-private-items -D warnings --error-format human`
59502024-07-16T00:00:53.903Z
59512024-07-16T00:00:53.903Zrunning 0 tests
59522024-07-16T00:00:53.903Z
59532024-07-16T00:00:53.903Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59542024-07-16T00:00:53.903Z
59552024-07-16T00:00:54.008Z Doc-tests installinator
59562024-07-16T00:00:54.008Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6bd9e5b0fa1ad193.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-335ae632bed03b0c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4383e98305d92802.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-5b9f8ed3266d907c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
59572024-07-16T00:00:54.806Z
59582024-07-16T00:00:54.806Zrunning 0 tests
59592024-07-16T00:00:54.806Z
59602024-07-16T00:00:54.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59612024-07-16T00:00:54.806Z
59622024-07-16T00:00:54.848Z Doc-tests installinator-api
59632024-07-16T00:00:54.848Z Running `/home/build/.rustup/toolchains/1.78.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/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-191f86d511459137.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
59642024-07-16T00:00:55.252Z
59652024-07-16T00:00:55.252Zrunning 2 tests
59662024-07-16T00:00:55.277Ztest installinator-api/src/lib.rs - installinator_api::api_description (line 39) ... ignored
59672024-07-16T00:00:55.277Ztest installinator-api/src/lib.rs - installinator_api::stub_api_description (line 45) ... ignored
59682024-07-16T00:00:55.277Z
59692024-07-16T00:00:55.277Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
59702024-07-16T00:00:55.277Z
59712024-07-16T00:00:55.301Z Doc-tests installinator-client
59722024-07-16T00:00:55.301Z Running `/home/build/.rustup/toolchains/1.78.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/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-335ae632bed03b0c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
59732024-07-16T00:00:56.486Z
59742024-07-16T00:00:56.486Zrunning 0 tests
59752024-07-16T00:00:56.486Z
59762024-07-16T00:00:56.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59772024-07-16T00:00:56.486Z
59782024-07-16T00:00:56.538Z Doc-tests installinator-common
59792024-07-16T00:00:56.539Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
59802024-07-16T00:00:57.060Z
59812024-07-16T00:00:57.060Zrunning 0 tests
59822024-07-16T00:00:57.060Z
59832024-07-16T00:00:57.060Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59842024-07-16T00:00:57.060Z
59852024-07-16T00:00:57.098Z Doc-tests internal-dns
59862024-07-16T00:00:57.098Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
59872024-07-16T00:00:57.492Z
59882024-07-16T00:00:57.492Zrunning 0 tests
59892024-07-16T00:00:57.492Z
59902024-07-16T00:00:57.492Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59912024-07-16T00:00:57.492Z
59922024-07-16T00:00:57.522Z Doc-tests ipcc
59932024-07-16T00:00:57.522Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4383e98305d92802.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ --document-private-items -D warnings --error-format human`
59942024-07-16T00:00:57.855Z
59952024-07-16T00:00:57.855Zrunning 0 tests
59962024-07-16T00:00:57.855Z
59972024-07-16T00:00:57.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59982024-07-16T00:00:57.855Z
59992024-07-16T00:00:57.891Z Doc-tests key-manager
60002024-07-16T00:00:57.891Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0ce60a31c78d5de0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bbade5d16443e8d2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
60012024-07-16T00:00:58.217Z
60022024-07-16T00:00:58.217Zrunning 0 tests
60032024-07-16T00:00:58.217Z
60042024-07-16T00:00:58.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60052024-07-16T00:00:58.217Z
60062024-07-16T00:00:58.247Z Doc-tests nexus-auth
60072024-07-16T00:00:58.271Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5c8929cd628b1c0f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-7b8eafab6692b7b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-cb684dd7dd88a7f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f1988acd213cf850.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37faa9e4b1fcd5ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
60082024-07-16T00:00:59.463Z
60092024-07-16T00:00:59.464Zrunning 0 tests
60102024-07-16T00:00:59.464Z
60112024-07-16T00:00:59.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60122024-07-16T00:00:59.464Z
60132024-07-16T00:00:59.513Z Doc-tests nexus-client
60142024-07-16T00:00:59.513Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
60152024-07-16T00:01:02.089Z
60162024-07-16T00:01:02.089Zrunning 0 tests
60172024-07-16T00:01:02.089Z
60182024-07-16T00:01:02.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60192024-07-16T00:01:02.089Z
60202024-07-16T00:01:02.155Z Doc-tests nexus-config
60212024-07-16T00:01:02.155Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
60222024-07-16T00:01:02.847Z
60232024-07-16T00:01:02.847Zrunning 0 tests
60242024-07-16T00:01:02.847Z
60252024-07-16T00:01:02.847Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60262024-07-16T00:01:02.847Z
60272024-07-16T00:01:02.885Z Doc-tests nexus-db-fixed-data
60282024-07-16T00:01:02.885Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-cb684dd7dd88a7f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
60292024-07-16T00:01:03.311Z
60302024-07-16T00:01:03.311Zrunning 0 tests
60312024-07-16T00:01:03.311Z
60322024-07-16T00:01:03.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60332024-07-16T00:01:03.311Z
60342024-07-16T00:01:03.344Z Doc-tests nexus-db-model
60352024-07-16T00:01:03.344Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-6539176653f39e15.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5a62ad33a9a669ea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1a3e3941c4145122.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4bebe16f4057c376.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
60362024-07-16T00:01:17.039Z
60372024-07-16T00:01:17.039Zrunning 2 tests
60382024-07-16T00:01:19.445Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
60392024-07-16T00:01:19.586Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
60402024-07-16T00:01:19.586Z
60412024-07-16T00:01:19.586Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.55s
60422024-07-16T00:01:19.586Z
60432024-07-16T00:01:19.869Z Doc-tests nexus-db-queries
60442024-07-16T00:01:19.915Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-20cb20cdb551d539.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-13c4665dce0e0339.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-6539176653f39e15.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-1ae4ea0ac6aa6d50.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-906dc5925d37c78d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-cb684dd7dd88a7f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f1988acd213cf850.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f91912b092e7beac.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
60452024-07-16T00:01:22.502Z
60462024-07-16T00:01:22.502Zrunning 1 test
60472024-07-16T00:01:26.652Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
60482024-07-16T00:01:26.652Z
60492024-07-16T00:01:26.652Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.15s
60502024-07-16T00:01:26.652Z
60512024-07-16T00:01:26.757Z Doc-tests nexus-defaults
60522024-07-16T00:01:26.757Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1a3e3941c4145122.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
60532024-07-16T00:01:27.062Z
60542024-07-16T00:01:27.062Zrunning 0 tests
60552024-07-16T00:01:27.063Z
60562024-07-16T00:01:27.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60572024-07-16T00:01:27.063Z
60582024-07-16T00:01:27.091Z Doc-tests nexus-internal-api
60592024-07-16T00:01:27.091Z Running `/home/build/.rustup/toolchains/1.78.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/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-69f2eff755c6abc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
60602024-07-16T00:01:27.576Z
60612024-07-16T00:01:27.576Zrunning 2 tests
60622024-07-16T00:01:27.600Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 57) ... ignored
60632024-07-16T00:01:27.600Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 63) ... ignored
60642024-07-16T00:01:27.600Z
60652024-07-16T00:01:27.600Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
60662024-07-16T00:01:27.600Z
60672024-07-16T00:01:27.625Z Doc-tests nexus-inventory
60682024-07-16T00:01:27.625Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-81432389d5a384a7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
60692024-07-16T00:01:28.028Z
60702024-07-16T00:01:28.028Zrunning 0 tests
60712024-07-16T00:01:28.028Z
60722024-07-16T00:01:28.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60732024-07-16T00:01:28.028Z
60742024-07-16T00:01:28.061Z Doc-tests nexus-macros-common
60752024-07-16T00:01:28.086Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-128a0209349d1254.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
60762024-07-16T00:01:28.176Z
60772024-07-16T00:01:28.177Zrunning 0 tests
60782024-07-16T00:01:28.177Z
60792024-07-16T00:01:28.177Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60802024-07-16T00:01:28.177Z
60812024-07-16T00:01:28.201Z Doc-tests nexus-metrics-producer-gc
60822024-07-16T00:01:28.201Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aef6bdffdc7f6090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-6dcf7371ed4d0c6f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
60832024-07-16T00:01:28.675Z
60842024-07-16T00:01:28.675Zrunning 0 tests
60852024-07-16T00:01:28.675Z
60862024-07-16T00:01:28.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60872024-07-16T00:01:28.676Z
60882024-07-16T00:01:28.714Z Doc-tests nexus-networking
60892024-07-16T00:01:28.714Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-af4cb03a97a53880.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
60902024-07-16T00:01:29.180Z
60912024-07-16T00:01:29.180Zrunning 0 tests
60922024-07-16T00:01:29.180Z
60932024-07-16T00:01:29.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60942024-07-16T00:01:29.180Z
60952024-07-16T00:01:29.253Z Doc-tests nexus-reconfigurator-execution
60962024-07-16T00:01:29.253Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b4c9ffce4c67f3e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aef6bdffdc7f6090.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-af4cb03a97a53880.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bd79ee70e1220106.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
60972024-07-16T00:01:29.808Z
60982024-07-16T00:01:29.808Zrunning 0 tests
60992024-07-16T00:01:29.808Z
61002024-07-16T00:01:29.808Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61012024-07-16T00:01:29.808Z
61022024-07-16T00:01:29.848Z Doc-tests nexus-reconfigurator-planning
61032024-07-16T00:01:29.848Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-81432389d5a384a7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
61042024-07-16T00:01:30.386Z
61052024-07-16T00:01:30.386Zrunning 0 tests
61062024-07-16T00:01:30.386Z
61072024-07-16T00:01:30.386Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61082024-07-16T00:01:30.386Z
61092024-07-16T00:01:30.425Z Doc-tests nexus-reconfigurator-preparation
61102024-07-16T00:01:30.425Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
61112024-07-16T00:01:30.972Z
61122024-07-16T00:01:30.972Zrunning 0 tests
61132024-07-16T00:01:30.972Z
61142024-07-16T00:01:30.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61152024-07-16T00:01:30.972Z
61162024-07-16T00:01:31.013Z Doc-tests nexus-saga-recovery
61172024-07-16T00:01:31.013Z Running `/home/build/.rustup/toolchains/1.78.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/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a7c1069d6be71e4d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
61182024-07-16T00:01:31.450Z
61192024-07-16T00:01:31.450Zrunning 0 tests
61202024-07-16T00:01:31.450Z
61212024-07-16T00:01:31.450Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61222024-07-16T00:01:31.450Z
61232024-07-16T00:01:31.486Z Doc-tests nexus-test-interface
61242024-07-16T00:01:31.486Z Running `/home/build/.rustup/toolchains/1.78.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/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
61252024-07-16T00:01:31.826Z
61262024-07-16T00:01:31.826Zrunning 0 tests
61272024-07-16T00:01:31.826Z
61282024-07-16T00:01:31.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61292024-07-16T00:01:31.826Z
61302024-07-16T00:01:31.858Z Doc-tests nexus-test-utils
61312024-07-16T00:01:31.858Z Running `/home/build/.rustup/toolchains/1.78.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/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --document-private-items -D warnings --error-format human`
61322024-07-16T00:01:32.816Z
61332024-07-16T00:01:32.816Zrunning 0 tests
61342024-07-16T00:01:32.816Z
61352024-07-16T00:01:32.816Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61362024-07-16T00:01:32.816Z
61372024-07-16T00:01:32.865Z Doc-tests nexus-test-utils-macros
61382024-07-16T00:01:32.892Z Running `/home/build/.rustup/toolchains/1.78.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/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -C embed-bitcode=no --document-private-items -D warnings --error-format human`
61392024-07-16T00:01:32.982Z
61402024-07-16T00:01:32.982Zrunning 1 test
61412024-07-16T00:01:33.007Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
61422024-07-16T00:01:33.007Z
61432024-07-16T00:01:33.007Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61442024-07-16T00:01:33.007Z
61452024-07-16T00:01:33.007Z Doc-tests nexus-types
61462024-07-16T00:01:33.007Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ed3d79836b5d2a90.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5a62ad33a9a669ea.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ae48aa26702ecbcc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
61472024-07-16T00:01:36.362Z
61482024-07-16T00:01:36.362Zrunning 0 tests
61492024-07-16T00:01:36.363Z
61502024-07-16T00:01:36.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61512024-07-16T00:01:36.363Z
61522024-07-16T00:01:36.459Z Doc-tests omicron-certificates
61532024-07-16T00:01:36.459Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4bebe16f4057c376.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
61542024-07-16T00:01:36.801Z
61552024-07-16T00:01:36.801Zrunning 0 tests
61562024-07-16T00:01:36.801Z
61572024-07-16T00:01:36.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61582024-07-16T00:01:36.801Z
61592024-07-16T00:01:36.835Z Doc-tests omicron-cockroach-admin
61602024-07-16T00:01:36.835Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-54582f6ff598b463.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0c07b3683918efcc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
61612024-07-16T00:01:37.317Z
61622024-07-16T00:01:37.317Zrunning 0 tests
61632024-07-16T00:01:37.317Z
61642024-07-16T00:01:37.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61652024-07-16T00:01:37.317Z
61662024-07-16T00:01:37.355Z Doc-tests omicron-common
61672024-07-16T00:01:37.355Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ed3d79836b5d2a90.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0bed3860e46735ea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-4b0efea701e86495.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --document-private-items -D warnings --error-format human`
61682024-07-16T00:01:39.642Z
61692024-07-16T00:01:39.642Zrunning 2 tests
61702024-07-16T00:01:39.684Ztest common/src/lib.rs - FileKv (line 59) ... ignored
61712024-07-16T00:01:46.136Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 614) ... ok
61722024-07-16T00:01:46.136Z
61732024-07-16T00:01:46.136Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 6.51s
61742024-07-16T00:01:46.136Z
61752024-07-16T00:01:46.210Z Doc-tests omicron-ddm-admin-client
61762024-07-16T00:01:46.235Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-dba72be4d660b887.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
61772024-07-16T00:01:46.562Z
61782024-07-16T00:01:46.562Zrunning 0 tests
61792024-07-16T00:01:46.562Z
61802024-07-16T00:01:46.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61812024-07-16T00:01:46.562Z
61822024-07-16T00:01:46.595Z Doc-tests omicron-gateway
61832024-07-16T00:01:46.595Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-59ef468d82c86a23.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4383e98305d92802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1381ba0be88deb76.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-311ceff6f8856d06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0cb1aa1213d3e748.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
61842024-07-16T00:01:47.950Z
61852024-07-16T00:01:47.950Zrunning 0 tests
61862024-07-16T00:01:47.950Z
61872024-07-16T00:01:47.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61882024-07-16T00:01:47.950Z
61892024-07-16T00:01:48.001Z Doc-tests omicron-nexus
61902024-07-16T00:01:48.070Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4b2a2ac4b7c7aeb6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b4c9ffce4c67f3e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-455d7389eeea7045.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b6c18738e3d245f7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-62605b1d124f8de4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aef6bdffdc7f6090.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-906dc5925d37c78d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1d460ff4be3fd74a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-39116bea2eca169b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7099857b4ce987ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1a3e3941c4145122.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-69f2eff755c6abc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-67c03f4560a9e01b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-6dcf7371ed4d0c6f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-af4cb03a97a53880.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bd79ee70e1220106.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-616df86d7aa554e6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c5e891dce1d9f598.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a7c1069d6be71e4d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2e02160d785f519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1d71187e8747bbbb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fb91b3bb7aaed41.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b3d79b64bf80b3e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e94609fb6d519da7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a8ee43561d4acba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-600c6d920e71851d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b472c7d6be468cc5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-bc303404d6972374.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37faa9e4b1fcd5ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-86ac8598d77ffd1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2880b49c1495e706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-60034728744babeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
61912024-07-16T00:01:51.612Z
61922024-07-16T00:01:51.612Zrunning 5 tests
61932024-07-16T00:01:51.636Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 244) ... ignored
61942024-07-16T00:01:55.364Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 752) ... ok
61952024-07-16T00:01:55.445Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 816) ... ok
61962024-07-16T00:01:55.469Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 774) ... ok
61972024-07-16T00:01:55.494Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 846) ... ok
61982024-07-16T00:01:55.494Z
61992024-07-16T00:01:55.494Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.86s
62002024-07-16T00:01:55.494Z
62012024-07-16T00:01:55.610Z Doc-tests omicron-package
62022024-07-16T00:01:55.610Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0f1faa0ededd0477.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-8e8b8ff9da3c783c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-92b4dfe0746da674.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-cb6a999faa70fb57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
62032024-07-16T00:01:55.939Z
62042024-07-16T00:01:55.939Zrunning 0 tests
62052024-07-16T00:01:55.939Z
62062024-07-16T00:01:55.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62072024-07-16T00:01:55.940Z
62082024-07-16T00:01:55.966Z Doc-tests omicron-passwords
62092024-07-16T00:01:55.990Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-a4d8a9947f230e00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-455d7389eeea7045.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-750b2e677370518b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
62102024-07-16T00:01:56.148Z
62112024-07-16T00:01:56.148Zrunning 0 tests
62122024-07-16T00:01:56.148Z
62132024-07-16T00:01:56.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62142024-07-16T00:01:56.148Z
62152024-07-16T00:01:56.174Z Doc-tests omicron-rpaths
62162024-07-16T00:01:56.174Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e182b1e71fc55826.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
62172024-07-16T00:01:56.268Z
62182024-07-16T00:01:56.268Zrunning 0 tests
62192024-07-16T00:01:56.268Z
62202024-07-16T00:01:56.268Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62212024-07-16T00:01:56.268Z
62222024-07-16T00:01:56.294Z Doc-tests omicron-sled-agent
62232024-07-16T00:01:56.294Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5989e5fc9831f0ff.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-471ff3faf7d0ce50.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0d1a2b059ce59e5b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8b5693721c34cb12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-df9be04055402623.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ae38a0e1cc0ffd51.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-87d97ec6784b2467.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0c3ada08bd78356f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-420af46d8de3819f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-90449d923cbb21ea.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-721f85bd026f6871.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2773477406cb1fd4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-68f3463b5beb3a22.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5d4356a7938f43ea.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7840fe43f669835e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f9ab72387bebfb84.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
62242024-07-16T00:01:59.565Z
62252024-07-16T00:01:59.565Zrunning 0 tests
62262024-07-16T00:01:59.565Z
62272024-07-16T00:01:59.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62282024-07-16T00:01:59.565Z
62292024-07-16T00:01:59.676Z Doc-tests omicron-test-utils
62302024-07-16T00:01:59.676Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9818663db5922b64.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a5181d5ebaacf525.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-36e34beffb7e3f64.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-a2db1a58f03bfb0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf153c9a9f2b37b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --document-private-items -D warnings --error-format human`
62312024-07-16T00:02:00.084Z
62322024-07-16T00:02:00.084Zrunning 0 tests
62332024-07-16T00:02:00.084Z
62342024-07-16T00:02:00.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62352024-07-16T00:02:00.084Z
62362024-07-16T00:02:00.120Z Doc-tests omicron-uuid-kinds
62372024-07-16T00:02:00.121Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ae48aa26702ecbcc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --document-private-items -D warnings --error-format human`
62382024-07-16T00:02:00.264Z
62392024-07-16T00:02:00.264Zrunning 0 tests
62402024-07-16T00:02:00.264Z
62412024-07-16T00:02:00.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62422024-07-16T00:02:00.264Z
62432024-07-16T00:02:00.292Z Doc-tests omicron-workspace-hack
62442024-07-16T00:02:00.292Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2015 --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/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-900e25007ef20775.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b989bbb682685e9.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-44e70eba0814273c.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-cfd8ff5e51703970.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c52e35fc6b8daee8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efbc4de522c00b6.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9944dc517748bd69.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6dea271f0dac325d.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ce6a4c737085c3f8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-e9051f4e04fbff84.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-11fbd4a534ff102d.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-1dcee6372fe2be26.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-971206eb9eb7cdaa.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9025fa0717a56460.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-142ae3e71f9f65e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8fda08b8024d96a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-84fca72fcea11cd1.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c00aecef1131d0de.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f91912b092e7beac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-88060791252287cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ed8a9f6f1be8cafc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-add9c285bc320d03.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4773901d6ae88892.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d25cf6a3fbbb9f1b.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-808843d7fa8a8b93.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e427cd33e07d895a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-422ce256ccc6f6c0.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-b4da27dde99eb5bb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-bbd667307fd8008a.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ef52c8f9924d93d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-267d8fd0c2a023f6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
62452024-07-16T00:02:00.392Z
62462024-07-16T00:02:00.392Zrunning 0 tests
62472024-07-16T00:02:00.392Z
62482024-07-16T00:02:00.392Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62492024-07-16T00:02:00.392Z
62502024-07-16T00:02:00.416Z Doc-tests openapi-manager
62512024-07-16T00:02:00.416Z Running `/home/build/.rustup/toolchains/1.78.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/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9818663db5922b64.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4038d214caab0415.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-240c20a392287b7c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-191f86d511459137.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-69f2eff755c6abc4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-0e1a642c1b71daf0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
62522024-07-16T00:02:00.949Z
62532024-07-16T00:02:00.949Zrunning 0 tests
62542024-07-16T00:02:00.949Z
62552024-07-16T00:02:00.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62562024-07-16T00:02:00.949Z
62572024-07-16T00:02:00.985Z Doc-tests oxide-client
62582024-07-16T00:02:00.985Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a8ee43561d4acba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
62592024-07-16T00:02:08.203Z
62602024-07-16T00:02:08.203Zrunning 196 tests
62612024-07-16T00:02:08.228Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
62622024-07-16T00:02:08.228Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
62632024-07-16T00:02:08.228Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
62642024-07-16T00:02:08.228Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
62652024-07-16T00:02:08.228Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
62662024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
62672024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
62682024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
62692024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
62702024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
62712024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
62722024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
62732024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
62742024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
62752024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
62762024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
62772024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
62782024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
62792024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
62802024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
62812024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
62822024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
62832024-07-16T00:02:08.254Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
62842024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
62852024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
62862024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
62872024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
62882024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
62892024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
62902024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
62912024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
62922024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
62932024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
62942024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
62952024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
62962024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
62972024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
62982024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
62992024-07-16T00:02:08.279Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
63002024-07-16T00:02:08.280Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
63012024-07-16T00:02:08.280Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
63022024-07-16T00:02:08.280Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
63032024-07-16T00:02:08.280Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
63042024-07-16T00:02:08.280Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
63052024-07-16T00:02:08.304Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
63062024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
63072024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
63082024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
63092024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
63102024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
63112024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
63122024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
63132024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
63142024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
63152024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
63162024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
63172024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
63182024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
63192024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
63202024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
63212024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
63222024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
63232024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
63242024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
63252024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
63262024-07-16T00:02:08.305Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
63272024-07-16T00:02:08.330Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
63282024-07-16T00:02:08.330Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
63292024-07-16T00:02:08.330Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
63302024-07-16T00:02:08.330Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
63312024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
63322024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
63332024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
63342024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
63352024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
63362024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
63372024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
63382024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
63392024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
63402024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
63412024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
63422024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
63432024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
63442024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
63452024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
63462024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
63472024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
63482024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
63492024-07-16T00:02:08.331Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
63502024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
63512024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
63522024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
63532024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
63542024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
63552024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
63562024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
63572024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
63582024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
63592024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
63602024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
63612024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
63622024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
63632024-07-16T00:02:08.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
63642024-07-16T00:02:08.357Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
63652024-07-16T00:02:08.357Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
63662024-07-16T00:02:08.357Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
63672024-07-16T00:02:08.357Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
63682024-07-16T00:02:08.357Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
63692024-07-16T00:02:08.357Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
63702024-07-16T00:02:08.357Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
63712024-07-16T00:02:08.357Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
63722024-07-16T00:02:08.357Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored
63732024-07-16T00:02:08.357Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
63742024-07-16T00:02:08.357Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
63752024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored
63762024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
63772024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
63782024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
63792024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
63802024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
63812024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
63822024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
63832024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
63842024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored
63852024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
63862024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
63872024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
63882024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
63892024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
63902024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
63912024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
63922024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
63932024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
63942024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
63952024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
63962024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
63972024-07-16T00:02:08.382Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
63982024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
63992024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
64002024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
64012024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
64022024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
64032024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
64042024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
64052024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
64062024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
64072024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
64082024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
64092024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
64102024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
64112024-07-16T00:02:08.407Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
64122024-07-16T00:02:08.408Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
64132024-07-16T00:02:08.408Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
64142024-07-16T00:02:08.408Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
64152024-07-16T00:02:08.408Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
64162024-07-16T00:02:08.408Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
64172024-07-16T00:02:08.408Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
64182024-07-16T00:02:08.408Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
64192024-07-16T00:02:08.408Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
64202024-07-16T00:02:08.408Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
64212024-07-16T00:02:08.432Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
64222024-07-16T00:02:08.432Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
64232024-07-16T00:02:08.432Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
64242024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
64252024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
64262024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
64272024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
64282024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
64292024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
64302024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
64312024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
64322024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
64332024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
64342024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
64352024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
64362024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
64372024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
64382024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
64392024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
64402024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
64412024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
64422024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
64432024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
64442024-07-16T00:02:08.433Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
64452024-07-16T00:02:08.457Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
64462024-07-16T00:02:08.457Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
64472024-07-16T00:02:08.458Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
64482024-07-16T00:02:08.458Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
64492024-07-16T00:02:08.458Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
64502024-07-16T00:02:08.458Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
64512024-07-16T00:02:08.458Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
64522024-07-16T00:02:08.458Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
64532024-07-16T00:02:08.458Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
64542024-07-16T00:02:08.458Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
64552024-07-16T00:02:08.458Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
64562024-07-16T00:02:08.458Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
64572024-07-16T00:02:08.458Z
64582024-07-16T00:02:08.458Ztest result: ok. 0 passed; 0 failed; 196 ignored; 0 measured; 0 filtered out; finished in 0.23s
64592024-07-16T00:02:08.458Z
64602024-07-16T00:02:08.629Z Doc-tests oximeter
64612024-07-16T00:02:08.629Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-547ec662402a935b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-64783dda01bc2ba6.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5db5b9ae9b55f198.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
64622024-07-16T00:02:08.965Z
64632024-07-16T00:02:08.965Zrunning 2 tests
64642024-07-16T00:02:08.990Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
64652024-07-16T00:02:10.462Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
64662024-07-16T00:02:10.462Z
64672024-07-16T00:02:10.462Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.50s
64682024-07-16T00:02:10.462Z
64692024-07-16T00:02:10.513Z Doc-tests oximeter-client
64702024-07-16T00:02:10.513Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
64712024-07-16T00:02:10.960Z
64722024-07-16T00:02:10.960Zrunning 0 tests
64732024-07-16T00:02:10.960Z
64742024-07-16T00:02:10.960Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64752024-07-16T00:02:10.960Z
64762024-07-16T00:02:10.993Z Doc-tests oximeter-collector
64772024-07-16T00:02:10.993Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c037a046c5c5ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-50cef3819096797a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5e905b48142b9cc7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
64782024-07-16T00:02:11.648Z
64792024-07-16T00:02:11.648Zrunning 0 tests
64802024-07-16T00:02:11.648Z
64812024-07-16T00:02:11.648Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64822024-07-16T00:02:11.648Z
64832024-07-16T00:02:11.692Z Doc-tests oximeter-db
64842024-07-16T00:02:11.738Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-cddb0e14eb8d2605.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1afa19b974f12e2b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-78c8cbbe1ac07244.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-a69091e37ae557a2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-729de2019a6ce186.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-9569f95cc1e2d87d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a77c56320c9210d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-345b1aad12c58dd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --document-private-items -D warnings --error-format human`
64852024-07-16T00:02:13.468Z
64862024-07-16T00:02:13.468Zrunning 1 test
64872024-07-16T00:02:13.492Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
64882024-07-16T00:02:13.492Z
64892024-07-16T00:02:13.492Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
64902024-07-16T00:02:13.492Z
64912024-07-16T00:02:13.541Z Doc-tests oximeter-impl
64922024-07-16T00:02:13.541Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_impl --test oximeter/impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ddaee20d17a6597c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6d751a1e2a476355.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-547ec662402a935b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-64783dda01bc2ba6.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-978deae1946fc088.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c8fc2a8c2d3f43c6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3b80231c7e409790.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2b2292364db9a0db.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7d1b790777f4801c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
64932024-07-16T00:02:14.511Z
64942024-07-16T00:02:14.511Zrunning 11 tests
64952024-07-16T00:02:15.030Ztest oximeter/impl/src/traits.rs - traits::Metric (line 187) - compile fail ... ok
64962024-07-16T00:02:22.986Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
64972024-07-16T00:02:23.293Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
64982024-07-16T00:02:23.318Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
64992024-07-16T00:02:23.979Ztest oximeter/impl/src/traits.rs - traits::Metric (line 162) ... ok
65002024-07-16T00:02:24.004Ztest oximeter/impl/src/histogram.rs - histogram::Histogram<T>::span_decades (line 910) ... ok
65012024-07-16T00:02:24.029Ztest oximeter/impl/src/histogram.rs - histogram::Histogram<T>::with_bins (line 511) ... ok
65022024-07-16T00:02:24.029Ztest oximeter/impl/src/traits.rs - traits::Target (line 77) - compile fail ... ok
65032024-07-16T00:02:24.055Ztest oximeter/impl/src/traits.rs - traits::Producer (line 366) ... ok
65042024-07-16T00:02:30.200Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
65052024-07-16T00:02:30.886Ztest oximeter/impl/src/traits.rs - traits::Target (line 47) ... ok
65062024-07-16T00:02:30.886Z
65072024-07-16T00:02:30.886Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 16.38s
65082024-07-16T00:02:30.886Z
65092024-07-16T00:02:30.950Z Doc-tests oximeter-instruments
65102024-07-16T00:02:30.950Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-716ee18879bcc002.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6d06623832112319.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --document-private-items -D warnings --error-format human`
65112024-07-16T00:02:31.483Z
65122024-07-16T00:02:31.483Zrunning 0 tests
65132024-07-16T00:02:31.483Z
65142024-07-16T00:02:31.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65152024-07-16T00:02:31.483Z
65162024-07-16T00:02:31.523Z Doc-tests oximeter-macro-impl
65172024-07-16T00:02:31.523Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-64783dda01bc2ba6.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65182024-07-16T00:02:31.678Z
65192024-07-16T00:02:31.678Zrunning 0 tests
65202024-07-16T00:02:31.678Z
65212024-07-16T00:02:31.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65222024-07-16T00:02:31.678Z
65232024-07-16T00:02:31.703Z Doc-tests oximeter-producer
65242024-07-16T00:02:31.703Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-87acaa573a76439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c0f575b6b9775f67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6c8379cb06a08e31.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65252024-07-16T00:02:32.154Z
65262024-07-16T00:02:32.154Zrunning 0 tests
65272024-07-16T00:02:32.154Z
65282024-07-16T00:02:32.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65292024-07-16T00:02:32.154Z
65302024-07-16T00:02:32.195Z Doc-tests oximeter-timeseries-macro
65312024-07-16T00:02:32.195Z Running `/home/build/.rustup/toolchains/1.78.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/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-e328aafd5d627c87.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5db5b9ae9b55f198.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-64ad5e768ed85ab0.rlib --extern proc_macro -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65322024-07-16T00:02:32.501Z
65332024-07-16T00:02:32.501Zrunning 0 tests
65342024-07-16T00:02:32.501Z
65352024-07-16T00:02:32.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65362024-07-16T00:02:32.501Z
65372024-07-16T00:02:32.533Z Doc-tests oxlog
65382024-07-16T00:02:32.533Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-4db3fca7300e2eb9.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65392024-07-16T00:02:32.652Z
65402024-07-16T00:02:32.652Zrunning 0 tests
65412024-07-16T00:02:32.652Z
65422024-07-16T00:02:32.652Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65432024-07-16T00:02:32.652Z
65442024-07-16T00:02:32.677Z Doc-tests sled-agent-client
65452024-07-16T00:02:32.677Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dea35c0597f930c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65462024-07-16T00:02:35.119Z
65472024-07-16T00:02:35.119Zrunning 0 tests
65482024-07-16T00:02:35.119Z
65492024-07-16T00:02:35.119Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65502024-07-16T00:02:35.119Z
65512024-07-16T00:02:35.188Z Doc-tests sled-hardware
65522024-07-16T00:02:35.214Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7969186b10690c9f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-653157531af66c4f.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-64067512f05ae3d7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d34a4f0c42ef5cf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7840fe43f669835e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65532024-07-16T00:02:35.764Z
65542024-07-16T00:02:35.764Zrunning 0 tests
65552024-07-16T00:02:35.764Z
65562024-07-16T00:02:35.764Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65572024-07-16T00:02:35.764Z
65582024-07-16T00:02:35.807Z Doc-tests sled-hardware-types
65592024-07-16T00:02:35.807Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0268f75c537c9106.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65602024-07-16T00:02:36.196Z
65612024-07-16T00:02:36.196Zrunning 0 tests
65622024-07-16T00:02:36.196Z
65632024-07-16T00:02:36.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65642024-07-16T00:02:36.196Z
65652024-07-16T00:02:36.232Z Doc-tests sled-storage
65662024-07-16T00:02:36.232Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-bd46a1e827c0cd72.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-43598de80792d9c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b52c1d930f3632c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9f0f57c4daebde4d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fa9bc3e8ce79b1f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --cfg 'feature="testing"' --document-private-items -D warnings --error-format human`
65672024-07-16T00:02:36.866Z
65682024-07-16T00:02:36.866Zrunning 0 tests
65692024-07-16T00:02:36.866Z
65702024-07-16T00:02:36.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65712024-07-16T00:02:36.866Z
65722024-07-16T00:02:36.904Z Doc-tests sp-sim
65732024-07-16T00:02:36.928Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1381ba0be88deb76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9b0999e69c1d8af9.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-e44bf541a35c6f20.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65742024-07-16T00:02:37.548Z
65752024-07-16T00:02:37.548Zrunning 0 tests
65762024-07-16T00:02:37.548Z
65772024-07-16T00:02:37.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65782024-07-16T00:02:37.548Z
65792024-07-16T00:02:37.591Z Doc-tests tufaceous
65802024-07-16T00:02:37.591Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4218e5518cc1a7a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a50aed04ec358fcf.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f91912b092e7beac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65812024-07-16T00:02:37.998Z
65822024-07-16T00:02:37.998Zrunning 0 tests
65832024-07-16T00:02:37.998Z
65842024-07-16T00:02:37.998Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65852024-07-16T00:02:37.998Z
65862024-07-16T00:02:38.032Z Doc-tests tufaceous-lib
65872024-07-16T00:02:38.032Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-ab981ef8e9581646.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-828c528b4d266b82.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65882024-07-16T00:02:38.581Z
65892024-07-16T00:02:38.581Zrunning 0 tests
65902024-07-16T00:02:38.581Z
65912024-07-16T00:02:38.581Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65922024-07-16T00:02:38.581Z
65932024-07-16T00:02:38.618Z Doc-tests typed-rng
65942024-07-16T00:02:38.618Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ae48aa26702ecbcc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-427baba788a3f0d2.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-81432389d5a384a7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65952024-07-16T00:02:38.747Z
65962024-07-16T00:02:38.748Zrunning 0 tests
65972024-07-16T00:02:38.748Z
65982024-07-16T00:02:38.748Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65992024-07-16T00:02:38.748Z
66002024-07-16T00:02:38.772Z Doc-tests update-common
66012024-07-16T00:02:38.772Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66022024-07-16T00:02:39.165Z
66032024-07-16T00:02:39.165Zrunning 0 tests
66042024-07-16T00:02:39.165Z
66052024-07-16T00:02:39.165Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66062024-07-16T00:02:39.165Z
66072024-07-16T00:02:39.196Z Doc-tests update-engine
66082024-07-16T00:02:39.220Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f71faa70e6551be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5a62ad33a9a669ea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-bfd3ee3dbe8d887f.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-43dbd843f8ec402a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-520a9c99c2713c4b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fb714e98ba59d003.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66092024-07-16T00:02:39.844Z
66102024-07-16T00:02:39.844Zrunning 3 tests
66112024-07-16T00:02:39.868Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
66122024-07-16T00:02:39.868Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
66132024-07-16T00:02:39.868Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
66142024-07-16T00:02:39.868Z
66152024-07-16T00:02:39.868Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
66162024-07-16T00:02:39.868Z
66172024-07-16T00:02:39.915Z Doc-tests wicket
66182024-07-16T00:02:39.915Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4218e5518cc1a7a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a4535e281d233393.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-238248b22cea56ac.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-32553398bed02aeb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-531810a0729a8367.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-422ce256ccc6f6c0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-3e22461855c5623f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b0c008dbeaf52a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2b8c1f18ef367063.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-162e40084bc0e80a.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66192024-07-16T00:02:41.075Z
66202024-07-16T00:02:41.076Zrunning 0 tests
66212024-07-16T00:02:41.076Z
66222024-07-16T00:02:41.076Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66232024-07-16T00:02:41.076Z
66242024-07-16T00:02:41.127Z Doc-tests wicket-common
66252024-07-16T00:02:41.127Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66262024-07-16T00:02:41.792Z
66272024-07-16T00:02:41.792Zrunning 0 tests
66282024-07-16T00:02:41.792Z
66292024-07-16T00:02:41.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66302024-07-16T00:02:41.792Z
66312024-07-16T00:02:41.832Z Doc-tests wicket-dbg
66322024-07-16T00:02:41.832Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-924526503980d853.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b9faba883450b35a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-86355b18c1bf5bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b0c008dbeaf52a5d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-066dce36812087e8.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66332024-07-16T00:02:42.313Z
66342024-07-16T00:02:42.313Zrunning 0 tests
66352024-07-16T00:02:42.313Z
66362024-07-16T00:02:42.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66372024-07-16T00:02:42.313Z
66382024-07-16T00:02:42.347Z Doc-tests wicketd
66392024-07-16T00:02:42.372Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-57d23d037836ac91.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-736c0daac4944d34.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a88cc174476ba8b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-19ab8735ea8444a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9acf9097cbfb1344.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1113d3c266fae8fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4253228e65672215.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2bc52beebfae7d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90a540ba8ec06ac6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-2817cfed1dd8222e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-4289b7dca29414cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4d28766735f50474.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b966630b84a9da4c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-44a14aed123a63ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e141a4a4024d7118.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-df3f1059ccf78b85.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-944828bc94899c2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-984c9120db0f7fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5fcee8f6e1ea06a1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6bd9e5b0fa1ad193.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-191f86d511459137.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-335ae632bed03b0c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b4d109b761414dee.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4bebe16f4057c376.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73c4455613710c96.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3f84cf3a2c11f4fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-32befc35bc96a2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c50c586235e3e130.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b5656c5dcc17acc6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-637375b89fdf2bc7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2613491d153386b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-14392a0cc9363708.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-deaba24feeddef2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-53a2cc8360586505.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-922ed5c98959fd76.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fea8d94bdeee9a48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-519619c55d165434.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d305c82c7cf1990e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-46444247b4cfd227.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2c2c2260f7387b1f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-47cb8d534010345f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cc08b5105a0ecfaf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b2bbcfdf57f949b3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b0c008dbeaf52a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1f308ecb5b24ad07.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2b8c1f18ef367063.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66402024-07-16T00:02:43.515Z
66412024-07-16T00:02:43.515Zrunning 0 tests
66422024-07-16T00:02:43.515Z
66432024-07-16T00:02:43.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66442024-07-16T00:02:43.515Z
66452024-07-16T00:02:43.573Z Doc-tests wicketd-client
66462024-07-16T00:02:43.574Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-947c891e5fe384e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-97394a16f2eaf8c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8c5c62432790df64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21f0880c48de2b98.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1689d2cc42b61531.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a3a30c5e9ad2fa0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e36cc403da477cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-37b5424cba80b571.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cea5d4fb715cdca9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-69c79a29e6f9f598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a8809571914b5b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ff53383ee2c64cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-84c56faaf9c60c8b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fb615d3e16857424.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2b8c1f18ef367063.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66472024-07-16T00:02:45.724Z
66482024-07-16T00:02:45.724Zrunning 0 tests
66492024-07-16T00:02:45.724Z
66502024-07-16T00:02:45.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66512024-07-16T00:02:45.724Z
66522024-07-16T00:02:45.871Z
66532024-07-16T00:02:45.871Zreal 2:05.280456323
66542024-07-16T00:02:45.871Zuser 2:10.081197309
66552024-07-16T00:02:45.871Zsys 57.908202452
66562024-07-16T00:02:45.871Ztrap 0.040791177
66572024-07-16T00:02:45.871Ztflt 0.829749494
66582024-07-16T00:02:45.872Zdflt 2.674300167
66592024-07-16T00:02:45.872Zkflt 0.010700047
66602024-07-16T00:02:45.872Zlock 1:48.030162449
66612024-07-16T00:02:45.872Zslp 13:35.093432276
66622024-07-16T00:02:45.872Zlat 2.603466610
66632024-07-16T00:02:45.872Zstop 5.657784446
66642024-07-16T00:02:45.896Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
66652024-07-16T00:02:45.896Z+ unset TMPDIR
66662024-07-16T00:02:45.896Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
66672024-07-16T00:02:45.896Zfiles in /var/tmp/omicron_tmp (none expected on success):
66682024-07-16T00:02:45.896Z+ find /var/tmp/omicron_tmp -ls
66692024-07-16T00:02:45.896Z164798 25 drwxr-xr-x 2 build build 2 Jul 16 00:02 /var/tmp/omicron_tmp
66702024-07-16T00:02:45.896Z+ rmdir /var/tmp/omicron_tmp
66712024-07-16T00:02:46.802Zprocess exited: duration 4267438 ms, exit code 0
 
66722024-07-16T00:02:46.857Zfound 1 output files
66732024-07-16T00:02:46.857Zuploading: /work/crate-build-timings.json (509848 bytes)
66742024-07-16T00:02:48.133Zuploaded: /work/crate-build-timings.json