01J4NVXK0PY974Y2F5TSRBQV5Z: 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: 01J4NVXW5ZTR5DMKJ6X8555F5N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-07T07:31:05.393Zjob assigned to worker 01J4NVXZADV0EE7F5WVSX1GV3Z (queued for 45 s)
 
22024-08-07T07:31:13.176Zstarting task 0: "setup"
32024-08-07T07:31:13.185Z++ uname -s
42024-08-07T07:31:13.188Z+ kern=SunOS
52024-08-07T07:31:13.188Z+ case "$kern" in
62024-08-07T07:31:13.188Z+ groupadd -g 12345 build
72024-08-07T07:31:13.190Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-07T07:31:15.202Z+ zfs create -o mountpoint=/work rpool/work
92024-08-07T07:31:15.376Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-07T07:31:15.379Z+ home_fs=zfs
112024-08-07T07:31:15.379Z+ [[ zfs == autofs ]]
122024-08-07T07:31:15.379Z+ mkdir -p /home/build
132024-08-07T07:31:15.381Z+ chown build:build /home/build /work
142024-08-07T07:31:17.383Z+ chmod 0700 /home/build /work
152024-08-07T07:31:17.386Zprocess exited: duration 4211 ms, exit code 0
 
162024-08-07T07:31:17.392Zstarting task 1: "rust-toolchain"
172024-08-07T07:31:17.398Z+ printf ' * toolchain channel = "%s"
182024-08-07T07:31:17.398Z' 1.80.0
192024-08-07T07:31:17.401Z+ printf ' * toolchain profile = "%s"
202024-08-07T07:31:17.401Z * toolchain channel = "1.80.0"
212024-08-07T07:31:17.401Z * toolchain profile = "default"
222024-08-07T07:31:17.401Z' default
232024-08-07T07:31:17.401Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-07T07:31:17.401Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-07T07:31:17.515Zinfo: downloading installer
262024-08-07T07:31:18.924Zinfo: profile set to 'default'
272024-08-07T07:31:18.924Zinfo: default host triple is x86_64-unknown-illumos
282024-08-07T07:31:18.927Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-07T07:31:19.075Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-07T07:31:19.075Zinfo: downloading component 'cargo'
312024-08-07T07:31:19.922Zinfo: downloading component 'clippy'
322024-08-07T07:31:20.222Zinfo: downloading component 'rust-docs'
332024-08-07T07:31:21.401Zinfo: downloading component 'rust-std'
342024-08-07T07:31:23.063Zinfo: downloading component 'rustc'
352024-08-07T07:31:27.706Zinfo: downloading component 'rustfmt'
362024-08-07T07:31:27.952Zinfo: installing component 'cargo'
372024-08-07T07:31:28.768Zinfo: installing component 'clippy'
382024-08-07T07:31:29.147Zinfo: installing component 'rust-docs'
392024-08-07T07:31:30.756Zinfo: installing component 'rust-std'
402024-08-07T07:31:32.399Zinfo: installing component 'rustc'
412024-08-07T07:31:36.585Zinfo: installing component 'rustfmt'
422024-08-07T07:31:36.928Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-07T07:31:36.928Z
442024-08-07T07:31:37.191Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-07T07:31:37.191Z
462024-08-07T07:31:37.194Z
472024-08-07T07:31:37.194ZRust is installed now. Great!
482024-08-07T07:31:37.194Z
492024-08-07T07:31:37.194ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-07T07:31:37.195Zenvironment variable. This has not been done automatically.
512024-08-07T07:31:37.195Z
522024-08-07T07:31:37.195ZTo configure your current shell, you need to source
532024-08-07T07:31:37.195Zthe corresponding env file under $HOME/.cargo.
542024-08-07T07:31:37.195Z
552024-08-07T07:31:37.195ZThis is usually done by running one of the following (note the leading DOT):
562024-08-07T07:31:37.195Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-07T07:31:37.195Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-07T07:31:37.247Z+ rustc --version
592024-08-07T07:31:37.310Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-07T07:31:37.314Zprocess exited: duration 19920 ms, exit code 0
 
612024-08-07T07:31:37.320Zstarting task 2: "authentication"
622024-08-07T07:31:37.341Zprocess exited: duration 20 ms, exit code 0
 
632024-08-07T07:31:37.349Zstarting task 3: "clone repository"
642024-08-07T07:31:37.352Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-07T07:31:37.355Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-07T07:31:37.393ZCloning into '/work/oxidecomputer/omicron'...
672024-08-07T07:31:43.023Z+ cd /work/oxidecomputer/omicron
682024-08-07T07:31:43.023Z+ git fetch origin 77ecea18834bca1c4e128477ec7cf48f9a25e7db
692024-08-07T07:31:43.287ZFrom https://github.com/oxidecomputer/omicron
702024-08-07T07:31:43.287Z * branch 77ecea18834bca1c4e128477ec7cf48f9a25e7db -> FETCH_HEAD
712024-08-07T07:31:43.296Z+ [[ -n renovate/mockall-0.x ]]
722024-08-07T07:31:43.299Z++ git branch --show-current
732024-08-07T07:31:43.302Z+ current=main
742024-08-07T07:31:43.302Z+ [[ main != renovate/mockall-0.x ]]
752024-08-07T07:31:43.302Z+ git branch -f renovate/mockall-0.x 77ecea18834bca1c4e128477ec7cf48f9a25e7db
762024-08-07T07:31:43.305Z+ git checkout -f renovate/mockall-0.x
772024-08-07T07:31:43.442ZSwitched to branch 'renovate/mockall-0.x'
782024-08-07T07:31:43.444Z+ git reset --hard 77ecea18834bca1c4e128477ec7cf48f9a25e7db
792024-08-07T07:31:43.579ZHEAD is now at 77ecea188 Update Rust crate mockall to 0.13
802024-08-07T07:31:43.581Zprocess exited: duration 6232 ms, exit code 0
 
812024-08-07T07:31:43.590Zstarting task 4: "build"
822024-08-07T07:31:43.596Z+ target_os=illumos
832024-08-07T07:31:43.596Z+ NEXTEST_VERSION=0.9.70
842024-08-07T07:31:43.596Z+ cargo --version
852024-08-07T07:31:43.651Zcargo 1.80.0 (376290515 2024-07-16)
862024-08-07T07:31:43.653Z+ rustc --version
872024-08-07T07:31:43.710Zrustc 1.80.0 (051478957 2024-07-21)
882024-08-07T07:31:43.714Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos
892024-08-07T07:31:43.717Z+ gunzip
902024-08-07T07:31:43.717Z+ tar -xvf - -C /home/build/.cargo/bin
912024-08-07T07:31:45.019Zx cargo-nextest, 16766824 bytes, 32748 tape blocks
922024-08-07T07:31:45.021Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
932024-08-07T07:31:45.021Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
942024-08-07T07:31:45.021Ztests will store ephemeral output in /var/tmp/omicron_tmp
952024-08-07T07:31:45.021Z+ mkdir /var/tmp/omicron_tmp
962024-08-07T07:31:45.024Z+ OUTPUT_DIR=/work
972024-08-07T07:31:45.024Z+ echo 'tests will store non-ephemeral output in /work'
982024-08-07T07:31:45.024Ztests will store non-ephemeral output in /work
992024-08-07T07:31:45.024Z+ mkdir -p /work
1002024-08-07T07:31:45.024Z+ source ./env.sh
1012024-08-07T07:31:45.024Z++ OLD_SHELL_OPTS=ehxB
1022024-08-07T07:31:45.024Z++ set -o xtrace
1032024-08-07T07:31:45.028Z++++ dirname ./env.sh
1042024-08-07T07:31:45.031Z+++ readlink -f .
1052024-08-07T07:31:45.033Z++ OMICRON_WS=/work/oxidecomputer/omicron
1062024-08-07T07:31:45.033Z++ 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-08-07T07:31:45.033Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082024-08-07T07:31:45.033Z++ 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-08-07T07:31:45.033Z++ 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-08-07T07:31:45.033Z++ 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-08-07T07:31:45.034Z++ 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-08-07T07:31:45.034Z++ 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-08-07T07:31:45.034Z++ 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-08-07T07:31:45.034Z++ case $OLD_SHELL_OPTS in
1152024-08-07T07:31:45.034Z++ unset OLD_SHELL_OPTS OMICRON_WS
1162024-08-07T07:31:45.034Z+ banner prerequisites
1172024-08-07T07:31:45.036Z
1182024-08-07T07:31:45.037Z ##### ##### ###### ##### ###### #### # # # #### #
1192024-08-07T07:31:45.037Z # # # # # # # # # # # # # # #
1202024-08-07T07:31:45.037Z # # # # ##### # # ##### # # # # # #### #
1212024-08-07T07:31:45.037Z ##### ##### # ##### # # # # # # # # #
1222024-08-07T07:31:45.037Z # # # # # # # # # # # # # # #
1232024-08-07T07:31:45.037Z # # # ###### # # ###### ### # #### # #### #
1242024-08-07T07:31:45.037Z
1252024-08-07T07:31:45.037Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262024-08-07T07:31:51.097Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-08-07T07:31:53.130Z Startup: Caching catalogs ... Done
1282024-08-07T07:31:56.813ZPlanning: Solver setup ... Done (3.111s)
1292024-08-07T07:31:56.873ZPlanning: Running solver ... Done (0.060s)
1302024-08-07T07:31:56.924ZPlanning: Finding local manifests ... Done (0.003s)
1312024-08-07T07:31:56.955ZPlanning: Fetching manifests: 0/4 0% complete
1322024-08-07T07:31:57.118ZPlanning: Fetching manifests: 4/4 100% complete
1332024-08-07T07:31:57.167ZPlanning: Package planning ... Done (0.048s)
1342024-08-07T07:31:57.217ZPlanning: Merging actions ... Done (0.050s)
1352024-08-07T07:31:57.514ZPlanning: Checking for conflicting actions ... Done (0.297s)
1362024-08-07T07:31:57.525ZPlanning: Consolidating action changes ... Done (0.011s)
1372024-08-07T07:31:58.492ZPlanning: Evaluating mediators ... Done (0.967s)
1382024-08-07T07:31:58.502ZPlanning: Planning completed in 5.30 seconds
1392024-08-07T07:31:58.518Z Packages to install: 4
1402024-08-07T07:31:58.518Z Mediators to change: 2
1412024-08-07T07:31:58.521Z Services to change: 1
1422024-08-07T07:31:58.521Z Estimated space available: 155.75 GB
1432024-08-07T07:31:58.521ZEstimated space to be consumed: 1.47 GB
1442024-08-07T07:31:58.521Z Create boot environment: No
1452024-08-07T07:31:58.521ZCreate backup boot environment: No
1462024-08-07T07:31:58.521Z Rebuild boot archive: No
1472024-08-07T07:31:58.521Z
1482024-08-07T07:31:58.521ZChanged mediators:
1492024-08-07T07:31:58.521Z mediator clang:
1502024-08-07T07:31:58.521Z version: None -> 15 (system default)
1512024-08-07T07:31:58.521Z
1522024-08-07T07:31:58.521Z mediator llvm:
1532024-08-07T07:31:58.521Z version: 14 (system default) -> 15 (system default)
1542024-08-07T07:31:58.521Z
1552024-08-07T07:31:58.521ZChanged packages:
1562024-08-07T07:31:58.521Zhelios-dev
1572024-08-07T07:31:58.521Z developer/build-essential
1582024-08-07T07:31:58.521Z None -> 11-2.0
1592024-08-07T07:31:58.521Z library/libxmlsec1
1602024-08-07T07:31:58.521Z None -> 1.2.35-2.0
1612024-08-07T07:31:58.521Z ooce/developer/clang-15
1622024-08-07T07:31:58.521Z None -> 15.0.7-2.0
1632024-08-07T07:31:58.521Z ooce/developer/llvm-15
1642024-08-07T07:31:58.521Z None -> 15.0.7-2.0
1652024-08-07T07:31:58.521Z
1662024-08-07T07:31:58.521ZServices:
1672024-08-07T07:31:58.522Z restart_fmri:
1682024-08-07T07:31:58.522Z svc:/system/update-man-index:default
1692024-08-07T07:31:58.568Z
1702024-08-07T07:31:58.568ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-08-07T07:32:03.570ZDownload: 1086/3290 items 19.7/212.6MB 9% complete (4.0M/s)
1722024-08-07T07:32:08.580ZDownload: 1518/3290 items 116.5/212.6MB 54% complete (12.1M/s)
1732024-08-07T07:32:13.585ZDownload: 2039/3290 items 118.7/212.6MB 55% complete (9.9M/s)
1742024-08-07T07:32:19.473ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (6.2M/s)
1752024-08-07T07:32:24.476ZDownload: 2585/3290 items 120.5/212.6MB 56% complete (150k/s)
1762024-08-07T07:32:29.537ZDownload: 3165/3290 items 177.9/212.6MB 83% complete (5.9M/s)
1772024-08-07T07:32:35.284ZDownload: 3247/3290 items 202.9/212.6MB 95% complete (8.3M/s)
1782024-08-07T07:32:40.365ZDownload: 3274/3290 items 208.7/212.6MB 98% complete (2.7M/s)
1792024-08-07T07:32:51.673ZDownload: 3284/3290 items 210.6/212.6MB 99% complete
1802024-08-07T07:33:04.882ZDownload: 3287/3290 items 212.5/212.6MB 99% complete
1812024-08-07T07:33:09.647ZDownload: Completed 212.60 MB in 71.08 seconds (3.0M/s)
1822024-08-07T07:33:09.810Z Actions: 1/3689 actions (Installing new actions)
1832024-08-07T07:33:14.385Z Actions: Completed 3689 actions in 4.57 seconds.
1842024-08-07T07:33:14.646Z Done (0.255s)
1852024-08-07T07:33:14.646Z Done (0.000s)
1862024-08-07T07:33:15.005Z Done (0.359s)
1872024-08-07T07:33:19.245Z Done (4.077s)
1882024-08-07T07:33:19.327Z Done (0.016s)
1892024-08-07T07:33:19.329Z Done (0.000s)
1902024-08-07T07:33:19.498Z Done (0.000s)
1912024-08-07T07:33:20.072ZPlanning: Evaluating mediator changes ... Done
1922024-08-07T07:33:20.231ZPlanning: Checking for conflicting actions ... Done
1932024-08-07T07:33:20.234ZPlanning: Consolidating action changes ... Done
1942024-08-07T07:33:20.499ZPlanning: Evaluating mediators ... Done
1952024-08-07T07:33:20.502ZPlanning: Planning completed in 0.43 seconds
1962024-08-07T07:33:20.534Z Mediators to change: 2
1972024-08-07T07:33:20.534Z Create boot environment: No
1982024-08-07T07:33:20.536ZCreate backup boot environment: No
1992024-08-07T07:33:20.606Z Done
2002024-08-07T07:33:20.606Z Done
2012024-08-07T07:33:20.827Z Done
2022024-08-07T07:33:24.253Z Done
2032024-08-07T07:33:24.337Z Done
2042024-08-07T07:33:24.343Z Done
2052024-08-07T07:33:24.446Z Done
2062024-08-07T07:33:25.058ZPlanning: Evaluating mediator changes ... Done
2072024-08-07T07:33:25.062ZPlanning: Merging actions ... Done
2082024-08-07T07:33:25.251ZPlanning: Checking for conflicting actions ... Done
2092024-08-07T07:33:25.255ZPlanning: Consolidating action changes ... Done
2102024-08-07T07:33:25.518ZPlanning: Evaluating mediators ... Done
2112024-08-07T07:33:25.575ZPlanning: Planning completed in 0.76 seconds
2122024-08-07T07:33:25.610Z Packages to change: 1
2132024-08-07T07:33:25.610Z Mediators to change: 1
2142024-08-07T07:33:25.613Z Services to change: 1
2152024-08-07T07:33:25.613Z Create boot environment: No
2162024-08-07T07:33:25.613ZCreate backup boot environment: Yes
2172024-08-07T07:33:27.557Z Actions: 1/6 actions (Updating modified actions)
2182024-08-07T07:33:27.560Z Actions: Completed 6 actions in 0.00 seconds.
2192024-08-07T07:33:27.560Z Done
2202024-08-07T07:33:27.560Z Done
2212024-08-07T07:33:27.634Z Done
2222024-08-07T07:33:31.222Z Done
2232024-08-07T07:33:31.308Z Done
2242024-08-07T07:33:31.310Z Done
2252024-08-07T07:33:31.419Z Done
2262024-08-07T07:33:31.860ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272024-08-07T07:33:31.860Zclang system 15 system
2282024-08-07T07:33:31.860Zcsh system system illumos
2292024-08-07T07:33:31.860Zctags system system illumos
2302024-08-07T07:33:31.860Zgcc vendor 12 vendor
2312024-08-07T07:33:31.860Zgcc system 10 system
2322024-08-07T07:33:31.860Zgcc system 7 system
2332024-08-07T07:33:31.860Zgo system 1.20 system
2342024-08-07T07:33:31.860Zgo system 1.19 system
2352024-08-07T07:33:31.860Zllvm system 15 system
2362024-08-07T07:33:31.861Zllvm system 14 system
2372024-08-07T07:33:31.861Zmariadb system 10.6 system
2382024-08-07T07:33:31.861Zmta vendor vendor dma
2392024-08-07T07:33:31.861Zopenjdk system 17 system
2402024-08-07T07:33:31.861Zopenjdk system 11 system
2412024-08-07T07:33:31.861Zopenjdk system 1.8 system
2422024-08-07T07:33:31.861Zopenssl vendor 3 vendor
2432024-08-07T07:33:31.861Zperl system 5.36 system
2442024-08-07T07:33:31.861Zpostgresql system 15 system
2452024-08-07T07:33:31.861Zpostgresql system 13 system
2462024-08-07T07:33:31.861Zpython vendor 3 vendor
2472024-08-07T07:33:31.861Zpython system 2 system
2482024-08-07T07:33:31.861Zpython3 system 3.11 system
2492024-08-07T07:33:31.861Zruby system 3.0 system
2502024-08-07T07:33:31.861Zwords vendor vendor american-english
2512024-08-07T07:33:31.861Zwords system system australian-english
2522024-08-07T07:33:31.861Zwords system system british-english
2532024-08-07T07:33:31.861Zwords system system canadian-english
2542024-08-07T07:33:31.861Zwords system system french
2552024-08-07T07:33:31.861Zwords system system italian
2562024-08-07T07:33:31.861Zwords system system ngerman
2572024-08-07T07:33:31.861Zwords system system ogerman
2582024-08-07T07:33:31.861Zwords system system spanish
2592024-08-07T07:33:32.186ZPUBLISHER TYPE STATUS P LOCATION
2602024-08-07T07:33:32.186Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612024-08-07T07:33:33.824ZFMRI IFO
2622024-08-07T07:33:33.824Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632024-08-07T07:33:33.824Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642024-08-07T07:33:33.824Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652024-08-07T07:33:33.824Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662024-08-07T07:33:33.824Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672024-08-07T07:33:33.824Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2682024-08-07T07:33:33.824Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2692024-08-07T07:33:33.824Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2702024-08-07T07:33:33.824Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2712024-08-07T07:33:33.824Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722024-08-07T07:33:33.824Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2732024-08-07T07:33:33.824Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2742024-08-07T07:33:34.387Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2752024-08-07T07:33:34.606Z Updating git repository `https://github.com/oxidecomputer/zone`
2762024-08-07T07:33:34.842Z Updating crates.io index
2772024-08-07T07:33:34.944Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2782024-08-07T07:33:35.602Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2792024-08-07T07:33:36.322Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2802024-08-07T07:33:36.564Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2812024-08-07T07:33:38.035Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2822024-08-07T07:33:38.267Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832024-08-07T07:33:38.524Z Updating git repository `https://github.com/oxidecomputer/propolis`
2842024-08-07T07:33:39.642Z Updating git repository `https://github.com/oxidecomputer/crucible`
2852024-08-07T07:33:41.423Z Updating git repository `https://github.com/oxidecomputer/opte`
2862024-08-07T07:33:42.345Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872024-08-07T07:33:43.062Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882024-08-07T07:33:43.539Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2892024-08-07T07:33:43.844Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2902024-08-07T07:33:44.055Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2912024-08-07T07:33:44.357Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922024-08-07T07:33:44.626Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2932024-08-07T07:33:44.908Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2942024-08-07T07:33:45.115Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2952024-08-07T07:33:45.393Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962024-08-07T07:33:45.683Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972024-08-07T07:33:45.998Z Updating git repository `https://github.com/oxidecomputer/ispf`
2982024-08-07T07:33:46.403Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2992024-08-07T07:33:46.636Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3002024-08-07T07:33:47.153Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3012024-08-07T07:33:47.432Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3022024-08-07T07:33:47.954Z Updating git repository `https://github.com/oxidecomputer/typify`
3032024-08-07T07:33:50.664Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3042024-08-07T07:33:50.878Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3052024-08-07T07:33:51.118Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3062024-08-07T07:33:51.492Z Updating git repository `https://github.com/oxidecomputer/rfb`
3072024-08-07T07:33:52.645Z Downloading crates ...
3082024-08-07T07:33:52.740Z Downloaded anstyle-parse v0.2.4
3092024-08-07T07:33:52.743Z Downloaded anstyle-query v1.0.3
3102024-08-07T07:33:52.746Z Downloaded anstream v0.6.14
3112024-08-07T07:33:52.746Z Downloaded anstyle v1.0.8
3122024-08-07T07:33:52.749Z Downloaded dtrace-parser v0.2.0
3132024-08-07T07:33:52.763Z Downloaded equivalent v1.0.1
3142024-08-07T07:33:52.767Z Downloaded itoa v1.0.11
3152024-08-07T07:33:52.770Z Downloaded heck v0.4.1
3162024-08-07T07:33:52.770Z Downloaded clap_lex v0.7.0
3172024-08-07T07:33:52.773Z Downloaded cfg-if v1.0.0
3182024-08-07T07:33:52.773Z Downloaded is_terminal_polyfill v1.70.0
3192024-08-07T07:33:52.779Z Downloaded fs-err v2.11.0
3202024-08-07T07:33:52.782Z Downloaded cpufeatures v0.2.12
3212024-08-07T07:33:52.785Z Downloaded bytecount v0.6.8
3222024-08-07T07:33:52.785Z Downloaded errno v0.3.9
3232024-08-07T07:33:52.787Z Downloaded digest v0.10.7
3242024-08-07T07:33:52.787Z Downloaded cargo_metadata v0.18.1
3252024-08-07T07:33:52.790Z Downloaded thiserror-impl v1.0.63
3262024-08-07T07:33:52.790Z Downloaded strsim v0.11.1
3272024-08-07T07:33:52.793Z Downloaded pest_generator v2.7.10
3282024-08-07T07:33:52.795Z Downloaded usdt-impl v0.5.0
3292024-08-07T07:33:52.798Z Downloaded utf8parse v0.2.1
3302024-08-07T07:33:52.800Z Downloaded cargo-platform v0.1.8
3312024-08-07T07:33:52.803Z Downloaded usdt-attr-macro v0.5.0
3322024-08-07T07:33:52.803Z Downloaded scroll_derive v0.12.0
3332024-08-07T07:33:52.806Z Downloaded swrite v0.1.0
3342024-08-07T07:33:52.808Z Downloaded usdt-macro v0.5.0
3352024-08-07T07:33:52.809Z Downloaded pretty-hex v0.4.1
3362024-08-07T07:33:52.809Z Downloaded usdt v0.5.0
3372024-08-07T07:33:52.812Z Downloaded serde_tokenstream v0.2.1
3382024-08-07T07:33:52.815Z Downloaded scroll v0.12.0
3392024-08-07T07:33:52.818Z Downloaded memmap v0.7.0
3402024-08-07T07:33:52.818Z Downloaded heck v0.5.0
3412024-08-07T07:33:52.821Z Downloaded dof v0.3.0
3422024-08-07T07:33:52.821Z Downloaded byteorder v1.5.0
3432024-08-07T07:33:52.823Z Downloaded macaddr v1.0.1
3442024-08-07T07:33:52.824Z Downloaded generic-array v0.14.7
3452024-08-07T07:33:52.826Z Downloaded once_cell v1.19.0
3462024-08-07T07:33:52.829Z Downloaded colorchoice v1.0.1
3472024-08-07T07:33:52.829Z Downloaded block-buffer v0.10.4
3482024-08-07T07:33:52.829Z Downloaded autocfg v1.3.0
3492024-08-07T07:33:52.832Z Downloaded fnv v1.0.7
3502024-08-07T07:33:52.832Z Downloaded crypto-common v0.1.6
3512024-08-07T07:33:52.832Z Downloaded zerocopy-derive v0.7.34
3522024-08-07T07:33:52.835Z Downloaded terminal_size v0.3.0
3532024-08-07T07:33:52.838Z Downloaded proc-macro-error v1.0.4
3542024-08-07T07:33:52.841Z Downloaded semver v1.0.23
3552024-08-07T07:33:52.843Z Downloaded camino v1.1.7
3562024-08-07T07:33:52.843Z Downloaded plain v0.2.3
3572024-08-07T07:33:52.846Z Downloaded version_check v0.9.5
3582024-08-07T07:33:52.846Z Downloaded toml_datetime v0.6.8
3592024-08-07T07:33:52.848Z Downloaded clap_derive v4.5.13
3602024-08-07T07:33:52.848Z Downloaded thread-id v4.2.1
3612024-08-07T07:33:52.851Z Downloaded tabled_derive v0.7.0
3622024-08-07T07:33:52.851Z Downloaded serde_spanned v0.6.7
3632024-08-07T07:33:52.851Z Downloaded proc-macro-error-attr v1.0.4
3642024-08-07T07:33:52.854Z Downloaded log v0.4.21
3652024-08-07T07:33:52.856Z Downloaded pest_derive v2.7.10
3662024-08-07T07:33:52.859Z Downloaded ucd-trie v0.1.6
3672024-08-07T07:33:52.863Z Downloaded anyhow v1.0.86
3682024-08-07T07:33:52.865Z Downloaded bitflags v2.6.0
3692024-08-07T07:33:52.868Z Downloaded toml v0.8.19
3702024-08-07T07:33:52.871Z Downloaded quote v1.0.36
3712024-08-07T07:33:52.873Z Downloaded proc-macro2 v1.0.86
3722024-08-07T07:33:52.876Z Downloaded thiserror v1.0.63
3732024-08-07T07:33:52.880Z Downloaded sha2 v0.10.8
3742024-08-07T07:33:52.882Z Downloaded clap v4.5.13
3752024-08-07T07:33:52.890Z Downloaded cargo_toml v0.20.4
3762024-08-07T07:33:52.893Z Downloaded unicode-ident v1.0.12
3772024-08-07T07:33:52.896Z Downloaded typenum v1.17.0
3782024-08-07T07:33:52.898Z Downloaded ryu v1.0.18
3792024-08-07T07:33:52.901Z Downloaded serde_derive v1.0.204
3802024-08-07T07:33:52.901Z Downloaded papergrid v0.11.0
3812024-08-07T07:33:52.905Z Downloaded pest_meta v2.7.10
3822024-08-07T07:33:52.908Z Downloaded serde v1.0.204
3832024-08-07T07:33:52.916Z Downloaded indexmap v2.3.0
3842024-08-07T07:33:52.920Z Downloaded memchr v2.7.2
3852024-08-07T07:33:52.938Z Downloaded toml_edit v0.22.20
3862024-08-07T07:33:52.957Z Downloaded pest v2.7.10
3872024-08-07T07:33:52.965Z Downloaded hashbrown v0.14.5
3882024-08-07T07:33:52.970Z Downloaded serde_json v1.0.122
3892024-08-07T07:33:52.976Z Downloaded clap_builder v4.5.13
3902024-08-07T07:33:52.982Z Downloaded zerocopy v0.7.34
3912024-08-07T07:33:52.997Z Downloaded goblin v0.8.2
3922024-08-07T07:33:53.002Z Downloaded winnow v0.6.18
3932024-08-07T07:33:53.010Z Downloaded tabled v0.15.0
3942024-08-07T07:33:53.025Z Downloaded syn v1.0.109
3952024-08-07T07:33:53.034Z Downloaded syn v2.0.72
3962024-08-07T07:33:53.044Z Downloaded rustix v0.38.34
3972024-08-07T07:33:53.065Z Downloaded unicode-width v0.1.13
3982024-08-07T07:33:53.079Z Downloaded libc v0.2.155
3992024-08-07T07:33:53.367Z Compiling proc-macro2 v1.0.86
4002024-08-07T07:33:53.367Z Compiling unicode-ident v1.0.12
4012024-08-07T07:33:53.370Z Compiling version_check v0.9.5
4022024-08-07T07:33:53.370Z Compiling serde v1.0.204
4032024-08-07T07:33:53.370Z Compiling memchr v2.7.2
4042024-08-07T07:33:53.370Z Compiling thiserror v1.0.63
4052024-08-07T07:33:53.370Z Compiling libc v0.2.155
4062024-08-07T07:33:53.370Z Compiling ryu v1.0.18
4072024-08-07T07:33:53.606Z Compiling ucd-trie v0.1.6
4082024-08-07T07:33:53.761Z Compiling itoa v1.0.11
4092024-08-07T07:33:54.105Z Compiling once_cell v1.19.0
4102024-08-07T07:33:54.233Z Compiling byteorder v1.5.0
4112024-08-07T07:33:54.233Z Compiling serde_json v1.0.122
4122024-08-07T07:33:54.617Z Compiling proc-macro-error-attr v1.0.4
4132024-08-07T07:33:54.646Z Compiling usdt-impl v0.5.0
4142024-08-07T07:33:54.692Z Compiling rustix v0.38.34
4152024-08-07T07:33:54.889Z Compiling syn v1.0.109
4162024-08-07T07:33:54.984Z Compiling quote v1.0.36
4172024-08-07T07:33:55.114Z Compiling proc-macro-error v1.0.4
4182024-08-07T07:33:55.160Z Compiling hashbrown v0.14.5
4192024-08-07T07:33:55.430Z Compiling syn v2.0.72
4202024-08-07T07:33:55.588Z Compiling errno v0.3.9
4212024-08-07T07:33:55.612Z Compiling equivalent v1.0.1
4222024-08-07T07:33:55.697Z Compiling bitflags v2.6.0
4232024-08-07T07:33:55.722Z Compiling utf8parse v0.2.1
4242024-08-07T07:33:55.832Z Compiling thread-id v4.2.1
4252024-08-07T07:33:55.832Z Compiling log v0.4.21
4262024-08-07T07:33:55.878Z Compiling plain v0.2.3
4272024-08-07T07:33:55.938Z Compiling anstyle-parse v0.2.4
4282024-08-07T07:33:56.254Z Compiling colorchoice v1.0.1
4292024-08-07T07:33:56.277Z Compiling anstyle v1.0.8
4302024-08-07T07:33:56.448Z Compiling indexmap v2.3.0
4312024-08-07T07:33:56.521Z Compiling pretty-hex v0.4.1
4322024-08-07T07:33:56.601Z Compiling camino v1.1.7
4332024-08-07T07:33:56.740Z Compiling is_terminal_polyfill v1.70.0
4342024-08-07T07:33:56.785Z Compiling autocfg v1.3.0
4352024-08-07T07:33:56.811Z Compiling winnow v0.6.18
4362024-08-07T07:33:56.872Z Compiling semver v1.0.23
4372024-08-07T07:33:57.299Z Compiling anstyle-query v1.0.3
4382024-08-07T07:33:57.465Z Compiling anstream v0.6.14
4392024-08-07T07:33:57.564Z Compiling terminal_size v0.3.0
4402024-08-07T07:33:57.766Z Compiling heck v0.4.1
4412024-08-07T07:33:57.769Z Compiling fs-err v2.11.0
4422024-08-07T07:33:57.822Z Compiling fnv v1.0.7
4432024-08-07T07:33:57.855Z Compiling bytecount v0.6.8
4442024-08-07T07:33:57.965Z Compiling strsim v0.11.1
4452024-08-07T07:33:58.073Z Compiling unicode-width v0.1.13
4462024-08-07T07:33:58.097Z Compiling heck v0.5.0
4472024-08-07T07:33:58.235Z Compiling anyhow v1.0.86
4482024-08-07T07:33:58.239Z Compiling clap_lex v0.7.0
4492024-08-07T07:33:58.315Z Compiling papergrid v0.11.0
4502024-08-07T07:33:58.629Z Compiling clap_builder v4.5.13
4512024-08-07T07:33:58.927Z Compiling memmap v0.7.0
4522024-08-07T07:33:59.588Z Compiling swrite v0.1.0
4532024-08-07T07:34:01.200Z Compiling tabled_derive v0.7.0
4542024-08-07T07:34:02.665Z Compiling tabled v0.15.0
4552024-08-07T07:34:04.205Z Compiling serde_derive v1.0.204
4562024-08-07T07:34:04.205Z Compiling thiserror-impl v1.0.63
4572024-08-07T07:34:04.205Z Compiling zerocopy-derive v0.7.34
4582024-08-07T07:34:04.209Z Compiling scroll_derive v0.12.0
4592024-08-07T07:34:04.209Z Compiling clap_derive v4.5.13
4602024-08-07T07:34:05.530Z Compiling scroll v0.12.0
4612024-08-07T07:34:05.992Z Compiling goblin v0.8.2
4622024-08-07T07:34:06.021Z Compiling zerocopy v0.7.34
4632024-08-07T07:34:06.778Z Compiling pest v2.7.10
4642024-08-07T07:34:08.298Z Compiling clap v4.5.13
4652024-08-07T07:34:09.036Z Compiling pest_meta v2.7.10
4662024-08-07T07:34:09.839Z Compiling pest_generator v2.7.10
4672024-08-07T07:34:11.489Z Compiling pest_derive v2.7.10
4682024-08-07T07:34:12.173Z Compiling dtrace-parser v0.2.0
4692024-08-07T07:34:14.322Z Compiling serde_spanned v0.6.7
4702024-08-07T07:34:14.325Z Compiling toml_datetime v0.6.8
4712024-08-07T07:34:14.325Z Compiling cargo-platform v0.1.8
4722024-08-07T07:34:14.699Z Compiling serde_tokenstream v0.2.1
4732024-08-07T07:34:14.843Z Compiling toml_edit v0.22.20
4742024-08-07T07:34:14.897Z Compiling macaddr v1.0.1
4752024-08-07T07:34:15.736Z Compiling dof v0.3.0
4762024-08-07T07:34:15.736Z Compiling cargo_metadata v0.18.1
4772024-08-07T07:34:17.615Z Compiling toml v0.8.19
4782024-08-07T07:34:17.685Z Compiling usdt-attr-macro v0.5.0
4792024-08-07T07:34:17.685Z Compiling usdt-macro v0.5.0
4802024-08-07T07:34:18.445Z Compiling cargo_toml v0.20.4
4812024-08-07T07:34:19.066Z Compiling usdt v0.5.0
4822024-08-07T07:34:22.147Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4832024-08-07T07:34:25.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.73s
4842024-08-07T07:34:26.136Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4852024-08-07T07:34:26.677Z Downloading crates ...
4862024-08-07T07:34:26.791Z Downloaded async-stream-impl v0.3.5
4872024-08-07T07:34:26.809Z Downloaded atty v0.2.14
4882024-08-07T07:34:26.812Z Downloaded atomic-waker v1.1.2
4892024-08-07T07:34:26.815Z Downloaded ascii-canvas v3.0.0
4902024-08-07T07:34:26.818Z Downloaded bitstruct_derive v0.1.0
4912024-08-07T07:34:26.820Z Downloaded cfg_aliases v0.1.1
4922024-08-07T07:34:26.828Z Downloaded is-terminal v0.4.12
4932024-08-07T07:34:26.831Z Downloaded instant v0.1.12
4942024-08-07T07:34:26.831Z Downloaded cstr-argument v0.1.2
4952024-08-07T07:34:26.834Z Downloaded convert_case v0.4.0
4962024-08-07T07:34:26.836Z Downloaded bitstruct v0.1.1
4972024-08-07T07:34:26.839Z Downloaded atomicwrites v0.4.3
4982024-08-07T07:34:26.839Z Downloaded is_ci v1.2.0
4992024-08-07T07:34:26.842Z Downloaded new_debug_unreachable v1.0.6
5002024-08-07T07:34:26.845Z Downloaded darling_macro v0.20.9
5012024-08-07T07:34:26.845Z Downloaded arrayvec v0.7.4
5022024-08-07T07:34:26.848Z Downloaded opaque-debug v0.3.1
5032024-08-07T07:34:26.850Z Downloaded async-recursion v1.1.1
5042024-08-07T07:34:26.853Z Downloaded array-init v0.0.4
5052024-08-07T07:34:26.856Z Downloaded num_threads v0.1.7
5062024-08-07T07:34:26.856Z Downloaded bitflags v1.3.2
5072024-08-07T07:34:26.859Z Downloaded openssl-probe v0.1.5
5082024-08-07T07:34:26.861Z Downloaded match_cfg v0.1.0
5092024-08-07T07:34:26.861Z Downloaded bitfield v0.14.0
5102024-08-07T07:34:26.864Z Downloaded lalrpop-util v0.19.12
5112024-08-07T07:34:26.864Z Downloaded bit-set v0.5.3
5122024-08-07T07:34:26.864Z Downloaded kstat-rs v0.2.4
5132024-08-07T07:34:26.867Z Downloaded lru-cache v0.1.2
5142024-08-07T07:34:26.867Z Downloaded lazycell v1.3.0
5152024-08-07T07:34:26.869Z Downloaded libsw v3.3.1
5162024-08-07T07:34:26.870Z Downloaded aead v0.5.2
5172024-08-07T07:34:26.872Z Downloaded ipnetwork v0.20.0
5182024-08-07T07:34:26.875Z Downloaded inout v0.1.3
5192024-08-07T07:34:26.875Z Downloaded number_prefix v0.4.0
5202024-08-07T07:34:26.877Z Downloaded crunchy v0.2.2
5212024-08-07T07:34:26.877Z Downloaded normalize-line-endings v0.3.0
5222024-08-07T07:34:26.877Z Downloaded crucible-workspace-hack v0.1.0
5232024-08-07T07:34:26.880Z Downloaded openssl-macros v0.1.1
5242024-08-07T07:34:26.880Z Downloaded newtype_derive v0.1.6
5252024-08-07T07:34:26.880Z Downloaded bb8 v0.8.5
5262024-08-07T07:34:26.883Z Downloaded matches v0.1.10
5272024-08-07T07:34:26.883Z Downloaded oso-derive v0.27.3
5282024-08-07T07:34:26.886Z Downloaded nodrop v0.1.14
5292024-08-07T07:34:26.886Z Downloaded ciborium-io v0.2.2
5302024-08-07T07:34:26.889Z Downloaded peg-runtime v0.8.3
5312024-08-07T07:34:26.889Z Downloaded parse-size v1.0.0
5322024-08-07T07:34:26.889Z Downloaded num-conv v0.1.0
5332024-08-07T07:34:26.892Z Downloaded lazy_static v1.5.0
5342024-08-07T07:34:26.892Z Downloaded lru v0.12.3
5352024-08-07T07:34:26.895Z Downloaded linked-hash-map v0.5.6
5362024-08-07T07:34:26.895Z Downloaded keccak v0.1.5
5372024-08-07T07:34:26.898Z Downloaded crc-catalog v2.4.0
5382024-08-07T07:34:26.898Z Downloaded memoffset v0.9.1
5392024-08-07T07:34:26.900Z Downloaded linear-map v1.2.0
5402024-08-07T07:34:26.901Z Downloaded num_enum v0.5.11
5412024-08-07T07:34:26.904Z Downloaded managed v0.8.0
5422024-08-07T07:34:26.907Z Downloaded multimap v0.10.0
5432024-08-07T07:34:26.910Z Downloaded bitfield-struct v0.6.1
5442024-08-07T07:34:26.910Z Downloaded path-slash v0.1.5
5452024-08-07T07:34:26.910Z Downloaded olpc-cjson v0.1.3
5462024-08-07T07:34:26.913Z Downloaded defmt-macros v0.3.9
5472024-08-07T07:34:26.915Z Downloaded debug-ignore v1.0.5
5482024-08-07T07:34:26.918Z Downloaded num-iter v0.1.45
5492024-08-07T07:34:26.918Z Downloaded pem v3.0.4
5502024-08-07T07:34:26.921Z Downloaded parse-display-derive v0.9.1
5512024-08-07T07:34:26.921Z Downloaded num v0.4.3
5522024-08-07T07:34:26.923Z Downloaded newtype-uuid v1.1.0
5532024-08-07T07:34:26.923Z Downloaded lock_api v0.4.12
5542024-08-07T07:34:26.926Z Downloaded libloading v0.8.3
5552024-08-07T07:34:26.928Z Downloaded signal-hook-tokio v0.3.1
5562024-08-07T07:34:26.928Z Downloaded num-derive v0.4.2
5572024-08-07T07:34:26.931Z Downloaded maplit v1.0.2
5582024-08-07T07:34:26.931Z Downloaded mime v0.3.17
5592024-08-07T07:34:26.933Z Downloaded adler v1.0.2
5602024-08-07T07:34:26.936Z Downloaded addr2line v0.21.0
5612024-08-07T07:34:26.939Z Downloaded num_cpus v1.16.0
5622024-08-07T07:34:26.941Z Downloaded num-integer v0.1.46
5632024-08-07T07:34:26.941Z Downloaded packed_struct v0.10.1
5642024-08-07T07:34:26.944Z Downloaded paste v1.0.15
5652024-08-07T07:34:26.947Z Downloaded tinyvec_macros v0.1.1
5662024-08-07T07:34:26.949Z Downloaded constant_time_eq v0.3.0
5672024-08-07T07:34:26.949Z Downloaded cexpr v0.6.0
5682024-08-07T07:34:26.952Z Downloaded peg v0.8.4
5692024-08-07T07:34:26.955Z Downloaded ipnet v2.9.0
5702024-08-07T07:34:26.957Z Downloaded data-encoding v2.6.0
5712024-08-07T07:34:26.960Z Downloaded owo-colors v4.0.0
5722024-08-07T07:34:26.963Z Downloaded nu-ansi-term v0.50.0
5732024-08-07T07:34:26.965Z Downloaded parking_lot v0.11.2
5742024-08-07T07:34:26.968Z Downloaded mime_guess v2.0.4
5752024-08-07T07:34:26.968Z Downloaded tower-service v0.3.2
5762024-08-07T07:34:26.971Z Downloaded password-hash v0.5.0
5772024-08-07T07:34:26.971Z Downloaded parking_lot_core v0.9.10
5782024-08-07T07:34:26.973Z Downloaded bzip2 v0.4.4
5792024-08-07T07:34:26.976Z Downloaded derive_builder_macro v0.20.0
5802024-08-07T07:34:26.976Z Downloaded ciborium v0.2.2
5812024-08-07T07:34:26.979Z Downloaded cassowary v0.3.0
5822024-08-07T07:34:26.982Z Downloaded peg-macros v0.8.4
5832024-08-07T07:34:26.982Z Downloaded parking_lot_core v0.8.6
5842024-08-07T07:34:26.984Z Downloaded ident_case v1.0.1
5852024-08-07T07:34:26.987Z Downloaded num-complex v0.4.6
5862024-08-07T07:34:26.990Z Downloaded memmap2 v0.9.4
5872024-08-07T07:34:26.991Z Downloaded num-rational v0.4.2
5882024-08-07T07:34:26.994Z Downloaded md-5 v0.10.6
5892024-08-07T07:34:26.994Z Downloaded argon2 v0.5.3
5902024-08-07T07:34:26.996Z Downloaded native-tls v0.2.11
5912024-08-07T07:34:26.999Z Downloaded backoff v0.4.0
5922024-08-07T07:34:26.999Z Downloaded parse-display v0.9.1
5932024-08-07T07:34:27.002Z Downloaded base64 v0.13.1
5942024-08-07T07:34:27.004Z Downloaded csv-core v0.1.11
5952024-08-07T07:34:27.012Z Downloaded shell-words v1.1.0
5962024-08-07T07:34:27.012Z Downloaded slog-dtrace v0.3.0
5972024-08-07T07:34:27.012Z Downloaded signature v2.2.0
5982024-08-07T07:34:27.013Z Downloaded chacha20 v0.9.1
5992024-08-07T07:34:27.013Z Downloaded zeroize_derive v1.4.2
6002024-08-07T07:34:27.013Z Downloaded cookie_store v0.20.0
6012024-08-07T07:34:27.016Z Downloaded miniz_oxide v0.7.2
6022024-08-07T07:34:27.019Z Downloaded cancel-safe-futures v0.1.5
6032024-08-07T07:34:27.022Z Downloaded which v4.4.2
6042024-08-07T07:34:27.022Z Downloaded oso v0.27.3
6052024-08-07T07:34:27.026Z Downloaded mockall_derive v0.13.0
6062024-08-07T07:34:27.029Z Downloaded defmt v0.3.8
6072024-08-07T07:34:27.032Z Downloaded whoami v1.5.1
6082024-08-07T07:34:27.036Z Downloaded try-lock v0.2.5
6092024-08-07T07:34:27.040Z Downloaded time-core v0.1.2
6102024-08-07T07:34:27.040Z Downloaded float-cmp v0.9.0
6112024-08-07T07:34:27.040Z Downloaded ena v0.14.3
6122024-08-07T07:34:27.043Z Downloaded blake2 v0.10.6
6132024-08-07T07:34:27.043Z Downloaded futures-task v0.3.30
6142024-08-07T07:34:27.045Z Downloaded want v0.3.1
6152024-08-07T07:34:27.045Z Downloaded thread_local v1.1.8
6162024-08-07T07:34:27.048Z Downloaded downcast v0.11.0
6172024-08-07T07:34:27.048Z Downloaded display-error-chain v0.2.0
6182024-08-07T07:34:27.051Z Downloaded hash32 v0.3.1
6192024-08-07T07:34:27.051Z Downloaded http-body v0.4.6
6202024-08-07T07:34:27.053Z Downloaded term v0.7.0
6212024-08-07T07:34:27.056Z Downloaded const_format_proc_macros v0.2.32
6222024-08-07T07:34:27.059Z Downloaded parking_lot v0.12.2
6232024-08-07T07:34:27.061Z Downloaded foreign-types-shared v0.1.1
6242024-08-07T07:34:27.061Z Downloaded arc-swap v1.7.1
6252024-08-07T07:34:27.065Z Downloaded ahash v0.8.11
6262024-08-07T07:34:27.068Z Downloaded precomputed-hash v0.1.1
6272024-08-07T07:34:27.070Z Downloaded tracing-attributes v0.1.27
6282024-08-07T07:34:27.073Z Downloaded hubpack_derive v0.1.1
6292024-08-07T07:34:27.073Z Downloaded rand_seeder v0.3.0
6302024-08-07T07:34:27.075Z Downloaded hyper-tls v0.5.0
6312024-08-07T07:34:27.075Z Downloaded rustls-pemfile v1.0.4
6322024-08-07T07:34:27.078Z Downloaded scopeguard v1.2.0
6332024-08-07T07:34:27.078Z Downloaded rand_core v0.6.4
6342024-08-07T07:34:27.081Z Downloaded hyper-staticfile v0.9.5
6352024-08-07T07:34:27.084Z Downloaded fastrand v2.1.0
6362024-08-07T07:34:27.084Z Downloaded slog-term v2.9.1
6372024-08-07T07:34:27.086Z Downloaded num-traits v0.2.19
6382024-08-07T07:34:27.089Z Downloaded crossbeam-utils v0.8.19
6392024-08-07T07:34:27.092Z Downloaded slab v0.4.9
6402024-08-07T07:34:27.094Z Downloaded hash32 v0.2.1
6412024-08-07T07:34:27.097Z Downloaded rpassword v7.3.1
6422024-08-07T07:34:27.097Z Downloaded structmeta v0.3.0
6432024-08-07T07:34:27.100Z Downloaded socket2 v0.4.10
6442024-08-07T07:34:27.100Z Downloaded topological-sort v0.2.2
6452024-08-07T07:34:27.102Z Downloaded strip-ansi-escapes v0.2.0
6462024-08-07T07:34:27.102Z Downloaded psl-types v2.0.11
6472024-08-07T07:34:27.105Z Downloaded compact_str v0.7.1
6482024-08-07T07:34:27.108Z Downloaded allocator-api2 v0.2.18
6492024-08-07T07:34:27.110Z Downloaded unicode-xid v0.2.4
6502024-08-07T07:34:27.113Z Downloaded unicode-truncate v1.0.0
6512024-08-07T07:34:27.113Z Downloaded tiny-keccak v2.0.2
6522024-08-07T07:34:27.116Z Downloaded tokio-rustls v0.24.1
6532024-08-07T07:34:27.119Z Downloaded dirs-sys-next v0.1.2
6542024-08-07T07:34:27.119Z Downloaded pkcs1 v0.7.5
6552024-08-07T07:34:27.122Z Downloaded group v0.13.0
6562024-08-07T07:34:27.124Z Downloaded deranged v0.3.11
6572024-08-07T07:34:27.124Z Downloaded openssl-sys v0.9.103
6582024-08-07T07:34:27.129Z Downloaded float-ord v0.3.2
6592024-08-07T07:34:27.132Z Downloaded unicode-linebreak v0.1.5
6602024-08-07T07:34:27.132Z Downloaded base64 v0.22.1
6612024-08-07T07:34:27.135Z Downloaded derive_builder v0.20.0
6622024-08-07T07:34:27.140Z Downloaded humantime v2.1.0
6632024-08-07T07:34:27.142Z Downloaded rustls-pki-types v1.7.0
6642024-08-07T07:34:27.145Z Downloaded sync_wrapper v0.1.2
6652024-08-07T07:34:27.145Z Downloaded fallible-iterator v0.2.0
6662024-08-07T07:34:27.149Z Downloaded bytes v1.7.1
6672024-08-07T07:34:27.152Z Downloaded subtle v2.5.0
6682024-08-07T07:34:27.152Z Downloaded structmeta-derive v0.2.0
6692024-08-07T07:34:27.155Z Downloaded futures-macro v0.3.30
6702024-08-07T07:34:27.155Z Downloaded phf_shared v0.10.0
6712024-08-07T07:34:27.159Z Downloaded crc-any v2.5.0
6722024-08-07T07:34:27.159Z Downloaded futures-io v0.3.30
6732024-08-07T07:34:27.161Z Downloaded darling_core v0.20.9
6742024-08-07T07:34:27.164Z Downloaded foreign-types-macros v0.2.3
6752024-08-07T07:34:27.164Z Downloaded secrecy v0.8.0
6762024-08-07T07:34:27.167Z Downloaded diesel_table_macro_syntax v0.1.0
6772024-08-07T07:34:27.167Z Downloaded backtrace v0.3.71
6782024-08-07T07:34:27.171Z Downloaded sec1 v0.7.3
6792024-08-07T07:34:27.174Z Downloaded ppv-lite86 v0.2.17
6802024-08-07T07:34:27.177Z Downloaded termtree v0.4.1
6812024-08-07T07:34:27.177Z Downloaded time-macros v0.2.18
6822024-08-07T07:34:27.179Z Downloaded chacha20poly1305 v0.10.1
6832024-08-07T07:34:27.182Z Downloaded cc v1.0.97
6842024-08-07T07:34:27.185Z Downloaded base64 v0.21.7
6852024-08-07T07:34:27.187Z Downloaded spki v0.7.3
6862024-08-07T07:34:27.190Z Downloaded tokio-macros v2.3.0
6872024-08-07T07:34:27.192Z Downloaded unarray v0.1.4
6882024-08-07T07:34:27.200Z Downloaded globset v0.4.14
6892024-08-07T07:34:27.203Z Downloaded hex v0.4.3
6902024-08-07T07:34:27.205Z Downloaded slog-async v2.8.0
6912024-08-07T07:34:27.208Z Downloaded toolchain_find v0.4.0
6922024-08-07T07:34:27.208Z Downloaded ron v0.7.1
6932024-08-07T07:34:27.211Z Downloaded uuid v1.10.0
6942024-08-07T07:34:27.215Z Downloaded thiserror-no-std v2.0.2
6952024-08-07T07:34:27.219Z Downloaded crypto-bigint v0.5.5
6962024-08-07T07:34:27.225Z Downloaded const_format v0.2.32
6972024-08-07T07:34:27.230Z Downloaded stability v0.2.0
6982024-08-07T07:34:27.233Z Downloaded serde_urlencoded v0.7.1
6992024-08-07T07:34:27.236Z Downloaded fixedbitset v0.4.2
7002024-08-07T07:34:27.236Z Downloaded serde_path_to_error v0.1.16
7012024-08-07T07:34:27.238Z Downloaded tempfile v3.10.1
7022024-08-07T07:34:27.241Z Downloaded rusty-fork v0.3.0
7032024-08-07T07:34:27.241Z Downloaded tinyvec v1.6.0
7042024-08-07T07:34:27.244Z Downloaded crossbeam-channel v0.5.12
7052024-08-07T07:34:27.248Z Downloaded tar v0.4.41
7062024-08-07T07:34:27.251Z Downloaded slog-bunyan v2.5.0
7072024-08-07T07:34:27.254Z Downloaded termios v0.3.3
7082024-08-07T07:34:27.254Z Downloaded rustversion v1.0.17
7092024-08-07T07:34:27.257Z Downloaded unicode-bidi v0.3.15
7102024-08-07T07:34:27.260Z Downloaded num-bigint v0.4.5
7112024-08-07T07:34:27.264Z Downloaded tokio-stream v0.1.15
7122024-08-07T07:34:27.268Z Downloaded portpicker v0.1.1
7132024-08-07T07:34:27.271Z Downloaded funty v2.0.0
7142024-08-07T07:34:27.271Z Downloaded filetime v0.2.23
7152024-08-07T07:34:27.274Z Downloaded erased-serde v0.3.31
7162024-08-07T07:34:27.277Z Downloaded strum_macros v0.25.3
7172024-08-07T07:34:27.277Z Downloaded highway v1.2.0
7182024-08-07T07:34:27.281Z Downloaded endian-type v0.1.2
7192024-08-07T07:34:27.281Z Downloaded difflib v0.4.0
7202024-08-07T07:34:27.284Z Downloaded slog-scope v4.4.0
7212024-08-07T07:34:27.284Z Downloaded embedded-io v0.4.0
7222024-08-07T07:34:27.286Z Downloaded similar v2.5.0
7232024-08-07T07:34:27.289Z Downloaded fatfs v0.3.6
7242024-08-07T07:34:27.292Z Downloaded pem-rfc7468 v0.7.0
7252024-08-07T07:34:27.295Z Downloaded phf_shared v0.11.2
7262024-08-07T07:34:27.298Z Downloaded gethostname v0.5.0
7272024-08-07T07:34:27.298Z Downloaded tokio-rustls v0.25.0
7282024-08-07T07:34:27.300Z Downloaded postgres-types v0.2.7
7292024-08-07T07:34:27.303Z Downloaded minimal-lexical v0.2.1
7302024-08-07T07:34:27.306Z Downloaded strum v0.26.3
7312024-08-07T07:34:27.308Z Downloaded ref-cast v1.0.23
7322024-08-07T07:34:27.311Z Downloaded home v0.5.9
7332024-08-07T07:34:27.311Z Downloaded stable_deref_trait v1.2.0
7342024-08-07T07:34:27.314Z Downloaded tracing v0.1.40
7352024-08-07T07:34:27.316Z Downloaded rustc_version v0.4.0
7362024-08-07T07:34:27.319Z Downloaded tls_codec_derive v0.4.1
7372024-08-07T07:34:27.319Z Downloaded slog-envlogger v2.2.0
7382024-08-07T07:34:27.322Z Downloaded vte v0.11.1
7392024-08-07T07:34:27.325Z Downloaded waitgroup v0.1.2
7402024-08-07T07:34:27.325Z Downloaded vte_generate_state_changes v0.1.1
7412024-08-07T07:34:27.325Z Downloaded rustfmt-wrapper v0.2.1
7422024-08-07T07:34:27.328Z Downloaded tokio-tungstenite v0.20.1
7432024-08-07T07:34:27.331Z Downloaded rustc_version v0.1.7
7442024-08-07T07:34:27.331Z Downloaded enum-as-inner v0.5.1
7452024-08-07T07:34:27.334Z Downloaded either v1.13.0
7462024-08-07T07:34:27.334Z Downloaded rand v0.8.5
7472024-08-07T07:34:27.337Z Downloaded ref-cast-impl v1.0.23
7482024-08-07T07:34:27.340Z Downloaded strum_macros v0.24.3
7492024-08-07T07:34:27.340Z Downloaded serde_arrays v0.1.0
7502024-08-07T07:34:27.343Z Downloaded dyn-clone v1.0.17
7512024-08-07T07:34:27.343Z Downloaded rustc-hash v1.1.0
7522024-08-07T07:34:27.346Z Downloaded unicode-segmentation v1.11.0
7532024-08-07T07:34:27.349Z Downloaded libm v0.2.8
7542024-08-07T07:34:27.354Z Downloaded mio v0.8.11
7552024-08-07T07:34:27.360Z Downloaded getopts v0.2.21
7562024-08-07T07:34:27.363Z Downloaded ff v0.13.0
7572024-08-07T07:34:27.367Z Downloaded getrandom v0.2.14
7582024-08-07T07:34:27.373Z Downloaded fxhash v0.2.1
7592024-08-07T07:34:27.373Z Downloaded quick-error v1.2.3
7602024-08-07T07:34:27.373Z Downloaded predicates v3.1.2
7612024-08-07T07:34:27.376Z Downloaded zone_cfg_derive v0.1.2
7622024-08-07T07:34:27.376Z Downloaded smawk v0.3.2
7632024-08-07T07:34:27.376Z Downloaded rtoolbox v0.0.2
7642024-08-07T07:34:27.376Z Downloaded poly1305 v0.8.0
7652024-08-07T07:34:27.379Z Downloaded ron v0.8.1
7662024-08-07T07:34:27.383Z Downloaded http-range v0.1.5
7672024-08-07T07:34:27.386Z Downloaded xattr v1.3.1
7682024-08-07T07:34:27.386Z Downloaded rayon-core v1.12.1
7692024-08-07T07:34:27.389Z Downloaded schemars_derive v0.8.21
7702024-08-07T07:34:27.392Z Downloaded semver v0.1.20
7712024-08-07T07:34:27.394Z Downloaded fragile v2.0.0
7722024-08-07T07:34:27.394Z Downloaded http v1.1.0
7732024-08-07T07:34:27.398Z Downloaded hashbrown v0.13.2
7742024-08-07T07:34:27.402Z Downloaded tui-tree-widget v0.21.0
7752024-08-07T07:34:27.405Z Downloaded same-file v1.0.6
7762024-08-07T07:34:27.407Z Downloaded headers-core v0.2.0
7772024-08-07T07:34:27.407Z Downloaded indoc v1.0.9
7782024-08-07T07:34:27.410Z Downloaded pretty-hex v0.2.1
7792024-08-07T07:34:27.410Z Downloaded strum_macros v0.26.4
7802024-08-07T07:34:27.413Z Downloaded vsss-rs v3.3.4
7812024-08-07T07:34:27.416Z Downloaded itertools v0.12.1
7822024-08-07T07:34:27.421Z Downloaded publicsuffix v2.2.3
7832024-08-07T07:34:27.423Z Downloaded take_mut v0.2.2
7842024-08-07T07:34:27.426Z Downloaded thiserror-impl-no-std v2.0.2
7852024-08-07T07:34:27.426Z Downloaded sha1 v0.10.6
7862024-08-07T07:34:27.429Z Downloaded num-bigint-dig v0.8.4
7872024-08-07T07:34:27.432Z Downloaded zerocopy v0.6.6
7882024-08-07T07:34:27.435Z Downloaded pin-project v1.1.5
7892024-08-07T07:34:27.445Z Downloaded itertools v0.13.0
7902024-08-07T07:34:27.452Z Downloaded futures-sink v0.3.30
7912024-08-07T07:34:27.455Z Downloaded untrusted v0.7.1
7922024-08-07T07:34:27.455Z Downloaded snafu v0.8.2
7932024-08-07T07:34:27.459Z Downloaded universal-hash v0.5.1
7942024-08-07T07:34:27.462Z Downloaded slog-json v2.6.1
7952024-08-07T07:34:27.462Z Downloaded r2d2 v0.8.10
7962024-08-07T07:34:27.465Z Downloaded slog-stdlog v4.1.1
7972024-08-07T07:34:27.465Z Downloaded untrusted v0.9.0
7982024-08-07T07:34:27.468Z Downloaded predicates-tree v1.0.9
7992024-08-07T07:34:27.468Z Downloaded futures-core v0.3.30
8002024-08-07T07:34:27.471Z Downloaded stringprep v0.1.4
8012024-08-07T07:34:27.471Z Downloaded httpdate v1.0.3
8022024-08-07T07:34:27.474Z Downloaded sct v0.7.1
8032024-08-07T07:34:27.476Z Downloaded slog v2.7.0
8042024-08-07T07:34:27.479Z Downloaded structmeta-derive v0.3.0
8052024-08-07T07:34:27.479Z Downloaded foreign-types v0.5.0
8062024-08-07T07:34:27.479Z Downloaded foreign-types v0.3.2
8072024-08-07T07:34:27.484Z Downloaded utf-8 v0.7.6
8082024-08-07T07:34:27.484Z Downloaded subprocess v0.2.9
8092024-08-07T07:34:27.487Z Downloaded pin-project-lite v0.2.14
8102024-08-07T07:34:27.490Z Downloaded heck v0.3.3
8112024-08-07T07:34:27.490Z Downloaded glob v0.3.1
8122024-08-07T07:34:27.493Z Downloaded tracing-core v0.1.32
8132024-08-07T07:34:27.493Z Downloaded futures-executor v0.3.30
8142024-08-07T07:34:27.496Z Downloaded zeroize v1.7.0
8152024-08-07T07:34:27.496Z Downloaded elliptic-curve v0.13.8
8162024-08-07T07:34:27.500Z Downloaded shlex v1.3.0
8172024-08-07T07:34:27.502Z Downloaded diesel_derives v2.1.4
8182024-08-07T07:34:27.505Z Downloaded unicode-normalization v0.1.23
8192024-08-07T07:34:27.509Z Downloaded rustc-demangle v0.1.24
8202024-08-07T07:34:27.512Z Downloaded uzers v0.11.3
8212024-08-07T07:34:27.518Z Downloaded prettyplease v0.2.20
8222024-08-07T07:34:27.518Z Downloaded foreign-types-shared v0.3.1
8232024-08-07T07:34:27.518Z Downloaded form_urlencoded v1.2.1
8242024-08-07T07:34:27.518Z Downloaded toml v0.5.11
8252024-08-07T07:34:27.521Z Downloaded hashbrown v0.12.3
8262024-08-07T07:34:27.524Z Downloaded fd-lock v4.0.2
8272024-08-07T07:34:27.527Z Downloaded predicates-core v1.0.6
8282024-08-07T07:34:27.527Z Downloaded powerfmt v0.2.0
8292024-08-07T07:34:27.530Z Downloaded serde_with_macros v3.8.3
8302024-08-07T07:34:27.530Z Downloaded yasna v0.5.2
8312024-08-07T07:34:27.534Z Downloaded tough v0.17.1
8322024-08-07T07:34:27.539Z Downloaded sqlformat v0.2.4
8332024-08-07T07:34:27.542Z Downloaded tabwriter v1.4.0
8342024-08-07T07:34:27.542Z Downloaded smallvec v1.13.2
8352024-08-07T07:34:27.545Z Downloaded indexmap v1.9.3
8362024-08-07T07:34:27.547Z Downloaded snafu-derive v0.8.2
8372024-08-07T07:34:27.550Z Downloaded termcolor v1.4.1
8382024-08-07T07:34:27.550Z Downloaded smallvec v0.6.14
8392024-08-07T07:34:27.553Z Downloaded pin-utils v0.1.0
8402024-08-07T07:34:27.553Z Downloaded test-strategy v0.3.1
8412024-08-07T07:34:27.556Z Downloaded zip v0.6.6
8422024-08-07T07:34:27.559Z Downloaded trust-dns-client v0.22.0
8432024-08-07T07:34:27.565Z Downloaded httparse v1.8.0
8442024-08-07T07:34:27.568Z Downloaded trust-dns-resolver v0.22.0
8452024-08-07T07:34:27.571Z Downloaded steno v0.4.1
8462024-08-07T07:34:27.579Z Downloaded derive_more v0.99.18
8472024-08-07T07:34:27.582Z Downloaded spin v0.9.8
8482024-08-07T07:34:27.582Z Downloaded env_logger v0.10.2
8492024-08-07T07:34:27.585Z Downloaded tokio-tungstenite v0.21.0
8502024-08-07T07:34:27.588Z Downloaded heapless v0.8.0
8512024-08-07T07:34:27.591Z Downloaded heapless v0.7.17
8522024-08-07T07:34:27.594Z Downloaded indicatif v0.17.8
8532024-08-07T07:34:27.598Z Downloaded serde_derive_internals v0.29.1
8542024-08-07T07:34:27.601Z Downloaded textwrap v0.16.1
8552024-08-07T07:34:27.604Z Downloaded rustyline v14.0.0
8562024-08-07T07:34:27.607Z Downloaded schemars v0.8.21
8572024-08-07T07:34:27.618Z Downloaded toml v0.7.8
8582024-08-07T07:34:27.621Z Downloaded pkcs8 v0.10.2
8592024-08-07T07:34:27.624Z Downloaded env_logger v0.9.3
8602024-08-07T07:34:27.627Z Downloaded unsafe-libyaml v0.2.11
8612024-08-07T07:34:27.630Z Downloaded trust-dns-server v0.22.1
8622024-08-07T07:34:27.634Z Downloaded blake3 v1.5.1
8632024-08-07T07:34:27.643Z Downloaded headers v0.3.9
8642024-08-07T07:34:27.647Z Downloaded typed-path v0.7.1
8652024-08-07T07:34:27.652Z Downloaded tungstenite v0.20.1
8662024-08-07T07:34:27.658Z Downloaded samael v0.0.15
8672024-08-07T07:34:27.661Z Downloaded half v2.4.1
8682024-08-07T07:34:27.664Z Downloaded futures-util v0.3.30
8692024-08-07T07:34:27.674Z Downloaded url v2.5.2
8702024-08-07T07:34:27.677Z Downloaded futures v0.3.30
8712024-08-07T07:34:27.682Z Downloaded x509-cert v0.2.5
8722024-08-07T07:34:27.688Z Downloaded tungstenite v0.21.0
8732024-08-07T07:34:27.691Z Downloaded rsa v0.9.6
8742024-08-07T07:34:27.696Z Downloaded http v0.2.12
8752024-08-07T07:34:27.699Z Downloaded winnow v0.5.40
8762024-08-07T07:34:27.708Z Downloaded reedline v0.31.0
8772024-08-07T07:34:27.715Z Downloaded lalrpop v0.19.12
8782024-08-07T07:34:27.726Z Downloaded reqwest v0.11.27
8792024-08-07T07:34:27.733Z Downloaded expectorate v1.1.0
8802024-08-07T07:34:27.735Z Downloaded tokio-util v0.7.11
8812024-08-07T07:34:27.741Z Downloaded bitvec v1.0.1
8822024-08-07T07:34:27.755Z Downloaded hkdf v0.12.4
8832024-08-07T07:34:27.758Z Downloaded toml_edit v0.19.15
8842024-08-07T07:34:27.773Z Downloaded regex-automata v0.1.10
8852024-08-07T07:34:27.779Z Downloaded chrono v0.4.38
8862024-08-07T07:34:27.785Z Downloaded time v0.3.36
8872024-08-07T07:34:27.792Z Downloaded h2 v0.3.26
8882024-08-07T07:34:27.799Z Downloaded object v0.30.4
8892024-08-07T07:34:27.806Z Downloaded sqlparser v0.45.0
8902024-08-07T07:34:27.813Z Downloaded quick-xml v0.31.0
8912024-08-07T07:34:27.819Z Downloaded rayon v1.10.0
8922024-08-07T07:34:27.827Z Downloaded bindgen v0.69.4
8932024-08-07T07:34:27.835Z Downloaded portable-atomic v1.6.0
8942024-08-07T07:34:27.841Z Downloaded aho-corasick v1.1.3
8952024-08-07T07:34:27.845Z Downloaded hyper v0.14.30
8962024-08-07T07:34:27.852Z Downloaded serde_with v3.8.3
8972024-08-07T07:34:27.861Z Downloaded smoltcp v0.9.1
8982024-08-07T07:34:27.870Z Downloaded rustls-webpki v0.101.7
8992024-08-07T07:34:27.884Z Downloaded radix_trie v0.2.1
9002024-08-07T07:34:27.888Z Downloaded gimli v0.28.1
9012024-08-07T07:34:27.896Z Downloaded proptest v1.4.0
9022024-08-07T07:34:27.907Z Downloaded webpki-roots v0.25.4
9032024-08-07T07:34:27.912Z Downloaded nix v0.28.0
9042024-08-07T07:34:27.919Z Downloaded polar-core v0.27.3
9052024-08-07T07:34:27.927Z Downloaded rustls-webpki v0.102.4
9062024-08-07T07:34:27.944Z Downloaded regex v1.10.6
9072024-08-07T07:34:27.956Z Downloaded trust-dns-proto v0.22.0
9082024-08-07T07:34:27.969Z Downloaded regress v0.9.1
9092024-08-07T07:34:27.977Z Downloaded rustls v0.22.4
9102024-08-07T07:34:27.989Z Downloaded regex-syntax v0.6.29
9112024-08-07T07:34:27.995Z Downloaded regex-syntax v0.8.3
9122024-08-07T07:34:28.003Z Downloaded diesel v2.1.6
9132024-08-07T07:34:28.021Z Downloaded smoltcp v0.11.0
9142024-08-07T07:34:28.031Z Downloaded openapiv3 v2.0.0
9152024-08-07T07:34:28.043Z Downloaded bstr v1.9.1
9162024-08-07T07:34:28.055Z Downloaded ratatui v0.27.0
9172024-08-07T07:34:28.073Z Downloaded sled v0.34.7
9182024-08-07T07:34:28.082Z Downloaded zerocopy-derive v0.6.6
9192024-08-07T07:34:28.092Z Downloaded rustls v0.21.12
9202024-08-07T07:34:28.104Z Downloaded bzip2-sys v0.1.11+1.0.8
9212024-08-07T07:34:28.118Z Downloaded idna v0.5.0
9222024-08-07T07:34:28.123Z Downloaded regex-automata v0.4.6
9232024-08-07T07:34:28.141Z Downloaded petgraph v0.6.5
9242024-08-07T07:34:28.157Z Downloaded tokio v1.38.1
9252024-08-07T07:34:28.196Z Downloaded finl_unicode v1.2.0
9262024-08-07T07:34:28.206Z Downloaded idna v0.3.0
9272024-08-07T07:34:28.215Z Downloaded encoding_rs v0.8.34
9282024-08-07T07:34:28.245Z Downloaded csv v1.3.0
9292024-08-07T07:34:28.254Z Downloaded sha3 v0.10.8
9302024-08-07T07:34:28.258Z Downloaded curve25519-dalek v4.1.3
9312024-08-07T07:34:28.268Z Downloaded bstr v0.2.17
9322024-08-07T07:34:28.277Z Downloaded vcpkg v0.2.15
9332024-08-07T07:34:28.314Z Downloaded idna v0.2.3
9342024-08-07T07:34:28.321Z Downloaded nix v0.27.1
9352024-08-07T07:34:28.332Z Downloaded object v0.32.2
9362024-08-07T07:34:28.341Z Downloaded openssl v0.10.66
9372024-08-07T07:34:28.350Z Downloaded unicode_categories v0.1.1
9382024-08-07T07:34:28.355Z Downloaded hyper-rustls v0.24.2
9392024-08-07T07:34:28.358Z Downloaded serde-hex v0.1.0
9402024-08-07T07:34:28.358Z Downloaded scheduled-thread-pool v0.2.7
9412024-08-07T07:34:28.358Z Downloaded tls_codec v0.4.1
9422024-08-07T07:34:28.358Z Downloaded zone v0.1.8
9432024-08-07T07:34:28.362Z Downloaded pin-project-internal v1.1.5
9442024-08-07T07:34:28.362Z Downloaded hmac v0.12.1
9452024-08-07T07:34:28.362Z Downloaded flate2 v1.0.31
9462024-08-07T07:34:28.368Z Downloaded flume v0.11.0
9472024-08-07T07:34:28.371Z Downloaded libxml v0.3.3
9482024-08-07T07:34:28.378Z Downloaded serde_yaml v0.9.34+deprecated
9492024-08-07T07:34:28.382Z Downloaded crossterm v0.27.0
9502024-08-07T07:34:28.385Z Downloaded rcgen v0.12.1
9512024-08-07T07:34:28.388Z Downloaded tokio-postgres v0.7.11
9522024-08-07T07:34:28.393Z Downloaded diff v0.1.13
9532024-08-07T07:34:28.397Z Downloaded nom v7.1.3
9542024-08-07T07:34:28.401Z Downloaded pkg-config v0.3.30
9552024-08-07T07:34:28.403Z Downloaded dirs-next v2.0.0
9562024-08-07T07:34:28.403Z Downloaded unicase v2.7.0
9572024-08-07T07:34:28.403Z Downloaded hostname v0.4.0
9582024-08-07T07:34:28.407Z Downloaded static_assertions v1.1.0
9592024-08-07T07:34:28.407Z Downloaded radium v0.7.0
9602024-08-07T07:34:28.411Z Downloaded proc-macro-crate v1.3.1
9612024-08-07T07:34:28.411Z Downloaded indent_write v2.2.0
9622024-08-07T07:34:28.411Z Downloaded signal-hook v0.3.17
9632024-08-07T07:34:28.414Z Downloaded rand_xorshift v0.3.0
9642024-08-07T07:34:28.414Z Downloaded sqlparser_derive v0.2.2
9652024-08-07T07:34:28.414Z Downloaded percent-encoding v2.3.1
9662024-08-07T07:34:28.414Z Downloaded wyz v0.5.1
9672024-08-07T07:34:28.418Z Downloaded walkdir v2.5.0
9682024-08-07T07:34:28.418Z Downloaded itertools v0.10.5
9692024-08-07T07:34:28.422Z Downloaded string_cache v0.8.7
9702024-08-07T07:34:28.425Z Downloaded smf v0.2.3
9712024-08-07T07:34:28.425Z Downloaded resolv-conf v0.7.0
9722024-08-07T07:34:28.428Z Downloaded phf v0.11.2
9732024-08-07T07:34:28.428Z Downloaded der_derive v0.7.2
9742024-08-07T07:34:28.431Z Downloaded postcard v1.0.8
9752024-08-07T07:34:28.431Z Downloaded derive-where v1.2.7
9762024-08-07T07:34:28.435Z Downloaded hubpack v0.1.2
9772024-08-07T07:34:28.438Z Downloaded serde_plain v1.0.2
9782024-08-07T07:34:28.438Z Downloaded tap v1.0.1
9792024-08-07T07:34:28.441Z Downloaded socket2 v0.5.7
9802024-08-07T07:34:28.441Z Downloaded rustls-pemfile v2.1.3
9812024-08-07T07:34:28.444Z Downloaded hostname v0.3.1
9822024-08-07T07:34:28.444Z Downloaded rand_chacha v0.3.1
9832024-08-07T07:34:28.449Z Downloaded postgres-protocol v0.6.7
9842024-08-07T07:34:28.449Z Downloaded iana-time-zone v0.1.60
9852024-08-07T07:34:28.453Z Downloaded futures-channel v0.3.30
9862024-08-07T07:34:28.453Z Downloaded const-oid v0.9.6
9872024-08-07T07:34:28.453Z Downloaded signal-hook-registry v1.4.2
9882024-08-07T07:34:28.458Z Downloaded signal-hook-mio v0.2.3
9892024-08-07T07:34:28.458Z Downloaded serde_repr v0.1.19
9902024-08-07T07:34:28.458Z Downloaded derive_builder_core v0.20.0
9912024-08-07T07:34:28.461Z Downloaded clang-sys v1.7.0
9922024-08-07T07:34:28.462Z Downloaded der v0.7.9
9932024-08-07T07:34:28.467Z Downloaded cookie v0.18.1
9942024-08-07T07:34:28.470Z Downloaded supports-color v3.0.0
9952024-08-07T07:34:28.470Z Downloaded omicron-zone-package v0.11.0
9962024-08-07T07:34:28.470Z Downloaded crossbeam-epoch v0.9.18
9972024-08-07T07:34:28.474Z Downloaded tokio-native-tls v0.3.1
9982024-08-07T07:34:28.476Z Downloaded flagset v0.4.5
9992024-08-07T07:34:28.476Z Downloaded spin v0.5.2
10002024-08-07T07:34:28.476Z Downloaded sigpipe v0.1.3
10012024-08-07T07:34:28.479Z Downloaded siphasher v0.3.11
10022024-08-07T07:34:28.479Z Downloaded serde-big-array v0.5.1
10032024-08-07T07:34:28.479Z Downloaded structmeta v0.2.0
10042024-08-07T07:34:28.483Z Downloaded darling v0.20.9
10052024-08-07T07:34:28.486Z Downloaded crc32fast v1.4.0
10062024-08-07T07:34:28.486Z Downloaded cookie v0.17.0
10072024-08-07T07:34:28.488Z Downloaded console v0.15.8
10082024-08-07T07:34:28.492Z Downloaded wait-timeout v0.2.0
10092024-08-07T07:34:28.492Z Downloaded impl-trait-for-tuples v0.2.2
10102024-08-07T07:34:28.496Z Downloaded bcs v0.1.6
10112024-08-07T07:34:28.496Z Downloaded base64ct v1.6.0
10122024-08-07T07:34:28.501Z Downloaded async-trait v0.1.81
10132024-08-07T07:34:28.505Z Downloaded ascii v1.1.0
10142024-08-07T07:34:28.505Z Downloaded colored v2.1.0
10152024-08-07T07:34:28.505Z Downloaded crossbeam-deque v0.8.5
10162024-08-07T07:34:28.508Z Downloaded mockall v0.13.0
10172024-08-07T07:34:28.508Z Downloaded castaway v0.2.2
10182024-08-07T07:34:28.508Z Downloaded num_enum_derive v0.5.11
10192024-08-07T07:34:28.512Z Downloaded multer v3.1.0
10202024-08-07T07:34:28.512Z Downloaded ciborium-ll v0.2.2
10212024-08-07T07:34:28.518Z Downloaded block-padding v0.3.3
10222024-08-07T07:34:28.518Z Downloaded nanorand v0.7.0
10232024-08-07T07:34:28.523Z Downloaded defmt-parser v0.3.4
10242024-08-07T07:34:28.523Z Downloaded buf-list v1.0.3
10252024-08-07T07:34:28.523Z Downloaded bit-vec v0.6.3
10262024-08-07T07:34:28.523Z Downloaded base16ct v0.2.0
10272024-08-07T07:34:28.523Z Downloaded curve25519-dalek-derive v0.1.1
10282024-08-07T07:34:28.523Z Downloaded nibble_vec v0.1.0
10292024-08-07T07:34:28.526Z Downloaded maybe-uninit v2.0.0
10302024-08-07T07:34:28.526Z Downloaded arrayref v0.3.7
10312024-08-07T07:34:28.526Z Downloaded crc v3.2.1
10322024-08-07T07:34:28.528Z Downloaded cobs v0.2.3
10332024-08-07T07:34:28.529Z Downloaded async-stream v0.3.5
10342024-08-07T07:34:28.531Z Downloaded assert_matches v1.5.0
10352024-08-07T07:34:28.531Z Downloaded libefi-sys v0.1.0
10362024-08-07T07:34:28.536Z Downloaded cipher v0.4.4
10372024-08-07T07:34:28.536Z Downloaded camino-tempfile v1.1.1
10382024-08-07T07:34:28.543Z Downloaded packed_struct_codegen v0.10.1
10392024-08-07T07:34:28.543Z Downloaded newline-converter v0.3.0
10402024-08-07T07:34:28.764Z Downloaded ring v0.17.8
10412024-08-07T07:34:28.884Z Downloaded ring v0.16.20
10422024-08-07T07:34:29.046Z Compiling cfg-if v1.0.0
10432024-08-07T07:34:29.046Z Compiling serde v1.0.204
10442024-08-07T07:34:29.049Z Compiling lock_api v0.4.12
10452024-08-07T07:34:29.049Z Compiling scopeguard v1.2.0
10462024-08-07T07:34:29.049Z Compiling log v0.4.21
10472024-08-07T07:34:29.212Z Compiling syn v2.0.72
10482024-08-07T07:34:29.223Z Compiling cc v1.0.97
10492024-08-07T07:34:29.226Z Compiling parking_lot_core v0.9.10
10502024-08-07T07:34:29.270Z Compiling getrandom v0.2.14
10512024-08-07T07:34:29.326Z Compiling smallvec v1.13.2
10522024-08-07T07:34:29.618Z Compiling rand_core v0.6.4
10532024-08-07T07:34:29.742Z Compiling typenum v1.17.0
10542024-08-07T07:34:29.763Z Compiling generic-array v0.14.7
10552024-08-07T07:34:29.766Z Compiling pin-project-lite v0.2.14
10562024-08-07T07:34:29.897Z Compiling signal-hook-registry v1.4.2
10572024-08-07T07:34:30.060Z Compiling parking_lot v0.12.2
10582024-08-07T07:34:30.125Z Compiling spin v0.9.8
10592024-08-07T07:34:30.143Z Compiling mio v0.8.11
10602024-08-07T07:34:30.352Z Compiling libm v0.2.8
10612024-08-07T07:34:30.492Z Compiling serde_json v1.0.122
10622024-08-07T07:34:30.710Z Compiling num-traits v0.2.19
10632024-08-07T07:34:30.751Z Compiling ahash v0.8.11
10642024-08-07T07:34:30.858Z Compiling futures-core v0.3.30
10652024-08-07T07:34:30.958Z Compiling tinyvec_macros v0.1.1
10662024-08-07T07:34:31.049Z Compiling tinyvec v1.6.0
10672024-08-07T07:34:31.173Z Compiling num_cpus v1.16.0
10682024-08-07T07:34:31.197Z Compiling socket2 v0.5.7
10692024-08-07T07:34:31.297Z Compiling subtle v2.5.0
10702024-08-07T07:34:31.539Z Compiling const-oid v0.9.6
10712024-08-07T07:34:31.767Z Compiling slab v0.4.9
10722024-08-07T07:34:32.105Z Compiling allocator-api2 v0.2.18
10732024-08-07T07:34:32.526Z Compiling unicode-bidi v0.3.15
10742024-08-07T07:34:32.603Z Compiling futures-sink v0.3.30
10752024-08-07T07:34:32.757Z Compiling unicode-normalization v0.1.23
10762024-08-07T07:34:32.774Z Compiling futures-channel v0.3.30
10772024-08-07T07:34:32.950Z Compiling vcpkg v0.2.15
10782024-08-07T07:34:33.180Z Compiling futures-io v0.3.30
10792024-08-07T07:34:33.225Z Compiling futures-task v0.3.30
10802024-08-07T07:34:33.516Z Compiling pkg-config v0.3.30
10812024-08-07T07:34:33.554Z Compiling pin-utils v0.1.0
10822024-08-07T07:34:33.659Z Compiling ring v0.17.8
10832024-08-07T07:34:33.677Z Compiling ppv-lite86 v0.2.17
10842024-08-07T07:34:33.908Z Compiling percent-encoding v2.3.1
10852024-08-07T07:34:34.050Z Compiling tracing-core v0.1.32
10862024-08-07T07:34:34.280Z Compiling time-core v0.1.2
10872024-08-07T07:34:34.423Z Compiling rand_chacha v0.3.1
10882024-08-07T07:34:34.440Z Compiling rustix v0.38.34
10892024-08-07T07:34:34.457Z Compiling num-conv v0.1.0
10902024-08-07T07:34:34.723Z Compiling syn v1.0.109
10912024-08-07T07:34:35.068Z Compiling powerfmt v0.2.0
10922024-08-07T07:34:35.193Z Compiling openssl-sys v0.9.103
10932024-08-07T07:34:35.229Z Compiling untrusted v0.9.0
10942024-08-07T07:34:35.434Z Compiling deranged v0.3.11
10952024-08-07T07:34:35.477Z Compiling rand v0.8.5
10962024-08-07T07:34:35.493Z Compiling time-macros v0.2.18
10972024-08-07T07:34:35.578Z Compiling rustversion v1.0.17
10982024-08-07T07:34:36.317Z Compiling num_threads v0.1.7
10992024-08-07T07:34:36.337Z Compiling iana-time-zone v0.1.60
11002024-08-07T07:34:36.463Z Compiling openssl v0.10.66
11012024-08-07T07:34:36.780Z Compiling base64ct v1.6.0
11022024-08-07T07:34:36.811Z Compiling httparse v1.8.0
11032024-08-07T07:34:36.912Z Compiling foreign-types-shared v0.1.1
11042024-08-07T07:34:37.021Z Compiling foreign-types v0.3.2
11052024-08-07T07:34:37.263Z Compiling pem-rfc7468 v0.7.0
11062024-08-07T07:34:37.414Z Compiling form_urlencoded v1.2.1
11072024-08-07T07:34:37.436Z Compiling siphasher v0.3.11
11082024-08-07T07:34:37.725Z Compiling native-tls v0.2.11
11092024-08-07T07:34:37.798Z Compiling flagset v0.4.5
11102024-08-07T07:34:37.992Z Compiling rustls v0.21.12
11112024-08-07T07:34:38.009Z Compiling crossbeam-utils v0.8.19
11122024-08-07T07:34:38.050Z Compiling try-lock v0.2.5
11132024-08-07T07:34:38.198Z Compiling want v0.3.1
11142024-08-07T07:34:38.483Z Compiling serde_derive_internals v0.29.1
11152024-08-07T07:34:38.650Z Compiling idna v0.5.0
11162024-08-07T07:34:38.856Z Compiling time v0.3.36
11172024-08-07T07:34:39.163Z Compiling lazy_static v1.5.0
11182024-08-07T07:34:39.290Z Compiling cookie v0.17.0
11192024-08-07T07:34:39.585Z Compiling aho-corasick v1.1.3
11202024-08-07T07:34:39.711Z Compiling signal-hook v0.3.17
11212024-08-07T07:34:39.994Z Compiling tower-service v0.3.2
11222024-08-07T07:34:40.124Z Compiling rustls-webpki v0.101.7
11232024-08-07T07:34:40.223Z Compiling sct v0.7.1
11242024-08-07T07:34:40.550Z Compiling adler v1.0.2
11252024-08-07T07:34:40.781Z Compiling finl_unicode v1.2.0
11262024-08-07T07:34:41.235Z Compiling slog v2.7.0
11272024-08-07T07:34:41.385Z Compiling httpdate v1.0.3
11282024-08-07T07:34:41.803Z Compiling regex-syntax v0.8.3
11292024-08-07T07:34:41.847Z Compiling cpufeatures v0.2.12
11302024-08-07T07:34:41.951Z Compiling schemars v0.8.21
11312024-08-07T07:34:41.955Z Compiling openssl-probe v0.1.5
11322024-08-07T07:34:42.180Z Compiling stringprep v0.1.4
11332024-08-07T07:34:42.337Z Compiling miniz_oxide v0.7.2
11342024-08-07T07:34:43.440Z Compiling url v2.5.2
11352024-08-07T07:34:43.676Z Compiling serde_derive v1.0.204
11362024-08-07T07:34:43.870Z Compiling zeroize_derive v1.4.2
11372024-08-07T07:34:44.148Z Compiling zerocopy-derive v0.7.34
11382024-08-07T07:34:45.094Z Compiling tokio-macros v2.3.0
11392024-08-07T07:34:45.280Z Compiling thiserror-impl v1.0.63
11402024-08-07T07:34:45.471Z Compiling zeroize v1.7.0
11412024-08-07T07:34:46.434Z Compiling zerocopy v0.7.34
11422024-08-07T07:34:46.805Z Compiling futures-macro v0.3.30
11432024-08-07T07:34:47.374Z Compiling crypto-common v0.1.6
11442024-08-07T07:34:47.614Z Compiling block-buffer v0.10.4
11452024-08-07T07:34:47.889Z Compiling digest v0.10.7
11462024-08-07T07:34:48.301Z Compiling scroll_derive v0.12.0
11472024-08-07T07:34:48.371Z Compiling tracing-attributes v0.1.27
11482024-08-07T07:34:48.570Z Compiling thiserror v1.0.63
11492024-08-07T07:34:48.702Z Compiling hashbrown v0.14.5
11502024-08-07T07:34:48.705Z Compiling pest v2.7.10
11512024-08-07T07:34:48.836Z Compiling futures-util v0.3.30
11522024-08-07T07:34:49.762Z Compiling scroll v0.12.0
11532024-08-07T07:34:50.068Z Compiling hmac v0.12.1
11542024-08-07T07:34:50.322Z Compiling goblin v0.8.2
11552024-08-07T07:34:50.339Z Compiling openssl-macros v0.1.1
11562024-08-07T07:34:51.117Z Compiling der_derive v0.7.2
11572024-08-07T07:34:51.180Z Compiling pest_meta v2.7.10
11582024-08-07T07:34:51.198Z Compiling sha2 v0.10.8
11592024-08-07T07:34:51.726Z Compiling md-5 v0.10.6
11602024-08-07T07:34:51.993Z Compiling regex-automata v0.4.6
11612024-08-07T07:34:52.237Z Compiling tracing v0.1.40
11622024-08-07T07:34:52.742Z Compiling pest_generator v2.7.10
11632024-08-07T07:34:53.675Z Compiling der v0.7.9
11642024-08-07T07:34:54.709Z Compiling schemars_derive v0.8.21
11652024-08-07T07:34:55.029Z Compiling num-integer v0.1.46
11662024-08-07T07:34:55.778Z Compiling spki v0.7.3
11672024-08-07T07:34:56.107Z Compiling idna v0.3.0
11682024-08-07T07:34:56.126Z Compiling pest_derive v2.7.10
11692024-08-07T07:34:56.145Z Compiling backtrace v0.3.71
11702024-08-07T07:34:56.616Z Compiling hash32 v0.2.1
11712024-08-07T07:34:56.944Z Compiling dtrace-parser v0.2.0
11722024-08-07T07:34:56.993Z Compiling base64 v0.22.1
11732024-08-07T07:34:56.996Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11742024-08-07T07:34:57.715Z Compiling crc32fast v1.4.0
11752024-08-07T07:34:57.743Z Compiling smoltcp v0.9.1
11762024-08-07T07:34:57.837Z Compiling bytes v1.7.1
11772024-08-07T07:34:58.057Z Compiling bitflags v2.6.0
11782024-08-07T07:34:58.226Z Compiling indexmap v2.3.0
11792024-08-07T07:34:58.481Z Compiling uuid v1.10.0
11802024-08-07T07:34:58.524Z Compiling semver v1.0.23
11812024-08-07T07:34:59.012Z Compiling tokio v1.38.1
11822024-08-07T07:34:59.092Z Compiling http v0.2.12
11832024-08-07T07:34:59.274Z Compiling rustc_version v0.4.0
11842024-08-07T07:34:59.897Z Compiling chrono v0.4.38
11852024-08-07T07:35:00.052Z Compiling heapless v0.7.17
11862024-08-07T07:35:00.507Z Compiling dof v0.3.0
11872024-08-07T07:35:00.694Z Compiling http-body v0.4.6
11882024-08-07T07:35:01.229Z Compiling usdt-impl v0.5.0
11892024-08-07T07:35:01.686Z Compiling serde_tokenstream v0.2.1
11902024-08-07T07:35:02.243Z Compiling toml_datetime v0.6.8
11912024-08-07T07:35:02.748Z Compiling serde_spanned v0.6.7
11922024-08-07T07:35:02.767Z Compiling gimli v0.28.1
11932024-08-07T07:35:02.799Z Compiling fallible-iterator v0.2.0
11942024-08-07T07:35:02.861Z Compiling stable_deref_trait v1.2.0
11952024-08-07T07:35:02.962Z Compiling psl-types v2.0.11
11962024-08-07T07:35:02.979Z Compiling dyn-clone v1.0.17
11972024-08-07T07:35:03.164Z Compiling publicsuffix v2.2.3
11982024-08-07T07:35:03.482Z Compiling postgres-protocol v0.6.7
11992024-08-07T07:35:03.659Z Compiling terminal_size v0.3.0
12002024-08-07T07:35:04.038Z Compiling pkcs8 v0.10.2
12012024-08-07T07:35:04.570Z Compiling hubpack_derive v0.1.1
12022024-08-07T07:35:04.618Z Compiling block-padding v0.3.3
12032024-08-07T07:35:04.785Z Compiling zerocopy-derive v0.6.6
12042024-08-07T07:35:04.844Z Compiling async-trait v0.1.81
12052024-08-07T07:35:06.495Z Compiling phf_shared v0.11.2
12062024-08-07T07:35:06.782Z Compiling diesel_table_macro_syntax v0.1.0
12072024-08-07T07:35:06.863Z Compiling ff v0.13.0
12082024-08-07T07:35:06.927Z Compiling scheduled-thread-pool v0.2.7
12092024-08-07T07:35:06.985Z Compiling addr2line v0.21.0
12102024-08-07T07:35:07.093Z Compiling tokio-util v0.7.11
12112024-08-07T07:35:07.551Z Compiling tokio-native-tls v0.3.1
12122024-08-07T07:35:07.594Z Compiling tokio-rustls v0.24.1
12132024-08-07T07:35:07.612Z Compiling fs-err v2.11.0
12142024-08-07T07:35:07.691Z Compiling object v0.32.2
12152024-08-07T07:35:07.789Z Compiling rustc-demangle v0.1.24
12162024-08-07T07:35:07.824Z Compiling bitflags v1.3.2
12172024-08-07T07:35:07.909Z Compiling matches v0.1.10
12182024-08-07T07:35:07.929Z Compiling managed v0.8.0
12192024-08-07T07:35:07.976Z Compiling bit-vec v0.6.3
12202024-08-07T07:35:08.002Z Compiling h2 v0.3.26
12212024-08-07T07:35:08.352Z Compiling anyhow v1.0.86
12222024-08-07T07:35:08.433Z Compiling either v1.13.0
12232024-08-07T07:35:08.449Z Compiling base64 v0.21.7
12242024-08-07T07:35:08.753Z Compiling regex-automata v0.1.10
12252024-08-07T07:35:08.857Z Compiling winnow v0.5.40
12262024-08-07T07:35:08.958Z Compiling base16ct v0.2.0
12272024-08-07T07:35:09.184Z Compiling ipnet v2.9.0
12282024-08-07T07:35:09.217Z Compiling sec1 v0.7.3
12292024-08-07T07:35:09.264Z Compiling bstr v0.2.17
12302024-08-07T07:35:09.772Z Compiling rustls-pemfile v1.0.4
12312024-08-07T07:35:09.962Z Compiling clap_builder v4.5.13
12322024-08-07T07:35:10.408Z Compiling idna v0.2.3
12332024-08-07T07:35:10.893Z Compiling diesel_derives v2.1.4
12342024-08-07T07:35:12.039Z Compiling r2d2 v0.8.10
12352024-08-07T07:35:12.416Z Compiling toml_edit v0.19.15
12362024-08-07T07:35:12.420Z Compiling group v0.13.0
12372024-08-07T07:35:12.632Z Compiling zerocopy v0.6.6
12382024-08-07T07:35:12.759Z Compiling phf v0.11.2
12392024-08-07T07:35:13.056Z Compiling signal-hook-mio v0.2.3
12402024-08-07T07:35:13.225Z Compiling hubpack v0.1.2
12412024-08-07T07:35:13.487Z Compiling cookie_store v0.20.0
12422024-08-07T07:35:13.658Z Compiling ipnetwork v0.20.0
12432024-08-07T07:35:14.527Z Compiling inout v0.1.3
12442024-08-07T07:35:14.789Z Compiling hyper v0.14.30
12452024-08-07T07:35:14.925Z Compiling postgres-types v0.2.7
12462024-08-07T07:35:15.588Z Compiling usdt-attr-macro v0.5.0
12472024-08-07T07:35:16.452Z Compiling usdt-macro v0.5.0
12482024-08-07T07:35:17.282Z Compiling serde_urlencoded v0.7.1
12492024-08-07T07:35:17.725Z Compiling regex v1.10.6
12502024-08-07T07:35:17.780Z Compiling num-bigint v0.4.5
12512024-08-07T07:35:17.920Z Compiling futures-executor v0.3.30
12522024-08-07T07:35:18.420Z Compiling enum-as-inner v0.5.1
12532024-08-07T07:35:18.484Z Compiling hkdf v0.12.4
12542024-08-07T07:35:18.747Z Compiling crypto-bigint v0.5.5
12552024-08-07T07:35:18.799Z Compiling serde_repr v0.1.19
12562024-08-07T07:35:19.172Z Compiling clap_derive v4.5.13
12572024-08-07T07:35:19.468Z Compiling strum_macros v0.25.3
12582024-08-07T07:35:19.997Z Compiling phf_shared v0.10.0
12592024-08-07T07:35:20.369Z Compiling float-cmp v0.9.0
12602024-08-07T07:35:20.415Z Compiling encoding_rs v0.8.34
12612024-08-07T07:35:20.584Z Compiling precomputed-hash v0.1.1
12622024-08-07T07:35:20.703Z Compiling unicode-segmentation v1.11.0
12632024-08-07T07:35:21.612Z Compiling hyper-rustls v0.24.2
12642024-08-07T07:35:21.978Z Compiling hyper-tls v0.5.0
12652024-08-07T07:35:22.336Z Compiling difflib v0.4.0
12662024-08-07T07:35:23.338Z Compiling predicates-core v1.0.6
12672024-08-07T07:35:23.692Z Compiling webpki-roots v0.25.4
12682024-08-07T07:35:23.708Z Compiling new_debug_unreachable v1.0.6
12692024-08-07T07:35:23.804Z Compiling fixedbitset v0.4.2
12702024-08-07T07:35:23.843Z Compiling minimal-lexical v0.2.1
12712024-08-07T07:35:23.889Z Compiling mime v0.3.17
12722024-08-07T07:35:24.182Z Compiling normalize-line-endings v0.3.0
12732024-08-07T07:35:24.232Z Compiling static_assertions v1.1.0
12742024-08-07T07:35:24.312Z Compiling sync_wrapper v0.1.2
12752024-08-07T07:35:24.333Z Compiling whoami v1.5.1
12762024-08-07T07:35:24.361Z Compiling data-encoding v2.6.0
12772024-08-07T07:35:24.433Z Compiling reqwest v0.11.27
12782024-08-07T07:35:24.490Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12792024-08-07T07:35:24.584Z Compiling predicates v3.1.2
12802024-08-07T07:35:24.764Z Compiling tokio-postgres v0.7.11
12812024-08-07T07:35:24.913Z Compiling nom v7.1.3
12822024-08-07T07:35:24.953Z Compiling clap v4.5.13
12832024-08-07T07:35:25.066Z Compiling petgraph v0.6.5
12842024-08-07T07:35:26.319Z Compiling trust-dns-proto v0.22.0
12852024-08-07T07:35:26.864Z Compiling toml_edit v0.22.20
12862024-08-07T07:35:28.496Z Compiling string_cache v0.8.7
12872024-08-07T07:35:28.641Z Compiling console v0.15.8
12882024-08-07T07:35:28.944Z Compiling diesel v2.1.6
12892024-08-07T07:35:29.032Z Compiling elliptic-curve v0.13.8
12902024-08-07T07:35:29.884Z Compiling similar v2.5.0
12912024-08-07T07:35:30.150Z Compiling yasna v0.5.2
12922024-08-07T07:35:30.323Z Compiling usdt v0.5.0
12932024-08-07T07:35:30.755Z Compiling futures v0.3.30
12942024-08-07T07:35:30.821Z Compiling flate2 v1.0.31
12952024-08-07T07:35:30.867Z Compiling toml v0.7.8
12962024-08-07T07:35:32.019Z Compiling cipher v0.4.4
12972024-08-07T07:35:32.504Z Compiling crossterm v0.27.0
12982024-08-07T07:35:32.550Z Compiling itertools v0.10.5
12992024-08-07T07:35:32.658Z Compiling itertools v0.12.1
13002024-08-07T07:35:33.352Z Compiling bit-set v0.5.3
13012024-08-07T07:35:33.622Z Compiling tokio-stream v0.1.15
13022024-08-07T07:35:34.596Z Compiling openapiv3 v2.0.0
13032024-08-07T07:35:34.674Z Compiling hex v0.4.3
13042024-08-07T07:35:35.215Z Compiling bstr v1.9.1
13052024-08-07T07:35:35.301Z Compiling crossbeam-epoch v0.9.18
13062024-08-07T07:35:35.391Z Compiling num-iter v0.1.45
13072024-08-07T07:35:35.576Z Compiling dirs-sys-next v0.1.2
13082024-08-07T07:35:35.750Z Compiling lalrpop-util v0.19.12
13092024-08-07T07:35:36.056Z Compiling unicode-xid v0.2.4
13102024-08-07T07:35:36.074Z Compiling peg-runtime v0.8.3
13112024-08-07T07:35:36.104Z Compiling dirs-next v2.0.0
13122024-08-07T07:35:36.225Z Compiling thread_local v1.1.8
13132024-08-07T07:35:36.242Z Compiling slog-async v2.8.0
13142024-08-07T07:35:36.295Z Compiling term v0.7.0
13152024-08-07T07:35:36.703Z Compiling xattr v1.3.1
13162024-08-07T07:35:36.783Z Compiling crossbeam-channel v0.5.12
13172024-08-07T07:35:36.889Z Compiling strum_macros v0.26.4
13182024-08-07T07:35:36.964Z Compiling filetime v0.2.23
13192024-08-07T07:35:36.967Z Compiling is-terminal v0.4.12
13202024-08-07T07:35:37.112Z Compiling take_mut v0.2.2
13212024-08-07T07:35:37.270Z Compiling tar v0.4.41
13222024-08-07T07:35:37.270Z Compiling slog-term v2.9.1
13232024-08-07T07:35:37.865Z Compiling camino v1.1.7
13242024-08-07T07:35:40.050Z Compiling strum v0.26.3
13252024-08-07T07:35:52.898Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13262024-08-07T07:35:53.142Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13272024-08-07T07:35:58.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
13282024-08-07T07:35:58.191Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13292024-08-07T07:35:58.234ZAug 07 07:35:56.654 INFO Starting download, target: Clickhouse
13302024-08-07T07:35:58.234ZAug 07 07:35:56.655 INFO Starting download, target: Cockroach
13312024-08-07T07:35:58.234ZAug 07 07:35:56.655 INFO Starting download, target: DendriteOpenapi
13322024-08-07T07:35:58.234ZAug 07 07:35:56.655 INFO Starting download, target: Console
13332024-08-07T07:35:58.234ZAug 07 07:35:56.655 INFO Starting download, target: DendriteStub
13342024-08-07T07:35:58.237ZAug 07 07:35:56.655 INFO Starting download, target: MaghemiteMgd
13352024-08-07T07:35:58.237ZAug 07 07:35:56.655 INFO Starting download, target: TransceiverControl
13362024-08-07T07:35:58.237ZAug 07 07:35:56.655 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13372024-08-07T07:35:58.237ZAug 07 07:35:56.655 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13382024-08-07T07:35:58.237ZAug 07 07:35:56.655 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13392024-08-07T07:35:58.237ZAug 07 07:35:56.655 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13402024-08-07T07:35:58.237ZAug 07 07:35:56.656 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13412024-08-07T07:35:58.237ZAug 07 07:35:56.656 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13422024-08-07T07:35:58.237ZAug 07 07:35:56.656 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13432024-08-07T07:35:58.564ZAug 07 07:35:56.972 INFO Download complete, target: DendriteOpenapi
13442024-08-07T07:35:58.586ZAug 07 07:35:57.000 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13452024-08-07T07:35:58.897ZAug 07 07:35:57.315 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13462024-08-07T07:35:59.079ZAug 07 07:35:57.496 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13472024-08-07T07:35:59.142ZAug 07 07:35:57.557 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13482024-08-07T07:35:59.292ZAug 07 07:35:57.712 INFO Download complete, target: Console
13492024-08-07T07:35:59.400ZAug 07 07:35:57.817 INFO Download complete, target: TransceiverControl
13502024-08-07T07:36:01.056ZAug 07 07:35:59.477 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13512024-08-07T07:36:01.056ZAug 07 07:35:59.477 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13522024-08-07T07:36:01.069ZAug 07 07:35:59.490 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13532024-08-07T07:36:02.392ZAug 07 07:36:00.807 INFO Download complete, target: DendriteStub
13542024-08-07T07:36:02.523ZAug 07 07:36:00.933 INFO Download complete, target: MaghemiteMgd
13552024-08-07T07:36:09.695ZAug 07 07:36:08.115 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13562024-08-07T07:36:10.043ZAug 07 07:36:08.459 INFO Checking that binary works, target: Cockroach
13572024-08-07T07:36:10.224ZAug 07 07:36:08.643 INFO Download complete, target: Cockroach
13582024-08-07T07:36:15.811ZAug 07 07:36:14.231 INFO Checking that binary works, target: Clickhouse
13592024-08-07T07:36:15.971ZAug 07 07:36:14.392 INFO Download complete, target: Clickhouse
13602024-08-07T07:36:15.991ZAll builder prerequisites installed successfully, and PATH looks valid
13612024-08-07T07:36:15.994Z
13622024-08-07T07:36:15.994Zreal 4:30.945810858
13632024-08-07T07:36:15.994Zuser 11:35.419587345
13642024-08-07T07:36:15.994Zsys 2:26.097258668
13652024-08-07T07:36:15.995Ztrap 0.410358164
13662024-08-07T07:36:15.995Ztflt 1.387765111
13672024-08-07T07:36:15.995Zdflt 1.492348349
13682024-08-07T07:36:15.995Zkflt 0.021391448
13692024-08-07T07:36:15.995Zlock 22:32.442125285
13702024-08-07T07:36:15.995Zslp 45:27.323141405
13712024-08-07T07:36:15.995Zlat 43.457124843
13722024-08-07T07:36:15.995Zstop 1:45.248625110
13732024-08-07T07:36:15.995Z+ banner build
13742024-08-07T07:36:15.998Z
13752024-08-07T07:36:15.998Z ##### # # # # #####
13762024-08-07T07:36:15.998Z # # # # # # # #
13772024-08-07T07:36:15.998Z ##### # # # # # #
13782024-08-07T07:36:15.998Z # # # # # # # #
13792024-08-07T07:36:15.998Z # # # # # # # #
13802024-08-07T07:36:15.998Z ##### #### # ###### #####
13812024-08-07T07:36:15.998Z
13822024-08-07T07:36:15.998Z+ export 'RUSTFLAGS=-D warnings'
13832024-08-07T07:36:15.998Z+ RUSTFLAGS='-D warnings'
13842024-08-07T07:36:15.998Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
13852024-08-07T07:36:15.998Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
13862024-08-07T07:36:15.998Z+ [[ illumos == \i\l\l\u\m\o\s ]]
13872024-08-07T07:36:15.998Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
13882024-08-07T07:36:15.998Z+ export TMPDIR=/var/tmp/omicron_tmp
13892024-08-07T07:36:15.998Z+ TMPDIR=/var/tmp/omicron_tmp
13902024-08-07T07:36:15.998Z+ export RUST_BACKTRACE=1
13912024-08-07T07:36:15.998Z+ RUST_BACKTRACE=1
13922024-08-07T07:36:15.998Z+ export CARGO_INCREMENTAL=0
13932024-08-07T07:36:15.998Z+ CARGO_INCREMENTAL=0
13942024-08-07T07:36:15.998Z+ export RUSTC_BOOTSTRAP=1
13952024-08-07T07:36:15.998Z+ RUSTC_BOOTSTRAP=1
13962024-08-07T07:36:15.998Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
13972024-08-07T07:36:16.700Z Downloading crates ...
13982024-08-07T07:36:17.022Z Downloaded anes v0.1.6
13992024-08-07T07:36:17.031Z Downloaded md5 v0.7.0
14002024-08-07T07:36:17.034Z Downloaded dhcproto-macros v0.1.0
14012024-08-07T07:36:17.037Z Downloaded http-body v1.0.0
14022024-08-07T07:36:17.039Z Downloaded option-ext v0.2.0
14032024-08-07T07:36:17.042Z Downloaded nested v0.1.1
14042024-08-07T07:36:17.042Z Downloaded guppy-workspace-hack v0.1.0
14052024-08-07T07:36:17.046Z Downloaded tower-layer v0.3.2
14062024-08-07T07:36:17.050Z Downloaded dirs-sys v0.4.1
14072024-08-07T07:36:17.053Z Downloaded doc-comment v0.3.3
14082024-08-07T07:36:17.053Z Downloaded cast v0.3.0
14092024-08-07T07:36:17.066Z Downloaded polyval v0.6.2
14102024-08-07T07:36:17.069Z Downloaded plotters-backend v0.3.5
14112024-08-07T07:36:17.071Z Downloaded pbkdf2 v0.11.0
14122024-08-07T07:36:17.074Z Downloaded datatest-stable v0.2.9
14132024-08-07T07:36:17.074Z Downloaded rfc6979 v0.4.0
14142024-08-07T07:36:17.076Z Downloaded criterion-plot v0.5.0
14152024-08-07T07:36:17.078Z Downloaded yansi v0.5.1
14162024-08-07T07:36:17.078Z Downloaded threadpool v1.8.1
14172024-08-07T07:36:17.081Z Downloaded rand_chacha v0.2.2
14182024-08-07T07:36:17.081Z Downloaded internet-checksum v0.2.1
14192024-08-07T07:36:17.084Z Downloaded primeorder v0.13.6
14202024-08-07T07:36:17.087Z Downloaded plotters-svg v0.3.5
14212024-08-07T07:36:17.087Z Downloaded pathdiff v0.2.1
14222024-08-07T07:36:17.089Z Downloaded escape8259 v0.5.2
14232024-08-07T07:36:17.094Z Downloaded russh-cryptovec v0.7.2
14242024-08-07T07:36:17.096Z Downloaded assert_cmd v2.0.15
14252024-08-07T07:36:17.101Z Downloaded ecdsa v0.16.9
14262024-08-07T07:36:17.104Z Downloaded dirs v5.0.1
14272024-08-07T07:36:17.107Z Downloaded ctr v0.9.2
14282024-08-07T07:36:17.107Z Downloaded rustls-native-certs v0.7.0
14292024-08-07T07:36:17.109Z Downloaded cbc v0.1.2
14302024-08-07T07:36:17.112Z Downloaded bcrypt-pbkdf v0.10.0
14312024-08-07T07:36:17.112Z Downloaded rstest v0.19.0
14322024-08-07T07:36:17.116Z Downloaded target-lexicon v0.12.16
14332024-08-07T07:36:17.119Z Downloaded httptest v0.15.5
14342024-08-07T07:36:17.122Z Downloaded hyper-rustls v0.26.0
14352024-08-07T07:36:17.126Z Downloaded relative-path v1.9.3
14362024-08-07T07:36:17.126Z Downloaded hex-literal v0.4.1
14372024-08-07T07:36:17.126Z Downloaded ghash v0.5.1
14382024-08-07T07:36:17.126Z Downloaded getrandom v0.1.16
14392024-08-07T07:36:17.128Z Downloaded ed25519 v2.2.3
14402024-08-07T07:36:17.131Z Downloaded pbkdf2 v0.12.2
14412024-08-07T07:36:17.131Z Downloaded rand_core v0.5.1
14422024-08-07T07:36:17.134Z Downloaded blowfish v0.9.1
14432024-08-07T07:36:17.134Z Downloaded blake2b_simd v1.0.2
14442024-08-07T07:36:17.136Z Downloaded approx v0.5.1
14452024-08-07T07:36:17.136Z Downloaded target-spec v3.2.1
14462024-08-07T07:36:17.139Z Downloaded password-hash v0.4.2
14472024-08-07T07:36:17.141Z Downloaded russh-keys v0.43.0
14482024-08-07T07:36:17.141Z Downloaded cfg-expr v0.16.0
14492024-08-07T07:36:17.154Z Downloaded similar-asserts v1.5.0
14502024-08-07T07:36:17.157Z Downloaded oorandom v11.1.3
14512024-08-07T07:36:17.159Z Downloaded tinytemplate v1.2.1
14522024-08-07T07:36:17.159Z Downloaded rust-argon2 v2.1.0
14532024-08-07T07:36:17.162Z Downloaded partial-io v0.5.4
14542024-08-07T07:36:17.165Z Downloaded dhcproto v0.12.0
14552024-08-07T07:36:17.168Z Downloaded rand_distr v0.4.3
14562024-08-07T07:36:17.170Z Downloaded libtest-mimic v0.7.3
14572024-08-07T07:36:17.170Z Downloaded futures-timer v3.0.3
14582024-08-07T07:36:17.173Z Downloaded ed25519-dalek v2.1.1
14592024-08-07T07:36:17.180Z Downloaded trybuild v1.0.99
14602024-08-07T07:36:17.184Z Downloaded fancy-regex v0.13.0
14612024-08-07T07:36:17.187Z Downloaded aes-gcm v0.10.3
14622024-08-07T07:36:17.191Z Downloaded rstest_macros v0.19.0
14632024-08-07T07:36:17.193Z Downloaded p256 v0.13.2
14642024-08-07T07:36:17.196Z Downloaded hyper-util v0.1.3
14652024-08-07T07:36:17.200Z Downloaded russh v0.43.0
14662024-08-07T07:36:17.205Z Downloaded pretty_assertions v1.4.0
14672024-08-07T07:36:17.208Z Downloaded criterion v0.5.1
14682024-08-07T07:36:17.215Z Downloaded aes v0.8.4
14692024-08-07T07:36:17.218Z Downloaded tower v0.4.13
14702024-08-07T07:36:17.225Z Downloaded rand v0.7.3
14712024-08-07T07:36:17.230Z Downloaded plotters v0.3.5
14722024-08-07T07:36:17.237Z Downloaded hyper v1.3.1
14732024-08-07T07:36:17.244Z Downloaded guppy v0.17.7
14742024-08-07T07:36:17.249Z Downloaded p521 v0.13.3
14752024-08-07T07:36:17.836Z Dirty unicode-ident v1.0.12: the rustflags changed
14762024-08-07T07:36:17.836Z Compiling unicode-ident v1.0.12
14772024-08-07T07:36:17.836Z Dirty proc-macro2 v1.0.86: the rustflags changed
14782024-08-07T07:36:17.836Z Compiling proc-macro2 v1.0.86
14792024-08-07T07:36:17.839Z Dirty libc v0.2.155: the rustflags changed
14802024-08-07T07:36:17.839Z Compiling libc v0.2.155
14812024-08-07T07:36:17.839Z Dirty cfg-if v1.0.0: the rustflags changed
14822024-08-07T07:36:17.839Z Compiling cfg-if v1.0.0
14832024-08-07T07:36:17.839Z Dirty serde v1.0.204: the rustflags changed
14842024-08-07T07:36:17.839Z Compiling serde v1.0.204
14852024-08-07T07:36:17.839Z Dirty version_check v0.9.5: the rustflags changed
14862024-08-07T07:36:17.839Z Compiling version_check v0.9.5
14872024-08-07T07:36:17.839Z Dirty autocfg v1.3.0: the rustflags changed
14882024-08-07T07:36:17.839Z Compiling autocfg v1.3.0
14892024-08-07T07:36:17.839Z Dirty memchr v2.7.2: the rustflags changed
14902024-08-07T07:36:17.839Z Compiling memchr v2.7.2
14912024-08-07T07:36:17.965Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d979576c1749b801 -C extra-filename=-d979576c1749b801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14922024-08-07T07:36:17.969Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=82194380dbe57f38 -C extra-filename=-82194380dbe57f38 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-82194380dbe57f38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14932024-08-07T07:36:17.969Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=774af40ecdc28659 -C extra-filename=-774af40ecdc28659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14942024-08-07T07:36:17.969Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=29f1e3ea1c6d5e64 -C extra-filename=-29f1e3ea1c6d5e64 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-29f1e3ea1c6d5e64 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14952024-08-07T07:36:17.973Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=d1c6ab33851f98a5 -C extra-filename=-d1c6ab33851f98a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-d1c6ab33851f98a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14962024-08-07T07:36:17.973Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=a02a49ad752a40ca -C extra-filename=-a02a49ad752a40ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14972024-08-07T07:36:17.973Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8df925593a9512a -C extra-filename=-c8df925593a9512a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14982024-08-07T07:36:17.982Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80be79eb9c8c4f8a -C extra-filename=-80be79eb9c8c4f8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14992024-08-07T07:36:18.088Z Dirty scopeguard v1.2.0: the rustflags changed
15002024-08-07T07:36:18.088Z Compiling scopeguard v1.2.0
15012024-08-07T07:36:18.118Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=4ef99abaa23c0234 -C extra-filename=-4ef99abaa23c0234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15022024-08-07T07:36:18.135Z Dirty log v0.4.21: the rustflags changed
15032024-08-07T07:36:18.135Z Compiling log v0.4.21
15042024-08-07T07:36:18.182Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=25247ca285912f88 -C extra-filename=-25247ca285912f88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15052024-08-07T07:36:18.231Z Dirty byteorder v1.5.0: the rustflags changed
15062024-08-07T07:36:18.231Z Compiling byteorder v1.5.0
15072024-08-07T07:36:18.265Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=bca7f4c54429777f -C extra-filename=-bca7f4c54429777f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15082024-08-07T07:36:18.584Z Dirty once_cell v1.19.0: the rustflags changed
15092024-08-07T07:36:18.584Z Compiling once_cell v1.19.0
15102024-08-07T07:36:18.600Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=9764b2a8786f26ad -C extra-filename=-9764b2a8786f26ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15112024-08-07T07:36:18.606Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-d1c6ab33851f98a5/build-script-build`
15122024-08-07T07:36:18.633Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-82194380dbe57f38/build-script-build`
15132024-08-07T07:36:18.671Z Dirty itoa v1.0.11: the rustflags changed
15142024-08-07T07:36:18.671Z Compiling itoa v1.0.11
15152024-08-07T07:36:18.674Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=0a55205eed103d8b -C extra-filename=-0a55205eed103d8b --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:36:18.691Z Dirty smallvec v1.13.2: the rustflags changed
15172024-08-07T07:36:18.691Z Compiling smallvec v1.13.2
15182024-08-07T07:36:18.706Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=d3b9ad59c4201009 -C extra-filename=-d3b9ad59c4201009 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15192024-08-07T07:36:18.749Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-29f1e3ea1c6d5e64/build-script-build`
15202024-08-07T07:36:18.810Z Dirty parking_lot_core v0.9.10: the rustflags changed
15212024-08-07T07:36:18.810Z Compiling parking_lot_core v0.9.10
15222024-08-07T07:36:18.813Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=1f7a593a008a39a3 -C extra-filename=-1f7a593a008a39a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-1f7a593a008a39a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15232024-08-07T07:36:18.829Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=f3f2c30f5b1e55f4 -C extra-filename=-f3f2c30f5b1e55f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
15242024-08-07T07:36:18.880Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=aed117de774bb31a -C extra-filename=-aed117de774bb31a --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-d979576c1749b801.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
15252024-08-07T07:36:18.887Z Dirty libm v0.2.8: the rustflags changed
15262024-08-07T07:36:18.887Z Compiling libm v0.2.8
15272024-08-07T07:36:18.889Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=8a364f80c585e6ca -C extra-filename=-8a364f80c585e6ca --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-8a364f80c585e6ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15282024-08-07T07:36:18.908Z Dirty lock_api v0.4.12: the rustflags changed
15292024-08-07T07:36:18.908Z Compiling lock_api v0.4.12
15302024-08-07T07:36:18.911Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=d01441f7fd176919 -C extra-filename=-d01441f7fd176919 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-d01441f7fd176919 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c8df925593a9512a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15312024-08-07T07:36:18.973Z Dirty pin-project-lite v0.2.14: the rustflags changed
15322024-08-07T07:36:18.973Z Compiling pin-project-lite v0.2.14
15332024-08-07T07:36:18.976Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=059720cfac5c53a7 -C extra-filename=-059720cfac5c53a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15342024-08-07T07:36:19.084Z Dirty num-traits v0.2.19: the rustflags changed
15352024-08-07T07:36:19.084Z Compiling num-traits v0.2.19
15362024-08-07T07:36:19.084Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=c1290c0a67694037 -C extra-filename=-c1290c0a67694037 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-c1290c0a67694037 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c8df925593a9512a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15372024-08-07T07:36:19.101Z Dirty cc v1.0.97: the rustflags changed
15382024-08-07T07:36:19.101Z Compiling cc v1.0.97
15392024-08-07T07:36:19.104Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "once_cell", "parallel"))' -C metadata=eef14babd3f67c22 -C extra-filename=-eef14babd3f67c22 --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:36:19.254Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-d01441f7fd176919/build-script-build`
15412024-08-07T07:36:19.291Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-8a364f80c585e6ca/build-script-build`
15422024-08-07T07:36:19.321Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=89d6bf1786570fcf -C extra-filename=-89d6bf1786570fcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15432024-08-07T07:36:19.341Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-1f7a593a008a39a3/build-script-build`
15442024-08-07T07:36:19.368Z Dirty thiserror v1.0.63: the rustflags changed
15452024-08-07T07:36:19.368Z Compiling thiserror v1.0.63
15462024-08-07T07:36:19.371Z Running `/home/build/.rustup/toolchains/1.80.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.63/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd283713b8fb6cad -C extra-filename=-fd283713b8fb6cad --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-fd283713b8fb6cad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15472024-08-07T07:36:19.391Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=39ee11571b13c1e0 -C extra-filename=-39ee11571b13c1e0 --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-4ef99abaa23c0234.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
15482024-08-07T07:36:19.444Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-c1290c0a67694037/build-script-build`
15492024-08-07T07:36:19.645Z Dirty quote v1.0.36: the rustflags changed
15502024-08-07T07:36:19.645Z Compiling quote v1.0.36
15512024-08-07T07:36:19.667Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=b92390512ec867fd -C extra-filename=-b92390512ec867fd --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-aed117de774bb31a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15522024-08-07T07:36:19.670Z Dirty ryu v1.0.18: the rustflags changed
15532024-08-07T07:36:19.670Z Compiling ryu v1.0.18
15542024-08-07T07:36:19.670Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=cc5a2d90313a3f67 -C extra-filename=-cc5a2d90313a3f67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15552024-08-07T07:36:19.855Z Dirty spin v0.9.8: the rustflags changed
15562024-08-07T07:36:19.855Z Compiling spin v0.9.8
15572024-08-07T07:36:19.858Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=77d7a9c6e0653fb3 -C extra-filename=-77d7a9c6e0653fb3 --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-39ee11571b13c1e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15582024-08-07T07:36:20.007Z Dirty getrandom v0.2.14: the rustflags changed
15592024-08-07T07:36:20.007Z Compiling getrandom v0.2.14
15602024-08-07T07:36:20.010Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=0f3b03011585f442 -C extra-filename=-0f3b03011585f442 --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-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15612024-08-07T07:36:20.066Z Dirty syn v2.0.72: the rustflags changed
15622024-08-07T07:36:20.066Z Compiling syn v2.0.72
15632024-08-07T07:36:20.069Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=b1f18f81f3fbeb41 -C extra-filename=-b1f18f81f3fbeb41 --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-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d979576c1749b801.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15642024-08-07T07:36:20.293Z Dirty rand_core v0.6.4: the rustflags changed
15652024-08-07T07:36:20.293Z Compiling rand_core v0.6.4
15662024-08-07T07:36:20.296Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=8a7eb093f46e6e2f -C extra-filename=-8a7eb093f46e6e2f --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-0f3b03011585f442.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15672024-08-07T07:36:20.319Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=7f9d7e7d6b4b40bc -C extra-filename=-7f9d7e7d6b4b40bc --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-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15682024-08-07T07:36:20.438Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=44b46876d3f5d8b5 -C extra-filename=-44b46876d3f5d8b5 --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-89d6bf1786570fcf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp`
15692024-08-07T07:36:20.511Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-fd283713b8fb6cad/build-script-build`
15702024-08-07T07:36:20.643Z Dirty signal-hook-registry v1.4.2: the rustflags changed
15712024-08-07T07:36:20.643Z Compiling signal-hook-registry v1.4.2
15722024-08-07T07:36:20.646Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ddc355dda7d5b710 -C extra-filename=-ddc355dda7d5b710 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15732024-08-07T07:36:20.757Z Dirty parking_lot v0.12.2: the rustflags changed
15742024-08-07T07:36:20.757Z Compiling parking_lot v0.12.2
15752024-08-07T07:36:20.760Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=6768199808b84fed -C extra-filename=-6768199808b84fed --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-39ee11571b13c1e0.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-7f9d7e7d6b4b40bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15762024-08-07T07:36:20.801Z Dirty mio v0.8.11: the rustflags changed
15772024-08-07T07:36:20.801Z Compiling mio v0.8.11
15782024-08-07T07:36:20.805Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=3216f958024c8247 -C extra-filename=-3216f958024c8247 --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-f3f2c30f5b1e55f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15792024-08-07T07:36:20.841Z Dirty ahash v0.8.11: the rustflags changed
15802024-08-07T07:36:20.841Z Compiling ahash v0.8.11
15812024-08-07T07:36:20.844Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=6ff550fc50711a99 -C extra-filename=-6ff550fc50711a99 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-6ff550fc50711a99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15822024-08-07T07:36:20.956Z Dirty num_cpus v1.16.0: the rustflags changed
15832024-08-07T07:36:20.956Z Compiling num_cpus v1.16.0
15842024-08-07T07:36:20.970Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3dced4ab7260f0df -C extra-filename=-3dced4ab7260f0df --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15852024-08-07T07:36:21.095Z Dirty socket2 v0.5.7: the rustflags changed
15862024-08-07T07:36:21.095Z Compiling socket2 v0.5.7
15872024-08-07T07:36:21.098Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=b613817c92fd6ecf -C extra-filename=-b613817c92fd6ecf --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15882024-08-07T07:36:21.269Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-6ff550fc50711a99/build-script-build`
15892024-08-07T07:36:21.340Z Dirty allocator-api2 v0.2.18: the rustflags changed
15902024-08-07T07:36:21.340Z Compiling allocator-api2 v0.2.18
15912024-08-07T07:36:21.343Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=3045a6aaabeb2bbd -C extra-filename=-3045a6aaabeb2bbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15922024-08-07T07:36:21.426Z Dirty serde_json v1.0.122: the rustflags changed
15932024-08-07T07:36:21.426Z Compiling serde_json v1.0.122
15942024-08-07T07:36:21.430Z Running `/home/build/.rustup/toolchains/1.80.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.122/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=9336fa59cf42780b -C extra-filename=-9336fa59cf42780b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-9336fa59cf42780b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15952024-08-07T07:36:21.716Z Dirty typenum v1.17.0: the rustflags changed
15962024-08-07T07:36:21.716Z Compiling typenum v1.17.0
15972024-08-07T07:36:21.719Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=721d5898cabe0b1f -C extra-filename=-721d5898cabe0b1f --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-721d5898cabe0b1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15982024-08-07T07:36:21.844Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-9336fa59cf42780b/build-script-build`
15992024-08-07T07:36:21.872Z Dirty futures-core v0.3.30: the rustflags changed
16002024-08-07T07:36:21.872Z Compiling futures-core v0.3.30
16012024-08-07T07:36:21.877Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=afd15c3e3cb3531c -C extra-filename=-afd15c3e3cb3531c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16022024-08-07T07:36:22.035Z Dirty generic-array v0.14.7: the rustflags changed
16032024-08-07T07:36:22.035Z Compiling generic-array v0.14.7
16042024-08-07T07:36:22.038Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=d93a10c36160bb04 -C extra-filename=-d93a10c36160bb04 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-d93a10c36160bb04 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16052024-08-07T07:36:22.079Z Dirty subtle v2.5.0: the rustflags changed
16062024-08-07T07:36:22.079Z Compiling subtle v2.5.0
16072024-08-07T07:36:22.094Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=a44438aabaad8a21 -C extra-filename=-a44438aabaad8a21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16082024-08-07T07:36:22.114Z Dirty equivalent v1.0.1: the rustflags changed
16092024-08-07T07:36:22.114Z Compiling equivalent v1.0.1
16102024-08-07T07:36:22.114Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9fcdacbf0384b731 -C extra-filename=-9fcdacbf0384b731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16112024-08-07T07:36:22.163Z Dirty futures-sink v0.3.30: the rustflags changed
16122024-08-07T07:36:22.163Z Compiling futures-sink v0.3.30
16132024-08-07T07:36:22.166Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3426d4b6e25fde9e -C extra-filename=-3426d4b6e25fde9e --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:36:22.225Z Dirty slab v0.4.9: the rustflags changed
16152024-08-07T07:36:22.225Z Compiling slab v0.4.9
16162024-08-07T07:36:22.228Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a9017259f9f735fb -C extra-filename=-a9017259f9f735fb --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-a9017259f9f735fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c8df925593a9512a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16172024-08-07T07:36:22.311Z Dirty fnv v1.0.7: the rustflags changed
16182024-08-07T07:36:22.312Z Compiling fnv v1.0.7
16192024-08-07T07:36:22.314Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=78d576050c2a6006 -C extra-filename=-78d576050c2a6006 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16202024-08-07T07:36:22.410Z Dirty futures-channel v0.3.30: the rustflags changed
16212024-08-07T07:36:22.410Z Compiling futures-channel v0.3.30
16222024-08-07T07:36:22.413Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=965ddd6e72b3c181 -C extra-filename=-965ddd6e72b3c181 --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-afd15c3e3cb3531c.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16232024-08-07T07:36:22.428Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d93a10c36160bb04/build-script-build`
16242024-08-07T07:36:22.444Z Dirty futures-io v0.3.30: the rustflags changed
16252024-08-07T07:36:22.444Z Compiling futures-io v0.3.30
16262024-08-07T07:36:22.447Z Dirty futures-task v0.3.30: the rustflags changed
16272024-08-07T07:36:22.447Z Compiling futures-task v0.3.30
16282024-08-07T07:36:22.447Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=cb5123e19cab14d8 -C extra-filename=-cb5123e19cab14d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16292024-08-07T07:36:22.447Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=3c3ebf591d27e0e4 -C extra-filename=-3c3ebf591d27e0e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16302024-08-07T07:36:22.495Z Dirty pin-utils v0.1.0: the rustflags changed
16312024-08-07T07:36:22.495Z Compiling pin-utils v0.1.0
16322024-08-07T07:36:22.497Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c664c297334e04b0 -C extra-filename=-c664c297334e04b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16332024-08-07T07:36:22.597Z Dirty syn v1.0.109: the rustflags changed
16342024-08-07T07:36:22.597Z Compiling syn v1.0.109
16352024-08-07T07:36:22.600Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=f2c588d803ed9009 -C extra-filename=-f2c588d803ed9009 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-f2c588d803ed9009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16362024-08-07T07:36:22.616Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-a9017259f9f735fb/build-script-build`
16372024-08-07T07:36:22.639Z Dirty regex-syntax v0.8.3: the rustflags changed
16382024-08-07T07:36:22.639Z Compiling regex-syntax v0.8.3
16392024-08-07T07:36:22.647Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=51c27a07e49375f8 -C extra-filename=-51c27a07e49375f8 --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:36:22.764Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f2c283aa99db9a32 -C extra-filename=-f2c283aa99db9a32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16412024-08-07T07:36:22.769Z Dirty const-oid v0.9.6: the rustflags changed
16422024-08-07T07:36:22.769Z Compiling const-oid v0.9.6
16432024-08-07T07:36:22.772Z Dirty aho-corasick v1.1.3: the rustflags changed
16442024-08-07T07:36:22.772Z Compiling aho-corasick v1.1.3
16452024-08-07T07:36:22.772Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=d5d3c5dd2e616b61 -C extra-filename=-d5d3c5dd2e616b61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16462024-08-07T07:36:22.772Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=00d774e06ceb2f21 -C extra-filename=-00d774e06ceb2f21 --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-a02a49ad752a40ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16472024-08-07T07:36:22.805Z Dirty iana-time-zone v0.1.60: the rustflags changed
16482024-08-07T07:36:22.805Z Compiling iana-time-zone v0.1.60
16492024-08-07T07:36:22.808Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=c6094d4b582487c2 -C extra-filename=-c6094d4b582487c2 --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:36:22.855Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-721d5898cabe0b1f/build-script-main`
16512024-08-07T07:36:23.030Z Dirty semver v1.0.23: the rustflags changed
16522024-08-07T07:36:23.030Z Compiling semver v1.0.23
16532024-08-07T07:36:23.033Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8b729d175243adb9 -C extra-filename=-8b729d175243adb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-8b729d175243adb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16542024-08-07T07:36:23.065Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=190349613b1d58f4 -C extra-filename=-190349613b1d58f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16552024-08-07T07:36:23.286Z Dirty heck v0.5.0: the rustflags changed
16562024-08-07T07:36:23.286Z Compiling heck v0.5.0
16572024-08-07T07:36:23.289Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ce8b6ca8473fcb4 -C extra-filename=-1ce8b6ca8473fcb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16582024-08-07T07:36:23.307Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-f2c588d803ed9009/build-script-build`
16592024-08-07T07:36:23.379Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=23e16c3e6658c75a -C extra-filename=-23e16c3e6658c75a --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-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d979576c1749b801.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
16602024-08-07T07:36:23.637Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-8b729d175243adb9/build-script-build`
16612024-08-07T07:36:23.705Z Dirty tinyvec_macros v0.1.1: the rustflags changed
16622024-08-07T07:36:23.705Z Compiling tinyvec_macros v0.1.1
16632024-08-07T07:36:23.709Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9a3cece6a215526 -C extra-filename=-d9a3cece6a215526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16642024-08-07T07:36:23.805Z Dirty tinyvec v1.6.0: the rustflags changed
16652024-08-07T07:36:23.805Z Compiling tinyvec v1.6.0
16662024-08-07T07:36:23.808Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=37328b65df3b4c7a -C extra-filename=-37328b65df3b4c7a --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-d9a3cece6a215526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16672024-08-07T07:36:23.832Z Dirty rustix v0.38.34: the rustflags changed
16682024-08-07T07:36:23.832Z Compiling rustix v0.38.34
16692024-08-07T07:36:23.835Z Running `/home/build/.rustup/toolchains/1.80.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="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=e6d13fc162818e72 -C extra-filename=-e6d13fc162818e72 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-e6d13fc162818e72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16702024-08-07T07:36:24.474Z Dirty ppv-lite86 v0.2.17: the rustflags changed
16712024-08-07T07:36:24.474Z Compiling ppv-lite86 v0.2.17
16722024-08-07T07:36:24.479Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=de3ec0f7e61336c2 -C extra-filename=-de3ec0f7e61336c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16732024-08-07T07:36:24.581Z Dirty lazy_static v1.5.0: the rustflags changed
16742024-08-07T07:36:24.581Z Compiling lazy_static v1.5.0
16752024-08-07T07:36:24.584Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=c4135d2565c6698b -C extra-filename=-c4135d2565c6698b --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-77d7a9c6e0653fb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16762024-08-07T07:36:24.658Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-e6d13fc162818e72/build-script-build`
16772024-08-07T07:36:24.700Z Dirty errno v0.3.9: the rustflags changed
16782024-08-07T07:36:24.700Z Compiling errno v0.3.9
16792024-08-07T07:36:24.703Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=96606ee9ed99371e -C extra-filename=-96606ee9ed99371e --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16802024-08-07T07:36:24.778Z Dirty schemars v0.8.21: the rustflags changed
16812024-08-07T07:36:24.778Z Compiling schemars v0.8.21
16822024-08-07T07:36:24.781Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=c73b65fd00822331 -C extra-filename=-c73b65fd00822331 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-c73b65fd00822331 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16832024-08-07T07:36:24.975Z Dirty dyn-clone v1.0.17: the rustflags changed
16842024-08-07T07:36:24.975Z Compiling dyn-clone v1.0.17
16852024-08-07T07:36:24.990Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1d934b7dc2ae10e -C extra-filename=-e1d934b7dc2ae10e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16862024-08-07T07:36:25.198Z Dirty unicode-normalization v0.1.23: the rustflags changed
16872024-08-07T07:36:25.198Z Compiling unicode-normalization v0.1.23
16882024-08-07T07:36:25.202Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=59578cfcb975beac -C extra-filename=-59578cfcb975beac --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-37328b65df3b4c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16892024-08-07T07:36:25.229Z Dirty pkg-config v0.3.30: the rustflags changed
16902024-08-07T07:36:25.229Z Compiling pkg-config v0.3.30
16912024-08-07T07:36:25.232Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8654018bc64f938d -C extra-filename=-8654018bc64f938d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16922024-08-07T07:36:25.246Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-c73b65fd00822331/build-script-build`
16932024-08-07T07:36:25.263Z Dirty cpufeatures v0.2.12: the rustflags changed
16942024-08-07T07:36:25.263Z Compiling cpufeatures v0.2.12
16952024-08-07T07:36:25.266Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63a2ce1fe4e677bf -C extra-filename=-63a2ce1fe4e677bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16962024-08-07T07:36:25.287Z Dirty unicode-bidi v0.3.15: the rustflags changed
16972024-08-07T07:36:25.287Z Compiling unicode-bidi v0.3.15
16982024-08-07T07:36:25.290Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=a533648fb54e4110 -C extra-filename=-a533648fb54e4110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16992024-08-07T07:36:25.370Z Dirty rand_chacha v0.3.1: the rustflags changed
17002024-08-07T07:36:25.370Z Compiling rand_chacha v0.3.1
17012024-08-07T07:36:25.372Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=f60406ef360cc519 -C extra-filename=-f60406ef360cc519 --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-de3ec0f7e61336c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17022024-08-07T07:36:26.278Z Dirty regex-automata v0.4.6: the rustflags changed
17032024-08-07T07:36:26.278Z Compiling regex-automata v0.4.6
17042024-08-07T07:36:26.281Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=093c7222dfaf14f8 -C extra-filename=-093c7222dfaf14f8 --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-00d774e06ceb2f21.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17052024-08-07T07:36:26.798Z Dirty tracing-core v0.1.32: the rustflags changed
17062024-08-07T07:36:26.798Z Compiling tracing-core v0.1.32
17072024-08-07T07:36:26.801Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=ecacb0ada8d130f5 -C extra-filename=-ecacb0ada8d130f5 --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-9764b2a8786f26ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17082024-08-07T07:36:26.822Z Dirty rand v0.8.5: the rustflags changed
17092024-08-07T07:36:26.822Z Compiling rand v0.8.5
17102024-08-07T07:36:26.826Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=28d4123639757f5e -C extra-filename=-28d4123639757f5e --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-f3f2c30f5b1e55f4.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f60406ef360cc519.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17112024-08-07T07:36:27.606Z Dirty serde_derive_internals v0.29.1: the rustflags changed
17122024-08-07T07:36:27.606Z Compiling serde_derive_internals v0.29.1
17132024-08-07T07:36:27.609Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0115254aed9af3e7 -C extra-filename=-0115254aed9af3e7 --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-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17142024-08-07T07:36:28.229Z Dirty percent-encoding v2.3.1: the rustflags changed
17152024-08-07T07:36:28.229Z Compiling percent-encoding v2.3.1
17162024-08-07T07:36:28.232Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=44a47b18c639a3db -C extra-filename=-44a47b18c639a3db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17172024-08-07T07:36:28.262Z Dirty num-conv v0.1.0: the rustflags changed
17182024-08-07T07:36:28.262Z Compiling num-conv v0.1.0
17192024-08-07T07:36:28.265Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=507faba658004385 -C extra-filename=-507faba658004385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17202024-08-07T07:36:28.574Z Dirty form_urlencoded v1.2.1: the rustflags changed
17212024-08-07T07:36:28.574Z Compiling form_urlencoded v1.2.1
17222024-08-07T07:36:28.589Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=aba6fe7de24bcb82 -C extra-filename=-aba6fe7de24bcb82 --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-44a47b18c639a3db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17232024-08-07T07:36:28.619Z Dirty powerfmt v0.2.0: the rustflags changed
17242024-08-07T07:36:28.619Z Compiling powerfmt v0.2.0
17252024-08-07T07:36:28.622Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=1554aa19d2eb1274 -C extra-filename=-1554aa19d2eb1274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17262024-08-07T07:36:28.835Z Dirty unicode-width v0.1.13: the rustflags changed
17272024-08-07T07:36:28.835Z Compiling unicode-width v0.1.13
17282024-08-07T07:36:28.838Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=1a02ab4d900b2a08 -C extra-filename=-1a02ab4d900b2a08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17292024-08-07T07:36:28.905Z Dirty httparse v1.8.0: the rustflags changed
17302024-08-07T07:36:28.905Z Compiling httparse v1.8.0
17312024-08-07T07:36:28.929Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a1fc9a135615f103 -C extra-filename=-a1fc9a135615f103 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-a1fc9a135615f103 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17322024-08-07T07:36:29.019Z Dirty time-core v0.1.2: the rustflags changed
17332024-08-07T07:36:29.019Z Compiling time-core v0.1.2
17342024-08-07T07:36:29.022Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=548dc22d257bb20b -C extra-filename=-548dc22d257bb20b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17352024-08-07T07:36:29.081Z Dirty deranged v0.3.11: the rustflags changed
17362024-08-07T07:36:29.081Z Compiling deranged v0.3.11
17372024-08-07T07:36:29.084Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=08cb2c7452a38cf8 -C extra-filename=-08cb2c7452a38cf8 --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-1554aa19d2eb1274.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17382024-08-07T07:36:29.196Z Dirty time-macros v0.2.18: the rustflags changed
17392024-08-07T07:36:29.196Z Compiling time-macros v0.2.18
17402024-08-07T07:36:29.199Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=efe98ae13299122c -C extra-filename=-efe98ae13299122c --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-507faba658004385.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-548dc22d257bb20b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17412024-08-07T07:36:29.216Z Dirty ring v0.17.8: the rustflags changed
17422024-08-07T07:36:29.216Z Compiling ring v0.17.8
17432024-08-07T07:36:29.219Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=0fd5025f149106be -C extra-filename=-0fd5025f149106be --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-0fd5025f149106be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17442024-08-07T07:36:29.435Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-a1fc9a135615f103/build-script-build`
17452024-08-07T07:36:29.462Z Dirty num_threads v0.1.7: the rustflags changed
17462024-08-07T07:36:29.462Z Compiling num_threads v0.1.7
17472024-08-07T07:36:29.465Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50308f35aaf6d98f -C extra-filename=-50308f35aaf6d98f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17482024-08-07T07:36:29.598Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=01ecc73bcbd90dbe -C extra-filename=-01ecc73bcbd90dbe --out-dir /work/oxidecomputer/omicron/target/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`
17492024-08-07T07:36:30.304Z Dirty either v1.13.0: the rustflags changed
17502024-08-07T07:36:30.304Z Compiling either v1.13.0
17512024-08-07T07:36:30.307Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=4df01850f30b75bc -C extra-filename=-4df01850f30b75bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17522024-08-07T07:36:30.400Z Dirty idna v0.5.0: the rustflags changed
17532024-08-07T07:36:30.400Z Compiling idna v0.5.0
17542024-08-07T07:36:30.415Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ac3881aa5ad16f6b -C extra-filename=-ac3881aa5ad16f6b --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-a533648fb54e4110.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17552024-08-07T07:36:30.442Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-0fd5025f149106be/build-script-build`
17562024-08-07T07:36:30.754Z Dirty adler v1.0.2: the rustflags changed
17572024-08-07T07:36:30.754Z Compiling adler v1.0.2
17582024-08-07T07:36:30.758Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=3fc5364af7957109 -C extra-filename=-3fc5364af7957109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17592024-08-07T07:36:30.984Z Dirty miniz_oxide v0.7.2: the rustflags changed
17602024-08-07T07:36:30.984Z Compiling miniz_oxide v0.7.2
17612024-08-07T07:36:30.987Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=60bedd9ea023923b -C extra-filename=-60bedd9ea023923b --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-3fc5364af7957109.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17622024-08-07T07:36:31.080Z Dirty untrusted v0.9.0: the rustflags changed
17632024-08-07T07:36:31.080Z Compiling untrusted v0.9.0
17642024-08-07T07:36:31.083Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=30db547cf0298cb5 -C extra-filename=-30db547cf0298cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17652024-08-07T07:36:31.260Z Dirty url v2.5.2: the rustflags changed
17662024-08-07T07:36:31.260Z Compiling url v2.5.2
17672024-08-07T07:36:31.265Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=7523ee74c820e643 -C extra-filename=-7523ee74c820e643 --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-aba6fe7de24bcb82.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-ac3881aa5ad16f6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17682024-08-07T07:36:31.969Z Dirty regex v1.10.6: the rustflags changed
17692024-08-07T07:36:31.969Z Compiling regex v1.10.6
17702024-08-07T07:36:31.972Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=3258b101d122525b -C extra-filename=-3258b101d122525b --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-00d774e06ceb2f21.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17712024-08-07T07:36:32.536Z Dirty rustversion v1.0.17: the rustflags changed
17722024-08-07T07:36:32.536Z Compiling rustversion v1.0.17
17732024-08-07T07:36:32.539Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03121f5efa692fb9 -C extra-filename=-03121f5efa692fb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-03121f5efa692fb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17742024-08-07T07:36:32.701Z Dirty time v0.3.36: the rustflags changed
17752024-08-07T07:36:32.701Z Compiling time v0.3.36
17762024-08-07T07:36:32.705Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=030fce1de1eb389d -C extra-filename=-030fce1de1eb389d --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-08cb2c7452a38cf8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-507faba658004385.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-50308f35aaf6d98f.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1554aa19d2eb1274.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-548dc22d257bb20b.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-efe98ae13299122c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17772024-08-07T07:36:33.062Z Dirty slog v2.7.0: the rustflags changed
17782024-08-07T07:36:33.062Z Compiling slog v2.7.0
17792024-08-07T07:36:33.065Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=c23b5ee208c68816 -C extra-filename=-c23b5ee208c68816 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-c23b5ee208c68816 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17802024-08-07T07:36:33.129Z Dirty vcpkg v0.2.15: the rustflags changed
17812024-08-07T07:36:33.129Z Compiling vcpkg v0.2.15
17822024-08-07T07:36:33.132Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02ad28c9db6b9c9d -C extra-filename=-02ad28c9db6b9c9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17832024-08-07T07:36:33.337Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=65f3f11df37059d9 -C extra-filename=-65f3f11df37059d9 --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-774af40ecdc28659.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-30db547cf0298cb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
17842024-08-07T07:36:33.358Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-03121f5efa692fb9/build-script-build`
17852024-08-07T07:36:33.425Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c65c1eca2f206d2 -C extra-filename=-8c65c1eca2f206d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
17862024-08-07T07:36:33.672Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-c23b5ee208c68816/build-script-build`
17872024-08-07T07:36:33.745Z Dirty try-lock v0.2.5: the rustflags changed
17882024-08-07T07:36:33.745Z Compiling try-lock v0.2.5
17892024-08-07T07:36:33.748Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46e126fa5216f5b3 -C extra-filename=-46e126fa5216f5b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17902024-08-07T07:36:33.902Z Dirty want v0.3.1: the rustflags changed
17912024-08-07T07:36:33.902Z Compiling want v0.3.1
17922024-08-07T07:36:33.906Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91599b660e80160f -C extra-filename=-91599b660e80160f --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-46e126fa5216f5b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17932024-08-07T07:36:34.217Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=742498fb17b42521 -C extra-filename=-742498fb17b42521 --out-dir /work/oxidecomputer/omicron/target/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`
17942024-08-07T07:36:34.746Z Dirty serde_derive v1.0.204: the rustflags changed
17952024-08-07T07:36:34.746Z Compiling serde_derive v1.0.204
17962024-08-07T07:36:34.762Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=c4e3a881bf4cd158 -C extra-filename=-c4e3a881bf4cd158 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17972024-08-07T07:36:34.995Z Dirty zerocopy-derive v0.7.34: the rustflags changed
17982024-08-07T07:36:34.995Z Compiling zerocopy-derive v0.7.34
17992024-08-07T07:36:34.998Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8094a05f1d04b4ce -C extra-filename=-8094a05f1d04b4ce --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18002024-08-07T07:36:35.081Z Dirty zeroize_derive v1.4.2: the rustflags changed
18012024-08-07T07:36:35.081Z Compiling zeroize_derive v1.4.2
18022024-08-07T07:36:35.085Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2bc26ec214ea804c -C extra-filename=-2bc26ec214ea804c --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18032024-08-07T07:36:35.355Z Dirty thiserror-impl v1.0.63: the rustflags changed
18042024-08-07T07:36:35.355Z Compiling thiserror-impl v1.0.63
18052024-08-07T07:36:35.358Z Running `/home/build/.rustup/toolchains/1.80.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.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8751a6f8e9ba5a46 -C extra-filename=-8751a6f8e9ba5a46 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18062024-08-07T07:36:36.894Z Dirty zeroize v1.7.0: the rustflags changed
18072024-08-07T07:36:36.894Z Compiling zeroize v1.7.0
18082024-08-07T07:36:36.897Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=1f0d2df034cf6cc6 -C extra-filename=-1f0d2df034cf6cc6 --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-2bc26ec214ea804c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18092024-08-07T07:36:37.178Z Dirty tokio-macros v2.3.0: the rustflags changed
18102024-08-07T07:36:37.178Z Compiling tokio-macros v2.3.0
18112024-08-07T07:36:37.181Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=943c343fda5aad94 -C extra-filename=-943c343fda5aad94 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18122024-08-07T07:36:37.309Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=4c1112ffa546804b -C extra-filename=-4c1112ffa546804b --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-190349613b1d58f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
18132024-08-07T07:36:37.452Z Dirty zerocopy v0.7.34: the rustflags changed
18142024-08-07T07:36:37.452Z Compiling zerocopy v0.7.34
18152024-08-07T07:36:37.455Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=d6da37cf47ad8825 -C extra-filename=-d6da37cf47ad8825 --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-bca7f4c54429777f.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-8094a05f1d04b4ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18162024-08-07T07:36:37.638Z Dirty futures-macro v0.3.30: the rustflags changed
18172024-08-07T07:36:37.638Z Compiling futures-macro v0.3.30
18182024-08-07T07:36:37.641Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=064901dfbdf8531a -C extra-filename=-064901dfbdf8531a --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18192024-08-07T07:36:38.076Z Dirty schemars_derive v0.8.21: the rustflags changed
18202024-08-07T07:36:38.076Z Compiling schemars_derive v0.8.21
18212024-08-07T07:36:38.079Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=924ab79880d61beb -C extra-filename=-924ab79880d61beb --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-0115254aed9af3e7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18222024-08-07T07:36:38.749Z Dirty crypto-common v0.1.6: the rustflags changed
18232024-08-07T07:36:38.749Z Compiling crypto-common v0.1.6
18242024-08-07T07:36:38.752Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=cfa97946302291f6 -C extra-filename=-cfa97946302291f6 --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-4c1112ffa546804b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-190349613b1d58f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18252024-08-07T07:36:38.920Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce55536c928b0f6d -C extra-filename=-ce55536c928b0f6d --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-8751a6f8e9ba5a46.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
18262024-08-07T07:36:38.972Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=270ec62c87d2f5bc -C extra-filename=-270ec62c87d2f5bc --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-774af40ecdc28659.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
18272024-08-07T07:36:38.991Z Dirty block-buffer v0.10.4: the rustflags changed
18282024-08-07T07:36:38.991Z Compiling block-buffer v0.10.4
18292024-08-07T07:36:38.995Z Dirty tracing-attributes v0.1.27: the rustflags changed
18302024-08-07T07:36:38.995Z Compiling tracing-attributes v0.1.27
18312024-08-07T07:36:38.995Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26899141b053c92a -C extra-filename=-26899141b053c92a --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-4c1112ffa546804b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18322024-08-07T07:36:38.995Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=e7e4cf2d3a79878a -C extra-filename=-e7e4cf2d3a79878a --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18332024-08-07T07:36:39.059Z Dirty openssl-sys v0.9.103: the rustflags changed
18342024-08-07T07:36:39.059Z Compiling openssl-sys v0.9.103
18352024-08-07T07:36:39.062Z Running `/home/build/.rustup/toolchains/1.80.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.103/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=996639de0c4b532d -C extra-filename=-996639de0c4b532d --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-996639de0c4b532d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8654018bc64f938d.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-02ad28c9db6b9c9d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18362024-08-07T07:36:39.085Z Dirty async-trait v0.1.81: the rustflags changed
18372024-08-07T07:36:39.085Z Compiling async-trait v0.1.81
18382024-08-07T07:36:39.088Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5eb9c922344cdb6f -C extra-filename=-5eb9c922344cdb6f --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18392024-08-07T07:36:39.258Z Dirty digest v0.10.7: the rustflags changed
18402024-08-07T07:36:39.258Z Compiling digest v0.10.7
18412024-08-07T07:36:39.261Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=0845c32c16c6ae38 -C extra-filename=-0845c32c16c6ae38 --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-26899141b053c92a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d5d3c5dd2e616b61.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cfa97946302291f6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18422024-08-07T07:36:39.577Z Dirty hashbrown v0.14.5: the rustflags changed
18432024-08-07T07:36:39.577Z Compiling hashbrown v0.14.5
18442024-08-07T07:36:39.580Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=ca394e1aad73e4f4 -C extra-filename=-ca394e1aad73e4f4 --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-270ec62c87d2f5bc.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3045a6aaabeb2bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18452024-08-07T07:36:39.764Z Dirty tower-service v0.3.2: the rustflags changed
18462024-08-07T07:36:39.764Z Compiling tower-service v0.3.2
18472024-08-07T07:36:39.767Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98bdb93afa257c65 -C extra-filename=-98bdb93afa257c65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18482024-08-07T07:36:39.806Z Dirty futures-util v0.3.30: the rustflags changed
18492024-08-07T07:36:39.806Z Compiling futures-util v0.3.30
18502024-08-07T07:36:39.810Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=3654032bd4092d60 -C extra-filename=-3654032bd4092d60 --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-965ddd6e72b3c181.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-064901dfbdf8531a.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c664c297334e04b0.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f2c283aa99db9a32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18512024-08-07T07:36:39.885Z Dirty base64ct v1.6.0: the rustflags changed
18522024-08-07T07:36:39.885Z Compiling base64ct v1.6.0
18532024-08-07T07:36:39.889Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=43819433fdd10fb4 -C extra-filename=-43819433fdd10fb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18542024-08-07T07:36:40.228Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-996639de0c4b532d/build-script-main`
18552024-08-07T07:36:40.315Z Dirty backtrace v0.3.71: the rustflags changed
18562024-08-07T07:36:40.315Z Compiling backtrace v0.3.71
18572024-08-07T07:36:40.318Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=9f64c79ddd2a5673 -C extra-filename=-9f64c79ddd2a5673 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-9f64c79ddd2a5673 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18582024-08-07T07:36:40.542Z Dirty gimli v0.28.1: the rustflags changed
18592024-08-07T07:36:40.542Z Compiling gimli v0.28.1
18602024-08-07T07:36:40.545Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=30a27b6b0f6b4a33 -C extra-filename=-30a27b6b0f6b4a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18612024-08-07T07:36:40.873Z Dirty strsim v0.11.1: the rustflags changed
18622024-08-07T07:36:40.873Z Compiling strsim v0.11.1
18632024-08-07T07:36:40.876Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b60f6e9e6d06315 -C extra-filename=-0b60f6e9e6d06315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18642024-08-07T07:36:41.010Z Dirty base64 v0.21.7: the rustflags changed
18652024-08-07T07:36:41.010Z Compiling base64 v0.21.7
18662024-08-07T07:36:41.013Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=050eb13206eed9fc -C extra-filename=-050eb13206eed9fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18672024-08-07T07:36:41.683Z Dirty httpdate v1.0.3: the rustflags changed
18682024-08-07T07:36:41.683Z Compiling httpdate v1.0.3
18692024-08-07T07:36:41.686Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74e1442771ecd7f3 -C extra-filename=-74e1442771ecd7f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18702024-08-07T07:36:41.752Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-9f64c79ddd2a5673/build-script-build`
18712024-08-07T07:36:41.779Z Dirty object v0.32.2: the rustflags changed
18722024-08-07T07:36:41.779Z Compiling object v0.32.2
18732024-08-07T07:36:41.782Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=1e89f9936cf3f02c -C extra-filename=-1e89f9936cf3f02c --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-a02a49ad752a40ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18742024-08-07T07:36:41.797Z Dirty rustc-demangle v0.1.24: the rustflags changed
18752024-08-07T07:36:41.797Z Compiling rustc-demangle v0.1.24
18762024-08-07T07:36:41.800Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=d3660f53a5e3e555 -C extra-filename=-d3660f53a5e3e555 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18772024-08-07T07:36:42.103Z Dirty openssl-probe v0.1.5: the rustflags changed
18782024-08-07T07:36:42.103Z Compiling openssl-probe v0.1.5
18792024-08-07T07:36:42.118Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a129adeb4cfcad6 -C extra-filename=-4a129adeb4cfcad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18802024-08-07T07:36:42.158Z Dirty foreign-types-shared v0.1.1: the rustflags changed
18812024-08-07T07:36:42.158Z Compiling foreign-types-shared v0.1.1
18822024-08-07T07:36:42.161Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b16e7f44d3735fe9 -C extra-filename=-b16e7f44d3735fe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18832024-08-07T07:36:42.274Z Dirty anyhow v1.0.86: the rustflags changed
18842024-08-07T07:36:42.274Z Compiling anyhow v1.0.86
18852024-08-07T07:36:42.277Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=839a8342df364248 -C extra-filename=-839a8342df364248 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-839a8342df364248 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18862024-08-07T07:36:42.487Z Dirty openssl v0.10.66: the rustflags changed
18872024-08-07T07:36:42.487Z Compiling openssl v0.10.66
18882024-08-07T07:36:42.490Z Running `/home/build/.rustup/toolchains/1.80.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.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=84f9803f7a2a691a -C extra-filename=-84f9803f7a2a691a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-84f9803f7a2a691a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18892024-08-07T07:36:42.725Z Dirty heck v0.4.1: the rustflags changed
18902024-08-07T07:36:42.725Z Compiling heck v0.4.1
18912024-08-07T07:36:42.740Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=bdcc7bf362727e72 -C extra-filename=-bdcc7bf362727e72 --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:36:42.960Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-84f9803f7a2a691a/build-script-build`
18932024-08-07T07:36:42.981Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-839a8342df364248/build-script-build`
18942024-08-07T07:36:43.002Z Dirty foreign-types v0.3.2: the rustflags changed
18952024-08-07T07:36:43.002Z Compiling foreign-types v0.3.2
18962024-08-07T07:36:43.002Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=477a0033dd312b72 -C extra-filename=-477a0033dd312b72 --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-b16e7f44d3735fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18972024-08-07T07:36:43.099Z Running `/home/build/.rustup/toolchains/1.80.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.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=174bf46f611de01e -C extra-filename=-174bf46f611de01e --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
18982024-08-07T07:36:43.138Z Dirty tracing v0.1.40: the rustflags changed
18992024-08-07T07:36:43.138Z Compiling tracing v0.1.40
19002024-08-07T07:36:43.141Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=a7093791ef0a72d8 -C extra-filename=-a7093791ef0a72d8 --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-25247ca285912f88.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-e7e4cf2d3a79878a.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-ecacb0ada8d130f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19012024-08-07T07:36:43.250Z Dirty openssl-macros v0.1.1: the rustflags changed
19022024-08-07T07:36:43.250Z Compiling openssl-macros v0.1.1
19032024-08-07T07:36:43.252Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8512162f14abc96b -C extra-filename=-8512162f14abc96b --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19042024-08-07T07:36:43.273Z Dirty mime v0.3.17: the rustflags changed
19052024-08-07T07:36:43.273Z Compiling mime v0.3.17
19062024-08-07T07:36:43.276Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca56f3dcaef43b6e -C extra-filename=-ca56f3dcaef43b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19072024-08-07T07:36:43.469Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=60453ed6767bb2fa -C extra-filename=-60453ed6767bb2fa --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-c4e3a881bf4cd158.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
19082024-08-07T07:36:43.654Z Dirty ipnet v2.9.0: the rustflags changed
19092024-08-07T07:36:43.654Z Compiling ipnet v2.9.0
19102024-08-07T07:36:43.657Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=5c04a260354ba41e -C extra-filename=-5c04a260354ba41e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19112024-08-07T07:36:43.869Z Dirty crossbeam-utils v0.8.19: the rustflags changed
19122024-08-07T07:36:43.869Z Compiling crossbeam-utils v0.8.19
19132024-08-07T07:36:43.871Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=5c488b57994dec9a -C extra-filename=-5c488b57994dec9a --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-5c488b57994dec9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19142024-08-07T07:36:44.211Z Dirty utf8parse v0.2.1: the rustflags changed
19152024-08-07T07:36:44.211Z Compiling utf8parse v0.2.1
19162024-08-07T07:36:44.214Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=f76a721e27ade519 -C extra-filename=-f76a721e27ade519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19172024-08-07T07:36:44.368Z Dirty ucd-trie v0.1.6: the rustflags changed
19182024-08-07T07:36:44.368Z Compiling ucd-trie v0.1.6
19192024-08-07T07:36:44.368Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8923c5c39bf639a6 -C extra-filename=-8923c5c39bf639a6 --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:36:44.426Z Dirty winnow v0.5.40: the rustflags changed
19212024-08-07T07:36:44.426Z Compiling winnow v0.5.40
19222024-08-07T07:36:44.429Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=1f1847289dc97830 -C extra-filename=-1f1847289dc97830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19232024-08-07T07:36:44.551Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-5c488b57994dec9a/build-script-build`
19242024-08-07T07:36:44.577Z Dirty rustls v0.21.12: the rustflags changed
19252024-08-07T07:36:44.577Z Compiling rustls v0.21.12
19262024-08-07T07:36:44.580Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=88d71234bfcd9422 -C extra-filename=-88d71234bfcd9422 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-88d71234bfcd9422 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19272024-08-07T07:36:44.763Z Dirty addr2line v0.21.0: the rustflags changed
19282024-08-07T07:36:44.763Z Compiling addr2line v0.21.0
19292024-08-07T07:36:44.766Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "memmap2", "object", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "std-object"))' -C metadata=8fbe97e08b453e74 -C extra-filename=-8fbe97e08b453e74 --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-30a27b6b0f6b4a33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19302024-08-07T07:36:44.912Z Dirty native-tls v0.2.11: the rustflags changed
19312024-08-07T07:36:44.912Z Compiling native-tls v0.2.11
19322024-08-07T07:36:44.915Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=f84b87626ce7a96d -C extra-filename=-f84b87626ce7a96d --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-f84b87626ce7a96d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19332024-08-07T07:36:45.031Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-88d71234bfcd9422/build-script-build`
19342024-08-07T07:36:45.058Z Dirty pest v2.7.10: the rustflags changed
19352024-08-07T07:36:45.058Z Compiling pest v2.7.10
19362024-08-07T07:36:45.061Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=5a10a8264e1089a8 -C extra-filename=-5a10a8264e1089a8 --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-a02a49ad752a40ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-8923c5c39bf639a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19372024-08-07T07:36:45.394Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-f84b87626ce7a96d/build-script-build`
19382024-08-07T07:36:45.414Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=607798d871d02c59 -C extra-filename=-607798d871d02c59 --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:36:45.436Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
19402024-08-07T07:36:45.436Z Compiling pem-rfc7468 v0.7.0
19412024-08-07T07:36:45.453Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=70f0e71b0df087bd -C extra-filename=-70f0e71b0df087bd --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-43819433fdd10fb4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19422024-08-07T07:36:45.456Z Dirty futures-executor v0.3.30: the rustflags changed
19432024-08-07T07:36:45.456Z Compiling futures-executor v0.3.30
19442024-08-07T07:36:45.459Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=e734b3f2e3795c4e -C extra-filename=-e734b3f2e3795c4e --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-afd15c3e3cb3531c.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19452024-08-07T07:36:46.015Z Dirty futures v0.3.30: the rustflags changed
19462024-08-07T07:36:46.015Z Compiling futures v0.3.30
19472024-08-07T07:36:46.018Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=25f044098c4b01c5 -C extra-filename=-25f044098c4b01c5 --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-965ddd6e72b3c181.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e734b3f2e3795c4e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19482024-08-07T07:36:46.043Z Dirty sct v0.7.1: the rustflags changed
19492024-08-07T07:36:46.043Z Compiling sct v0.7.1
19502024-08-07T07:36:46.047Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ef7843e4bca61ef -C extra-filename=-3ef7843e4bca61ef --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-65f3f11df37059d9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-30db547cf0298cb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out`
19512024-08-07T07:36:46.134Z Dirty rustls-webpki v0.101.7: the rustflags changed
19522024-08-07T07:36:46.134Z Compiling rustls-webpki v0.101.7
19532024-08-07T07:36:46.137Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=514abced2111b096 -C extra-filename=-514abced2111b096 --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-65f3f11df37059d9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-30db547cf0298cb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out`
19542024-08-07T07:36:46.199Z Dirty der_derive v0.7.2: the rustflags changed
19552024-08-07T07:36:46.199Z Compiling der_derive v0.7.2
19562024-08-07T07:36:46.202Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d3860d0bb4468f1 -C extra-filename=-7d3860d0bb4468f1 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-08-07T07:36:46.375Z Dirty cookie v0.17.0: the rustflags changed
19582024-08-07T07:36:46.375Z Compiling cookie v0.17.0
19592024-08-07T07:36:46.378Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=18845b3666547e72 -C extra-filename=-18845b3666547e72 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-18845b3666547e72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19602024-08-07T07:36:46.746Z Dirty flagset v0.4.5: the rustflags changed
19612024-08-07T07:36:46.746Z Compiling flagset v0.4.5
19622024-08-07T07:36:46.749Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=6367a939501248e5 -C extra-filename=-6367a939501248e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19632024-08-07T07:36:46.749Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-18845b3666547e72/build-script-build`
19642024-08-07T07:36:46.834Z Dirty scroll_derive v0.12.0: the rustflags changed
19652024-08-07T07:36:46.834Z Compiling scroll_derive v0.12.0
19662024-08-07T07:36:46.837Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79dbedea0f7dd6cb -C extra-filename=-79dbedea0f7dd6cb --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19672024-08-07T07:36:46.961Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=3a767c8c9763129d -C extra-filename=-3a767c8c9763129d --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-25247ca285912f88.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-514abced2111b096.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-3ef7843e4bca61ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out`
19682024-08-07T07:36:48.078Z Dirty pest_meta v2.7.10: the rustflags changed
19692024-08-07T07:36:48.078Z Compiling pest_meta v2.7.10
19702024-08-07T07:36:48.080Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=57f07d60f532b5ea -C extra-filename=-57f07d60f532b5ea --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-9764b2a8786f26ad.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-5a10a8264e1089a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19712024-08-07T07:36:48.125Z Dirty idna v0.3.0: the rustflags changed
19722024-08-07T07:36:48.125Z Compiling idna v0.3.0
19732024-08-07T07:36:48.128Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=416820c5d9a246f7 -C extra-filename=-416820c5d9a246f7 --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-a533648fb54e4110.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19742024-08-07T07:36:48.384Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=11676e96fb87b318 -C extra-filename=-11676e96fb87b318 --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-8fbe97e08b453e74.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-60bedd9ea023923b.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1e89f9936cf3f02c.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-d3660f53a5e3e555.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19752024-08-07T07:36:48.516Z Dirty encoding_rs v0.8.34: the rustflags changed
19762024-08-07T07:36:48.516Z Compiling encoding_rs v0.8.34
19772024-08-07T07:36:48.520Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=25e50ae6ddce2604 -C extra-filename=-25e50ae6ddce2604 --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-774af40ecdc28659.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19782024-08-07T07:36:48.826Z Dirty anstyle v1.0.8: the rustflags changed
19792024-08-07T07:36:48.826Z Compiling anstyle v1.0.8
19802024-08-07T07:36:48.829Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 '--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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=62bdb95aa5090912 -C extra-filename=-62bdb95aa5090912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19812024-08-07T07:36:48.909Z Dirty der v0.7.9: the rustflags changed
19822024-08-07T07:36:48.909Z Compiling der v0.7.9
19832024-08-07T07:36:48.912Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=858b565cf019bd67 -C extra-filename=-858b565cf019bd67 --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-d5d3c5dd2e616b61.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-7d3860d0bb4468f1.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-6367a939501248e5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19842024-08-07T07:36:49.287Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b67caa0eba41acc2 -C extra-filename=-b67caa0eba41acc2 --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-11676e96fb87b318.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
19852024-08-07T07:36:49.722Z Dirty bytes v1.7.1: the rustflags changed
19862024-08-07T07:36:49.722Z Compiling bytes v1.7.1
19872024-08-07T07:36:49.724Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=253688e005e4bf7b -C extra-filename=-253688e005e4bf7b --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-08-07T07:36:49.831Z Dirty bitflags v2.6.0: the rustflags changed
19892024-08-07T07:36:49.831Z Compiling bitflags v2.6.0
19902024-08-07T07:36:49.834Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=26e7096777fff4cf -C extra-filename=-26e7096777fff4cf --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19912024-08-07T07:36:50.252Z Running `/home/build/.rustup/toolchains/1.80.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.122/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=c68b642a06e7ad56 -C extra-filename=-c68b642a06e7ad56 --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-0a55205eed103d8b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cc5a2d90313a3f67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64 --check-cfg 'cfg(limb_width_32)' --check-cfg 'cfg(limb_width_64)'`
19922024-08-07T07:36:50.329Z Dirty indexmap v2.3.0: the rustflags changed
19932024-08-07T07:36:50.329Z Compiling indexmap v2.3.0
19942024-08-07T07:36:50.332Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=a74d1694260811dc -C extra-filename=-a74d1694260811dc --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-9fcdacbf0384b731.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ca394e1aad73e4f4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19952024-08-07T07:36:51.088Z Dirty tokio v1.38.1: the rustflags changed
19962024-08-07T07:36:51.088Z Compiling tokio v1.38.1
19972024-08-07T07:36:51.091Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.1/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=dfaf091661f29f0e -C extra-filename=-dfaf091661f29f0e --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-253688e005e4bf7b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-3dced4ab7260f0df.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-ddc355dda7d5b710.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-943c343fda5aad94.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19982024-08-07T07:36:51.825Z Dirty chrono v0.4.38: the rustflags changed
19992024-08-07T07:36:51.825Z Compiling chrono v0.4.38
20002024-08-07T07:36:51.828Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=bfb72a2afc18d443 -C extra-filename=-bfb72a2afc18d443 --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-c6094d4b582487c2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20012024-08-07T07:36:51.875Z Dirty uuid v1.10.0: the rustflags changed
20022024-08-07T07:36:51.875Z Compiling uuid v1.10.0
20032024-08-07T07:36:51.881Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=2b0998f5f5862fda -C extra-filename=-2b0998f5f5862fda --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-0f3b03011585f442.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20042024-08-07T07:36:52.286Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=9958a4f088408474 -C extra-filename=-9958a4f088408474 --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
20052024-08-07T07:36:52.976Z Running `/home/build/.rustup/toolchains/1.80.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="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=32fdcae0183ab583 -C extra-filename=-32fdcae0183ab583 --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-26e7096777fff4cf.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-96606ee9ed99371e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
20062024-08-07T07:36:53.030Z Dirty http v0.2.12: the rustflags changed
20072024-08-07T07:36:53.030Z Compiling http v0.2.12
20082024-08-07T07:36:53.037Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69367823a0613da6 -C extra-filename=-69367823a0613da6 --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-253688e005e4bf7b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-78d576050c2a6006.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20092024-08-07T07:36:53.068Z Dirty serde_tokenstream v0.2.1: the rustflags changed
20102024-08-07T07:36:53.068Z Compiling serde_tokenstream v0.2.1
20112024-08-07T07:36:53.071Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9328d5cc5ebe7f0 -C extra-filename=-f9328d5cc5ebe7f0 --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-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20122024-08-07T07:36:53.286Z Dirty serde_spanned v0.6.7: the rustflags changed
20132024-08-07T07:36:53.286Z Compiling serde_spanned v0.6.7
20142024-08-07T07:36:53.289Z Running `/home/build/.rustup/toolchains/1.80.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.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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d37b79676a4b1e3a -C extra-filename=-d37b79676a4b1e3a --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20152024-08-07T07:36:53.305Z Dirty toml_datetime v0.6.8: the rustflags changed
20162024-08-07T07:36:53.305Z Compiling toml_datetime v0.6.8
20172024-08-07T07:36:53.308Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=30a0c6427d8ae65e -C extra-filename=-30a0c6427d8ae65e --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20182024-08-07T07:36:53.527Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=cc98e139dd72bf46 -C extra-filename=-cc98e139dd72bf46 --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-26e7096777fff4cf.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-477a0033dd312b72.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-8512162f14abc96b.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-174bf46f611de01e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
20192024-08-07T07:36:53.624Z Dirty toml_edit v0.19.15: the rustflags changed
20202024-08-07T07:36:53.624Z Compiling toml_edit v0.19.15
20212024-08-07T07:36:53.627Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=2515f79946056eab -C extra-filename=-2515f79946056eab --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-a74d1694260811dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d37b79676a4b1e3a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1f1847289dc97830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20222024-08-07T07:36:53.842Z Dirty rustc_version v0.4.0: the rustflags changed
20232024-08-07T07:36:53.842Z Compiling rustc_version v0.4.0
20242024-08-07T07:36:53.845Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69339c6bd7f423c2 -C extra-filename=-69339c6bd7f423c2 --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-9958a4f088408474.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20252024-08-07T07:36:54.622Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=c4e0e2223d2ee2b3 -C extra-filename=-c4e0e2223d2ee2b3 --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-253688e005e4bf7b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e1d934b7dc2ae10e.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-924ab79880d61beb.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
20262024-08-07T07:36:55.641Z Dirty http-body v0.4.6: the rustflags changed
20272024-08-07T07:36:55.641Z Compiling http-body v0.4.6
20282024-08-07T07:36:55.644Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae3edce58cacd83c -C extra-filename=-ae3edce58cacd83c --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-253688e005e4bf7b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20292024-08-07T07:36:55.664Z Dirty serde_urlencoded v0.7.1: the rustflags changed
20302024-08-07T07:36:55.664Z Compiling serde_urlencoded v0.7.1
20312024-08-07T07:36:55.667Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0623a53ab5b0828a -C extra-filename=-0623a53ab5b0828a --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-aba6fe7de24bcb82.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cc5a2d90313a3f67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20322024-08-07T07:36:55.882Z Dirty psl-types v2.0.11: the rustflags changed
20332024-08-07T07:36:55.882Z Compiling psl-types v2.0.11
20342024-08-07T07:36:55.885Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca5959c8752a791b -C extra-filename=-ca5959c8752a791b --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:36:56.027Z Dirty spki v0.7.3: the rustflags changed
20362024-08-07T07:36:56.027Z Compiling spki v0.7.3
20372024-08-07T07:36:56.030Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=857a87e3ac944f84 -C extra-filename=-857a87e3ac944f84 --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-858b565cf019bd67.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20382024-08-07T07:36:56.077Z Dirty publicsuffix v2.2.3: the rustflags changed
20392024-08-07T07:36:56.077Z Compiling publicsuffix v2.2.3
20402024-08-07T07:36:56.080Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=dc2c6b79d5982aad -C extra-filename=-dc2c6b79d5982aad --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-416820c5d9a246f7.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-ca5959c8752a791b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20412024-08-07T07:36:56.098Z Dirty pest_generator v2.7.10: the rustflags changed
20422024-08-07T07:36:56.098Z Compiling pest_generator v2.7.10
20432024-08-07T07:36:56.101Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=715239dcbef770fd -C extra-filename=-715239dcbef770fd --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-5a10a8264e1089a8.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-57f07d60f532b5ea.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20442024-08-07T07:36:56.204Z Dirty scroll v0.12.0: the rustflags changed
20452024-08-07T07:36:56.204Z Compiling scroll v0.12.0
20462024-08-07T07:36:56.207Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=95e99a7aff03d35d -C extra-filename=-95e99a7aff03d35d --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-79dbedea0f7dd6cb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20472024-08-07T07:36:56.337Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=60bf3c42de12c02b -C extra-filename=-60bf3c42de12c02b --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-44a47b18c639a3db.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20482024-08-07T07:36:56.378Z Dirty plain v0.2.3: the rustflags changed
20492024-08-07T07:36:56.378Z Compiling plain v0.2.3
20502024-08-07T07:36:56.381Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a46e504200190bc9 -C extra-filename=-a46e504200190bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20512024-08-07T07:36:56.541Z Dirty data-encoding v2.6.0: the rustflags changed
20522024-08-07T07:36:56.541Z Compiling data-encoding v2.6.0
20532024-08-07T07:36:56.544Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bc415753a1e8bd01 -C extra-filename=-bc415753a1e8bd01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20542024-08-07T07:36:56.775Z Dirty goblin v0.8.2: the rustflags changed
20552024-08-07T07:36:56.776Z Compiling goblin v0.8.2
20562024-08-07T07:36:56.778Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=e8df1416de267a80 -C extra-filename=-e8df1416de267a80 --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-25247ca285912f88.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-a46e504200190bc9.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-95e99a7aff03d35d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20572024-08-07T07:36:57.437Z Dirty cookie_store v0.20.0: the rustflags changed
20582024-08-07T07:36:57.437Z Compiling cookie_store v0.20.0
20592024-08-07T07:36:57.440Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "log_secure_cookie_values", "preserve_order", "public_suffix", "publicsuffix", "wasm-bindgen"))' -C metadata=e94cef11d49651ad -C extra-filename=-e94cef11d49651ad --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-60bf3c42de12c02b.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-416820c5d9a246f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-dc2c6b79d5982aad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20602024-08-07T07:36:58.079Z Dirty pest_derive v2.7.10: the rustflags changed
20612024-08-07T07:36:58.079Z Compiling pest_derive v2.7.10
20622024-08-07T07:36:58.081Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d51ec05a7ec51541 -C extra-filename=-d51ec05a7ec51541 --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-5a10a8264e1089a8.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-715239dcbef770fd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20632024-08-07T07:36:58.499Z Dirty openapiv3 v2.0.0: the rustflags changed
20642024-08-07T07:36:58.500Z Compiling openapiv3 v2.0.0
20652024-08-07T07:36:58.502Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=e46b99eea35dadae -C extra-filename=-e46b99eea35dadae --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-a74d1694260811dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20662024-08-07T07:36:58.942Z Dirty rustls-pemfile v1.0.4: the rustflags changed
20672024-08-07T07:36:58.942Z Compiling rustls-pemfile v1.0.4
20682024-08-07T07:36:58.991Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52c96e0b03b619fb -C extra-filename=-52c96e0b03b619fb --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-050eb13206eed9fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20692024-08-07T07:36:58.994Z Dirty usdt-impl v0.5.0: the rustflags changed
20702024-08-07T07:36:58.994Z Compiling usdt-impl v0.5.0
20712024-08-07T07:36:59.037Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=2f86cadd09fbfb8f -C extra-filename=-2f86cadd09fbfb8f --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-2f86cadd09fbfb8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20722024-08-07T07:36:59.100Z Dirty pretty-hex v0.4.1: the rustflags changed
20732024-08-07T07:36:59.100Z Compiling pretty-hex v0.4.1
20742024-08-07T07:36:59.103Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=be4718859cb35f9e -C extra-filename=-be4718859cb35f9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-08-07T07:36:59.319Z Dirty tokio-util v0.7.11: the rustflags changed
20762024-08-07T07:36:59.319Z Compiling tokio-util v0.7.11
20772024-08-07T07:36:59.322Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=541a16d6dd5d947c -C extra-filename=-541a16d6dd5d947c --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-253688e005e4bf7b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20782024-08-07T07:36:59.376Z Dirty tokio-rustls v0.24.1: the rustflags changed
20792024-08-07T07:36:59.376Z Compiling tokio-rustls v0.24.1
20802024-08-07T07:36:59.379Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=674ba10ce8c58e3b -C extra-filename=-674ba10ce8c58e3b --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-3a767c8c9763129d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out`
20812024-08-07T07:36:59.417Z Dirty bitflags v1.3.2: the rustflags changed
20822024-08-07T07:36:59.417Z Compiling bitflags v1.3.2
20832024-08-07T07:36:59.421Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=17249b5a9669d189 -C extra-filename=-17249b5a9669d189 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20842024-08-07T07:36:59.523Z Dirty webpki-roots v0.25.4: the rustflags changed
20852024-08-07T07:36:59.524Z Compiling webpki-roots v0.25.4
20862024-08-07T07:36:59.527Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61b049cf1b772a26 -C extra-filename=-61b049cf1b772a26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20872024-08-07T07:36:59.694Z Dirty sync_wrapper v0.1.2: the rustflags changed
20882024-08-07T07:36:59.694Z Compiling sync_wrapper v0.1.2
20892024-08-07T07:36:59.698Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=7e65ac0de3a583a6 -C extra-filename=-7e65ac0de3a583a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20902024-08-07T07:36:59.777Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=e3b55099406de75e -C extra-filename=-e3b55099406de75e --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-25247ca285912f88.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4a129adeb4cfcad6.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-174bf46f611de01e.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`
20912024-08-07T07:36:59.827Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-2f86cadd09fbfb8f/build-script-build`
20922024-08-07T07:37:00.011Z Dirty dtrace-parser v0.2.0: the rustflags changed
20932024-08-07T07:37:00.011Z Compiling dtrace-parser v0.2.0
20942024-08-07T07:37:00.014Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e631b704b26a1ad4 -C extra-filename=-e631b704b26a1ad4 --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-5a10a8264e1089a8.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-d51ec05a7ec51541.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20952024-08-07T07:37:00.441Z Dirty h2 v0.3.26: the rustflags changed
20962024-08-07T07:37:00.441Z Compiling h2 v0.3.26
20972024-08-07T07:37:00.444Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=b0206d79a364cbbb -C extra-filename=-b0206d79a364cbbb --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-253688e005e4bf7b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-78d576050c2a6006.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f2c283aa99db9a32.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20982024-08-07T07:37:00.733Z Dirty tokio-native-tls v0.3.1: the rustflags changed
20992024-08-07T07:37:00.733Z Compiling tokio-native-tls v0.3.1
21002024-08-07T07:37:00.736Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=66724c6e4c14d2b9 -C extra-filename=-66724c6e4c14d2b9 --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-e3b55099406de75e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
21012024-08-07T07:37:01.014Z Dirty pkcs8 v0.10.2: the rustflags changed
21022024-08-07T07:37:01.014Z Compiling pkcs8 v0.10.2
21032024-08-07T07:37:01.017Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=7cab2c00ae73f241 -C extra-filename=-7cab2c00ae73f241 --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-858b565cf019bd67.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-857a87e3ac944f84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21042024-08-07T07:37:01.591Z Dirty anstyle-parse v0.2.4: the rustflags changed
21052024-08-07T07:37:01.591Z Compiling anstyle-parse v0.2.4
21062024-08-07T07:37:01.593Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=096e9d651da79365 -C extra-filename=-096e9d651da79365 --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-f76a721e27ade519.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-08-07T07:37:01.611Z Dirty sha2 v0.10.8: the rustflags changed
21082024-08-07T07:37:01.611Z Compiling sha2 v0.10.8
21092024-08-07T07:37:01.639Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=f9df0310551dcc6f -C extra-filename=-f9df0310551dcc6f --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-774af40ecdc28659.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0845c32c16c6ae38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21102024-08-07T07:37:01.943Z Dirty hmac v0.12.1: the rustflags changed
21112024-08-07T07:37:01.944Z Compiling hmac v0.12.1
21122024-08-07T07:37:01.946Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=e59330534a083253 -C extra-filename=-e59330534a083253 --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-0845c32c16c6ae38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21132024-08-07T07:37:02.135Z Dirty thread-id v4.2.1: the rustflags changed
21142024-08-07T07:37:02.136Z Compiling thread-id v4.2.1
21152024-08-07T07:37:02.138Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fcc8e2690fe1d013 -C extra-filename=-fcc8e2690fe1d013 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21162024-08-07T07:37:02.188Z Dirty colorchoice v1.0.1: the rustflags changed
21172024-08-07T07:37:02.188Z Compiling colorchoice v1.0.1
21182024-08-07T07:37:02.191Z Running `/home/build/.rustup/toolchains/1.80.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10e2985ffaa11580 -C extra-filename=-10e2985ffaa11580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21192024-08-07T07:37:02.258Z Dirty anstyle-query v1.0.3: the rustflags changed
21202024-08-07T07:37:02.258Z Compiling anstyle-query v1.0.3
21212024-08-07T07:37:02.262Z Running `/home/build/.rustup/toolchains/1.80.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd0531fa00baff20 -C extra-filename=-dd0531fa00baff20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21222024-08-07T07:37:02.357Z Dirty bit-vec v0.6.3: the rustflags changed
21232024-08-07T07:37:02.357Z Compiling bit-vec v0.6.3
21242024-08-07T07:37:02.360Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=4499841fd6127d59 -C extra-filename=-4499841fd6127d59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21252024-08-07T07:37:02.403Z Dirty is_terminal_polyfill v1.70.0: the rustflags changed
21262024-08-07T07:37:02.403Z Compiling is_terminal_polyfill v1.70.0
21272024-08-07T07:37:02.406Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=2fa698cfcb419c85 -C extra-filename=-2fa698cfcb419c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21282024-08-07T07:37:02.486Z Dirty dof v0.3.0: the rustflags changed
21292024-08-07T07:37:02.486Z Compiling dof v0.3.0
21302024-08-07T07:37:02.489Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=b358fd68a8929de5 -C extra-filename=-b358fd68a8929de5 --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-e8df1416de267a80.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21312024-08-07T07:37:02.535Z Dirty anstream v0.6.14: the rustflags changed
21322024-08-07T07:37:02.535Z Compiling anstream v0.6.14
21332024-08-07T07:37:02.537Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=ac161029a867bc5c -C extra-filename=-ac161029a867bc5c --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-62bdb95aa5090912.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-096e9d651da79365.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-dd0531fa00baff20.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-10e2985ffaa11580.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-2fa698cfcb419c85.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-f76a721e27ade519.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21342024-08-07T07:37:02.841Z Dirty terminal_size v0.3.0: the rustflags changed
21352024-08-07T07:37:02.841Z Compiling terminal_size v0.3.0
21362024-08-07T07:37:02.841Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0adfd98a24a7e0ca -C extra-filename=-0adfd98a24a7e0ca --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-32fdcae0183ab583.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21372024-08-07T07:37:02.962Z Dirty num-integer v0.1.46: the rustflags changed
21382024-08-07T07:37:02.962Z Compiling num-integer v0.1.46
21392024-08-07T07:37:02.965Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=2aad1ef0d3dbd2b4 -C extra-filename=-2aad1ef0d3dbd2b4 --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-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21402024-08-07T07:37:03.040Z Dirty crc32fast v1.4.0: the rustflags changed
21412024-08-07T07:37:03.040Z Compiling crc32fast v1.4.0
21422024-08-07T07:37:03.043Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=6641c063bf61cef7 -C extra-filename=-6641c063bf61cef7 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-6641c063bf61cef7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21432024-08-07T07:37:03.330Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=42d53f88f694e4e9 -C extra-filename=-42d53f88f694e4e9 --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-bca7f4c54429777f.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b358fd68a8929de5.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e631b704b26a1ad4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-fcc8e2690fe1d013.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21442024-08-07T07:37:03.660Z Dirty clap_lex v0.7.0: the rustflags changed
21452024-08-07T07:37:03.660Z Compiling clap_lex v0.7.0
21462024-08-07T07:37:03.663Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e5635d0b720c135 -C extra-filename=-5e5635d0b720c135 --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:37:03.704Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-6641c063bf61cef7/build-script-build`
21482024-08-07T07:37:03.775Z Dirty block-padding v0.3.3: the rustflags changed
21492024-08-07T07:37:03.775Z Compiling block-padding v0.3.3
21502024-08-07T07:37:03.778Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=7d6090b81d3cb8e5 -C extra-filename=-7d6090b81d3cb8e5 --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-4c1112ffa546804b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21512024-08-07T07:37:04.033Z Dirty clap_builder v4.5.13: the rustflags changed
21522024-08-07T07:37:04.033Z Compiling clap_builder v4.5.13
21532024-08-07T07:37:04.036Z Running `/home/build/.rustup/toolchains/1.80.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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=27034870866a0d3f -C extra-filename=-27034870866a0d3f --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-ac161029a867bc5c.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-62bdb95aa5090912.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-5e5635d0b720c135.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-0b60f6e9e6d06315.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-0adfd98a24a7e0ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542024-08-07T07:37:04.194Z Dirty clap_derive v4.5.13: the rustflags changed
21552024-08-07T07:37:04.194Z Compiling clap_derive v4.5.13
21562024-08-07T07:37:04.196Z Running `/home/build/.rustup/toolchains/1.80.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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=20e0c2b812d7a8c9 -C extra-filename=-20e0c2b812d7a8c9 --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-1ce8b6ca8473fcb4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21572024-08-07T07:37:04.623Z Dirty unicode-segmentation v1.11.0: the rustflags changed
21582024-08-07T07:37:04.623Z Compiling unicode-segmentation v1.11.0
21592024-08-07T07:37:04.629Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=4c5dad9816a3a035 -C extra-filename=-4c5dad9816a3a035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21602024-08-07T07:37:04.952Z Dirty base64 v0.22.1: the rustflags changed
21612024-08-07T07:37:04.952Z Compiling base64 v0.22.1
21622024-08-07T07:37:04.955Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8ad9489ee5dcb09a -C extra-filename=-8ad9489ee5dcb09a --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:37:05.245Z Dirty inout v0.1.3: the rustflags changed
21642024-08-07T07:37:05.245Z Compiling inout v0.1.3
21652024-08-07T07:37:05.248Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=e6841b6a0442356b -C extra-filename=-e6841b6a0442356b --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-7d6090b81d3cb8e5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c1112ffa546804b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21662024-08-07T07:37:05.530Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=dbcc455625ed5c5e -C extra-filename=-dbcc455625ed5c5e --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-774af40ecdc28659.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
21672024-08-07T07:37:05.534Z Dirty memmap v0.7.0: the rustflags changed
21682024-08-07T07:37:05.534Z Compiling memmap v0.7.0
21692024-08-07T07:37:05.534Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d48542e80c6ffe3c -C extra-filename=-d48542e80c6ffe3c --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-08-07T07:37:05.740Z Dirty siphasher v0.3.11: the rustflags changed
21712024-08-07T07:37:05.740Z Compiling siphasher v0.3.11
21722024-08-07T07:37:05.743Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=90a18d19dc2aae30 -C extra-filename=-90a18d19dc2aae30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732024-08-07T07:37:05.858Z Dirty cipher v0.4.4: the rustflags changed
21742024-08-07T07:37:05.858Z Compiling cipher v0.4.4
21752024-08-07T07:37:05.861Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=31af9b98b6868a63 -C extra-filename=-31af9b98b6868a63 --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-cfa97946302291f6.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e6841b6a0442356b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762024-08-07T07:37:05.900Z Dirty hex v0.4.3: the rustflags changed
21772024-08-07T07:37:05.900Z Compiling hex v0.4.3
21782024-08-07T07:37:05.903Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=1b1bc6aec7bcf50f -C extra-filename=-1b1bc6aec7bcf50f --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21792024-08-07T07:37:06.129Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
21802024-08-07T07:37:06.130Z Compiling crossbeam-epoch v0.9.18
21812024-08-07T07:37:06.133Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=745eea638614c2b9 -C extra-filename=-745eea638614c2b9 --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-607798d871d02c59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21822024-08-07T07:37:06.396Z Dirty itertools v0.10.5: the rustflags changed
21832024-08-07T07:37:06.396Z Compiling itertools v0.10.5
21842024-08-07T07:37:06.399Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=8abb34285b593aa0 -C extra-filename=-8abb34285b593aa0 --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-4df01850f30b75bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21852024-08-07T07:37:06.482Z Dirty stable_deref_trait v1.2.0: the rustflags changed
21862024-08-07T07:37:06.482Z Compiling stable_deref_trait v1.2.0
21872024-08-07T07:37:06.486Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=61630896a528bfa6 -C extra-filename=-61630896a528bfa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21882024-08-07T07:37:06.534Z Dirty winnow v0.6.18: the rustflags changed
21892024-08-07T07:37:06.534Z Compiling winnow v0.6.18
21902024-08-07T07:37:06.546Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=55fdc244b7ce9f99 -C extra-filename=-55fdc244b7ce9f99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21912024-08-07T07:37:06.593Z Dirty bit-set v0.5.3: the rustflags changed
21922024-08-07T07:37:06.593Z Compiling bit-set v0.5.3
21932024-08-07T07:37:06.599Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f2feca33e2b5367a -C extra-filename=-f2feca33e2b5367a --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-4499841fd6127d59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21942024-08-07T07:37:06.856Z Dirty ipnetwork v0.20.0: the rustflags changed
21952024-08-07T07:37:06.856Z Compiling ipnetwork v0.20.0
21962024-08-07T07:37:06.859Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=1a3f0bcd224c92cc -C extra-filename=-1a3f0bcd224c92cc --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-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21972024-08-07T07:37:06.888Z Dirty ff v0.13.0: the rustflags changed
21982024-08-07T07:37:06.888Z Compiling ff v0.13.0
21992024-08-07T07:37:06.904Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=2c016a8c8d83913e -C extra-filename=-2c016a8c8d83913e --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-8a7eb093f46e6e2f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22002024-08-07T07:37:07.130Z Dirty base16ct v0.2.0: the rustflags changed
22012024-08-07T07:37:07.130Z Compiling base16ct v0.2.0
22022024-08-07T07:37:07.133Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=0a7ce7632533ff0c -C extra-filename=-0a7ce7632533ff0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032024-08-07T07:37:07.246Z Dirty hyper v0.14.30: the rustflags changed
22042024-08-07T07:37:07.246Z Compiling hyper v0.14.30
22052024-08-07T07:37:07.249Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.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="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=54016c34640a8aeb -C extra-filename=-54016c34640a8aeb --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-253688e005e4bf7b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b0206d79a364cbbb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ae3edce58cacd83c.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-01ecc73bcbd90dbe.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-74e1442771ecd7f3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-98bdb93afa257c65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-91599b660e80160f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062024-08-07T07:37:07.440Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
22072024-08-07T07:37:07.440Z Compiling usdt-attr-macro v0.5.0
22082024-08-07T07:37:07.443Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=8b1017121bb71c44 -C extra-filename=-8b1017121bb71c44 --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-e631b704b26a1ad4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42d53f88f694e4e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092024-08-07T07:37:07.724Z Dirty usdt-macro v0.5.0: the rustflags changed
22102024-08-07T07:37:07.726Z Compiling usdt-macro v0.5.0
22112024-08-07T07:37:07.727Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=c7c33c9481b2949c -C extra-filename=-c7c33c9481b2949c --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-e631b704b26a1ad4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42d53f88f694e4e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-08-07T07:37:09.266Z Dirty sec1 v0.7.3: the rustflags changed
22132024-08-07T07:37:09.266Z Compiling sec1 v0.7.3
22142024-08-07T07:37:09.269Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=34494d0a3bae7a75 -C extra-filename=-34494d0a3bae7a75 --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-0a7ce7632533ff0c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c1112ffa546804b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7cab2c00ae73f241.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152024-08-07T07:37:09.424Z Dirty group v0.13.0: the rustflags changed
22162024-08-07T07:37:09.424Z Compiling group v0.13.0
22172024-08-07T07:37:09.427Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=1056b9125c84375a -C extra-filename=-1056b9125c84375a --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-2c016a8c8d83913e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182024-08-07T07:37:09.442Z Dirty clap v4.5.13: the rustflags changed
22192024-08-07T07:37:09.442Z Compiling clap v4.5.13
22202024-08-07T07:37:09.445Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=efe1244c6605fdea -C extra-filename=-efe1244c6605fdea --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-27034870866a0d3f.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-20e0c2b812d7a8c9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212024-08-07T07:37:09.513Z Dirty usdt v0.5.0: the rustflags changed
22222024-08-07T07:37:09.513Z Compiling usdt v0.5.0
22232024-08-07T07:37:09.516Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=48b1d4aa2bc44a66 -C extra-filename=-48b1d4aa2bc44a66 --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-b358fd68a8929de5.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e631b704b26a1ad4.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-e8df1416de267a80.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-d48542e80c6ffe3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-8b1017121bb71c44.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42d53f88f694e4e9.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-c7c33c9481b2949c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242024-08-07T07:37:09.558Z Dirty flate2 v1.0.31: the rustflags changed
22252024-08-07T07:37:09.558Z Compiling flate2 v1.0.31
22262024-08-07T07:37:09.561Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=36e3f7138bb5c5be -C extra-filename=-36e3f7138bb5c5be --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-dbcc455625ed5c5e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-60bedd9ea023923b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272024-08-07T07:37:09.746Z Dirty hkdf v0.12.4: the rustflags changed
22282024-08-07T07:37:09.746Z Compiling hkdf v0.12.4
22292024-08-07T07:37:09.749Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=0baafd81cedd4430 -C extra-filename=-0baafd81cedd4430 --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-e59330534a083253.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302024-08-07T07:37:09.814Z Dirty toml v0.7.8: the rustflags changed
22312024-08-07T07:37:09.814Z Compiling toml v0.7.8
22322024-08-07T07:37:09.817Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=9567596720c953d4 -C extra-filename=-9567596720c953d4 --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-60453ed6767bb2fa.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d37b79676a4b1e3a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2515f79946056eab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332024-08-07T07:37:10.036Z Dirty toml_edit v0.22.20: the rustflags changed
22342024-08-07T07:37:10.036Z Compiling toml_edit v0.22.20
22352024-08-07T07:37:10.039Z Running `/home/build/.rustup/toolchains/1.80.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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=60060924c7e28376 -C extra-filename=-60060924c7e28376 --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-a74d1694260811dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d37b79676a4b1e3a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-55fdc244b7ce9f99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362024-08-07T07:37:10.061Z Dirty crypto-bigint v0.5.5: the rustflags changed
22372024-08-07T07:37:10.061Z Compiling crypto-bigint v0.5.5
22382024-08-07T07:37:10.064Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=78291e1a0ae00bdf -C extra-filename=-78291e1a0ae00bdf --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-4c1112ffa546804b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392024-08-07T07:37:10.313Z Dirty zerocopy-derive v0.6.6: the rustflags changed
22402024-08-07T07:37:10.313Z Compiling zerocopy-derive v0.6.6
22412024-08-07T07:37:10.316Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be70f6eeb22be4b1 -C extra-filename=-be70f6eeb22be4b1 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422024-08-07T07:37:10.588Z Dirty itertools v0.12.1: the rustflags changed
22432024-08-07T07:37:10.588Z Compiling itertools v0.12.1
22442024-08-07T07:37:10.591Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=5f98982116b77bc3 -C extra-filename=-5f98982116b77bc3 --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-4df01850f30b75bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452024-08-07T07:37:10.958Z Dirty signal-hook v0.3.17: the rustflags changed
22462024-08-07T07:37:10.958Z Compiling signal-hook v0.3.17
22472024-08-07T07:37:10.961Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=473e88b1003a77cd -C extra-filename=-473e88b1003a77cd --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-473e88b1003a77cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482024-08-07T07:37:11.312Z Dirty managed v0.8.0: the rustflags changed
22492024-08-07T07:37:11.312Z Compiling managed v0.8.0
22502024-08-07T07:37:11.316Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=19ffccf241e2723d -C extra-filename=-19ffccf241e2723d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512024-08-07T07:37:11.606Z Dirty fixedbitset v0.4.2: the rustflags changed
22522024-08-07T07:37:11.606Z Compiling fixedbitset v0.4.2
22532024-08-07T07:37:11.609Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=9680a8a3bda6791d -C extra-filename=-9680a8a3bda6791d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542024-08-07T07:37:11.775Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-473e88b1003a77cd/build-script-build`
22552024-08-07T07:37:11.804Z Dirty phf_shared v0.10.0: the rustflags changed
22562024-08-07T07:37:11.804Z Compiling phf_shared v0.10.0
22572024-08-07T07:37:11.807Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=437b4083453ab9a0 -C extra-filename=-437b4083453ab9a0 --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-90a18d19dc2aae30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582024-08-07T07:37:12.087Z Dirty petgraph v0.6.5: the rustflags changed
22592024-08-07T07:37:12.087Z Compiling petgraph v0.6.5
22602024-08-07T07:37:12.091Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=2be8cde2b673a6ae -C extra-filename=-2be8cde2b673a6ae --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-9680a8a3bda6791d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612024-08-07T07:37:12.341Z Dirty unicode-xid v0.2.4: the rustflags changed
22622024-08-07T07:37:12.341Z Compiling unicode-xid v0.2.4
22632024-08-07T07:37:12.347Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=2c084fe765d438cb -C extra-filename=-2c084fe765d438cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642024-08-07T07:37:12.404Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
22652024-08-07T07:37:12.404Z Compiling new_debug_unreachable v1.0.6
22662024-08-07T07:37:12.408Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b79c7370360eab9 -C extra-filename=-8b79c7370360eab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672024-08-07T07:37:12.502Z Dirty minimal-lexical v0.2.1: the rustflags changed
22682024-08-07T07:37:12.502Z Compiling minimal-lexical v0.2.1
22692024-08-07T07:37:12.505Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=5a02eef79add3bb3 -C extra-filename=-5a02eef79add3bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-08-07T07:37:12.739Z Dirty zerocopy v0.6.6: the rustflags changed
22712024-08-07T07:37:12.739Z Compiling zerocopy v0.6.6
22722024-08-07T07:37:12.742Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=acec280080110c70 -C extra-filename=-acec280080110c70 --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-bca7f4c54429777f.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-be70f6eeb22be4b1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22732024-08-07T07:37:13.031Z Dirty elliptic-curve v0.13.8: the rustflags changed
22742024-08-07T07:37:13.031Z Compiling elliptic-curve v0.13.8
22752024-08-07T07:37:13.034Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=f4e1448f3beaf8f9 -C extra-filename=-f4e1448f3beaf8f9 --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-0a7ce7632533ff0c.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-78291e1a0ae00bdf.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0845c32c16c6ae38.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2c016a8c8d83913e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c1112ffa546804b.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1056b9125c84375a.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0baafd81cedd4430.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7cab2c00ae73f241.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-34494d0a3bae7a75.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762024-08-07T07:37:13.371Z Dirty precomputed-hash v0.1.1: the rustflags changed
22772024-08-07T07:37:13.371Z Compiling precomputed-hash v0.1.1
22782024-08-07T07:37:13.374Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab1f2ccd68eac3f2 -C extra-filename=-ab1f2ccd68eac3f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792024-08-07T07:37:13.484Z Dirty string_cache v0.8.7: the rustflags changed
22802024-08-07T07:37:13.484Z Compiling string_cache v0.8.7
22812024-08-07T07:37:13.487Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=3aaf81cb9250b263 -C extra-filename=-3aaf81cb9250b263 --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-8b79c7370360eab9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-437b4083453ab9a0.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-ab1f2ccd68eac3f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-08-07T07:37:13.599Z Dirty nom v7.1.3: the rustflags changed
22832024-08-07T07:37:13.599Z Compiling nom v7.1.3
22842024-08-07T07:37:13.602Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=b562a6826fc3bfa1 -C extra-filename=-b562a6826fc3bfa1 --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-a02a49ad752a40ca.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-5a02eef79add3bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852024-08-07T07:37:13.765Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=eab8d8ce29be8020 -C extra-filename=-eab8d8ce29be8020 --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-f3f2c30f5b1e55f4.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-ddc355dda7d5b710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862024-08-07T07:37:13.858Z Dirty num-iter v0.1.45: the rustflags changed
22872024-08-07T07:37:13.858Z Compiling num-iter v0.1.45
22882024-08-07T07:37:13.861Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=4d32e03047f7ae68 -C extra-filename=-4d32e03047f7ae68 --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-2aad1ef0d3dbd2b4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22892024-08-07T07:37:13.955Z Dirty hyper-tls v0.5.0: the rustflags changed
22902024-08-07T07:37:13.955Z Compiling hyper-tls v0.5.0
22912024-08-07T07:37:13.958Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=2df7a88ce7ac854d -C extra-filename=-2df7a88ce7ac854d --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-253688e005e4bf7b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-e3b55099406de75e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-66724c6e4c14d2b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
22922024-08-07T07:37:14.043Z Dirty hyper-rustls v0.24.2: the rustflags changed
22932024-08-07T07:37:14.043Z Compiling hyper-rustls v0.24.2
22942024-08-07T07:37:14.046Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acceptor", "default", "http1", "http2", "log", "logging", "native-tokio", "rustls-native-certs", "tls12", "tokio-runtime", "webpki-roots", "webpki-tokio"))' -C metadata=0598788198054e52 -C extra-filename=-0598788198054e52 --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-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-3a767c8c9763129d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-674ba10ce8c58e3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out`
22952024-08-07T07:37:14.311Z Dirty matches v0.1.10: the rustflags changed
22962024-08-07T07:37:14.311Z Compiling matches v0.1.10
22972024-08-07T07:37:14.326Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d5076b12a65983a -C extra-filename=-8d5076b12a65983a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-08-07T07:37:14.403Z Dirty reqwest v0.11.27: the rustflags changed
22992024-08-07T07:37:14.403Z Compiling reqwest v0.11.27
23002024-08-07T07:37:14.422Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "wasm-streams", "webpki-roots"))' -C metadata=9fa83950ba138a21 -C extra-filename=-9fa83950ba138a21 --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-050eb13206eed9fc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-60bf3c42de12c02b.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-e94cef11d49651ad.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-25e50ae6ddce2604.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b0206d79a364cbbb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ae3edce58cacd83c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0598788198054e52.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-2df7a88ce7ac854d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-ca56f3dcaef43b6e.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-e3b55099406de75e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-3a767c8c9763129d.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-52c96e0b03b619fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-7e65ac0de3a583a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-66724c6e4c14d2b9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-674ba10ce8c58e3b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-98bdb93afa257c65.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-61b049cf1b772a26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
23012024-08-07T07:37:14.425Z Dirty static_assertions v1.1.0: the rustflags changed
23022024-08-07T07:37:14.425Z Compiling static_assertions v1.1.0
23032024-08-07T07:37:14.439Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3de3f56e02d24f31 -C extra-filename=-3de3f56e02d24f31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-08-07T07:37:14.530Z Dirty idna v0.2.3: the rustflags changed
23052024-08-07T07:37:14.530Z Compiling idna v0.2.3
23062024-08-07T07:37:14.545Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6e10dc5dc71dd04 -C extra-filename=-d6e10dc5dc71dd04 --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-8d5076b12a65983a.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a533648fb54e4110.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072024-08-07T07:37:14.743Z Dirty heapless v0.7.17: the rustflags changed
23082024-08-07T07:37:14.743Z Compiling heapless v0.7.17
23092024-08-07T07:37:14.746Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=e3f06f9367be07a6 -C extra-filename=-e3f06f9367be07a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e3f06f9367be07a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-69339c6bd7f423c2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-08-07T07:37:15.299Z Dirty enum-as-inner v0.5.1: the rustflags changed
23112024-08-07T07:37:15.300Z Compiling enum-as-inner v0.5.1
23122024-08-07T07:37:15.303Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c18cda6ecdc5c2e -C extra-filename=-0c18cda6ecdc5c2e --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-bdcc7bf362727e72.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132024-08-07T07:37:16.086Z Dirty pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19): the rustflags changed
23142024-08-07T07:37:16.086Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23152024-08-07T07:37:16.089Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=4e2776bb23064ee3 -C extra-filename=-4e2776bb23064ee3 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-4e2776bb23064ee3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162024-08-07T07:37:16.163Z Dirty regex-automata v0.1.10: the rustflags changed
23172024-08-07T07:37:16.163Z Compiling regex-automata v0.1.10
23182024-08-07T07:37:16.166Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=62036af3ae329cb0 -C extra-filename=-62036af3ae329cb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192024-08-07T07:37:16.216Z Dirty lalrpop-util v0.19.12: the rustflags changed
23202024-08-07T07:37:16.216Z Compiling lalrpop-util v0.19.12
23212024-08-07T07:37:16.219Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=3271814d2e5a31be -C extra-filename=-3271814d2e5a31be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222024-08-07T07:37:16.536Z Dirty trust-dns-proto v0.22.0: the rustflags changed
23232024-08-07T07:37:16.536Z Compiling trust-dns-proto v0.22.0
23242024-08-07T07:37:16.538Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "http", "js-sys", "mdns", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki", "webpki-roots"))' -C metadata=cdec7aecec423535 -C extra-filename=-cdec7aecec423535 --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-5eb9c922344cdb6f.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-bc415753a1e8bd01.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-0c18cda6ecdc5c2e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d6e10dc5dc71dd04.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-37328b65df3b4c7a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252024-08-07T07:37:16.588Z Dirty bstr v0.2.17: the rustflags changed
23262024-08-07T07:37:16.588Z Compiling bstr v0.2.17
23272024-08-07T07:37:16.590Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lazy_static", "regex-automata", "serde", "serde1", "serde1-nostd", "std", "unicode"))' -C metadata=a832b836e5e69f36 -C extra-filename=-a832b836e5e69f36 --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-c4135d2565c6698b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-62036af3ae329cb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282024-08-07T07:37:16.652Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e3f06f9367be07a6/build-script-build`
23292024-08-07T07:37:16.725Z Dirty signal-hook-mio v0.2.3: the rustflags changed
23302024-08-07T07:37:16.725Z Compiling signal-hook-mio v0.2.3
23312024-08-07T07:37:16.728Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8"))' -C metadata=a513af7011bf5451 -C extra-filename=-a513af7011bf5451 --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-f3f2c30f5b1e55f4.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322024-08-07T07:37:16.890Z Dirty num-bigint v0.4.5: the rustflags changed
23332024-08-07T07:37:16.891Z Compiling num-bigint v0.4.5
23342024-08-07T07:37:16.903Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=780b40e41bf6c021 -C extra-filename=-780b40e41bf6c021 --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-2aad1ef0d3dbd2b4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352024-08-07T07:37:16.973Z Dirty diesel_table_macro_syntax v0.1.0: the rustflags changed
23362024-08-07T07:37:16.973Z Compiling diesel_table_macro_syntax v0.1.0
23372024-08-07T07:37:16.976Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f280cd1540504e81 -C extra-filename=-f280cd1540504e81 --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-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382024-08-07T07:37:17.001Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-4e2776bb23064ee3/build-script-build`
23392024-08-07T07:37:17.041Z Dirty scheduled-thread-pool v0.2.7: the rustflags changed
23402024-08-07T07:37:17.041Z Compiling scheduled-thread-pool v0.2.7
23412024-08-07T07:37:17.044Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27e9f9ed04d8f7a4 -C extra-filename=-27e9f9ed04d8f7a4 --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-6768199808b84fed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422024-08-07T07:37:17.340Z Dirty hash32 v0.2.1: the rustflags changed
23432024-08-07T07:37:17.340Z Compiling hash32 v0.2.1
23442024-08-07T07:37:17.363Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=831fa61d0deb2c6d -C extra-filename=-831fa61d0deb2c6d --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-bca7f4c54429777f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23452024-08-07T07:37:17.384Z Dirty smoltcp v0.9.1: the rustflags changed
23462024-08-07T07:37:17.384Z Compiling smoltcp v0.9.1
23472024-08-07T07:37:17.387Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=8d48dc859159ed27 -C extra-filename=-8d48dc859159ed27 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8d48dc859159ed27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482024-08-07T07:37:17.672Z Dirty predicates-core v1.0.6: the rustflags changed
23492024-08-07T07:37:17.672Z Compiling predicates-core v1.0.6
23502024-08-07T07:37:17.687Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c257e119d0aff846 -C extra-filename=-c257e119d0aff846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23512024-08-07T07:37:17.730Z Dirty finl_unicode v1.2.0: the rustflags changed
23522024-08-07T07:37:17.730Z Compiling finl_unicode v1.2.0
23532024-08-07T07:37:17.733Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("categories", "default", "grapheme_clusters"))' -C metadata=5cf891799cc11af0 -C extra-filename=-5cf891799cc11af0 --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:37:18.040Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=7400158eb877870f -C extra-filename=-7400158eb877870f --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-831fa61d0deb2c6d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-61630896a528bfa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
23552024-08-07T07:37:18.043Z Dirty diesel_derives v2.1.4: the rustflags changed
23562024-08-07T07:37:18.043Z Compiling diesel_derives v2.1.4
23572024-08-07T07:37:18.045Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=4101f7bc9a0aba17 -C extra-filename=-4101f7bc9a0aba17 --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-f280cd1540504e81.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582024-08-07T07:37:18.245Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8d48dc859159ed27/build-script-build`
23592024-08-07T07:37:18.272Z Dirty r2d2 v0.8.10: the rustflags changed
23602024-08-07T07:37:18.272Z Compiling r2d2 v0.8.10
23612024-08-07T07:37:18.275Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=922e6d44b7c64d42 -C extra-filename=-922e6d44b7c64d42 --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-25247ca285912f88.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-27e9f9ed04d8f7a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622024-08-07T07:37:18.354Z Dirty stringprep v0.1.4: the rustflags changed
23632024-08-07T07:37:18.355Z Compiling stringprep v0.1.4
23642024-08-07T07:37:18.358Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2de780824dba5f01 -C extra-filename=-2de780824dba5f01 --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-5cf891799cc11af0.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a533648fb54e4110.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652024-08-07T07:37:18.378Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=061d94c6ea3ff8ed -C extra-filename=-061d94c6ea3ff8ed --out-dir /work/oxidecomputer/omicron/target/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`
23662024-08-07T07:37:18.660Z Dirty crossterm v0.27.0: the rustflags changed
23672024-08-07T07:37:18.660Z Compiling crossterm v0.27.0
23682024-08-07T07:37:18.663Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "serde", "use-dev-tty", "windows"))' -C metadata=fc8c55d9fc3e99e2 -C extra-filename=-fc8c55d9fc3e99e2 --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-26e7096777fff4cf.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-a513af7011bf5451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692024-08-07T07:37:18.681Z Dirty md-5 v0.10.6: the rustflags changed
23702024-08-07T07:37:18.681Z Compiling md-5 v0.10.6
23712024-08-07T07:37:18.695Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=884337af3118f3ab -C extra-filename=-884337af3118f3ab --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-774af40ecdc28659.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0845c32c16c6ae38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722024-08-07T07:37:18.948Z Dirty hubpack_derive v0.1.1: the rustflags changed
23732024-08-07T07:37:18.949Z Compiling hubpack_derive v0.1.1
23742024-08-07T07:37:18.951Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e249674593fd334 -C extra-filename=-7e249674593fd334 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752024-08-07T07:37:19.209Z Dirty bstr v1.9.1: the rustflags changed
23762024-08-07T07:37:19.209Z Compiling bstr v1.9.1
23772024-08-07T07:37:19.212Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=5f79fe7a45357f7f -C extra-filename=-5f79fe7a45357f7f --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-a02a49ad752a40ca.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23782024-08-07T07:37:19.567Z Dirty console v0.15.8: the rustflags changed
23792024-08-07T07:37:19.567Z Compiling console v0.15.8
23802024-08-07T07:37:19.570Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=2194ed98f5905483 -C extra-filename=-2194ed98f5905483 --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-c4135d2565c6698b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812024-08-07T07:37:20.043Z Dirty yasna v0.5.2: the rustflags changed
23822024-08-07T07:37:20.043Z Compiling yasna v0.5.2
23832024-08-07T07:37:20.058Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=97830cc928b40c66 -C extra-filename=-97830cc928b40c66 --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-4499841fd6127d59.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23842024-08-07T07:37:21.093Z Dirty float-cmp v0.9.0: the rustflags changed
23852024-08-07T07:37:21.093Z Compiling float-cmp v0.9.0
23862024-08-07T07:37:21.096Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=72c0e1631de674b4 -C extra-filename=-72c0e1631de674b4 --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-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872024-08-07T07:37:21.148Z Dirty fs-err v2.11.0: the rustflags changed
23882024-08-07T07:37:21.148Z Compiling fs-err v2.11.0
23892024-08-07T07:37:21.151Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=fbf0b46b204702b1 -C extra-filename=-fbf0b46b204702b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-fbf0b46b204702b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c8df925593a9512a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902024-08-07T07:37:21.324Z Dirty fallible-iterator v0.2.0: the rustflags changed
23912024-08-07T07:37:21.324Z Compiling fallible-iterator v0.2.0
23922024-08-07T07:37:21.327Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=566b2b9bb936f766 -C extra-filename=-566b2b9bb936f766 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932024-08-07T07:37:21.522Z Dirty difflib v0.4.0: the rustflags changed
23942024-08-07T07:37:21.522Z Compiling difflib v0.4.0
23952024-08-07T07:37:21.525Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bff075c9f7155d27 -C extra-filename=-bff075c9f7155d27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23962024-08-07T07:37:21.998Z Dirty normalize-line-endings v0.3.0: the rustflags changed
23972024-08-07T07:37:21.998Z Compiling normalize-line-endings v0.3.0
23982024-08-07T07:37:22.002Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=728a640899749304 -C extra-filename=-728a640899749304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992024-08-07T07:37:22.058Z Dirty postgres-protocol v0.6.7: the rustflags changed
24002024-08-07T07:37:22.058Z Compiling postgres-protocol v0.6.7
24012024-08-07T07:37:22.073Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=1905ce188e39bf3d -C extra-filename=-1905ce188e39bf3d --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-8ad9489ee5dcb09a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-566b2b9bb936f766.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e59330534a083253.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-884337af3118f3ab.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-2de780824dba5f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022024-08-07T07:37:22.133Z Dirty predicates v3.1.2: the rustflags changed
24032024-08-07T07:37:22.133Z Compiling predicates v3.1.2
24042024-08-07T07:37:22.136Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=86e47af176ffa1b5 -C extra-filename=-86e47af176ffa1b5 --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-62bdb95aa5090912.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-bff075c9f7155d27.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-72c0e1631de674b4.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-728a640899749304.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-c257e119d0aff846.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052024-08-07T07:37:22.389Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-fbf0b46b204702b1/build-script-build`
24062024-08-07T07:37:22.539Z Dirty hubpack v0.1.2: the rustflags changed
24072024-08-07T07:37:22.539Z Compiling hubpack v0.1.2
24082024-08-07T07:37:22.542Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4258efae7912f53 -C extra-filename=-d4258efae7912f53 --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-7e249674593fd334.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092024-08-07T07:37:23.005Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=5c661084a39f0c3a -C extra-filename=-5c661084a39f0c3a --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-17249b5a9669d189.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-7400158eb877870f.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-19ffccf241e2723d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102024-08-07T07:37:23.189Z Dirty similar v2.5.0: the rustflags changed
24112024-08-07T07:37:23.189Z Compiling similar v2.5.0
24122024-08-07T07:37:23.189Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=f5d3f531916d1b00 -C extra-filename=-f5d3f531916d1b00 --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-a832b836e5e69f36.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4c5dad9816a3a035.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132024-08-07T07:37:23.374Z Dirty phf_shared v0.11.2: the rustflags changed
24142024-08-07T07:37:23.374Z Compiling phf_shared v0.11.2
24152024-08-07T07:37:23.377Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=a5df6af9b38d33dc -C extra-filename=-a5df6af9b38d33dc --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-90a18d19dc2aae30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162024-08-07T07:37:23.787Z Dirty tokio-stream v0.1.15: the rustflags changed
24172024-08-07T07:37:23.787Z Compiling tokio-stream v0.1.15
24182024-08-07T07:37:23.790Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=16d5e65b01f7af3a -C extra-filename=-16d5e65b01f7af3a --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-afd15c3e3cb3531c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192024-08-07T07:37:23.876Z Dirty strum_macros v0.25.3: the rustflags changed
24202024-08-07T07:37:23.876Z Compiling strum_macros v0.25.3
24212024-08-07T07:37:23.879Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c2bc31e4267c9da -C extra-filename=-1c2bc31e4267c9da --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-bdcc7bf362727e72.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-8c65c1eca2f206d2.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222024-08-07T07:37:24.754Z Dirty serde_repr v0.1.19: the rustflags changed
24232024-08-07T07:37:24.754Z Compiling serde_repr v0.1.19
24242024-08-07T07:37:24.757Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4918101c1f2454f0 -C extra-filename=-4918101c1f2454f0 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252024-08-07T07:37:24.812Z Dirty peg-runtime v0.8.3: the rustflags changed
24262024-08-07T07:37:24.812Z Compiling peg-runtime v0.8.3
24272024-08-07T07:37:24.816Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=9adaac230c4a1804 -C extra-filename=-9adaac230c4a1804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282024-08-07T07:37:25.138Z Dirty phf v0.11.2: the rustflags changed
24292024-08-07T07:37:25.138Z Compiling phf v0.11.2
24302024-08-07T07:37:25.141Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=ca5cd7a0cb987c06 -C extra-filename=-ca5cd7a0cb987c06 --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-a5df6af9b38d33dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312024-08-07T07:37:25.529Z Dirty postgres-types v0.2.7: the rustflags changed
24322024-08-07T07:37:25.529Z Compiling postgres-types v0.2.7
24332024-08-07T07:37:25.532Z Running `/home/build/.rustup/toolchains/1.80.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.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="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=f0eb6b01708a31d0 -C extra-filename=-f0eb6b01708a31d0 --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-253688e005e4bf7b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-566b2b9bb936f766.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1905ce188e39bf3d.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342024-08-07T07:37:25.532Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=3c86834525fc57d8 -C extra-filename=-3c86834525fc57d8 --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-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
24352024-08-07T07:37:25.719Z Dirty whoami v1.5.1: the rustflags changed
24362024-08-07T07:37:25.719Z Compiling whoami v1.5.1
24372024-08-07T07:37:25.722Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=edcb067e2f996f26 -C extra-filename=-edcb067e2f996f26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-08-07T07:37:26.128Z Compiling regress v0.9.1
24392024-08-07T07:37:26.144Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=642781c69809cf70 -C extra-filename=-642781c69809cf70 --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-ca394e1aad73e4f4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402024-08-07T07:37:26.337Z Dirty tokio-postgres v0.7.11: the rustflags changed
24412024-08-07T07:37:26.337Z Compiling tokio-postgres v0.7.11
24422024-08-07T07:37:26.340Z Running `/home/build/.rustup/toolchains/1.80.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.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="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=0150adacd14fefd9 -C extra-filename=-0150adacd14fefd9 --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-5eb9c922344cdb6f.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-566b2b9bb936f766.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ca5cd7a0cb987c06.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1905ce188e39bf3d.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-f0eb6b01708a31d0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edcb067e2f996f26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432024-08-07T07:37:26.386Z Dirty camino v1.1.7: the rustflags changed
24442024-08-07T07:37:26.386Z Compiling camino v1.1.7
24452024-08-07T07:37:26.389Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=d35846d0b1c0921a -C extra-filename=-d35846d0b1c0921a --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-d35846d0b1c0921a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462024-08-07T07:37:26.948Z Compiling getopts v0.2.21
24472024-08-07T07:37:26.951Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=9cbd31dd4e7b2cd1 -C extra-filename=-9cbd31dd4e7b2cd1 --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-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482024-08-07T07:37:27.136Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-d35846d0b1c0921a/build-script-build`
24492024-08-07T07:37:27.209Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=db79d45a7c3cbf1b -C extra-filename=-db79d45a7c3cbf1b --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-60453ed6767bb2fa.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 --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)'`
24502024-08-07T07:37:27.767Z Compiling unsafe-libyaml v0.2.11
24512024-08-07T07:37:27.770Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee2c71dc4349ecb0 -C extra-filename=-ee2c71dc4349ecb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522024-08-07T07:37:27.891Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24532024-08-07T07:37:27.894Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0fd2c37baabb3408 -C extra-filename=-0fd2c37baabb3408 --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-253688e005e4bf7b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
24542024-08-07T07:37:28.127Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92): the rustflags changed
24552024-08-07T07:37:28.127Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
24562024-08-07T07:37:28.130Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/319e7b9/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=cf7d2b0f06898cb2 -C extra-filename=-cf7d2b0f06898cb2 --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-26e7096777fff4cf.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d4258efae7912f53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-4918101c1f2454f0.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5c661084a39f0c3a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-1c2bc31e4267c9da.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-acec280080110c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572024-08-07T07:37:28.162Z Dirty is-terminal v0.4.12: the rustflags changed
24582024-08-07T07:37:28.162Z Compiling is-terminal v0.4.12
24592024-08-07T07:37:28.165Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53f5592a30cd5489 -C extra-filename=-53f5592a30cd5489 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602024-08-07T07:37:28.298Z Dirty dirs-sys-next v0.1.2: the rustflags changed
24612024-08-07T07:37:28.298Z Compiling dirs-sys-next v0.1.2
24622024-08-07T07:37:28.301Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9bac34ceddfc693 -C extra-filename=-c9bac34ceddfc693 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632024-08-07T07:37:28.336Z Compiling sha1 v0.10.6
24642024-08-07T07:37:28.339Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=1796cb4b2f9ec69b -C extra-filename=-1796cb4b2f9ec69b --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-774af40ecdc28659.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0845c32c16c6ae38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652024-08-07T07:37:28.767Z Dirty dirs-next v2.0.0: the rustflags changed
24662024-08-07T07:37:28.767Z Compiling dirs-next v2.0.0
24672024-08-07T07:37:28.770Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87646c2257832c2f -C extra-filename=-87646c2257832c2f --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-774af40ecdc28659.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-c9bac34ceddfc693.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682024-08-07T07:37:28.964Z Dirty term v0.7.0: the rustflags changed
24692024-08-07T07:37:28.964Z Compiling term v0.7.0
24702024-08-07T07:37:28.967Z Compiling http v1.1.0
24712024-08-07T07:37:28.981Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f32cbc7ceffcfb9b -C extra-filename=-f32cbc7ceffcfb9b --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-253688e005e4bf7b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-78d576050c2a6006.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722024-08-07T07:37:28.984Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d60f84fcbd870422 -C extra-filename=-d60f84fcbd870422 --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-87646c2257832c2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732024-08-07T07:37:29.166Z Compiling serde_yaml v0.9.34+deprecated
24742024-08-07T07:37:29.169Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d3a278ad3a507a0 -C extra-filename=-5d3a278ad3a507a0 --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-a74d1694260811dc.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cc5a2d90313a3f67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-ee2c71dc4349ecb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-08-07T07:37:29.768Z Compiling paste v1.0.15
24762024-08-07T07:37:29.798Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=307d7bd1fc775522 -C extra-filename=-307d7bd1fc775522 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-307d7bd1fc775522 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772024-08-07T07:37:30.419Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24782024-08-07T07:37:30.431Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f5ca3c50ac98040 -C extra-filename=-5f5ca3c50ac98040 --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-1ce8b6ca8473fcb4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d979576c1749b801.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792024-08-07T07:37:30.453Z Dirty diesel v2.1.6: the rustflags changed
24802024-08-07T07:37:30.453Z Compiling diesel v2.1.6
24812024-08-07T07:37:30.456Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "bigdecimal", "bitflags", "byteorder", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet", "ipnet-address", "ipnetwork", "itoa", "large-tables", "libc", "libsqlite3-sys", "mysql", "mysql_backend", "mysqlclient-sys", "network-address", "nightly-error-messages", "num-bigint", "num-integer", "num-traits", "numeric", "percent-encoding", "postgres", "postgres_backend", "pq-sys", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "url", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=6519ca1b050bdbc4 -C extra-filename=-6519ca1b050bdbc4 --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-26e7096777fff4cf.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-4101f7bc9a0aba17.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-922e6d44b7c64d42.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
24822024-08-07T07:37:30.557Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-307d7bd1fc775522/build-script-build`
24832024-08-07T07:37:30.627Z Compiling toml v0.8.19
24842024-08-07T07:37:30.630Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=1de8105fda6da5f8 -C extra-filename=-1de8105fda6da5f8 --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-60453ed6767bb2fa.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d37b79676a4b1e3a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-60060924c7e28376.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852024-08-07T07:37:31.351Z Dirty strum_macros v0.26.4: the rustflags changed
24862024-08-07T07:37:31.352Z Compiling strum_macros v0.26.4
24872024-08-07T07:37:31.355Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eff997d390bb1a10 -C extra-filename=-eff997d390bb1a10 --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-1ce8b6ca8473fcb4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-8c65c1eca2f206d2.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-08-07T07:37:31.538Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20c833e2d602254f -C extra-filename=-20c833e2d602254f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
24892024-08-07T07:37:31.926Z Dirty crossbeam-channel v0.5.12: the rustflags changed
24902024-08-07T07:37:31.926Z Compiling crossbeam-channel v0.5.12
24912024-08-07T07:37:31.929Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ce231803cb04afd0 -C extra-filename=-ce231803cb04afd0 --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-607798d871d02c59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922024-08-07T07:37:32.455Z Dirty thread_local v1.1.8: the rustflags changed
24932024-08-07T07:37:32.455Z Compiling thread_local v1.1.8
24942024-08-07T07:37:32.458Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=de05cacea9187a8d -C extra-filename=-de05cacea9187a8d --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-774af40ecdc28659.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952024-08-07T07:37:32.840Z Dirty slog-async v2.8.0: the rustflags changed
24962024-08-07T07:37:32.840Z Compiling slog-async v2.8.0
24972024-08-07T07:37:32.843Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=e0cfdca003e311f2 -C extra-filename=-e0cfdca003e311f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-e0cfdca003e311f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982024-08-07T07:37:32.993Z Dirty take_mut v0.2.2: the rustflags changed
24992024-08-07T07:37:32.993Z Compiling take_mut v0.2.2
25002024-08-07T07:37:32.996Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28776b042c33fec3 -C extra-filename=-28776b042c33fec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012024-08-07T07:37:33.014Z Compiling match_cfg v0.1.0
25022024-08-07T07:37:33.017Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=f38aab50437bd10a -C extra-filename=-f38aab50437bd10a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032024-08-07T07:37:33.109Z Compiling rustls-pki-types v1.7.0
25042024-08-07T07:37:33.112Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=3d36b49033a9dca4 -C extra-filename=-3d36b49033a9dca4 --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:37:33.148Z Compiling hostname v0.3.1
25062024-08-07T07:37:33.151Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=efab56a594eb6faa -C extra-filename=-efab56a594eb6faa --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-f3f2c30f5b1e55f4.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-f38aab50437bd10a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072024-08-07T07:37:33.388Z Dirty slog-term v2.9.1: the rustflags changed
25082024-08-07T07:37:33.388Z Compiling slog-term v2.9.1
25092024-08-07T07:37:33.391Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=d2dd9b37d6b784af -C extra-filename=-d2dd9b37d6b784af --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-53f5592a30cd5489.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-de05cacea9187a8d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102024-08-07T07:37:33.406Z Compiling fastrand v2.1.0
25112024-08-07T07:37:33.409Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=21b1e13199717e0b -C extra-filename=-21b1e13199717e0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122024-08-07T07:37:33.437Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-e0cfdca003e311f2/build-script-build`
25132024-08-07T07:37:33.505Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=1f451e4dcad55989 -C extra-filename=-1f451e4dcad55989 --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-ce231803cb04afd0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-28776b042c33fec3.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-de05cacea9187a8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
25142024-08-07T07:37:33.928Z Compiling tempfile v3.10.1
25152024-08-07T07:37:33.932Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=9f0d2d084e4a8eaf -C extra-filename=-9f0d2d084e4a8eaf --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-774af40ecdc28659.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-21b1e13199717e0b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162024-08-07T07:37:33.947Z Compiling ident_case v1.0.1
25172024-08-07T07:37:33.950Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ce69d57c819434a -C extra-filename=-4ce69d57c819434a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182024-08-07T07:37:34.138Z Compiling rustls v0.22.4
25192024-08-07T07:37:34.141Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=ef749edb2f206eb5 -C extra-filename=-ef749edb2f206eb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-ef749edb2f206eb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202024-08-07T07:37:34.492Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-ef749edb2f206eb5/build-script-build`
25212024-08-07T07:37:34.519Z Compiling darling_core v0.20.9
25222024-08-07T07:37:34.522Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=f41c88ed7b50174f -C extra-filename=-f41c88ed7b50174f --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-78d576050c2a6006.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-4ce69d57c819434a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-0b60f6e9e6d06315.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232024-08-07T07:37:34.540Z Compiling rustls-webpki v0.102.4
25242024-08-07T07:37:34.543Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=7b3a3fd1f2208516 -C extra-filename=-7b3a3fd1f2208516 --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-65f3f11df37059d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-3d36b49033a9dca4.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-30db547cf0298cb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out`
25252024-08-07T07:37:34.563Z Compiling rustls-pemfile v2.1.3
25262024-08-07T07:37:34.566Z Running `/home/build/.rustup/toolchains/1.80.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a08025be0bb6d6d9 -C extra-filename=-a08025be0bb6d6d9 --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-8ad9489ee5dcb09a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-3d36b49033a9dca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272024-08-07T07:37:34.680Z Compiling multer v3.1.0
25282024-08-07T07:37:34.717Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=0952b229c376d2ba -C extra-filename=-0952b229c376d2ba --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-0952b229c376d2ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292024-08-07T07:37:34.732Z Compiling debug-ignore v1.0.5
25302024-08-07T07:37:34.735Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=a6f195c80b1aac5c -C extra-filename=-a6f195c80b1aac5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312024-08-07T07:37:34.888Z Compiling slog-json v2.6.1
25322024-08-07T07:37:34.891Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=10030cda097921db -C extra-filename=-10030cda097921db --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-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332024-08-07T07:37:35.063Z Compiling async-stream-impl v0.3.5
25342024-08-07T07:37:35.066Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0688b94b67267abf -C extra-filename=-0688b94b67267abf --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352024-08-07T07:37:35.082Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-0952b229c376d2ba/build-script-build`
25362024-08-07T07:37:35.151Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
25372024-08-07T07:37:35.153Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/52d900a/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' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c8b5e24b9b3befd1 -C extra-filename=-c8b5e24b9b3befd1 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-c8b5e24b9b3befd1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382024-08-07T07:37:35.276Z Compiling instant v0.1.12
25392024-08-07T07:37:35.279Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=8529b9c14cec2a86 -C extra-filename=-8529b9c14cec2a86 --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-774af40ecdc28659.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-08-07T07:37:35.427Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=775635e3865218b5 -C extra-filename=-775635e3865218b5 --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-25247ca285912f88.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-3d36b49033a9dca4.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7b3a3fd1f2208516.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out`
25412024-08-07T07:37:35.527Z Compiling atomic-waker v1.1.2
25422024-08-07T07:37:35.530Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=a27667294400e883 -C extra-filename=-a27667294400e883 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432024-08-07T07:37:35.727Z Compiling waitgroup v0.1.2
25442024-08-07T07:37:35.730Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c49cc68a15a0f443 -C extra-filename=-c49cc68a15a0f443 --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-a27667294400e883.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452024-08-07T07:37:35.968Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-c8b5e24b9b3befd1/build-script-build`
25462024-08-07T07:37:36.026Z Compiling slog-bunyan v2.5.0
25472024-08-07T07:37:36.029Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=73dd36569f7ae032 -C extra-filename=-73dd36569f7ae032 --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-efab56a594eb6faa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-10030cda097921db.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482024-08-07T07:37:36.227Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=bb3b97eabdf1c7e1 -C extra-filename=-bb3b97eabdf1c7e1 --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-253688e005e4bf7b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-25e50ae6ddce2604.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f32cbc7ceffcfb9b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-01ecc73bcbd90dbe.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-ca56f3dcaef43b6e.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492024-08-07T07:37:36.596Z Compiling async-stream v0.3.5
25502024-08-07T07:37:36.599Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3636e0107096b293 -C extra-filename=-3636e0107096b293 --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-0688b94b67267abf.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512024-08-07T07:37:36.628Z Dirty strum v0.26.3: the rustflags changed
25522024-08-07T07:37:36.628Z Compiling strum v0.26.3
25532024-08-07T07:37:36.631Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=51438f91825da9a1 -C extra-filename=-51438f91825da9a1 --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-eff997d390bb1a10.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542024-08-07T07:37:36.677Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
25552024-08-07T07:37:36.680Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/52d900a/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' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=70a3a8f80337948d -C extra-filename=-70a3a8f80337948d --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-1ce8b6ca8473fcb4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562024-08-07T07:37:36.813Z Compiling serde_path_to_error v0.1.16
25572024-08-07T07:37:36.828Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a24edd536aa54664 -C extra-filename=-a24edd536aa54664 --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-0a55205eed103d8b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582024-08-07T07:37:36.913Z Compiling hostname v0.4.0
25592024-08-07T07:37:36.915Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=5ca95e1afe762d69 -C extra-filename=-5ca95e1afe762d69 --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-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602024-08-07T07:37:37.177Z Compiling quick-error v1.2.3
25612024-08-07T07:37:37.180Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56b2228ba124b47a -C extra-filename=-56b2228ba124b47a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622024-08-07T07:37:37.254Z Compiling newtype-uuid v1.1.0
25632024-08-07T07:37:37.257Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=bc361000ca80ae24 -C extra-filename=-bc361000ca80ae24 --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-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642024-08-07T07:37:37.328Z Compiling structmeta-derive v0.3.0
25652024-08-07T07:37:37.331Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0c83cc108a91998 -C extra-filename=-a0c83cc108a91998 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662024-08-07T07:37:37.564Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25672024-08-07T07:37:37.567Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=194cb5ae8e981b7e -C extra-filename=-194cb5ae8e981b7e --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-bc361000ca80ae24.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682024-08-07T07:37:37.665Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25692024-08-07T07:37:37.669Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=0c006b4b81bff1de -C extra-filename=-0c006b4b81bff1de --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702024-08-07T07:37:37.893Z Compiling backoff v0.4.0
25712024-08-07T07:37:37.895Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=1744626159c899c2 -C extra-filename=-1744626159c899c2 --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-afd15c3e3cb3531c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-8529b9c14cec2a86.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722024-08-07T07:37:38.256Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
25732024-08-07T07:37:38.270Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=13e44a0a2e00ac2a -C extra-filename=-13e44a0a2e00ac2a --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-1a3f0bcd224c92cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742024-08-07T07:37:38.601Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25752024-08-07T07:37:38.615Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=d61b13f568a47a33 -C extra-filename=-d61b13f568a47a33 --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-742498fb17b42521.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-0c006b4b81bff1de.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762024-08-07T07:37:38.780Z Compiling macaddr v1.0.1
25772024-08-07T07:37:38.786Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=238ce5f46815ffab -C extra-filename=-238ce5f46815ffab --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782024-08-07T07:37:38.988Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25792024-08-07T07:37:38.991Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c05a9d9bbd60e25 -C extra-filename=-4c05a9d9bbd60e25 --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-1b1bc6aec7bcf50f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802024-08-07T07:37:39.145Z Compiling wait-timeout v0.2.0
25812024-08-07T07:37:39.148Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=164de06b491a968f -C extra-filename=-164de06b491a968f --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822024-08-07T07:37:39.231Z Compiling structmeta-derive v0.2.0
25832024-08-07T07:37:39.233Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0564b1782f84ca84 -C extra-filename=-0564b1782f84ca84 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842024-08-07T07:37:39.746Z Compiling tokio-rustls v0.25.0
25852024-08-07T07:37:39.749Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=4d1d12ff9b3b0da6 -C extra-filename=-4d1d12ff9b3b0da6 --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-775635e3865218b5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-3d36b49033a9dca4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out`
25862024-08-07T07:37:40.196Z Compiling rusty-fork v0.3.0
25872024-08-07T07:37:40.199Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=bb46b45019bb57eb -C extra-filename=-bb46b45019bb57eb --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-78d576050c2a6006.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-56b2228ba124b47a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-164de06b491a968f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882024-08-07T07:37:40.504Z Compiling structmeta v0.3.0
25892024-08-07T07:37:40.507Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a499fc17df663b01 -C extra-filename=-a499fc17df663b01 --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-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-a0c83cc108a91998.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902024-08-07T07:37:40.838Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/52d900a/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' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c71ed473c72ec59a -C extra-filename=-c71ed473c72ec59a --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-3636e0107096b293.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-70a3a8f80337948d.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-aba6fe7de24bcb82.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5ca95e1afe762d69.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-bb3b97eabdf1c7e1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a08025be0bb6d6d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4ef99abaa23c0234.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-a24edd536aa54664.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1796cb4b2f9ec69b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-73dd36569f7ae032.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-10030cda097921db.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4d1d12ff9b3b0da6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c49cc68a15a0f443.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out`
25912024-08-07T07:37:40.960Z Compiling parse-display-derive v0.9.1
25922024-08-07T07:37:40.964Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d2ca297c9549bf4 -C extra-filename=-5d2ca297c9549bf4 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a499fc17df663b01.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932024-08-07T07:37:40.978Z Compiling rand_xorshift v0.3.0
25942024-08-07T07:37:40.978Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=d869597778114d57 -C extra-filename=-d869597778114d57 --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-8a7eb093f46e6e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-08-07T07:37:41.313Z Compiling unarray v0.1.4
25962024-08-07T07:37:41.316Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f403295d6862bf1d -C extra-filename=-f403295d6862bf1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-08-07T07:37:41.486Z Compiling proptest v1.4.0
25982024-08-07T07:37:41.489Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=100a42c70ee5419d -C extra-filename=-100a42c70ee5419d --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-f2feca33e2b5367a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4499841fd6127d59.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f60406ef360cc519.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-d869597778114d57.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-bb46b45019bb57eb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-f403295d6862bf1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992024-08-07T07:37:41.641Z Compiling darling_macro v0.20.9
26002024-08-07T07:37:41.644Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be727260fafbf78c -C extra-filename=-be727260fafbf78c --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-f41c88ed7b50174f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012024-08-07T07:37:42.416Z Compiling structmeta v0.2.0
26022024-08-07T07:37:42.418Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f080b309640f7b6f -C extra-filename=-f080b309640f7b6f --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-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-0564b1782f84ca84.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032024-08-07T07:37:42.822Z Compiling darling v0.20.9
26042024-08-07T07:37:42.825Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=7440a0f1ec829a8d -C extra-filename=-7440a0f1ec829a8d --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-f41c88ed7b50174f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-be727260fafbf78c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052024-08-07T07:37:42.873Z Compiling test-strategy v0.3.1
26062024-08-07T07:37:42.876Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea2ba10869ac3f1f -C extra-filename=-ea2ba10869ac3f1f --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f080b309640f7b6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072024-08-07T07:37:42.946Z Compiling serde_with_macros v3.8.3
26082024-08-07T07:37:42.950Z Running `/home/build/.rustup/toolchains/1.80.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=5833236e362def7a -C extra-filename=-5833236e362def7a --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-7440a0f1ec829a8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092024-08-07T07:37:45.671Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
26102024-08-07T07:37:45.671Z Compiling proc-macro-error-attr v1.0.4
26112024-08-07T07:37:45.674Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1cbd7b4d3a3c3a61 -C extra-filename=-1cbd7b4d3a3c3a61 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-1cbd7b4d3a3c3a61 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-08-07T07:37:46.049Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-1cbd7b4d3a3c3a61/build-script-build`
26132024-08-07T07:37:46.087Z Compiling parse-display v0.9.1
26142024-08-07T07:37:46.087Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=8f02d6fa24b59518 -C extra-filename=-8f02d6fa24b59518 --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-5d2ca297c9549bf4.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152024-08-07T07:37:46.117Z Dirty proc-macro-error v1.0.4: the rustflags changed
26162024-08-07T07:37:46.117Z Compiling proc-macro-error v1.0.4
26172024-08-07T07:37:46.120Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=dbc2bf91841fd323 -C extra-filename=-dbc2bf91841fd323 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-dbc2bf91841fd323 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-08-07T07:37:46.143Z Compiling serde_with v3.8.3
26192024-08-07T07:37:46.146Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=e58607d2c19fe61f -C extra-filename=-e58607d2c19fe61f --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-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-5833236e362def7a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-08-07T07:37:46.492Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-dbc2bf91841fd323/build-script-build`
26212024-08-07T07:37:46.648Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=135d164e4e19550d -C extra-filename=-135d164e4e19550d --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222024-08-07T07:37:46.734Z Compiling camino-tempfile v1.1.1
26232024-08-07T07:37:46.737Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c399524f4e357873 -C extra-filename=-c399524f4e357873 --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-db79d45a7c3cbf1b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242024-08-07T07:37:47.131Z Compiling proc-macro-crate v1.3.1
26252024-08-07T07:37:47.145Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e0a17b165005520 -C extra-filename=-0e0a17b165005520 --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-9764b2a8786f26ad.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2515f79946056eab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-08-07T07:37:47.201Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26272024-08-07T07:37:47.203Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7fd64a8a8df42629 -C extra-filename=-7fd64a8a8df42629 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7fd64a8a8df42629 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282024-08-07T07:37:47.592Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=5fa5787e2c6401b9 -C extra-filename=-5fa5787e2c6401b9 --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-135d164e4e19550d.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
26292024-08-07T07:37:47.647Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7fd64a8a8df42629/build-script-build`
26302024-08-07T07:37:47.674Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26312024-08-07T07:37:47.677Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58948a7fb843ca90 -C extra-filename=-58948a7fb843ca90 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-58948a7fb843ca90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322024-08-07T07:37:48.022Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-58948a7fb843ca90/build-script-build`
26332024-08-07T07:37:48.049Z Compiling foreign-types-macros v0.2.3
26342024-08-07T07:37:48.052Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1221e62f8f34139a -C extra-filename=-1221e62f8f34139a --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352024-08-07T07:37:48.197Z Compiling num_enum_derive v0.5.11
26362024-08-07T07:37:48.200Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=a68397eaf7a55184 -C extra-filename=-a68397eaf7a55184 --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-0e0a17b165005520.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372024-08-07T07:37:48.308Z Compiling foreign-types-shared v0.3.1
26382024-08-07T07:37:48.311Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ca367731ae66465 -C extra-filename=-7ca367731ae66465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392024-08-07T07:37:48.430Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26402024-08-07T07:37:48.432Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ed032bea9ade553 -C extra-filename=-5ed032bea9ade553 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-5ed032bea9ade553 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412024-08-07T07:37:48.793Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-5ed032bea9ade553/build-script-build`
26422024-08-07T07:37:48.811Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26432024-08-07T07:37:48.814Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e686b09f850aa2c7 -C extra-filename=-e686b09f850aa2c7 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-5f5ca3c50ac98040.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442024-08-07T07:37:48.833Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8352509bf83ca8c -C extra-filename=-e8352509bf83ca8c --out-dir /work/oxidecomputer/omicron/target/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`
26452024-08-07T07:37:48.989Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7fded1bbd37d35a0 -C extra-filename=-7fded1bbd37d35a0 --out-dir /work/oxidecomputer/omicron/target/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`
26462024-08-07T07:37:49.167Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26472024-08-07T07:37:49.170Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0095e939bc55a764 -C extra-filename=-0095e939bc55a764 --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-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482024-08-07T07:37:49.461Z Compiling cstr-argument v0.1.2
26492024-08-07T07:37:49.483Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=73a261e0c40c6856 -C extra-filename=-73a261e0c40c6856 --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-774af40ecdc28659.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502024-08-07T07:37:49.506Z Compiling foreign-types v0.5.0
26512024-08-07T07:37:49.509Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dbcaaca40388e952 -C extra-filename=-dbcaaca40388e952 --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-1221e62f8f34139a.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-7ca367731ae66465.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522024-08-07T07:37:49.622Z Compiling pretty-hex v0.2.1
26532024-08-07T07:37:49.625Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=4c76744a21a2ea1b -C extra-filename=-4c76744a21a2ea1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542024-08-07T07:37:49.706Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26552024-08-07T07:37:49.708Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4c26b971f80a54f -C extra-filename=-d4c26b971f80a54f --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-73a261e0c40c6856.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dbcaaca40388e952.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-7fded1bbd37d35a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562024-08-07T07:37:49.800Z Compiling tabwriter v1.4.0
26572024-08-07T07:37:49.803Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=285d7550a9ddfaa7 -C extra-filename=-285d7550a9ddfaa7 --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-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582024-08-07T07:37:49.943Z Compiling colored v2.1.0
26592024-08-07T07:37:49.946Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=8fe8fc7c161a8e1b -C extra-filename=-8fe8fc7c161a8e1b --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-c4135d2565c6698b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602024-08-07T07:37:50.191Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef996aaedc3e2792 -C extra-filename=-ef996aaedc3e2792 --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-f3f2c30f5b1e55f4.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-0095e939bc55a764.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
26612024-08-07T07:37:50.322Z Compiling socket2 v0.4.10
26622024-08-07T07:37:50.350Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=723b58e995eee6d2 -C extra-filename=-723b58e995eee6d2 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632024-08-07T07:37:50.356Z Compiling smf v0.2.3
26642024-08-07T07:37:50.358Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3bcd80ccae76870 -C extra-filename=-b3bcd80ccae76870 --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-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652024-08-07T07:37:50.374Z Compiling termtree v0.4.1
26662024-08-07T07:37:50.377Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6aefa5aabc70ad3f -C extra-filename=-6aefa5aabc70ad3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672024-08-07T07:37:50.594Z Compiling heapless v0.8.0
26682024-08-07T07:37:50.596Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=bb68477b740ed492 -C extra-filename=-bb68477b740ed492 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-bb68477b740ed492 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692024-08-07T07:37:50.811Z Compiling predicates-tree v1.0.9
26702024-08-07T07:37:50.814Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=83083c18702cf7f0 -C extra-filename=-83083c18702cf7f0 --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-c257e119d0aff846.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-6aefa5aabc70ad3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712024-08-07T07:37:51.061Z Compiling num_enum v0.5.11
26722024-08-07T07:37:51.064Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=1643ee83979a3951 -C extra-filename=-1643ee83979a3951 --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-a68397eaf7a55184.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732024-08-07T07:37:51.188Z Compiling hash32 v0.3.1
26742024-08-07T07:37:51.191Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80213db9ffd5a07e -C extra-filename=-80213db9ffd5a07e --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-bca7f4c54429777f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752024-08-07T07:37:51.230Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26762024-08-07T07:37:51.235Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08ff931a48638119 -C extra-filename=-08ff931a48638119 --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-f3f2c30f5b1e55f4.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-e8352509bf83ca8c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-1643ee83979a3951.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c76744a21a2ea1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772024-08-07T07:37:51.252Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-bb68477b740ed492/build-script-build`
26782024-08-07T07:37:51.350Z Compiling smoltcp v0.11.0
26792024-08-07T07:37:51.353Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=5d54ff2f5c480af1 -C extra-filename=-5d54ff2f5c480af1 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-5d54ff2f5c480af1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802024-08-07T07:37:51.428Z Compiling cobs v0.2.3
26812024-08-07T07:37:51.431Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d2a92161670068cc -C extra-filename=-d2a92161670068cc --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:37:51.566Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=64e1a055b57e47d8 -C extra-filename=-64e1a055b57e47d8 --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-80213db9ffd5a07e.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-61630896a528bfa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832024-08-07T07:37:51.582Z Compiling embedded-io v0.4.0
26842024-08-07T07:37:51.585Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async", "defmt", "futures", "log", "std", "tokio"))' -C metadata=241199c198fa69e2 -C extra-filename=-241199c198fa69e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852024-08-07T07:37:51.722Z Compiling crucible-workspace-hack v0.1.0
26862024-08-07T07:37:51.724Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ad49e2f4d44343e -C extra-filename=-5ad49e2f4d44343e --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5ad49e2f4d44343e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872024-08-07T07:37:51.779Z Compiling postcard v1.0.8
26882024-08-07T07:37:51.782Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "const_format", "crc", "default", "defmt", "embedded-io", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=a4982c543d2cf592 -C extra-filename=-a4982c543d2cf592 --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-d2a92161670068cc.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-241199c198fa69e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892024-08-07T07:37:51.815Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
26902024-08-07T07:37:51.818Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=aad8b04eb69413a5 -C extra-filename=-aad8b04eb69413a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-aad8b04eb69413a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912024-08-07T07:37:52.070Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5ad49e2f4d44343e/build-script-build`
26922024-08-07T07:37:52.098Z Compiling same-file v1.0.6
26932024-08-07T07:37:52.100Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=328d453a2438549f -C extra-filename=-328d453a2438549f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-08-07T07:37:52.168Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-5d54ff2f5c480af1/build-script-build`
26952024-08-07T07:37:52.195Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
26962024-08-07T07:37:52.199Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=20fd1e2c8937ce97 -C extra-filename=-20fd1e2c8937ce97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972024-08-07T07:37:52.199Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-aad8b04eb69413a5/build-script-build`
26982024-08-07T07:37:52.281Z Compiling walkdir v2.5.0
26992024-08-07T07:37:52.281Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6ece9236df16887 -C extra-filename=-a6ece9236df16887 --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-328d453a2438549f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002024-08-07T07:37:52.359Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2691aa6f60e18a9f -C extra-filename=-2691aa6f60e18a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012024-08-07T07:37:52.403Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
27022024-08-07T07:37:52.405Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50af738cc1c297c2 -C extra-filename=-50af738cc1c297c2 --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-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032024-08-07T07:37:52.463Z Compiling sigpipe v0.1.3
27042024-08-07T07:37:52.466Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13f426de100b5efd -C extra-filename=-13f426de100b5efd --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052024-08-07T07:37:52.551Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=ffd80f53d4a59ab0 -C extra-filename=-ffd80f53d4a59ab0 --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-17249b5a9669d189.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-64e1a055b57e47d8.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-19ffccf241e2723d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062024-08-07T07:37:52.569Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27072024-08-07T07:37:52.572Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2a27d2af9390f34 -C extra-filename=-b2a27d2af9390f34 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-b2a27d2af9390f34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082024-08-07T07:37:52.584Z Compiling mockall_derive v0.13.0
27092024-08-07T07:37:52.587Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=6eed72a39d87d33d -C extra-filename=-6eed72a39d87d33d --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-6eed72a39d87d33d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102024-08-07T07:37:52.914Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-b2a27d2af9390f34/build-script-build`
27112024-08-07T07:37:52.917Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-6eed72a39d87d33d/build-script-build`
27122024-08-07T07:37:52.953Z Compiling humantime v2.1.0
27132024-08-07T07:37:52.956Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a45c3f82f9c3f2c4 -C extra-filename=-a45c3f82f9c3f2c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27142024-08-07T07:37:52.972Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27152024-08-07T07:37:52.972Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d050eb7f295fbb9 -C extra-filename=-4d050eb7f295fbb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162024-08-07T07:37:53.017Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=798f9ef3077fcbf0 -C extra-filename=-798f9ef3077fcbf0 --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-774af40ecdc28659.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
27172024-08-07T07:37:53.306Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12114f6a6e441416 -C extra-filename=-12114f6a6e441416 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-08ff931a48638119.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-1643ee83979a3951.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-d4c26b971f80a54f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-7fded1bbd37d35a0.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ef996aaedc3e2792.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-723b58e995eee6d2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
27182024-08-07T07:37:53.434Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27192024-08-07T07:37:53.434Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=583fb7ff9df4d910 -C extra-filename=-583fb7ff9df4d910 --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-bdcc7bf362727e72.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-5fa5787e2c6401b9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202024-08-07T07:37:53.481Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27212024-08-07T07:37:53.483Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cf28eab9bf23ab9 -C extra-filename=-6cf28eab9bf23ab9 --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-f3f2c30f5b1e55f4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222024-08-07T07:37:53.642Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
27232024-08-07T07:37:53.645Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=60f3e3db787f1698 -C extra-filename=-60f3e3db787f1698 --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-5f5ca3c50ac98040.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-e686b09f850aa2c7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242024-08-07T07:37:53.781Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27252024-08-07T07:37:53.783Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8844505f18ed9d44 -C extra-filename=-8844505f18ed9d44 --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-9cbd31dd4e7b2cd1.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-60f3e3db787f1698.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d979576c1749b801.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262024-08-07T07:37:53.941Z Compiling num-derive v0.4.2
27272024-08-07T07:37:53.944Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=370cb0d9a6f9537c -C extra-filename=-370cb0d9a6f9537c --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282024-08-07T07:37:55.139Z Compiling fragile v2.0.0
27292024-08-07T07:37:55.142Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=d42f1a36eabcf103 -C extra-filename=-d42f1a36eabcf103 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302024-08-07T07:37:55.796Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27312024-08-07T07:37:55.799Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=be765e10f5aa5d8d -C extra-filename=-be765e10f5aa5d8d --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-be765e10f5aa5d8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322024-08-07T07:37:56.162Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
27332024-08-07T07:37:56.165Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=0f5ac6abb8630998 -C extra-filename=-0f5ac6abb8630998 --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-20fd1e2c8937ce97.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a4982c543d2cf592.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ffd80f53d4a59ab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342024-08-07T07:37:56.610Z Compiling downcast v0.11.0
27352024-08-07T07:37:56.613Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=6fa2eca5eb87cc07 -C extra-filename=-6fa2eca5eb87cc07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362024-08-07T07:37:56.852Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
27372024-08-07T07:37:56.855Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=689f621da57c8fbf -C extra-filename=-689f621da57c8fbf --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-2691aa6f60e18a9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-370cb0d9a6f9537c.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382024-08-07T07:37:57.137Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-be765e10f5aa5d8d/build-script-build`
27392024-08-07T07:37:57.164Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27402024-08-07T07:37:57.167Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=cd18ec9ca636abca -C extra-filename=-cd18ec9ca636abca --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-8abb34285b593aa0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-583fb7ff9df4d910.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412024-08-07T07:37:57.381Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27422024-08-07T07:37:57.384Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e9a622927351da5 -C extra-filename=-1e9a622927351da5 --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-6cf28eab9bf23ab9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-08-07T07:37:57.785Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=e6ac7b5740144971 -C extra-filename=-e6ac7b5740144971 --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-774af40ecdc28659.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e1d934b7dc2ae10e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-20fd1e2c8937ce97.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-50af738cc1c297c2.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-0f5ac6abb8630998.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a4982c543d2cf592.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ffd80f53d4a59ab0.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-285d7550a9ddfaa7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
27442024-08-07T07:37:57.838Z Dirty xattr v1.3.1: the rustflags changed
27452024-08-07T07:37:57.839Z Compiling xattr v1.3.1
27462024-08-07T07:37:57.841Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=e412a8421d8681f6 -C extra-filename=-e412a8421d8681f6 --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-32fdcae0183ab583.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-08-07T07:37:57.998Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
27482024-08-07T07:37:58.001Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=9fd19ba50c04e9e7 -C extra-filename=-9fd19ba50c04e9e7 --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-774af40ecdc28659.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-20fd1e2c8937ce97.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-e6ac7b5740144971.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-4d050eb7f295fbb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ffd80f53d4a59ab0.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-285d7550a9ddfaa7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492024-08-07T07:37:58.116Z Dirty filetime v0.2.23: the rustflags changed
27502024-08-07T07:37:58.116Z Compiling filetime v0.2.23
27512024-08-07T07:37:58.119Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b67d46e7569c3c9 -C extra-filename=-0b67d46e7569c3c9 --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-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522024-08-07T07:37:58.201Z Compiling arc-swap v1.7.1
27532024-08-07T07:37:58.204Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=a15d28884432633d -C extra-filename=-a15d28884432633d --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:37:58.438Z Dirty tar v0.4.41: the rustflags changed
27552024-08-07T07:37:58.438Z Compiling tar v0.4.41
27562024-08-07T07:37:58.441Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=3366cca7b3f6cc90 -C extra-filename=-3366cca7b3f6cc90 --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-0b67d46e7569c3c9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-e412a8421d8681f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572024-08-07T07:37:58.737Z Compiling slog-scope v4.4.0
27582024-08-07T07:37:58.740Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7dd0e029e54adac -C extra-filename=-a7dd0e029e54adac --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-a15d28884432633d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-08-07T07:37:58.865Z Compiling newline-converter v0.3.0
27602024-08-07T07:37:58.868Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1453be28a0549401 -C extra-filename=-1453be28a0549401 --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-4c5dad9816a3a035.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-08-07T07:37:59.033Z Compiling slog-stdlog v4.1.1
27622024-08-07T07:37:59.036Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=576684ac1e1d5588 -C extra-filename=-576684ac1e1d5588 --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-25247ca285912f88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a7dd0e029e54adac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632024-08-07T07:37:59.280Z Compiling termcolor v1.4.1
27642024-08-07T07:37:59.283Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cf69054af20f1c5 -C extra-filename=-3cf69054af20f1c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652024-08-07T07:37:59.498Z Compiling slog-envlogger v2.2.0
27662024-08-07T07:37:59.503Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=5b508be036a3d15e -C extra-filename=-5b508be036a3d15e --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-25247ca285912f88.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a7dd0e029e54adac.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-576684ac1e1d5588.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672024-08-07T07:38:00.184Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
27682024-08-07T07:38:00.187Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9d941cb954b158f -C extra-filename=-b9d941cb954b158f --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-f3f2c30f5b1e55f4.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-12114f6a6e441416.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-e6ac7b5740144971.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-9fd19ba50c04e9e7.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a4982c543d2cf592.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692024-08-07T07:38:00.204Z Compiling expectorate v1.1.0
27702024-08-07T07:38:00.204Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=9599ae581e4b25d1 -C extra-filename=-9599ae581e4b25d1 --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-2194ed98f5905483.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-1453be28a0549401.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712024-08-07T07:38:00.231Z Compiling utf-8 v0.7.6
27722024-08-07T07:38:00.234Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48db3fdb865b8a73 -C extra-filename=-48db3fdb865b8a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732024-08-07T07:38:00.385Z Compiling derive-where v1.2.7
27742024-08-07T07:38:00.388Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=d666b93f9fb29b09 -C extra-filename=-d666b93f9fb29b09 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752024-08-07T07:38:00.511Z Compiling atty v0.2.14
27762024-08-07T07:38:00.514Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c262bfe3303e98b -C extra-filename=-9c262bfe3303e98b --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772024-08-07T07:38:00.565Z Compiling tungstenite v0.21.0
27782024-08-07T07:38:00.568Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=213452eff107a4b7 -C extra-filename=-213452eff107a4b7 --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-bca7f4c54429777f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-bc415753a1e8bd01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f32cbc7ceffcfb9b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-01ecc73bcbd90dbe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1796cb4b2f9ec69b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-48db3fdb865b8a73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792024-08-07T07:38:00.648Z Compiling pem v3.0.4
27802024-08-07T07:38:00.651Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=592fb6b6ed0f85bc -C extra-filename=-592fb6b6ed0f85bc --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-8ad9489ee5dcb09a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812024-08-07T07:38:01.333Z Compiling mockall v0.13.0
27822024-08-07T07:38:01.336Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=518f136634658ae3 -C extra-filename=-518f136634658ae3 --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-774af40ecdc28659.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-6fa2eca5eb87cc07.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d42f1a36eabcf103.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-798f9ef3077fcbf0.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-86e47af176ffa1b5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-83083c18702cf7f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832024-08-07T07:38:01.476Z Compiling password-hash v0.5.0
27842024-08-07T07:38:01.479Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=1eac74c0824aeaa1 -C extra-filename=-1eac74c0824aeaa1 --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-43819433fdd10fb4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852024-08-07T07:38:01.531Z Compiling blake2 v0.10.6
27862024-08-07T07:38:01.534Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=817db91a656a57ea -C extra-filename=-817db91a656a57ea --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-0845c32c16c6ae38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872024-08-07T07:38:01.670Z Compiling tokio-tungstenite v0.21.0
27882024-08-07T07:38:01.673Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=a6e6362c8d4f3bc5 -C extra-filename=-a6e6362c8d4f3bc5 --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-3654032bd4092d60.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-213452eff107a4b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892024-08-07T07:38:01.962Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27902024-08-07T07:38:01.965Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e5264041747cf3e -C extra-filename=-3e5264041747cf3e --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-e46b99eea35dadae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8844505f18ed9d44.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-5d3a278ad3a507a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912024-08-07T07:38:02.219Z Compiling argon2 v0.5.3
27922024-08-07T07:38:02.222Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=e51d03867b2b5529 -C extra-filename=-e51d03867b2b5529 --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-43819433fdd10fb4.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-817db91a656a57ea.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-1eac74c0824aeaa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932024-08-07T07:38:02.487Z Compiling tungstenite v0.20.1
27942024-08-07T07:38:02.491Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=1e18d2870eb3cf71 -C extra-filename=-1e18d2870eb3cf71 --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-bca7f4c54429777f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-bc415753a1e8bd01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-01ecc73bcbd90dbe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1796cb4b2f9ec69b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-48db3fdb865b8a73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952024-08-07T07:38:02.693Z Compiling env_logger v0.9.3
27962024-08-07T07:38:02.696Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atty", "default", "humantime", "regex", "termcolor"))' -C metadata=1b4424c778189f9d -C extra-filename=-1b4424c778189f9d --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-9c262bfe3303e98b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3cf69054af20f1c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972024-08-07T07:38:03.062Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27982024-08-07T07:38:03.065Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd71a20dfcf95c89 -C extra-filename=-fd71a20dfcf95c89 --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-f3f2c30f5b1e55f4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992024-08-07T07:38:03.522Z Compiling tokio-tungstenite v0.20.1
28002024-08-07T07:38:03.525Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=e471b5786a6c51a6 -C extra-filename=-e471b5786a6c51a6 --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-3654032bd4092d60.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1e18d2870eb3cf71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012024-08-07T07:38:04.023Z Compiling bitstruct_derive v0.1.0
28022024-08-07T07:38:04.023Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a8ff4d03d16db14 -C extra-filename=-1a8ff4d03d16db14 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-08-07T07:38:04.051Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28042024-08-07T07:38:04.053Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0673e705b894777a -C extra-filename=-0673e705b894777a --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052024-08-07T07:38:04.135Z Compiling ascii v1.1.0
28062024-08-07T07:38:04.138Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde_test", "std"))' -C metadata=ba491ac2a6994dc9 -C extra-filename=-ba491ac2a6994dc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072024-08-07T07:38:04.174Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28082024-08-07T07:38:04.176Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10e97d45e9fbdb39 -C extra-filename=-10e97d45e9fbdb39 --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-f3f2c30f5b1e55f4.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-0673e705b894777a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092024-08-07T07:38:04.501Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28102024-08-07T07:38:04.504Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7170e6a9b2e49b6 -C extra-filename=-a7170e6a9b2e49b6 --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-fd71a20dfcf95c89.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112024-08-07T07:38:04.552Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28122024-08-07T07:38:04.555Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=beccab3ff821d3ea -C extra-filename=-beccab3ff821d3ea --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-ba491ac2a6994dc9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17249b5a9669d189.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-1b4424c778189f9d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132024-08-07T07:38:04.750Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28142024-08-07T07:38:04.753Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9e4e2824129aefa9 -C extra-filename=-9e4e2824129aefa9 --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-f3f2c30f5b1e55f4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152024-08-07T07:38:04.953Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28162024-08-07T07:38:04.953Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3107d8c6546fa124 -C extra-filename=-3107d8c6546fa124 --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-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172024-08-07T07:38:05.106Z Compiling erased-serde v0.3.31
28182024-08-07T07:38:05.109Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=38a84474c9648814 -C extra-filename=-38a84474c9648814 --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192024-08-07T07:38:05.346Z Compiling serde_arrays v0.1.0
28202024-08-07T07:38:05.348Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4614ea026cd9cc7c -C extra-filename=-4614ea026cd9cc7c --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212024-08-07T07:38:05.456Z Compiling convert_case v0.4.0
28222024-08-07T07:38:05.459Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=3968ee9f4d26d461 -C extra-filename=-3968ee9f4d26d461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232024-08-07T07:38:05.510Z Compiling atomicwrites v0.4.3
28242024-08-07T07:38:05.513Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe1abee13e7250dc -C extra-filename=-fe1abee13e7250dc --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-32fdcae0183ab583.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252024-08-07T07:38:05.626Z Compiling bitstruct v0.1.1
28262024-08-07T07:38:05.629Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccae2505421a2c3b -C extra-filename=-ccae2505421a2c3b --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-1a8ff4d03d16db14.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272024-08-07T07:38:05.747Z Compiling heck v0.3.3
28282024-08-07T07:38:05.749Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d56063032638fb10 -C extra-filename=-d56063032638fb10 --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-4c5dad9816a3a035.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292024-08-07T07:38:05.878Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28302024-08-07T07:38:05.881Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58e48f3e7ff10bd9 -C extra-filename=-58e48f3e7ff10bd9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-58e48f3e7ff10bd9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312024-08-07T07:38:06.101Z Compiling headers-core v0.2.0
28322024-08-07T07:38:06.104Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34b96f08f495fef9 -C extra-filename=-34b96f08f495fef9 --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-69367823a0613da6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332024-08-07T07:38:06.209Z Compiling zone_cfg_derive v0.1.2
28342024-08-07T07:38:06.225Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28352024-08-07T07:38:06.225Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e558c3ecde78f70c -C extra-filename=-e558c3ecde78f70c --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-d56063032638fb10.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-5fa5787e2c6401b9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362024-08-07T07:38:06.228Z Running `/home/build/.rustup/toolchains/1.80.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11df7d2228da9173 -C extra-filename=-11df7d2228da9173 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-11df7d2228da9173 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-270ec62c87d2f5bc.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-00d774e06ceb2f21.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0a7ce7632533ff0c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f2feca33e2b5367a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4499841fd6127d59.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17249b5a9669d189.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a832b836e5e69f36.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-5f79fe7a45357f7f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-31af9b98b6868a63.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-27034870866a0d3f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d5d3c5dd2e616b61.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-745eea638614c2b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cfa97946302291f6.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0845c32c16c6ae38.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b358fd68a8929de5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f4e1448f3beaf8f9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2c016a8c8d83913e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c1112ffa546804b.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1056b9125c84375a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ca394e1aad73e4f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e59330534a083253.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e6841b6a0442356b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8abb34285b593aa0.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3271814d2e5a31be.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-19ffccf241e2723d.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b562a6826fc3bfa1.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-4d32e03047f7ae68.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9adaac230c4a1804.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-f0eb6b01708a31d0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-86e47af176ffa1b5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4ef99abaa23c0234.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-3aaf81cb9250b263.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-efe98ae13299122c.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9567596720c953d4.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2515f79946056eab.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-60060924c7e28376.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a533648fb54e4110.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-2c084fe765d438cb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42d53f88f694e4e9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-97830cc928b40c66.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
28372024-08-07T07:38:06.241Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-58e48f3e7ff10bd9/build-script-build`
28382024-08-07T07:38:06.254Z Compiling base64 v0.13.1
28392024-08-07T07:38:06.257Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=faddef5e55077cca -C extra-filename=-faddef5e55077cca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402024-08-07T07:38:06.275Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=baa707dc40d8f565 -C extra-filename=-baa707dc40d8f565 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-08ff931a48638119.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-1643ee83979a3951.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-d4c26b971f80a54f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-7fded1bbd37d35a0.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ef996aaedc3e2792.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-723b58e995eee6d2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
28412024-08-07T07:38:06.375Z Compiling derive_more v0.99.18
28422024-08-07T07:38:06.378Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=883af3463e9cec52 -C extra-filename=-883af3463e9cec52 --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-3968ee9f4d26d461.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-08-07T07:38:06.544Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28442024-08-07T07:38:06.546Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crucible", "crucible-client-types", "crucible-full", "default", "dlpi", "falcon", "ispf", "libloading", "nexus-client", "num_enum", "omicron-build", "oximeter", "p9ds", "rand", "softnpu-lib"))' -C metadata=6fef89c601a566af -C extra-filename=-6fef89c601a566af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a7170e6a9b2e49b6.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-ccae2505421a2c3b.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-9e4e2824129aefa9.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-38a84474c9648814.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3107d8c6546fa124.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-beccab3ff821d3ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-4614ea026cd9cc7c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-10e97d45e9fbdb39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452024-08-07T07:38:06.566Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-11df7d2228da9173/build-script-build`
28462024-08-07T07:38:06.597Z Running `/home/build/.rustup/toolchains/1.80.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d59053513d219f54 -C extra-filename=-d59053513d219f54 --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-270ec62c87d2f5bc.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-00d774e06ceb2f21.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0a7ce7632533ff0c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f2feca33e2b5367a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4499841fd6127d59.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17249b5a9669d189.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a832b836e5e69f36.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-5f79fe7a45357f7f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-31af9b98b6868a63.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-27034870866a0d3f.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d5d3c5dd2e616b61.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-745eea638614c2b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cfa97946302291f6.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0845c32c16c6ae38.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b358fd68a8929de5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f4e1448f3beaf8f9.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2c016a8c8d83913e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c1112ffa546804b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1056b9125c84375a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ca394e1aad73e4f4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e59330534a083253.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e6841b6a0442356b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8abb34285b593aa0.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3271814d2e5a31be.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-19ffccf241e2723d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b562a6826fc3bfa1.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-4d32e03047f7ae68.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9adaac230c4a1804.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-f0eb6b01708a31d0.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-86e47af176ffa1b5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4ef99abaa23c0234.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-3aaf81cb9250b263.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9567596720c953d4.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2515f79946056eab.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-60060924c7e28376.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a533648fb54e4110.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42d53f88f694e4e9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-97830cc928b40c66.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
28472024-08-07T07:38:06.703Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28482024-08-07T07:38:06.706Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1df2345cf1d13e0 -C extra-filename=-a1df2345cf1d13e0 --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-d59053513d219f54.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
28492024-08-07T07:38:06.864Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28502024-08-07T07:38:06.867Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ae42389f98f3c90 -C extra-filename=-5ae42389f98f3c90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-13f426de100b5efd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
28512024-08-07T07:38:07.663Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28522024-08-07T07:38:07.667Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f305fe88bd8482e -C extra-filename=-9f305fe88bd8482e --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-e51d03867b2b5529.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
28532024-08-07T07:38:07.919Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28542024-08-07T07:38:07.922Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99b341193f3c3462 -C extra-filename=-99b341193f3c3462 --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-d59053513d219f54.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
28552024-08-07T07:38:07.971Z Compiling zone v0.1.8
28562024-08-07T07:38:07.974Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d68e42325d87783d -C extra-filename=-d68e42325d87783d --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-8abb34285b593aa0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-e558c3ecde78f70c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572024-08-07T07:38:08.083Z Compiling ron v0.7.1
28582024-08-07T07:38:08.086Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=01b1565ddadf55fb -C extra-filename=-01b1565ddadf55fb --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-faddef5e55077cca.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17249b5a9669d189.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592024-08-07T07:38:08.241Z Compiling headers v0.3.9
28602024-08-07T07:38:08.244Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=48c87bef2c540857 -C extra-filename=-48c87bef2c540857 --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-050eb13206eed9fc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-34b96f08f495fef9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-74e1442771ecd7f3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-ca56f3dcaef43b6e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1796cb4b2f9ec69b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612024-08-07T07:38:08.504Z Compiling rcgen v0.12.1
28622024-08-07T07:38:08.507Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=e322e502269b6e3c -C extra-filename=-e322e502269b6e3c --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-592fb6b6ed0f85bc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-97830cc928b40c66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out`
28632024-08-07T07:38:09.544Z Compiling portpicker v0.1.1
28642024-08-07T07:38:09.547Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5faf14773fef389a -C extra-filename=-5faf14773fef389a --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-28d4123639757f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652024-08-07T07:38:09.894Z Compiling home v0.5.9
28662024-08-07T07:38:09.897Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54bad3b817dfed5e -C extra-filename=-54bad3b817dfed5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672024-08-07T07:38:10.164Z Compiling subprocess v0.2.9
28682024-08-07T07:38:10.167Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1a12c3e2bb6befe -C extra-filename=-c1a12c3e2bb6befe --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692024-08-07T07:38:10.204Z Compiling half v2.4.1
28702024-08-07T07:38:10.207Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=f4d6978801cc0a8c -C extra-filename=-f4d6978801cc0a8c --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-774af40ecdc28659.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712024-08-07T07:38:10.273Z Compiling ciborium-io v0.2.2
28722024-08-07T07:38:10.276Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f7ee3441d57865c6 -C extra-filename=-f7ee3441d57865c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732024-08-07T07:38:10.407Z Compiling semver v0.1.20
28742024-08-07T07:38:10.411Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=651fbd30aa280375 -C extra-filename=-651fbd30aa280375 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752024-08-07T07:38:10.472Z Compiling prettyplease v0.2.20
28762024-08-07T07:38:10.475Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=c7f3dcf2ee598a8c -C extra-filename=-c7f3dcf2ee598a8c --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-c7f3dcf2ee598a8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772024-08-07T07:38:10.765Z Compiling ciborium-ll v0.2.2
28782024-08-07T07:38:10.768Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=af6c1a100d4009db -C extra-filename=-af6c1a100d4009db --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-f7ee3441d57865c6.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-f4d6978801cc0a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792024-08-07T07:38:10.825Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-c7f3dcf2ee598a8c/build-script-build`
28802024-08-07T07:38:10.853Z Compiling rustc_version v0.1.7
28812024-08-07T07:38:10.856Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6be3310920a4470c -C extra-filename=-6be3310920a4470c --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-651fbd30aa280375.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822024-08-07T07:38:11.039Z Compiling linked-hash-map v0.5.6
28832024-08-07T07:38:11.053Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=d950ca21c2539fc8 -C extra-filename=-d950ca21c2539fc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842024-08-07T07:38:11.068Z Dirty swrite v0.1.0: the rustflags changed
28852024-08-07T07:38:11.068Z Compiling swrite v0.1.0
28862024-08-07T07:38:11.071Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=08911d812e47efaf -C extra-filename=-08911d812e47efaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872024-08-07T07:38:11.192Z Compiling ciborium v0.2.2
28882024-08-07T07:38:11.195Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e3b7abc70f74cd15 -C extra-filename=-e3b7abc70f74cd15 --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-f7ee3441d57865c6.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-af6c1a100d4009db.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892024-08-07T07:38:11.211Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=53561bce7794549b -C extra-filename=-53561bce7794549b --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-aed117de774bb31a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
28902024-08-07T07:38:11.374Z Compiling newtype_derive v0.1.6
28912024-08-07T07:38:11.377Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=3dfa2218f76d296d -C extra-filename=-3dfa2218f76d296d --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-3dfa2218f76d296d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6be3310920a4470c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-08-07T07:38:11.420Z Compiling lru-cache v0.1.2
28932024-08-07T07:38:11.426Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=ec19a6265cd5fc8b -C extra-filename=-ec19a6265cd5fc8b --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-d950ca21c2539fc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-08-07T07:38:11.632Z Compiling rayon-core v1.12.1
28952024-08-07T07:38:11.635Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=99e27ec998609dbc -C extra-filename=-99e27ec998609dbc --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-99e27ec998609dbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-08-07T07:38:11.748Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-3dfa2218f76d296d/build-script-build`
28972024-08-07T07:38:11.814Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=bd4853e59d6b860a -C extra-filename=-bd4853e59d6b860a --out-dir /work/oxidecomputer/omicron/target/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`
28982024-08-07T07:38:11.938Z Compiling crossbeam-deque v0.8.5
28992024-08-07T07:38:11.941Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f44e54d2006ac4e6 -C extra-filename=-f44e54d2006ac4e6 --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-745eea638614c2b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002024-08-07T07:38:11.979Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-99e27ec998609dbc/build-script-build`
29012024-08-07T07:38:12.006Z Compiling steno v0.4.1
29022024-08-07T07:38:12.009Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86dfcd41e2bf0d67 -C extra-filename=-86dfcd41e2bf0d67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032024-08-07T07:38:12.136Z Compiling glob v0.3.1
29042024-08-07T07:38:12.139Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=284fe0832177121d -C extra-filename=-284fe0832177121d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052024-08-07T07:38:12.290Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=4f91326885fe3222 -C extra-filename=-4f91326885fe3222 --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-f44e54d2006ac4e6.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062024-08-07T07:38:12.708Z Compiling num-rational v0.4.2
29072024-08-07T07:38:12.711Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=7a99dc88a22666ae -C extra-filename=-7a99dc88a22666ae --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-2aad1ef0d3dbd2b4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082024-08-07T07:38:13.154Z Compiling rayon v1.10.0
29092024-08-07T07:38:13.156Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=a75629a9c119df8e -C extra-filename=-a75629a9c119df8e --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-4df01850f30b75bc.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4f91326885fe3222.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102024-08-07T07:38:14.104Z Compiling num-complex v0.4.6
29112024-08-07T07:38:14.107Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=2745827e2e6c5f56 -C extra-filename=-2745827e2e6c5f56 --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-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-08-07T07:38:14.296Z Compiling constant_time_eq v0.3.0
29132024-08-07T07:38:14.299Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=b16322be922c89c3 -C extra-filename=-b16322be922c89c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142024-08-07T07:38:14.480Z Compiling arrayvec v0.7.4
29152024-08-07T07:38:14.480Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=9b979abe0a443f64 -C extra-filename=-9b979abe0a443f64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162024-08-07T07:38:14.496Z Compiling cancel-safe-futures v0.1.5
29172024-08-07T07:38:14.499Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=f8fbcaa651e9da23 -C extra-filename=-f8fbcaa651e9da23 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f8fbcaa651e9da23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182024-08-07T07:38:14.595Z Compiling arrayref v0.3.7
29192024-08-07T07:38:14.599Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=426d6e207395db86 -C extra-filename=-426d6e207395db86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202024-08-07T07:38:14.703Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29212024-08-07T07:38:14.705Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e99fe798d5ea5abf -C extra-filename=-e99fe798d5ea5abf --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-d59053513d219f54.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
29222024-08-07T07:38:14.865Z Compiling resolv-conf v0.7.0
29232024-08-07T07:38:14.867Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=4520e88a4fda3d30 -C extra-filename=-4520e88a4fda3d30 --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-efab56a594eb6faa.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-56b2228ba124b47a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242024-08-07T07:38:14.900Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f8fbcaa651e9da23/build-script-build`
29252024-08-07T07:38:14.957Z Compiling slog-dtrace v0.3.0
29262024-08-07T07:38:14.960Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c615bfd7c48e8ff -C extra-filename=-7c615bfd7c48e8ff --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c615bfd7c48e8ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272024-08-07T07:38:15.171Z Compiling num v0.4.3
29282024-08-07T07:38:15.174Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=8943dd744285ef2c -C extra-filename=-8943dd744285ef2c --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-2745827e2e6c5f56.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-4d32e03047f7ae68.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-7a99dc88a22666ae.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292024-08-07T07:38:15.289Z Compiling float-ord v0.3.2
29302024-08-07T07:38:15.292Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abd285a280e52eb7 -C extra-filename=-abd285a280e52eb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312024-08-07T07:38:15.336Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c615bfd7c48e8ff/build-script-build`
29322024-08-07T07:38:15.403Z Compiling trust-dns-resolver v0.22.0
29332024-08-07T07:38:15.406Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=b744598737943282 -C extra-filename=-b744598737943282 --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-774af40ecdc28659.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ec19a6265cd5fc8b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-4520e88a4fda3d30.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342024-08-07T07:38:15.452Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=c4e90b9db2717338 -C extra-filename=-c4e90b9db2717338 --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-afd15c3e3cb3531c.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352024-08-07T07:38:15.689Z Compiling ring v0.16.20
29362024-08-07T07:38:15.692Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=adef1cfb597f6c9f -C extra-filename=-adef1cfb597f6c9f --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-adef1cfb597f6c9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372024-08-07T07:38:16.012Z Compiling blake3 v1.5.1
29382024-08-07T07:38:16.015Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=8457752198b9376d -C extra-filename=-8457752198b9376d --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-8457752198b9376d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392024-08-07T07:38:16.029Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f056c9fc708bbfa7 -C extra-filename=-f056c9fc708bbfa7 --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-bfb72a2afc18d443.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402024-08-07T07:38:16.605Z Compiling memmap2 v0.9.4
29412024-08-07T07:38:16.608Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=b6e4a0a4dfd403f9 -C extra-filename=-b6e4a0a4dfd403f9 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422024-08-07T07:38:16.739Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-8457752198b9376d/build-script-build`
29432024-08-07T07:38:16.885Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-adef1cfb597f6c9f/build-script-build`
29442024-08-07T07:38:17.082Z Compiling untrusted v0.7.1
29452024-08-07T07:38:17.085Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b968dd88f522602 -C extra-filename=-3b968dd88f522602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462024-08-07T07:38:17.125Z Compiling spin v0.5.2
29472024-08-07T07:38:17.128Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3097db65d3f2662b -C extra-filename=-3097db65d3f2662b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482024-08-07T07:38:17.275Z Compiling topological-sort v0.2.2
29492024-08-07T07:38:17.278Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79d286504f864faf -C extra-filename=-79d286504f864faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502024-08-07T07:38:17.354Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29512024-08-07T07:38:17.357Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d90b863b82856613 -C extra-filename=-d90b863b82856613 --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-6fef89c601a566af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9567596720c953d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522024-08-07T07:38:17.490Z Compiling libsw v3.3.1
29532024-08-07T07:38:17.494Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=b449796034551fe0 -C extra-filename=-b449796034551fe0 --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-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542024-08-07T07:38:17.781Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29552024-08-07T07:38:17.804Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=78fc7e56b2faef94 -C extra-filename=-78fc7e56b2faef94 --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-d90b863b82856613.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9567596720c953d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562024-08-07T07:38:17.821Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=20c08dcee8197bfc -C extra-filename=-20c08dcee8197bfc --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-426d6e207395db86.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-9b979abe0a443f64.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-b16322be922c89c3.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-b6e4a0a4dfd403f9.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a75629a9c119df8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/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`
29572024-08-07T07:38:17.975Z Compiling owo-colors v4.0.0
29582024-08-07T07:38:17.978Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=e159aa24ac4243d4 -C extra-filename=-e159aa24ac4243d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592024-08-07T07:38:18.479Z Compiling linear-map v1.2.0
29602024-08-07T07:38:18.482Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=cda52d613f1b0236 -C extra-filename=-cda52d613f1b0236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612024-08-07T07:38:18.867Z Compiling toolchain_find v0.4.0
29622024-08-07T07:38:18.871Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b4af30ddd8883a9 -C extra-filename=-4b4af30ddd8883a9 --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-54bad3b817dfed5e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632024-08-07T07:38:18.969Z Compiling nibble_vec v0.1.0
29642024-08-07T07:38:18.971Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=801444f2a1c5c53a -C extra-filename=-801444f2a1c5c53a --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-d3b9ad59c4201009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652024-08-07T07:38:19.187Z Compiling display-error-chain v0.2.0
29662024-08-07T07:38:19.191Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=868af700da08e0dd -C extra-filename=-868af700da08e0dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672024-08-07T07:38:19.361Z Compiling endian-type v0.1.2
29682024-08-07T07:38:19.364Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e442bd2393ecb0c -C extra-filename=-2e442bd2393ecb0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692024-08-07T07:38:19.474Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=4b4b73da61226ba1 -C extra-filename=-4b4b73da61226ba1 --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-9764b2a8786f26ad.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-3097db65d3f2662b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-3b968dd88f522602.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -l static=ring-core -l static=ring-test`
29702024-08-07T07:38:19.495Z Compiling rustfmt-wrapper v0.2.1
29712024-08-07T07:38:19.498Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c448914abe9cede0 -C extra-filename=-c448914abe9cede0 --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-60453ed6767bb2fa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-4b4af30ddd8883a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722024-08-07T07:38:19.523Z Compiling signature v2.2.0
29732024-08-07T07:38:19.526Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=3061c0fa2efef765 -C extra-filename=-3061c0fa2efef765 --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-0845c32c16c6ae38.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742024-08-07T07:38:19.592Z Compiling radix_trie v0.2.1
29752024-08-07T07:38:19.596Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5cabb2aa8733b186 -C extra-filename=-5cabb2aa8733b186 --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-2e442bd2393ecb0c.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-801444f2a1c5c53a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762024-08-07T07:38:19.828Z Compiling fxhash v0.2.1
29772024-08-07T07:38:19.830Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7aa0c01458a1fd43 -C extra-filename=-7aa0c01458a1fd43 --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-bca7f4c54429777f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782024-08-07T07:38:20.034Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29792024-08-07T07:38:20.037Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66954bb6b1167490 -C extra-filename=-66954bb6b1167490 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-b449796034551fe0.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cda52d613f1b0236.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
29802024-08-07T07:38:20.082Z Compiling gethostname v0.5.0
29812024-08-07T07:38:20.084Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3f2a447323204e2 -C extra-filename=-f3f2a447323204e2 --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-32fdcae0183ab583.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822024-08-07T07:38:20.276Z Compiling libefi-sys v0.1.0
29832024-08-07T07:38:20.279Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7eb8efdc76dff11c -C extra-filename=-7eb8efdc76dff11c --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-7eb8efdc76dff11c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842024-08-07T07:38:20.291Z Compiling bitfield-struct v0.6.1
29852024-08-07T07:38:20.294Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b5b93fa2327f22f -C extra-filename=-1b5b93fa2327f22f --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862024-08-07T07:38:20.311Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29872024-08-07T07:38:20.314Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91782a203388109d -C extra-filename=-91782a203388109d --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-91782a203388109d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882024-08-07T07:38:20.638Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-7eb8efdc76dff11c/build-script-build`
29892024-08-07T07:38:20.650Z Compiling maplit v1.0.2
29902024-08-07T07:38:20.665Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01d33f158b8606cf -C extra-filename=-01d33f158b8606cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912024-08-07T07:38:20.772Z Compiling radium v0.7.0
29922024-08-07T07:38:20.775Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b148cc555568af27 -C extra-filename=-b148cc555568af27 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-b148cc555568af27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932024-08-07T07:38:20.796Z Compiling keccak v0.1.5
29942024-08-07T07:38:20.798Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=cc6004230c530290 -C extra-filename=-cc6004230c530290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952024-08-07T07:38:20.949Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
29962024-08-07T07:38:20.952Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10c1e208ef635eee -C extra-filename=-10c1e208ef635eee --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-0fd2c37baabb3408.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8844505f18ed9d44.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-3e5264041747cf3e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
29972024-08-07T07:38:21.163Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
29982024-08-07T07:38:21.166Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/220dd02/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0bc8b14e2c9261b4 -C extra-filename=-0bc8b14e2c9261b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
29992024-08-07T07:38:21.299Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30002024-08-07T07:38:21.317Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ecc36d7c33925c3 -C extra-filename=-6ecc36d7c33925c3 --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-8ad9489ee5dcb09a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
30012024-08-07T07:38:21.624Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30022024-08-07T07:38:21.627Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=96c237b17753a7b0 -C extra-filename=-96c237b17753a7b0 --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-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-050eb13206eed9fc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e471b5786a6c51a6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
30032024-08-07T07:38:21.792Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30042024-08-07T07:38:21.795Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6e5d36c976012ad -C extra-filename=-c6e5d36c976012ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
30052024-08-07T07:38:21.869Z Compiling omicron-zone-package v0.11.0
30062024-08-07T07:38:21.872Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e69c3ad9d8131a9 -C extra-filename=-3e69c3ad9d8131a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-20c08dcee8197bfc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0b67d46e7569c3c9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4b4b73da61226ba1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9567596720c953d4.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-79d286504f864faf.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out`
30072024-08-07T07:38:23.049Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30082024-08-07T07:38:23.052Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d45734544e4ba9c8 -C extra-filename=-d45734544e4ba9c8 --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-1b5b93fa2327f22f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092024-08-07T07:38:23.736Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-b148cc555568af27/build-script-build`
30102024-08-07T07:38:23.762Z Compiling sha3 v0.10.8
30112024-08-07T07:38:23.766Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=2d122f75ffac8105 -C extra-filename=-2d122f75ffac8105 --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-0845c32c16c6ae38.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-cc6004230c530290.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122024-08-07T07:38:23.815Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-91782a203388109d/build-script-build`
30132024-08-07T07:38:23.879Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=137bfce53702ad1a -C extra-filename=-137bfce53702ad1a --out-dir /work/oxidecomputer/omicron/target/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`
30142024-08-07T07:38:23.943Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30152024-08-07T07:38:23.946Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c134d0f545b893d -C extra-filename=-4c134d0f545b893d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-1643ee83979a3951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162024-08-07T07:38:24.321Z Compiling secrecy v0.8.0
30172024-08-07T07:38:24.324Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=febd0f8e696ec4df -C extra-filename=-febd0f8e696ec4df --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-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182024-08-07T07:38:24.598Z Compiling maybe-uninit v2.0.0
30192024-08-07T07:38:24.601Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7db167ce2818d807 -C extra-filename=-7db167ce2818d807 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-7db167ce2818d807 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202024-08-07T07:38:24.685Z Compiling tap v1.0.1
30212024-08-07T07:38:24.688Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94e92c5ae0ab85f8 -C extra-filename=-94e92c5ae0ab85f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222024-08-07T07:38:24.835Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30232024-08-07T07:38:24.838Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9c2fee764432a16 -C extra-filename=-f9c2fee764432a16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242024-08-07T07:38:24.872Z Compiling wyz v0.5.1
30252024-08-07T07:38:24.875Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=1fbe47e0e48ec4da -C extra-filename=-1fbe47e0e48ec4da --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-94e92c5ae0ab85f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262024-08-07T07:38:25.010Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30272024-08-07T07:38:25.025Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3879db478c5c841 -C extra-filename=-b3879db478c5c841 --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-d45734544e4ba9c8.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-f9c2fee764432a16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282024-08-07T07:38:25.247Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-7db167ce2818d807/build-script-build`
30292024-08-07T07:38:25.320Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30302024-08-07T07:38:25.320Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80f7b973b0ef1a55 -C extra-filename=-80f7b973b0ef1a55 --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-f3f2c30f5b1e55f4.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-137bfce53702ad1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312024-08-07T07:38:25.341Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=428ae94ce2f29484 -C extra-filename=-428ae94ce2f29484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-4c134d0f545b893d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out -l static=pci`
30322024-08-07T07:38:25.694Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84e8af4eb2edcb34 -C extra-filename=-84e8af4eb2edcb34 --out-dir /work/oxidecomputer/omicron/target/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`
30332024-08-07T07:38:25.820Z Compiling bzip2-sys v0.1.11+1.0.8
30342024-08-07T07:38:25.823Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=d7b73fa2e46b6994 -C extra-filename=-d7b73fa2e46b6994 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d7b73fa2e46b6994 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8654018bc64f938d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352024-08-07T07:38:26.026Z Compiling crc-catalog v2.4.0
30362024-08-07T07:38:26.029Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca432875e6c1c86c -C extra-filename=-ca432875e6c1c86c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372024-08-07T07:38:26.136Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30382024-08-07T07:38:26.139Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8727ffa2d62aa974 -C extra-filename=-8727ffa2d62aa974 --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-62bdb95aa5090912.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-baa707dc40d8f565.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-5faf14773fef389a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-96c237b17753a7b0.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-78fc7e56b2faef94.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-01b1565ddadf55fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-285d7550a9ddfaa7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a6e6362c8d4f3bc5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9567596720c953d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d68e42325d87783d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
30392024-08-07T07:38:26.180Z Compiling packed_struct v0.10.1
30402024-08-07T07:38:26.183Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=7476cd92b9723fb0 -C extra-filename=-7476cd92b9723fb0 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-7476cd92b9723fb0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412024-08-07T07:38:26.378Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30422024-08-07T07:38:26.383Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=aa1bb24ec69520cc -C extra-filename=-aa1bb24ec69520cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1df2345cf1d13e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-1744626159c899c2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30432024-08-07T07:38:26.746Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=dd92d270f0dba481 -C extra-filename=-dd92d270f0dba481 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1df2345cf1d13e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-1744626159c899c2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30442024-08-07T07:38:27.682Z Compiling funty v2.0.0
30452024-08-07T07:38:27.682Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2ee1c9c027f3978b -C extra-filename=-2ee1c9c027f3978b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462024-08-07T07:38:28.155Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30472024-08-07T07:38:28.158Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6451092074e3c094 -C extra-filename=-6451092074e3c094 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-6451092074e3c094 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3e69c3ad9d8131a9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c448914abe9cede0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out`
30482024-08-07T07:38:28.430Z Compiling num-bigint-dig v0.8.4
30492024-08-07T07:38:28.433Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=fbc5296b9d67ccaf -C extra-filename=-fbc5296b9d67ccaf --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-fbc5296b9d67ccaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502024-08-07T07:38:28.809Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-fbc5296b9d67ccaf/build-script-build`
30512024-08-07T07:38:28.838Z Compiling bitvec v1.0.1
30522024-08-07T07:38:28.841Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=cd88b2c906c8aca6 -C extra-filename=-cd88b2c906c8aca6 --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-2ee1c9c027f3978b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-84e8af4eb2edcb34.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-94e92c5ae0ab85f8.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-1fbe47e0e48ec4da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532024-08-07T07:38:28.988Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-7476cd92b9723fb0/build-script-build`
30542024-08-07T07:38:29.020Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d7b73fa2e46b6994/build-script-build`
30552024-08-07T07:38:29.504Z Compiling crc v3.2.1
30562024-08-07T07:38:29.506Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=784bb20d76b10b45 -C extra-filename=-784bb20d76b10b45 --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-ca432875e6c1c86c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572024-08-07T07:38:29.795Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08ae3888d013f1a2 -C extra-filename=-08ae3888d013f1a2 --out-dir /work/oxidecomputer/omicron/target/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`
30582024-08-07T07:38:29.905Z Compiling packed_struct_codegen v0.10.1
30592024-08-07T07:38:29.907Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e9d995a894fdbaf0 -C extra-filename=-e9d995a894fdbaf0 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602024-08-07T07:38:30.265Z Compiling indexmap v1.9.3
30612024-08-07T07:38:30.268Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=f97adae7b196626f -C extra-filename=-f97adae7b196626f --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-f97adae7b196626f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c8df925593a9512a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622024-08-07T07:38:30.629Z Compiling nodrop v0.1.14
30632024-08-07T07:38:30.632Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=efcf30b90245626e -C extra-filename=-efcf30b90245626e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642024-08-07T07:38:30.764Z Compiling array-init v0.0.4
30652024-08-07T07:38:30.767Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=303c3036c0f5ade5 -C extra-filename=-303c3036c0f5ade5 --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-efcf30b90245626e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662024-08-07T07:38:31.882Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-f97adae7b196626f/build-script-build`
30672024-08-07T07:38:31.907Z Compiling smallvec v0.6.14
30682024-08-07T07:38:31.910Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=2fb8012c23654a14 -C extra-filename=-2fb8012c23654a14 --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-08ae3888d013f1a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692024-08-07T07:38:32.373Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=cce98a9a5b267568 -C extra-filename=-cce98a9a5b267568 --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-f3f2c30f5b1e55f4.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-637693a26e703f67/out/lib -l static=bz2`
30702024-08-07T07:38:32.528Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=d3e26a05d9ae8f38 -C extra-filename=-d3e26a05d9ae8f38 --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-bca7f4c54429777f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-89d6bf1786570fcf.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-4d32e03047f7ae68.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
30712024-08-07T07:38:32.613Z Compiling pkcs1 v0.7.5
30722024-08-07T07:38:32.616Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=e19d21751fe6ecdc -C extra-filename=-e19d21751fe6ecdc --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-858b565cf019bd67.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7cab2c00ae73f241.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-857a87e3ac944f84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732024-08-07T07:38:32.867Z Compiling async-recursion v1.1.1
30742024-08-07T07:38:32.870Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99429e77c166d629 -C extra-filename=-99429e77c166d629 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752024-08-07T07:38:33.016Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=e6b1c2c3954a14de -C extra-filename=-e6b1c2c3954a14de --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-cd88b2c906c8aca6.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-e9d995a894fdbaf0.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762024-08-07T07:38:33.615Z Compiling bitfield v0.14.0
30772024-08-07T07:38:33.618Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0f86bbdb2630456 -C extra-filename=-f0f86bbdb2630456 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782024-08-07T07:38:33.933Z Compiling hashbrown v0.12.3
30792024-08-07T07:38:33.936Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=5e492555325b90b9 -C extra-filename=-5e492555325b90b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802024-08-07T07:38:34.760Z Compiling bzip2 v0.4.4
30812024-08-07T07:38:34.762Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=6c5b7d50c233ecd5 -C extra-filename=-6c5b7d50c233ecd5 --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-cce98a9a5b267568.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.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-637693a26e703f67/out/lib`
30822024-08-07T07:38:35.085Z Compiling rsa v0.9.6
30832024-08-07T07:38:35.088Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=d71ea3729b44403c -C extra-filename=-d71ea3729b44403c --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-d5d3c5dd2e616b61.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0845c32c16c6ae38.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-d3e26a05d9ae8f38.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-e19d21751fe6ecdc.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7cab2c00ae73f241.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3061c0fa2efef765.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-857a87e3ac944f84.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842024-08-07T07:38:35.158Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=09672c8da3d51aff -C extra-filename=-09672c8da3d51aff --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-5e492555325b90b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
30852024-08-07T07:38:36.057Z Compiling serde-hex v0.1.0
30862024-08-07T07:38:36.060Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9900a3df408193c6 -C extra-filename=-9900a3df408193c6 --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-303c3036c0f5ade5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2fb8012c23654a14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872024-08-07T07:38:37.169Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=56ccca6d718a5fbd -C extra-filename=-56ccca6d718a5fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1e9a622927351da5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-689f621da57c8fbf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-518f136634658ae3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b9d941cb954b158f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-9fd19ba50c04e9e7.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5ae42389f98f3c90.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edcb067e2f996f26.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
30882024-08-07T07:38:40.813Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30892024-08-07T07:38:40.816Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=810e46a6049e4c3d -C extra-filename=-810e46a6049e4c3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30902024-08-07T07:38:42.580Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
30912024-08-07T07:38:42.583Z Running `/home/build/.rustup/toolchains/1.80.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0fb5818e5b96f30 -C extra-filename=-e0fb5818e5b96f30 --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-253688e005e4bf7b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-abd285a280e52eb7.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-dd92d270f0dba481.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e99fe798d5ea5abf.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30922024-08-07T07:38:42.849Z Running `/home/build/.rustup/toolchains/1.80.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba0cddb702646010 -C extra-filename=-ba0cddb702646010 --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-253688e005e4bf7b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-abd285a280e52eb7.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e99fe798d5ea5abf.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30932024-08-07T07:38:42.895Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30942024-08-07T07:38:42.898Z Running `/home/build/.rustup/toolchains/1.80.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7aef45c32c90d550 -C extra-filename=-7aef45c32c90d550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
30952024-08-07T07:38:43.700Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30962024-08-07T07:38:43.703Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30972024-08-07T07:38:43.718Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=047c10ed1ca64bc3 -C extra-filename=-047c10ed1ca64bc3 --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-f0f86bbdb2630456.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e6b1c2c3954a14de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982024-08-07T07:38:43.718Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=77337bc2a70fe44f -C extra-filename=-77337bc2a70fe44f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0b67d46e7569c3c9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8727ffa2d62aa974.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30992024-08-07T07:38:44.100Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-6451092074e3c094/build-script-build`
31002024-08-07T07:38:45.067Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f37826e8cff285b -C extra-filename=-3f37826e8cff285b --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-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
31012024-08-07T07:38:45.892Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31022024-08-07T07:38:45.895Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=d31e265c2ffd6f84 -C extra-filename=-d31e265c2ffd6f84 --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-bca7f4c54429777f.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-784bb20d76b10b45.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-acec280080110c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032024-08-07T07:38:46.223Z Compiling env_logger v0.10.2
31042024-08-07T07:38:46.227Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=b5fd26bc94045868 -C extra-filename=-b5fd26bc94045868 --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-53f5592a30cd5489.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3cf69054af20f1c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052024-08-07T07:38:46.454Z Compiling x509-cert v0.2.5
31062024-08-07T07:38:46.457Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=3581488cbe52667c -C extra-filename=-3581488cbe52667c --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-d5d3c5dd2e616b61.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-857a87e3ac944f84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072024-08-07T07:38:46.706Z Compiling curve25519-dalek v4.1.3
31082024-08-07T07:38:46.709Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=e42c2808dbfa489c -C extra-filename=-e42c2808dbfa489c --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-e42c2808dbfa489c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-69339c6bd7f423c2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092024-08-07T07:38:47.399Z Compiling ron v0.8.1
31102024-08-07T07:38:47.427Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=ad54200ffdc2d02a -C extra-filename=-ad54200ffdc2d02a --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-050eb13206eed9fc.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112024-08-07T07:38:47.462Z Compiling hashbrown v0.13.2
31122024-08-07T07:38:47.465Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=4b68d9951cff5339 -C extra-filename=-4b68d9951cff5339 --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-270ec62c87d2f5bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132024-08-07T07:38:48.628Z Compiling universal-hash v0.5.1
31142024-08-07T07:38:48.631Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=444e3aab37fec765 -C extra-filename=-444e3aab37fec765 --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-cfa97946302291f6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152024-08-07T07:38:48.821Z Compiling opaque-debug v0.3.1
31162024-08-07T07:38:48.824Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f06f50c68dcf348d -C extra-filename=-f06f50c68dcf348d --out-dir /work/oxidecomputer/omicron/target/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-08-07T07:38:48.923Z Compiling crc-any v2.5.0
31182024-08-07T07:38:48.926Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=2f7ee0bbe05cfd04 -C extra-filename=-2f7ee0bbe05cfd04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-08-07T07:38:49.450Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31202024-08-07T07:38:49.453Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48ba53b25660c7f6 -C extra-filename=-48ba53b25660c7f6 --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-ad54200ffdc2d02a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d31e265c2ffd6f84.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-acec280080110c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212024-08-07T07:38:50.049Z Compiling object v0.30.4
31222024-08-07T07:38:50.052Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=0875aefcc6e008f9 -C extra-filename=-0875aefcc6e008f9 --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-dbcc455625ed5c5e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4b68d9951cff5339.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-09672c8da3d51aff.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232024-08-07T07:38:50.211Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-e42c2808dbfa489c/build-script-build`
31242024-08-07T07:38:50.330Z Compiling zip v0.6.6
31252024-08-07T07:38:50.335Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=e50a3ade234e9462 -C extra-filename=-e50a3ade234e9462 --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-bca7f4c54429777f.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-6c5b7d50c233ecd5.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-dbcc455625ed5c5e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.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-637693a26e703f67/out/lib`
31262024-08-07T07:38:51.258Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31272024-08-07T07:38:51.261Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e69e7c09d502d551 -C extra-filename=-e69e7c09d502d551 --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-56ccca6d718a5fbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31282024-08-07T07:38:51.731Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31292024-08-07T07:38:51.734Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3a3fe5954aac90f -C extra-filename=-c3a3fe5954aac90f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31302024-08-07T07:38:52.303Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31312024-08-07T07:38:52.306Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7881e735eee73e7a -C extra-filename=-7881e735eee73e7a --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-aa1bb24ec69520cc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31322024-08-07T07:38:53.730Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31332024-08-07T07:38:53.732Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66ee4549fe0a8fc8 -C extra-filename=-66ee4549fe0a8fc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-4c134d0f545b893d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-80f7b973b0ef1a55.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-b3879db478c5c841.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-428ae94ce2f29484.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
31342024-08-07T07:38:54.387Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31352024-08-07T07:38:54.391Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f992714ad456a8bb -C extra-filename=-f992714ad456a8bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1df2345cf1d13e0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bc361000ca80ae24.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
31362024-08-07T07:38:54.683Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31372024-08-07T07:38:54.686Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe646760f72a85dd -C extra-filename=-fe646760f72a85dd --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-d59053513d219f54.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-e0fb5818e5b96f30.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
31382024-08-07T07:38:54.920Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31392024-08-07T07:38:54.924Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f91f64bc9802179d -C extra-filename=-f91f64bc9802179d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31402024-08-07T07:38:57.514Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
31412024-08-07T07:38:57.517Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=88a1f6132aeb6c3e -C extra-filename=-88a1f6132aeb6c3e --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-bca7f4c54429777f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d5d3c5dd2e616b61.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-2f7ee0bbe05cfd04.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-b5fd26bc94045868.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-047c10ed1ca64bc3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e6b1c2c3954a14de.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d71ea3729b44403c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-9900a3df408193c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3581488cbe52667c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-acec280080110c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422024-08-07T07:38:58.704Z Compiling curve25519-dalek-derive v0.1.1
31432024-08-07T07:38:58.707Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3369b6e2cdb73622 -C extra-filename=-3369b6e2cdb73622 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442024-08-07T07:38:59.626Z Compiling path-slash v0.1.5
31452024-08-07T07:38:59.629Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b6f02cca3ef1cf2 -C extra-filename=-8b6f02cca3ef1cf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462024-08-07T07:38:59.865Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
31472024-08-07T07:38:59.868Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64eef074cd84e99e -C extra-filename=-64eef074cd84e99e --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-1b1bc6aec7bcf50f.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-047c10ed1ca64bc3.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-88a1f6132aeb6c3e.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0875aefcc6e008f9.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-8b6f02cca3ef1cf2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d71ea3729b44403c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d31e265c2ffd6f84.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-48ba53b25660c7f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9567596720c953d4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3581488cbe52667c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-acec280080110c70.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e50a3ade234e9462.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-637693a26e703f67/out/lib`
31482024-08-07T07:39:00.464Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=6b0dcfd08c09d195 -C extra-filename=-6b0dcfd08c09d195 --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-774af40ecdc28659.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-3369b6e2cdb73622.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0845c32c16c6ae38.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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"'`
31492024-08-07T07:39:01.888Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31502024-08-07T07:39:01.891Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8807a4557443c9b9 -C extra-filename=-8807a4557443c9b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-ba0cddb702646010.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e99fe798d5ea5abf.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-fe646760f72a85dd.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
31512024-08-07T07:39:02.333Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31522024-08-07T07:39:02.336Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a1e812453e3d35f -C extra-filename=-5a1e812453e3d35f --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-5eb9c922344cdb6f.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0baafd81cedd4430.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31532024-08-07T07:39:03.126Z Compiling parking_lot_core v0.8.6
31542024-08-07T07:39:03.129Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=b64d469815461873 -C extra-filename=-b64d469815461873 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b64d469815461873 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552024-08-07T07:39:03.698Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b64d469815461873/build-script-build`
31562024-08-07T07:39:03.725Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31572024-08-07T07:39:03.728Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84cf7912f9eabed1 -C extra-filename=-84cf7912f9eabed1 --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-bfb72a2afc18d443.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31582024-08-07T07:39:04.059Z Compiling aead v0.5.2
31592024-08-07T07:39:04.062Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=7358a12500910e39 -C extra-filename=-7358a12500910e39 --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-cfa97946302291f6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c1112ffa546804b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602024-08-07T07:39:04.181Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=d444553fad6cb1d7 -C extra-filename=-d444553fad6cb1d7 --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-774af40ecdc28659.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-8529b9c14cec2a86.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612024-08-07T07:39:04.445Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31622024-08-07T07:39:04.448Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=61722c804090a3da -C extra-filename=-61722c804090a3da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
31632024-08-07T07:39:04.869Z Compiling poly1305 v0.8.0
31642024-08-07T07:39:04.872Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=36463be1ae4e9a68 -C extra-filename=-36463be1ae4e9a68 --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-63a2ce1fe4e677bf.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f06f50c68dcf348d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-444e3aab37fec765.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652024-08-07T07:39:05.742Z Compiling chacha20 v0.9.1
31662024-08-07T07:39:05.745Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=128d491e74947065 -C extra-filename=-128d491e74947065 --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-774af40ecdc28659.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-31af9b98b6868a63.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672024-08-07T07:39:06.205Z Compiling thiserror-impl-no-std v2.0.2
31682024-08-07T07:39:06.209Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=4e0c6232afd5c9d9 -C extra-filename=-4e0c6232afd5c9d9 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692024-08-07T07:39:06.382Z Compiling parking_lot v0.11.2
31702024-08-07T07:39:06.397Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=ca54491348028b83 -C extra-filename=-ca54491348028b83 --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-8529b9c14cec2a86.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-39ee11571b13c1e0.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-d444553fad6cb1d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712024-08-07T07:39:06.685Z Compiling trust-dns-client v0.22.0
31722024-08-07T07:39:06.688Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "mdns", "openssl", "ring", "rustls", "serde", "serde-config", "webpki"))' -C metadata=fb21456cf63b974d -C extra-filename=-fb21456cf63b974d --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-774af40ecdc28659.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-bc415753a1e8bd01.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-5cabb2aa8733b186.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732024-08-07T07:39:07.323Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31742024-08-07T07:39:07.326Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2bb24a8df4bc7c0f -C extra-filename=-2bb24a8df4bc7c0f --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-2bb24a8df4bc7c0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
31752024-08-07T07:39:07.686Z Compiling toml v0.5.11
31762024-08-07T07:39:07.690Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "preserve_order"))' -C metadata=8dfa7eaaf95173ca -C extra-filename=-8dfa7eaaf95173ca --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772024-08-07T07:39:07.871Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-2bb24a8df4bc7c0f/build-script-build`
31782024-08-07T07:39:07.899Z Compiling sled v0.34.7
31792024-08-07T07:39:07.902Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=3e591a889d0ba674 -C extra-filename=-3e591a889d0ba674 --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-dbcc455625ed5c5e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-745eea638614c2b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7aa0c01458a1fd43.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ca54491348028b83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802024-08-07T07:39:08.462Z Compiling chacha20poly1305 v0.10.1
31812024-08-07T07:39:08.477Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=ae6fa6a49f3ce12f -C extra-filename=-ae6fa6a49f3ce12f --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-7358a12500910e39.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-128d491e74947065.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-31af9b98b6868a63.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-36463be1ae4e9a68.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822024-08-07T07:39:08.698Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31832024-08-07T07:39:08.701Z Running `/home/build/.rustup/toolchains/1.80.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d77e059a2f9a92f7 -C extra-filename=-d77e059a2f9a92f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-d77e059a2f9a92f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842024-08-07T07:39:08.830Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31852024-08-07T07:39:08.833Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a5505dabf94db51 -C extra-filename=-7a5505dabf94db51 --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-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31862024-08-07T07:39:09.082Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-d77e059a2f9a92f7/build-script-build`
31872024-08-07T07:39:09.110Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
31882024-08-07T07:39:09.112Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/220dd02/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff67c4442f8d11f5 -C extra-filename=-ff67c4442f8d11f5 --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-13e44a0a2e00ac2a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
31892024-08-07T07:39:09.651Z Compiling thiserror-no-std v2.0.2
31902024-08-07T07:39:09.654Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=bd4a8fe5eaae6ba4 -C extra-filename=-bd4a8fe5eaae6ba4 --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-4e0c6232afd5c9d9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912024-08-07T07:39:09.779Z Compiling vsss-rs v3.3.4
31922024-08-07T07:39:09.782Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=4b5df787362db4de -C extra-filename=-4b5df787362db4de --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-6b0dcfd08c09d195.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f4e1448f3beaf8f9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f60406ef360cc519.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-bd4a8fe5eaae6ba4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932024-08-07T07:39:09.857Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31942024-08-07T07:39:09.860Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02ecd4d1c9834666 -C extra-filename=-02ecd4d1c9834666 --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-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31952024-08-07T07:39:10.536Z Compiling trust-dns-server v0.22.1
31962024-08-07T07:39:10.539Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "http", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "trust-dns-recursor", "trust-dns-resolver"))' -C metadata=ad790d7e02a1e87c -C extra-filename=-ad790d7e02a1e87c --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-5eb9c922344cdb6f.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-0c18cda6ecdc5c2e.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e734b3f2e3795c4e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8dfa7eaaf95173ca.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-fb21456cf63b974d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972024-08-07T07:39:11.381Z Compiling buf-list v1.0.3
31982024-08-07T07:39:11.384Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=bdffd4a66c93a91c -C extra-filename=-bdffd4a66c93a91c --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-bdffd4a66c93a91c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992024-08-07T07:39:12.127Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-bdffd4a66c93a91c/build-script-build`
32002024-08-07T07:39:12.206Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32012024-08-07T07:39:12.209Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9faf746c711fd1e8 -C extra-filename=-9faf746c711fd1e8 --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-ff67c4442f8d11f5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32022024-08-07T07:39:13.380Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40332ffa8da0b638 -C extra-filename=-40332ffa8da0b638 --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-774af40ecdc28659.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32032024-08-07T07:39:14.440Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=125d28efb3bb078c -C extra-filename=-125d28efb3bb078c --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-253688e005e4bf7b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae6fa6a49f3ce12f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0baafd81cedd4430.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4b5df787362db4de.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32042024-08-07T07:39:14.703Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32052024-08-07T07:39:14.706Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d2b2b4180ccd020 -C extra-filename=-6d2b2b4180ccd020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-fb21456cf63b974d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ad790d7e02a1e87c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32062024-08-07T07:39:14.910Z Compiling diff v0.1.13
32072024-08-07T07:39:14.913Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac1b63c68eeb194a -C extra-filename=-ac1b63c68eeb194a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082024-08-07T07:39:15.647Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=11bcb6363bdfac18 -C extra-filename=-11bcb6363bdfac18 --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-253688e005e4bf7b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
32092024-08-07T07:39:16.233Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32102024-08-07T07:39:16.236Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e98faa31cfac60aa -C extra-filename=-e98faa31cfac60aa --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-868af700da08e0dd.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-477a0033dd312b72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-174bf46f611de01e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32112024-08-07T07:39:17.017Z Compiling vte_generate_state_changes v0.1.1
32122024-08-07T07:39:17.020Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0a8edebbd94e530 -C extra-filename=-c0a8edebbd94e530 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132024-08-07T07:39:17.379Z Compiling nanorand v0.7.0
32142024-08-07T07:39:17.381Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=2b1703eef3de5497 -C extra-filename=-2b1703eef3de5497 --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-0f3b03011585f442.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152024-08-07T07:39:17.772Z Compiling unicase v2.7.0
32162024-08-07T07:39:17.775Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=b79fe1fe78859939 -C extra-filename=-b79fe1fe78859939 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-b79fe1fe78859939 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172024-08-07T07:39:17.969Z Compiling vte v0.11.1
32182024-08-07T07:39:17.972Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=a9ee4a7e6f8bce63 -C extra-filename=-a9ee4a7e6f8bce63 --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-f76a721e27ade519.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-c0a8edebbd94e530.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192024-08-07T07:39:18.154Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-b79fe1fe78859939/build-script-build`
32202024-08-07T07:39:18.366Z Compiling flume v0.11.0
32212024-08-07T07:39:18.369Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=998a130f659c3900 -C extra-filename=-998a130f659c3900 --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-afd15c3e3cb3531c.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-2b1703eef3de5497.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222024-08-07T07:39:19.085Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32232024-08-07T07:39:19.100Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f95c1934fe17b51 -C extra-filename=-2f95c1934fe17b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
32242024-08-07T07:39:19.221Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32252024-08-07T07:39:19.224Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=464c0b863ffbce49 -C extra-filename=-464c0b863ffbce49 --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-d59053513d219f54.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
32262024-08-07T07:39:19.464Z Compiling fd-lock v4.0.2
32272024-08-07T07:39:19.467Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b38394bbae44f156 -C extra-filename=-b38394bbae44f156 --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-774af40ecdc28659.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282024-08-07T07:39:19.481Z Compiling kstat-rs v0.2.4
32292024-08-07T07:39:19.484Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3609e5b1b652ea2c -C extra-filename=-3609e5b1b652ea2c --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-f3f2c30f5b1e55f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302024-08-07T07:39:19.688Z Compiling pin-project-internal v1.1.5
32312024-08-07T07:39:19.691Z Running `/home/build/.rustup/toolchains/1.80.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b1860a9cf8cfc48 -C extra-filename=-8b1860a9cf8cfc48 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322024-08-07T07:39:19.866Z Compiling crunchy v0.2.2
32332024-08-07T07:39:19.869Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=df9fb773f1276fdc -C extra-filename=-df9fb773f1276fdc --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-df9fb773f1276fdc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342024-08-07T07:39:20.173Z Compiling strip-ansi-escapes v0.2.0
32352024-08-07T07:39:20.188Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54d054e24619e1e5 -C extra-filename=-54d054e24619e1e5 --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-a9ee4a7e6f8bce63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362024-08-07T07:39:20.394Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=b71e5819d27c09fd -C extra-filename=-b71e5819d27c09fd --out-dir /work/oxidecomputer/omicron/target/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`
32372024-08-07T07:39:20.532Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-df9fb773f1276fdc/build-script-build`
32382024-08-07T07:39:20.559Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
32392024-08-07T07:39:20.562Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12036c31392e1179 -C extra-filename=-12036c31392e1179 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2691aa6f60e18a9f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
32402024-08-07T07:39:20.577Z Compiling clang-sys v1.7.0
32412024-08-07T07:39:20.580Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libloading", "runtime", "static"))' -C metadata=7ad71e5cca29827a -C extra-filename=-7ad71e5cca29827a --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-7ad71e5cca29827a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422024-08-07T07:39:20.745Z Compiling tiny-keccak v2.0.2
32432024-08-07T07:39:20.747Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=8b986a48da3b8755 -C extra-filename=-8b986a48da3b8755 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8b986a48da3b8755 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442024-08-07T07:39:20.796Z Compiling nu-ansi-term v0.50.0
32452024-08-07T07:39:20.799Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=b72ab1a9800fba50 -C extra-filename=-b72ab1a9800fba50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462024-08-07T07:39:21.113Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8b986a48da3b8755/build-script-build`
32472024-08-07T07:39:21.140Z Compiling mime_guess v2.0.4
32482024-08-07T07:39:21.143Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=fc61b3059ad4c281 -C extra-filename=-fc61b3059ad4c281 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-fc61b3059ad4c281 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-b71e5819d27c09fd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492024-08-07T07:39:21.369Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7ad71e5cca29827a/build-script-build`
32502024-08-07T07:39:21.398Z Compiling reedline v0.31.0
32512024-08-07T07:39:21.402Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=7843b27b3c7d1f89 -C extra-filename=-7843b27b3c7d1f89 --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-bfb72a2afc18d443.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b38394bbae44f156.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-b72ab1a9800fba50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-54d054e24619e1e5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-eff997d390bb1a10.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4c5dad9816a3a035.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522024-08-07T07:39:21.557Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32532024-08-07T07:39:21.560Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b829973dd6899aeb -C extra-filename=-b829973dd6899aeb --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-c71ed473c72ec59a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
32542024-08-07T07:39:22.152Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=30d31fab3104acfe -C extra-filename=-30d31fab3104acfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552024-08-07T07:39:22.270Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32562024-08-07T07:39:22.310Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=d133ce92de825477 -C extra-filename=-d133ce92de825477 --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-774af40ecdc28659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-3609e5b1b652ea2c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32572024-08-07T07:39:22.543Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32582024-08-07T07:39:22.546Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ac784fd8c6431be -C extra-filename=-0ac784fd8c6431be --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-bfb72a2afc18d443.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32592024-08-07T07:39:23.041Z Compiling pin-project v1.1.5
32602024-08-07T07:39:23.044Z Running `/home/build/.rustup/toolchains/1.80.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84a7357bae8cee17 -C extra-filename=-84a7357bae8cee17 --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-8b1860a9cf8cfc48.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612024-08-07T07:39:23.189Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622024-08-07T07:39:23.197Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00a8835931159dff -C extra-filename=-00a8835931159dff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32632024-08-07T07:39:23.450Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
32642024-08-07T07:39:23.453Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=99f0cfa8c21e991a -C extra-filename=-99f0cfa8c21e991a --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-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-050eb13206eed9fc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a6e6362c8d4f3bc5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
32652024-08-07T07:39:26.110Z Compiling ref-cast v1.0.23
32662024-08-07T07:39:26.113Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1436819c6469a15e -C extra-filename=-1436819c6469a15e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-1436819c6469a15e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672024-08-07T07:39:26.737Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-1436819c6469a15e/build-script-build`
32682024-08-07T07:39:26.812Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-fc61b3059ad4c281/build-script-build`
32692024-08-07T07:39:26.856Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=ce5fcd35f23c7fdc -C extra-filename=-ce5fcd35f23c7fdc --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-30d31fab3104acfe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702024-08-07T07:39:27.534Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32712024-08-07T07:39:27.537Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e93c105c1f3cb5f0 -C extra-filename=-e93c105c1f3cb5f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-e93c105c1f3cb5f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
32722024-08-07T07:39:27.809Z Compiling ascii-canvas v3.0.0
32732024-08-07T07:39:27.812Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=452baa03d5cf23a8 -C extra-filename=-452baa03d5cf23a8 --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-d60f84fcbd870422.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742024-08-07T07:39:27.827Z Compiling ref-cast-impl v1.0.23
32752024-08-07T07:39:27.827Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98780c4af1ab49c6 -C extra-filename=-98780c4af1ab49c6 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762024-08-07T07:39:27.896Z Compiling ena v0.14.3
32772024-08-07T07:39:27.899Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=bc146f9c0bc93a42 -C extra-filename=-bc146f9c0bc93a42 --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-25247ca285912f88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782024-08-07T07:39:28.305Z Compiling libloading v0.8.3
32792024-08-07T07:39:28.308Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=388cf152041d40a3 -C extra-filename=-388cf152041d40a3 --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-774af40ecdc28659.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802024-08-07T07:39:28.386Z Compiling bindgen v0.69.4
32812024-08-07T07:39:28.389Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=928fa221cbbec70e -C extra-filename=-928fa221cbbec70e --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-928fa221cbbec70e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822024-08-07T07:39:28.559Z Dirty bytecount v0.6.8: the rustflags changed
32832024-08-07T07:39:28.559Z Compiling bytecount v0.6.8
32842024-08-07T07:39:28.561Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=12a147b1a99241bc -C extra-filename=-12a147b1a99241bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852024-08-07T07:39:28.756Z Compiling regex-syntax v0.6.29
32862024-08-07T07:39:28.758Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=136ce15dad63a9da -C extra-filename=-136ce15dad63a9da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872024-08-07T07:39:28.791Z Compiling cfg_aliases v0.1.1
32882024-08-07T07:39:28.793Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b83dae60afdff726 -C extra-filename=-b83dae60afdff726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892024-08-07T07:39:28.900Z Compiling nix v0.28.0
32902024-08-07T07:39:28.903Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=718835f6d6095741 -C extra-filename=-718835f6d6095741 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-718835f6d6095741 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-b83dae60afdff726.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912024-08-07T07:39:29.169Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3514b319f5e7239 -C extra-filename=-b3514b319f5e7239 --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-98780c4af1ab49c6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
32922024-08-07T07:39:29.269Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-928fa221cbbec70e/build-script-build`
32932024-08-07T07:39:29.297Z Dirty papergrid v0.11.0: the rustflags changed
32942024-08-07T07:39:29.297Z Compiling papergrid v0.11.0
32952024-08-07T07:39:29.297Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=46877b43736675bf -C extra-filename=-46877b43736675bf --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-12a147b1a99241bc.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-78d576050c2a6006.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962024-08-07T07:39:29.316Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libloading", "runtime", "static"))' -C metadata=9f0e188878cd03b2 -C extra-filename=-9f0e188878cd03b2 --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-284fe0832177121d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-388cf152041d40a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972024-08-07T07:39:29.799Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-e93c105c1f3cb5f0/build-script-build`
32982024-08-07T07:39:29.827Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=5a1e8bbf1296fb7f -C extra-filename=-5a1e8bbf1296fb7f --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-ca56f3dcaef43b6e.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-b71e5819d27c09fd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992024-08-07T07:39:30.739Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33002024-08-07T07:39:30.742Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=395b1012840c505c -C extra-filename=-395b1012840c505c --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-1ce8b6ca8473fcb4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-464c0b863ffbce49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
33012024-08-07T07:39:30.898Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33022024-08-07T07:39:30.901Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60996f15245c00c0 -C extra-filename=-60996f15245c00c0 --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-1a3f0bcd224c92cc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33032024-08-07T07:39:31.471Z Compiling which v4.4.2
33042024-08-07T07:39:31.474Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=2cab6b83d20c77b4 -C extra-filename=-2cab6b83d20c77b4 --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-4df01850f30b75bc.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-54bad3b817dfed5e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052024-08-07T07:39:32.093Z Compiling lalrpop v0.19.12
33062024-08-07T07:39:32.096Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=a5b4cb8421b514d8 -C extra-filename=-a5b4cb8421b514d8 --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-452baa03d5cf23a8.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f2feca33e2b5367a.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-ac1b63c68eeb194a.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-bc146f9c0bc93a42.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-53f5592a30cd5489.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8abb34285b593aa0.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3271814d2e5a31be.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-136ce15dad63a9da.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-3aaf81cb9250b263.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-ce5fcd35f23c7fdc.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-2c084fe765d438cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072024-08-07T07:39:32.640Z Compiling tabled_derive v0.7.0
33082024-08-07T07:39:32.643Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c36928bc1d1e120c -C extra-filename=-c36928bc1d1e120c --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-bdcc7bf362727e72.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-5fa5787e2c6401b9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092024-08-07T07:39:33.308Z Compiling cexpr v0.6.0
33102024-08-07T07:39:33.311Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53bd2cffa5d21b6b -C extra-filename=-53bd2cffa5d21b6b --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-b562a6826fc3bfa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112024-08-07T07:39:33.530Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
33122024-08-07T07:39:33.533Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b16c6acc901cf0c -C extra-filename=-0b16c6acc901cf0c --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-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132024-08-07T07:39:33.899Z Compiling rustc-hash v1.1.0
33142024-08-07T07:39:33.918Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=48562daaf5672d81 -C extra-filename=-48562daaf5672d81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152024-08-07T07:39:34.066Z Compiling http-range v0.1.5
33162024-08-07T07:39:34.069Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=198e12856c11475e -C extra-filename=-198e12856c11475e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172024-08-07T07:39:34.324Z Compiling shlex v1.3.0
33182024-08-07T07:39:34.327Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5178f27bb8bd253d -C extra-filename=-5178f27bb8bd253d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192024-08-07T07:39:34.451Z Compiling lazycell v1.3.0
33202024-08-07T07:39:34.454Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=23c94baac310c84f -C extra-filename=-23c94baac310c84f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212024-08-07T07:39:34.621Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=903c5d1c09f523e4 -C extra-filename=-903c5d1c09f523e4 --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-26e7096777fff4cf.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-53bd2cffa5d21b6b.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-9f0e188878cd03b2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-23c94baac310c84f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-48562daaf5672d81.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-5178f27bb8bd253d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-2cab6b83d20c77b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222024-08-07T07:39:34.717Z Compiling hyper-staticfile v0.9.5
33232024-08-07T07:39:34.717Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c84b2c2e6c9cca7c -C extra-filename=-c84b2c2e6c9cca7c --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-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-198e12856c11475e.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-74e1442771ecd7f3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-5a1e8bbf1296fb7f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242024-08-07T07:39:34.775Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
33252024-08-07T07:39:34.778Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1abfecd8c5e6ce9 -C extra-filename=-e1abfecd8c5e6ce9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-9c262bfe3303e98b.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-050eb13206eed9fc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0b16c6acc901cf0c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-73dd36569f7ae032.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a6e6362c8d4f3bc5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
33262024-08-07T07:39:35.149Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-718835f6d6095741/build-script-build`
33272024-08-07T07:39:35.177Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33282024-08-07T07:39:35.180Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53c01f2413ce3db9 -C extra-filename=-53c01f2413ce3db9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-53c01f2413ce3db9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
33292024-08-07T07:39:35.262Z Compiling derive_builder_core v0.20.0
33302024-08-07T07:39:35.265Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=dfad52434e147f72 -C extra-filename=-dfad52434e147f72 --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-7440a0f1ec829a8d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312024-08-07T07:39:35.401Z Compiling tabled v0.15.0
33322024-08-07T07:39:35.403Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=b2ab60f50c25a983 -C extra-filename=-b2ab60f50c25a983 --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-46877b43736675bf.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-c36928bc1d1e120c.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332024-08-07T07:39:35.530Z Compiling libxml v0.3.3
33342024-08-07T07:39:35.533Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb6849fb1c485c31 -C extra-filename=-bb6849fb1c485c31 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-bb6849fb1c485c31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8654018bc64f938d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352024-08-07T07:39:35.692Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-53c01f2413ce3db9/build-script-build`
33362024-08-07T07:39:35.721Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=7b5c83bac9154b5a -C extra-filename=-7b5c83bac9154b5a --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-26e7096777fff4cf.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
33372024-08-07T07:39:35.973Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-bb6849fb1c485c31/build-script-build`
33382024-08-07T07:39:36.012Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e01cd219cf436d70 -C extra-filename=-e01cd219cf436d70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-395b1012840c505c.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60996f15245c00c0.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e98faa31cfac60aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
33392024-08-07T07:39:37.757Z Compiling derive_builder_macro v0.20.0
33402024-08-07T07:39:37.760Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=946aa0448390a3c1 -C extra-filename=-946aa0448390a3c1 --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-dfad52434e147f72.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412024-08-07T07:39:38.871Z Compiling peg-macros v0.8.4
33422024-08-07T07:39:38.874Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=359185fa4498cd01 -C extra-filename=-359185fa4498cd01 --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-9adaac230c4a1804.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432024-08-07T07:39:39.710Z Compiling signal-hook-tokio v0.3.1
33442024-08-07T07:39:39.713Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=4fdca5492abc5056 -C extra-filename=-4fdca5492abc5056 --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-afd15c3e3cb3531c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452024-08-07T07:39:39.904Z Compiling snafu-derive v0.8.2
33462024-08-07T07:39:39.907Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=01907e0f019b2e8c -C extra-filename=-01907e0f019b2e8c --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-bdcc7bf362727e72.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472024-08-07T07:39:41.703Z Compiling strum_macros v0.24.3
33482024-08-07T07:39:41.706Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0623615792d2f128 -C extra-filename=-0623615792d2f128 --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-bdcc7bf362727e72.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-8c65c1eca2f206d2.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492024-08-07T07:39:42.350Z Compiling sqlparser_derive v0.2.2
33502024-08-07T07:39:42.353Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02a2c72a1b979311 -C extra-filename=-02a2c72a1b979311 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512024-08-07T07:39:42.841Z Compiling memoffset v0.9.1
33522024-08-07T07:39:42.844Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=98197bb6e6e79f1e -C extra-filename=-98197bb6e6e79f1e --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-98197bb6e6e79f1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c8df925593a9512a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532024-08-07T07:39:43.220Z Compiling cookie v0.18.1
33542024-08-07T07:39:43.223Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=9e9c88b8a48fe790 -C extra-filename=-9e9c88b8a48fe790 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-9e9c88b8a48fe790 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552024-08-07T07:39:43.582Z Compiling indoc v1.0.9
33562024-08-07T07:39:43.582Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=493e993fafb6f106 -C extra-filename=-493e993fafb6f106 --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`
33572024-08-07T07:39:43.603Z Compiling unicode_categories v0.1.1
33582024-08-07T07:39:43.606Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3d5981024caac35 -C extra-filename=-d3d5981024caac35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592024-08-07T07:39:43.956Z Compiling sqlformat v0.2.4
33602024-08-07T07:39:43.959Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb0e421323b0324a -C extra-filename=-fb0e421323b0324a --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-b562a6826fc3bfa1.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-d3d5981024caac35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612024-08-07T07:39:44.708Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-9e9c88b8a48fe790/build-script-build`
33622024-08-07T07:39:44.782Z Compiling sqlparser v0.45.0
33632024-08-07T07:39:44.785Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=e24fcdcb4aae180a -C extra-filename=-e24fcdcb4aae180a --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-25247ca285912f88.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-02a2c72a1b979311.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642024-08-07T07:39:45.559Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-98197bb6e6e79f1e/build-script-build`
33652024-08-07T07:39:45.671Z Compiling snafu v0.8.2
33662024-08-07T07:39:45.674Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=f9e1a29e47582297 -C extra-filename=-f9e1a29e47582297 --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-afd15c3e3cb3531c.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-84a7357bae8cee17.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-01907e0f019b2e8c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672024-08-07T07:39:45.698Z Compiling peg v0.8.4
33682024-08-07T07:39:45.698Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=53934843a53e3434 -C extra-filename=-53934843a53e3434 --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-359185fa4498cd01.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9adaac230c4a1804.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692024-08-07T07:39:45.806Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33702024-08-07T07:39:45.809Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2fa464408d3c5c80 -C extra-filename=-2fa464408d3c5c80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c84b2c2e6c9cca7c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b9d941cb954b158f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e1abfecd8c5e6ce9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-428ae94ce2f29484.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
33712024-08-07T07:39:46.507Z Compiling derive_builder v0.20.0
33722024-08-07T07:39:46.522Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=c37e525f4c79623c -C extra-filename=-c37e525f4c79623c --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-946aa0448390a3c1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732024-08-07T07:39:46.685Z Compiling rustyline v14.0.0
33742024-08-07T07:39:46.688Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=7f10d800046d5b1d -C extra-filename=-7f10d800046d5b1d --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-26e7096777fff4cf.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b38394bbae44f156.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-54bad3b817dfed5e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-7b5c83bac9154b5a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-5cabb2aa8733b186.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4c5dad9816a3a035.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-f76a721e27ade519.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752024-08-07T07:39:48.107Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5880de9fa1919731 -C extra-filename=-5880de9fa1919731 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
33762024-08-07T07:39:50.331Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33772024-08-07T07:39:50.334Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b690ed333415bee2 -C extra-filename=-b690ed333415bee2 --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-c71ed473c72ec59a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33782024-08-07T07:39:51.102Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
33792024-08-07T07:39:51.105Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/ceec762/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e9bac996e707939 -C extra-filename=-3e9bac996e707939 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802024-08-07T07:39:51.188Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33812024-08-07T07:39:51.191Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d09e2b352e34e35 -C extra-filename=-0d09e2b352e34e35 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-0d09e2b352e34e35 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
33822024-08-07T07:39:51.538Z Compiling globset v0.4.14
33832024-08-07T07:39:51.540Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=eb2f13cfa298a7aa -C extra-filename=-eb2f13cfa298a7aa --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-00d774e06ceb2f21.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-5f79fe7a45357f7f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842024-08-07T07:39:53.321Z Compiling olpc-cjson v0.1.3
33852024-08-07T07:39:53.324Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a5cfbb464a5633e -C extra-filename=-0a5cfbb464a5633e --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-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862024-08-07T07:39:53.395Z Compiling serde_plain v1.0.2
33872024-08-07T07:39:53.398Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79fafcfefca45e02 -C extra-filename=-79fafcfefca45e02 --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882024-08-07T07:39:53.595Z Compiling bcs v0.1.6
33892024-08-07T07:39:53.598Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9b854d891cee8be -C extra-filename=-c9b854d891cee8be --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-60453ed6767bb2fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902024-08-07T07:39:53.613Z Compiling quick-xml v0.31.0
33912024-08-07T07:39:53.616Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=64834e0b724db7e0 -C extra-filename=-64834e0b724db7e0 --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-a02a49ad752a40ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922024-08-07T07:39:53.829Z Compiling impl-trait-for-tuples v0.2.2
33932024-08-07T07:39:53.832Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe95bc40a64bd96d -C extra-filename=-fe95bc40a64bd96d --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942024-08-07T07:39:54.316Z Compiling oso-derive v0.27.3
33952024-08-07T07:39:54.318Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be38611b7c6488bd -C extra-filename=-be38611b7c6488bd --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-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962024-08-07T07:39:55.602Z Compiling typed-path v0.7.1
33972024-08-07T07:39:55.605Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1ae802531839bbea -C extra-filename=-1ae802531839bbea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982024-08-07T07:39:57.150Z Compiling highway v1.2.0
33992024-08-07T07:39:57.153Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=235fa2d59d1220d2 -C extra-filename=-235fa2d59d1220d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002024-08-07T07:39:58.053Z Compiling tough v0.17.1
34012024-08-07T07:39:58.057Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("http", "integ", "reqwest"))' -C metadata=95cf9806be486a95 -C extra-filename=-95cf9806be486a95 --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-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e1d934b7dc2ae10e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-eb2f13cfa298a7aa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-0a5cfbb464a5633e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-79fafcfefca45e02.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f9e1a29e47582297.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-1ae802531839bbea.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-30db547cf0298cb5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
34022024-08-07T07:39:59.033Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-0d09e2b352e34e35/build-script-build`
34032024-08-07T07:39:59.061Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=48b7c49853923f48 -C extra-filename=-48b7c49853923f48 --out-dir /work/oxidecomputer/omicron/target/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`
34042024-08-07T07:39:59.191Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=f0901f69c97d9eb9 -C extra-filename=-f0901f69c97d9eb9 --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-030fce1de1eb389d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052024-08-07T07:40:00.358Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34062024-08-07T07:40:00.362Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ceec59da4783310 -C extra-filename=-6ceec59da4783310 --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-1ce8b6ca8473fcb4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-464c0b863ffbce49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
34072024-08-07T07:40:02.215Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
34082024-08-07T07:40:02.218Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/319e7b9/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e2933af71d8cec4 -C extra-filename=-5e2933af71d8cec4 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-5e2933af71d8cec4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092024-08-07T07:40:02.563Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
34102024-08-07T07:40:02.566Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=610b9097a731a96f -C extra-filename=-610b9097a731a96f --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-610b9097a731a96f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-80be79eb9c8c4f8a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112024-08-07T07:40:02.604Z Compiling parse-size v1.0.0
34122024-08-07T07:40:02.607Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=2ec637c94335f0dc -C extra-filename=-2ec637c94335f0dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132024-08-07T07:40:02.857Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-5e2933af71d8cec4/build-script-build`
34142024-08-07T07:40:02.931Z Compiling nix v0.27.1
34152024-08-07T07:40:02.934Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=37b905f2f7e3e5c3 -C extra-filename=-37b905f2f7e3e5c3 --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-26e7096777fff4cf.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-48b7c49853923f48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162024-08-07T07:40:02.948Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-610b9097a731a96f/build-script-build`
34172024-08-07T07:40:03.018Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34182024-08-07T07:40:03.021Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=616deb357251f27d -C extra-filename=-616deb357251f27d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c9b854d891cee8be.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3e9bac996e707939.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-235fa2d59d1220d2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-53934843a53e3434.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7f10d800046d5b1d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fb0e421323b0324a.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e24fcdcb4aae180a.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b2ab60f50c25a983.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34192024-08-07T07:40:03.951Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34202024-08-07T07:40:03.954Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=40fb62e20133d31c -C extra-filename=-40fb62e20133d31c --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-bca7f4c54429777f.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-784bb20d76b10b45.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-acec280080110c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212024-08-07T07:40:04.278Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34222024-08-07T07:40:04.280Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=b6c2bdd35d27f977 -C extra-filename=-b6c2bdd35d27f977 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-b6c2bdd35d27f977 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
34232024-08-07T07:40:04.653Z Compiling const_format_proc_macros v0.2.32
34242024-08-07T07:40:04.656Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=db12c98b622e2f07 -C extra-filename=-db12c98b622e2f07 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-2c084fe765d438cb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252024-08-07T07:40:04.845Z Compiling bb8 v0.8.5
34262024-08-07T07:40:04.848Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=ad9e0c4ddca2cf37 -C extra-filename=-ad9e0c4ddca2cf37 --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-5eb9c922344cdb6f.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272024-08-07T07:40:05.435Z Compiling serde-big-array v0.5.1
34282024-08-07T07:40:05.437Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d256c7cb6d91e4c -C extra-filename=-7d256c7cb6d91e4c --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292024-08-07T07:40:05.677Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/319e7b9/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bff969a52aced704 -C extra-filename=-bff969a52aced704 --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-5eb9c922344cdb6f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-1744626159c899c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7aa0c01458a1fd43.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d4258efae7912f53.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ec19a6265cd5fc8b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-37b905f2f7e3e5c3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-7d256c7cb6d91e4c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-3aaf81cb9250b263.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-40fb62e20133d31c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e50a3ade234e9462.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-637693a26e703f67/out/lib`
34302024-08-07T07:40:07.030Z Compiling const_format v0.2.32
34312024-08-07T07:40:07.033Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64"))' -C metadata=9e3019dfa2e7afee -C extra-filename=-9e3019dfa2e7afee --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-db12c98b622e2f07.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322024-08-07T07:40:07.769Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
34332024-08-07T07:40:07.772Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=48a476f2f2ac58d0 -C extra-filename=-48a476f2f2ac58d0 --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-5eb9c922344cdb6f.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad9e0c4ddca2cf37.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34342024-08-07T07:40:08.449Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-b6c2bdd35d27f977/build-script-build`
34352024-08-07T07:40:08.476Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34362024-08-07T07:40:08.479Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66f3a73b19bedeba -C extra-filename=-66f3a73b19bedeba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2ec637c94335f0dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-a24edd536aa54664.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e50a3ade234e9462.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34372024-08-07T07:40:09.713Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=317b4fcb4c6695f4 -C extra-filename=-317b4fcb4c6695f4 --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-6519ca1b050bdbc4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34382024-08-07T07:40:10.154Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34392024-08-07T07:40:10.157Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9aeaf234c6c3c9d2 -C extra-filename=-9aeaf234c6c3c9d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b690ed333415bee2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-bff969a52aced704.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e471b5786a6c51a6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -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-637693a26e703f67/out/lib`
34402024-08-07T07:40:12.524Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34412024-08-07T07:40:12.527Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db8f53f9b2e9db51 -C extra-filename=-db8f53f9b2e9db51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34422024-08-07T07:40:16.857Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34432024-08-07T07:40:16.860Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1813dbf081fc54d9 -C extra-filename=-1813dbf081fc54d9 --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-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34442024-08-07T07:40:16.884Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34452024-08-07T07:40:16.887Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53dfea5550552dd9 -C extra-filename=-53dfea5550552dd9 --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-bfb72a2afc18d443.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34462024-08-07T07:40:19.039Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34472024-08-07T07:40:19.042Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b439a37224de430f -C extra-filename=-b439a37224de430f --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-db79d45a7c3cbf1b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9aeaf234c6c3c9d2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -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-637693a26e703f67/out/lib`
34482024-08-07T07:40:19.057Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34492024-08-07T07:40:19.060Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed964e45bf67998f -C extra-filename=-ed964e45bf67998f --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-bdcc7bf362727e72.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502024-08-07T07:40:21.093Z Compiling assert_matches v1.5.0
34512024-08-07T07:40:21.096Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec831ef06ed9b580 -C extra-filename=-ec831ef06ed9b580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522024-08-07T07:40:21.180Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34532024-08-07T07:40:21.183Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1cef53f729520af9 -C extra-filename=-1cef53f729520af9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-53dfea5550552dd9.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34542024-08-07T07:40:21.207Z Compiling itertools v0.13.0
34552024-08-07T07:40:21.210Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=a420532b7ad4aea2 -C extra-filename=-a420532b7ad4aea2 --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-4df01850f30b75bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562024-08-07T07:40:24.503Z Compiling rand_seeder v0.3.0
34572024-08-07T07:40:24.507Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a22bdb8290b5703c -C extra-filename=-a22bdb8290b5703c --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-8a7eb093f46e6e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582024-08-07T07:40:24.851Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34592024-08-07T07:40:24.854Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a7ee540c255cc36 -C extra-filename=-0a7ee540c255cc36 --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-5eb9c922344cdb6f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34602024-08-07T07:40:25.428Z Compiling portable-atomic v1.6.0
34612024-08-07T07:40:25.431Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=d94e6c6db1eb558d -C extra-filename=-d94e6c6db1eb558d --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-d94e6c6db1eb558d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622024-08-07T07:40:26.571Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-d94e6c6db1eb558d/build-script-build`
34632024-08-07T07:40:26.646Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34642024-08-07T07:40:26.649Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6fbd3394569ffdd -C extra-filename=-a6fbd3394569ffdd --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-bc361000ca80ae24.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-a22bdb8290b5703c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
34652024-08-07T07:40:26.871Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34662024-08-07T07:40:26.874Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f761318988210229 -C extra-filename=-f761318988210229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
34672024-08-07T07:40:28.030Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=058e7e514a001df9 -C extra-filename=-058e7e514a001df9 --out-dir /work/oxidecomputer/omicron/target/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`
34682024-08-07T07:40:29.434Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34692024-08-07T07:40:29.437Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=545069328f3c0f9a -C extra-filename=-545069328f3c0f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34702024-08-07T07:40:31.783Z Compiling number_prefix v0.4.0
34712024-08-07T07:40:31.809Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4355b978e5b9d38e -C extra-filename=-4355b978e5b9d38e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722024-08-07T07:40:32.040Z Compiling indicatif v0.17.8
34732024-08-07T07:40:32.045Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=82850fc7f0c58453 -C extra-filename=-82850fc7f0c58453 --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-2194ed98f5905483.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-4355b978e5b9d38e.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-058e7e514a001df9.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a75629a9c119df8e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742024-08-07T07:40:32.224Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34752024-08-07T07:40:32.227Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7bc264264bb8510 -C extra-filename=-b7bc264264bb8510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a6fbd3394569ffdd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
34762024-08-07T07:40:33.301Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34772024-08-07T07:40:33.305Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44bcfdce0926d18a -C extra-filename=-44bcfdce0926d18a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-44bcfdce0926d18a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
34782024-08-07T07:40:33.696Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-44bcfdce0926d18a/build-script-build`
34792024-08-07T07:40:33.723Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34802024-08-07T07:40:33.726Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f57f8f4c298fe7f1 -C extra-filename=-f57f8f4c298fe7f1 --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-c71ed473c72ec59a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34812024-08-07T07:40:34.295Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34822024-08-07T07:40:34.297Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=139c618aefd127ba -C extra-filename=-139c618aefd127ba --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-139c618aefd127ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
34832024-08-07T07:40:34.665Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34842024-08-07T07:40:34.668Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b63650691a9cb0f -C extra-filename=-9b63650691a9cb0f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-9b63650691a9cb0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
34852024-08-07T07:40:35.051Z Compiling castaway v0.2.2
34862024-08-07T07:40:35.057Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d1cdd13f12368147 -C extra-filename=-d1cdd13f12368147 --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-8c65c1eca2f206d2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872024-08-07T07:40:35.253Z Compiling compact_str v0.7.1
34882024-08-07T07:40:35.256Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytes", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec"))' -C metadata=07af6555bd738b72 -C extra-filename=-07af6555bd738b72 --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-d1cdd13f12368147.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cc5a2d90313a3f67.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892024-08-07T07:40:36.429Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-9b63650691a9cb0f/build-script-build`
34902024-08-07T07:40:36.457Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-139c618aefd127ba/build-script-build`
34912024-08-07T07:40:36.482Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34922024-08-07T07:40:36.486Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d6fa94bc71aef57 -C extra-filename=-5d6fa94bc71aef57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a6fbd3394569ffdd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
34932024-08-07T07:40:38.111Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34942024-08-07T07:40:38.114Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b61734b02831066 -C extra-filename=-7b61734b02831066 --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-bfb72a2afc18d443.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
34952024-08-07T07:40:38.167Z Compiling unicode-truncate v1.0.0
34962024-08-07T07:40:38.170Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7b898c39a064e926 -C extra-filename=-7b898c39a064e926 --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-5f98982116b77bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972024-08-07T07:40:38.421Z Compiling lru v0.12.3
34982024-08-07T07:40:38.423Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=b3d4d1b92f928548 -C extra-filename=-b3d4d1b92f928548 --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-ca394e1aad73e4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992024-08-07T07:40:38.751Z Compiling stability v0.2.0
35002024-08-07T07:40:38.753Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0fcd31aef718a278 -C extra-filename=-0fcd31aef718a278 --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-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012024-08-07T07:40:39.635Z Compiling cassowary v0.3.0
35022024-08-07T07:40:39.637Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4f07788bf3a5b27 -C extra-filename=-b4f07788bf3a5b27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032024-08-07T07:40:40.027Z Compiling is_ci v1.2.0
35042024-08-07T07:40:40.030Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3eb6a072210faf34 -C extra-filename=-3eb6a072210faf34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052024-08-07T07:40:40.314Z Compiling supports-color v3.0.0
35062024-08-07T07:40:40.317Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb2280538013c290 -C extra-filename=-fb2280538013c290 --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-3eb6a072210faf34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072024-08-07T07:40:40.755Z Compiling ratatui v0.27.0
35082024-08-07T07:40:40.757Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=65cce0a987c132e5 -C extra-filename=-65cce0a987c132e5 --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-26e7096777fff4cf.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-b4f07788bf3a5b27.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-07af6555bd738b72.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a420532b7ad4aea2.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-b3d4d1b92f928548.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-0fcd31aef718a278.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-eff997d390bb1a10.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4c5dad9816a3a035.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-7b898c39a064e926.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092024-08-07T07:40:40.932Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35102024-08-07T07:40:40.935Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb95252cfbc259f1 -C extra-filename=-cb95252cfbc259f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-cb95252cfbc259f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
35112024-08-07T07:40:41.290Z Compiling smawk v0.3.2
35122024-08-07T07:40:41.293Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=27325536d7cfeee5 -C extra-filename=-27325536d7cfeee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132024-08-07T07:40:41.517Z Compiling unicode-linebreak v0.1.5
35142024-08-07T07:40:41.519Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c20276acc367584c -C extra-filename=-c20276acc367584c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152024-08-07T07:40:42.024Z Compiling textwrap v0.16.1
35162024-08-07T07:40:42.027Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=23620c177ab77b6c -C extra-filename=-23620c177ab77b6c --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-27325536d7cfeee5.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-c20276acc367584c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172024-08-07T07:40:43.337Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-cb95252cfbc259f1/build-script-build`
35182024-08-07T07:40:43.365Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
35192024-08-07T07:40:43.368Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48567578a2cc2743 -C extra-filename=-48567578a2cc2743 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2691aa6f60e18a9f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
35202024-08-07T07:40:43.856Z Compiling fatfs v0.3.6
35212024-08-07T07:40:43.859Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=763a677b1fef1417 -C extra-filename=-763a677b1fef1417 --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-17249b5a9669d189.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222024-08-07T07:40:45.635Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35232024-08-07T07:40:45.638Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d5c64c3b9507346 -C extra-filename=-6d5c64c3b9507346 --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-bfb72a2afc18d443.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35242024-08-07T07:40:45.991Z Compiling csv-core v0.1.11
35252024-08-07T07:40:45.994Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=e1abd610a471be84 -C extra-filename=-e1abd610a471be84 --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-a02a49ad752a40ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262024-08-07T07:40:46.230Z Compiling rtoolbox v0.0.2
35272024-08-07T07:40:46.233Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c29c004a8c3405a0 -C extra-filename=-c29c004a8c3405a0 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282024-08-07T07:40:46.554Z Compiling csv v1.3.0
35292024-08-07T07:40:46.556Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e103c5678d88616c -C extra-filename=-e103c5678d88616c --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-e1abd610a471be84.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cc5a2d90313a3f67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302024-08-07T07:40:46.670Z Compiling shell-words v1.1.0
35312024-08-07T07:40:46.672Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=24603f533631e598 -C extra-filename=-24603f533631e598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322024-08-07T07:40:47.005Z Compiling rpassword v7.3.1
35332024-08-07T07:40:47.008Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e30f58a41c0b791 -C extra-filename=-3e30f58a41c0b791 --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-f3f2c30f5b1e55f4.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-c29c004a8c3405a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342024-08-07T07:40:47.362Z Compiling tui-tree-widget v0.21.0
35352024-08-07T07:40:47.364Z Running `/home/build/.rustup/toolchains/1.80.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d498fd8545eea7f0 -C extra-filename=-d498fd8545eea7f0 --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-65cce0a987c132e5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362024-08-07T07:40:47.720Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b8b0615a5074934 -C extra-filename=-6b8b0615a5074934 --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-e01cd219cf436d70.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
35372024-08-07T07:40:47.736Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35382024-08-07T07:40:47.739Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f5fa741d6b8982b -C extra-filename=-9f5fa741d6b8982b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-637693a26e703f67/out/lib`
35392024-08-07T07:40:47.875Z Compiling cargo-platform v0.1.8
35402024-08-07T07:40:47.878Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc393b15713315e0 -C extra-filename=-cc393b15713315e0 --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412024-08-07T07:40:48.489Z Compiling getrandom v0.1.16
35422024-08-07T07:40:48.492Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "compiler_builtins", "core", "dummy", "js-sys", "log", "rustc-dep-of-std", "std", "stdweb", "test-in-browser", "wasm-bindgen"))' -C metadata=5eca2a808d055cd4 -C extra-filename=-5eca2a808d055cd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-5eca2a808d055cd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432024-08-07T07:40:49.066Z Compiling yansi v0.5.1
35442024-08-07T07:40:49.069Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=804a4cd09fe00b96 -C extra-filename=-804a4cd09fe00b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452024-08-07T07:40:49.337Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-5eca2a808d055cd4/build-script-build`
35462024-08-07T07:40:49.365Z Compiling pretty_assertions v1.4.0
35472024-08-07T07:40:49.367Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=f0b11a3298ecb625 -C extra-filename=-f0b11a3298ecb625 --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-ac1b63c68eeb194a.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-804a4cd09fe00b96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482024-08-07T07:40:49.443Z Compiling cargo_metadata v0.18.1
35492024-08-07T07:40:49.446Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=7904378359a02bca -C extra-filename=-7904378359a02bca --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-db79d45a7c3cbf1b.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-cc393b15713315e0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502024-08-07T07:40:49.703Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35512024-08-07T07:40:49.706Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8fa36cdb7fb80ba -C extra-filename=-e8fa36cdb7fb80ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
35522024-08-07T07:40:49.744Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "compiler_builtins", "core", "dummy", "js-sys", "log", "rustc-dep-of-std", "std", "stdweb", "test-in-browser", "wasm-bindgen"))' -C metadata=1c4af85ff4dc0b28 -C extra-filename=-1c4af85ff4dc0b28 --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-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532024-08-07T07:40:50.335Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35542024-08-07T07:40:50.338Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=746c89afb59bed22 -C extra-filename=-746c89afb59bed22 --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-d59053513d219f54.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
35552024-08-07T07:40:51.995Z Compiling rfc6979 v0.4.0
35562024-08-07T07:40:51.997Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c85b2ff0ccf39dd -C extra-filename=-9c85b2ff0ccf39dd --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-e59330534a083253.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572024-08-07T07:40:52.201Z Compiling plotters-backend v0.3.5
35582024-08-07T07:40:52.204Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7fb461b47dfe361 -C extra-filename=-b7fb461b47dfe361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592024-08-07T07:40:52.819Z Compiling doc-comment v0.3.3
35602024-08-07T07:40:52.822Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=cc10bb2ee616feb6 -C extra-filename=-cc10bb2ee616feb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-cc10bb2ee616feb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612024-08-07T07:40:53.279Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35622024-08-07T07:40:53.282Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=528f6223d2687880 -C extra-filename=-528f6223d2687880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-65cce0a987c132e5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3e30f58a41c0b791.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-60060924c7e28376.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d498fd8545eea7f0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6d5c64c3b9507346.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35632024-08-07T07:40:53.520Z Compiling target-lexicon v0.12.16
35642024-08-07T07:40:53.523Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=2f626a826d4d1b73 -C extra-filename=-2f626a826d4d1b73 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-2f626a826d4d1b73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652024-08-07T07:40:54.640Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-2f626a826d4d1b73/build-script-build`
35662024-08-07T07:40:54.713Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-cc10bb2ee616feb6/build-script-build`
35672024-08-07T07:40:54.890Z Compiling plotters-svg v0.3.5
35682024-08-07T07:40:54.893Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=7ae62dc7d002cbfe -C extra-filename=-7ae62dc7d002cbfe --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-b7fb461b47dfe361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692024-08-07T07:40:55.387Z Compiling ecdsa v0.16.9
35702024-08-07T07:40:55.390Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=e6c0fa3147bc834e -C extra-filename=-e6c0fa3147bc834e --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-858b565cf019bd67.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0845c32c16c6ae38.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f4e1448f3beaf8f9.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-9c85b2ff0ccf39dd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3061c0fa2efef765.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-857a87e3ac944f84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712024-08-07T07:40:56.264Z Compiling rand_core v0.5.1
35722024-08-07T07:40:56.267Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=5908a363fdef00cc -C extra-filename=-5908a363fdef00cc --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-1c4af85ff4dc0b28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732024-08-07T07:40:56.795Z Compiling primeorder v0.13.6
35742024-08-07T07:40:56.798Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=38d7cfb9ae34c864 -C extra-filename=-38d7cfb9ae34c864 --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-f4e1448f3beaf8f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752024-08-07T07:40:56.942Z Compiling option-ext v0.2.0
35762024-08-07T07:40:56.944Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99324abaf998180e -C extra-filename=-99324abaf998180e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772024-08-07T07:40:57.092Z Compiling cast v0.3.0
35782024-08-07T07:40:57.095Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=7e714359bb2350c2 -C extra-filename=-7e714359bb2350c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792024-08-07T07:40:57.348Z Compiling guppy-workspace-hack v0.1.0
35802024-08-07T07:40:57.351Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1169ca33c24802d1 -C extra-filename=-1169ca33c24802d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-1169ca33c24802d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812024-08-07T07:40:57.486Z Compiling assert_cmd v2.0.15
35822024-08-07T07:40:57.489Z Running `/home/build/.rustup/toolchains/1.80.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.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=9825663028795409 -C extra-filename=-9825663028795409 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-9825663028795409 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832024-08-07T07:40:57.696Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-1169ca33c24802d1/build-script-build`
35842024-08-07T07:40:57.724Z Compiling criterion-plot v0.5.0
35852024-08-07T07:40:57.727Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f50fbb6f6a2fac73 -C extra-filename=-f50fbb6f6a2fac73 --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-7e714359bb2350c2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8abb34285b593aa0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862024-08-07T07:40:58.014Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-9825663028795409/build-script-build`
35872024-08-07T07:40:58.041Z Compiling dirs-sys v0.4.1
35882024-08-07T07:40:58.044Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06faeb758bcc8bea -C extra-filename=-06faeb758bcc8bea --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-f3f2c30f5b1e55f4.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-99324abaf998180e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892024-08-07T07:40:58.753Z Compiling rand_chacha v0.2.2
35902024-08-07T07:40:58.757Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "simd", "std"))' -C metadata=2407aae9d34d88d4 -C extra-filename=-2407aae9d34d88d4 --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-de3ec0f7e61336c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5908a363fdef00cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912024-08-07T07:40:58.825Z Compiling plotters v0.3.5
35922024-08-07T07:40:58.828Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=1125c8b8d120ba6d -C extra-filename=-1125c8b8d120ba6d --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-44b46876d3f5d8b5.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-b7fb461b47dfe361.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-7ae62dc7d002cbfe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932024-08-07T07:41:00.902Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=1f2dab8ef9476ba2 -C extra-filename=-1f2dab8ef9476ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942024-08-07T07:41:01.020Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=1fe842b6c1424f07 -C extra-filename=-1fe842b6c1424f07 --out-dir /work/oxidecomputer/omicron/target/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"'`
35952024-08-07T07:41:01.324Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35962024-08-07T07:41:01.327Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d8e7dbf16ad6e3c -C extra-filename=-8d8e7dbf16ad6e3c --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-bfb72a2afc18d443.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35972024-08-07T07:41:01.816Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35982024-08-07T07:41:01.819Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e844928af0d821c -C extra-filename=-6e844928af0d821c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35992024-08-07T07:41:02.665Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36002024-08-07T07:41:02.668Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fbd70bf47c751362 -C extra-filename=-fbd70bf47c751362 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36012024-08-07T07:41:05.696Z Compiling polyval v0.6.2
36022024-08-07T07:41:05.699Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=d255498f2c2f77d0 -C extra-filename=-d255498f2c2f77d0 --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-774af40ecdc28659.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f06f50c68dcf348d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-444e3aab37fec765.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032024-08-07T07:41:06.135Z Compiling ed25519 v2.2.3
36042024-08-07T07:41:06.138Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=872ced6b1e3689fb -C extra-filename=-872ced6b1e3689fb --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-3061c0fa2efef765.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052024-08-07T07:41:06.671Z Compiling http-body v1.0.0
36062024-08-07T07:41:06.674Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93aad3edfab6559d -C extra-filename=-93aad3edfab6559d --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-253688e005e4bf7b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f32cbc7ceffcfb9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072024-08-07T07:41:06.841Z Compiling aes v0.8.4
36082024-08-07T07:41:06.846Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=03cb5e9d56b47e7e -C extra-filename=-03cb5e9d56b47e7e --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-774af40ecdc28659.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-31af9b98b6868a63.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092024-08-07T07:41:06.936Z Compiling ctr v0.9.2
36102024-08-07T07:41:06.939Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=7012de3747affdbf -C extra-filename=-7012de3747affdbf --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-31af9b98b6868a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112024-08-07T07:41:07.326Z Compiling blowfish v0.9.1
36122024-08-07T07:41:07.329Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=1214e01339586947 -C extra-filename=-1214e01339586947 --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-bca7f4c54429777f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-31af9b98b6868a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132024-08-07T07:41:07.819Z Compiling tinytemplate v1.2.1
36142024-08-07T07:41:07.822Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a70d40f8906b0a8 -C extra-filename=-6a70d40f8906b0a8 --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-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152024-08-07T07:41:08.225Z Compiling samael v0.0.15
36162024-08-07T07:41:08.228Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=4c6c14012733fd99 -C extra-filename=-4c6c14012733fd99 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-4c6c14012733fd99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-903c5d1c09f523e4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8654018bc64f938d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172024-08-07T07:41:08.936Z Compiling password-hash v0.4.2
36182024-08-07T07:41:08.939Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=882882ee6090894d -C extra-filename=-882882ee6090894d --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-43819433fdd10fb4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192024-08-07T07:41:09.699Z Compiling pbkdf2 v0.12.2
36202024-08-07T07:41:09.702Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=4e7d7d04c24c4ebf -C extra-filename=-4e7d7d04c24c4ebf --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-0845c32c16c6ae38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212024-08-07T07:41:09.815Z Compiling anes v0.1.6
36222024-08-07T07:41:09.830Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=4d037687bef44925 -C extra-filename=-4d037687bef44925 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232024-08-07T07:41:09.886Z Compiling hex-literal v0.4.1
36242024-08-07T07:41:09.889Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62e455a79e0f9ffa -C extra-filename=-62e455a79e0f9ffa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252024-08-07T07:41:10.071Z Compiling tower-layer v0.3.2
36262024-08-07T07:41:10.073Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d0f714ba68df81b -C extra-filename=-1d0f714ba68df81b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272024-08-07T07:41:10.335Z Compiling target-spec v3.2.1
36282024-08-07T07:41:10.338Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.2.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=513f007e7e48d6b3 -C extra-filename=-513f007e7e48d6b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-513f007e7e48d6b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292024-08-07T07:41:10.366Z Compiling oorandom v11.1.3
36302024-08-07T07:41:10.368Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91f7ec2800b1fb79 -C extra-filename=-91f7ec2800b1fb79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312024-08-07T07:41:10.564Z Compiling criterion v0.5.1
36322024-08-07T07:41:10.568Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=06ec374457c0951a -C extra-filename=-06ec374457c0951a --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-4d037687bef44925.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-7e714359bb2350c2.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-f50fbb6f6a2fac73.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-53f5592a30cd5489.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8abb34285b593aa0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-91f7ec2800b1fb79.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-1125c8b8d120ba6d.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a75629a9c119df8e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-6a70d40f8906b0a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332024-08-07T07:41:10.721Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-4c6c14012733fd99/build-script-bindings`
36342024-08-07T07:41:10.941Z Compiling tower v0.4.13
36352024-08-07T07:41:10.968Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "default", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project", "pin-project-lite", "rand", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=cd11da1e0795bf0b -C extra-filename=-cd11da1e0795bf0b --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-afd15c3e3cb3531c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-84a7357bae8cee17.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-1d0f714ba68df81b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-98bdb93afa257c65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362024-08-07T07:41:10.971Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-513f007e7e48d6b3/build-script-build`
36372024-08-07T07:41:10.999Z Compiling bcrypt-pbkdf v0.10.0
36382024-08-07T07:41:11.002Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=4739e35ba3ed6416 -C extra-filename=-4739e35ba3ed6416 --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-1214e01339586947.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4e7d7d04c24c4ebf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392024-08-07T07:41:11.640Z Compiling pbkdf2 v0.11.0
36402024-08-07T07:41:11.643Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=7647a4a2a391ff97 -C extra-filename=-7647a4a2a391ff97 --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-0845c32c16c6ae38.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e59330534a083253.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-882882ee6090894d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412024-08-07T07:41:11.800Z Compiling hyper v1.3.1
36422024-08-07T07:41:11.803Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=09cee16674a80d71 -C extra-filename=-09cee16674a80d71 --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-253688e005e4bf7b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f32cbc7ceffcfb9b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-93aad3edfab6559d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-01ecc73bcbd90dbe.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-91599b660e80160f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432024-08-07T07:41:11.988Z Compiling ed25519-dalek v2.1.1
36442024-08-07T07:41:11.991Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=2d0e3b5240835e52 -C extra-filename=-2d0e3b5240835e52 --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-6b0dcfd08c09d195.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-872ced6b1e3689fb.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452024-08-07T07:41:13.106Z Compiling ghash v0.5.1
36462024-08-07T07:41:13.109Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=fe3807d4d4c36781 -C extra-filename=-fe3807d4d4c36781 --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-f06f50c68dcf348d.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-d255498f2c2f77d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472024-08-07T07:41:13.318Z Compiling cfg-expr v0.16.0
36482024-08-07T07:41:13.333Z Running `/home/build/.rustup/toolchains/1.80.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.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=bb90316e8b7df884 -C extra-filename=-bb90316e8b7df884 --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-d3b9ad59c4201009.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-1fe842b6c1424f07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492024-08-07T07:41:13.378Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=6dafb5855c1f7d2f -C extra-filename=-6dafb5855c1f7d2f --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-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-bc415753a1e8bd01.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-c37e525f4c79623c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-5880de9fa1919731.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4a129adeb4cfcad6.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-174bf46f611de01e.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-64834e0b724db7e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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`
36502024-08-07T07:41:14.706Z Running `/home/build/.rustup/toolchains/1.80.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.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=bdb4879a83d41e2a -C extra-filename=-bdb4879a83d41e2a --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-62bdb95aa5090912.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-5f79fe7a45357f7f.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-1f2dab8ef9476ba2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-86e47af176ffa1b5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-c257e119d0aff846.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-83083c18702cf7f0.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-164de06b491a968f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512024-08-07T07:41:14.725Z Compiling rand v0.7.3
36522024-08-07T07:41:14.725Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "getrandom_package", "libc", "log", "nightly", "packed_simd", "rand_pcg", "serde1", "simd_support", "small_rng", "std", "stdweb", "wasm-bindgen"))' -C metadata=db95c785fe4c86bb -C extra-filename=-db95c785fe4c86bb --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-1c4af85ff4dc0b28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2407aae9d34d88d4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5908a363fdef00cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532024-08-07T07:41:16.157Z Compiling dirs v5.0.1
36542024-08-07T07:41:16.160Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8210984f73aa0665 -C extra-filename=-8210984f73aa0665 --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-06faeb758bcc8bea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552024-08-07T07:41:16.386Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7444b8829a3de33e -C extra-filename=-7444b8829a3de33e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562024-08-07T07:41:16.496Z Compiling p256 v0.13.2
36572024-08-07T07:41:16.499Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=1f8ef2f2ebdfaf0a -C extra-filename=-1f8ef2f2ebdfaf0a --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-e6c0fa3147bc834e.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f4e1448f3beaf8f9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-38d7cfb9ae34c864.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582024-08-07T07:41:17.299Z Compiling p521 v0.13.3
36592024-08-07T07:41:17.305Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=c96f719cc3295aa0 -C extra-filename=-c96f719cc3295aa0 --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-0a7ce7632533ff0c.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e6c0fa3147bc834e.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f4e1448f3beaf8f9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-38d7cfb9ae34c864.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602024-08-07T07:41:17.523Z Compiling cbc v0.1.2
36612024-08-07T07:41:17.526Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=e6de2aeaed4315d5 -C extra-filename=-e6de2aeaed4315d5 --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-31af9b98b6868a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622024-08-07T07:41:17.773Z Compiling russh-cryptovec v0.7.2
36632024-08-07T07:41:17.776Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2623687f771d8357 -C extra-filename=-2623687f771d8357 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642024-08-07T07:41:18.095Z Compiling md5 v0.7.0
36652024-08-07T07:41:18.098Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1b37b6fb81bb8f1d -C extra-filename=-1b37b6fb81bb8f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662024-08-07T07:41:18.620Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=33a71216d3e7769d -C extra-filename=-33a71216d3e7769d --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-bb90316e8b7df884.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-7444b8829a3de33e.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-1fe842b6c1424f07.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d979576c1749b801.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672024-08-07T07:41:19.659Z Compiling russh-keys v0.43.0
36682024-08-07T07:41:19.662Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("openssl", "vendored-openssl"))' -C metadata=c2e0c3c0057821d9 -C extra-filename=-c2e0c3c0057821d9 --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-03cb5e9d56b47e7e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-4739e35ba3ed6416.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4499841fd6127d59.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-7d6090b81d3cb8e5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-e6de2aeaed4315d5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-7012de3747affdbf.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-bc415753a1e8bd01.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-8210984f73aa0665.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d0e3b5240835e52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e59330534a083253.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e6841b6a0442356b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-1b37b6fb81bb8f1d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-1f8ef2f2ebdfaf0a.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-c96f719cc3295aa0.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-7647a4a2a391ff97.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-db95c785fe4c86bb.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2623687f771d8357.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1796cb4b2f9ec69b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-97830cc928b40c66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692024-08-07T07:41:19.719Z Compiling aes-gcm v0.10.3
36702024-08-07T07:41:19.722Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=cda67e86c8706b0d -C extra-filename=-cda67e86c8706b0d --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-7358a12500910e39.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-03cb5e9d56b47e7e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-31af9b98b6868a63.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-7012de3747affdbf.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-fe3807d4d4c36781.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712024-08-07T07:41:20.030Z Compiling hyper-util v0.1.3
36722024-08-07T07:41:20.033Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "service", "tokio"))' -C metadata=7f8aee82057bcaa2 -C extra-filename=-7f8aee82057bcaa2 --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-253688e005e4bf7b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f32cbc7ceffcfb9b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-93aad3edfab6559d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-09cee16674a80d71.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-cd11da1e0795bf0b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-98bdb93afa257c65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732024-08-07T07:41:22.532Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36742024-08-07T07:41:22.535Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8451391aea588c8d -C extra-filename=-8451391aea588c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8d8e7dbf16ad6e3c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36752024-08-07T07:41:23.054Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36762024-08-07T07:41:23.057Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9677ca3f3eb5ac1 -C extra-filename=-e9677ca3f3eb5ac1 --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-c3a3fe5954aac90f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36772024-08-07T07:41:24.211Z Compiling rustls-native-certs v0.7.0
36782024-08-07T07:41:24.214Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd1925418a57b9e2 -C extra-filename=-bd1925418a57b9e2 --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-4a129adeb4cfcad6.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a08025be0bb6d6d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-3d36b49033a9dca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792024-08-07T07:41:24.247Z Compiling httptest v0.15.5
36802024-08-07T07:41:24.250Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c71e790a6d7d329 -C extra-filename=-0c71e790a6d7d329 --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-a832b836e5e69f36.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-ce231803cb04afd0.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-aba6fe7de24bcb82.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812024-08-07T07:41:24.671Z Compiling pathdiff v0.2.1
36822024-08-07T07:41:24.674Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=52ee5aed5a6d4baa -C extra-filename=-52ee5aed5a6d4baa --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-db79d45a7c3cbf1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832024-08-07T07:41:24.850Z Compiling escape8259 v0.5.2
36842024-08-07T07:41:24.853Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=554547aeaf0affed -C extra-filename=-554547aeaf0affed --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-8c65c1eca2f206d2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852024-08-07T07:41:25.300Z Compiling threadpool v1.8.1
36862024-08-07T07:41:25.303Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a49831336002ed6f -C extra-filename=-a49831336002ed6f --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-3dced4ab7260f0df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872024-08-07T07:41:26.201Z Compiling dhcproto-macros v0.1.0
36882024-08-07T07:41:26.203Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55abe6bb3c307817 -C extra-filename=-55abe6bb3c307817 --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`
36892024-08-07T07:41:27.299Z Compiling nested v0.1.1
36902024-08-07T07:41:27.302Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9037a61d168bb963 -C extra-filename=-9037a61d168bb963 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912024-08-07T07:41:27.543Z Compiling guppy v0.17.7
36922024-08-07T07:41:27.546Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' --check-cfg 'cfg(doc_cfg)' -C metadata=10f3d07b625389d0 -C extra-filename=-10f3d07b625389d0 --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-270ec62c87d2f5bc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-9680a8a3bda6791d.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-7444b8829a3de33e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a420532b7ad4aea2.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-9037a61d168bb963.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-52ee5aed5a6d4baa.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-33a71216d3e7769d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932024-08-07T07:41:27.638Z Compiling dhcproto v0.12.0
36942024-08-07T07:41:27.641Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=6bf1a3cad48e64ca -C extra-filename=-6bf1a3cad48e64ca --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-55abe6bb3c307817.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952024-08-07T07:41:28.554Z Compiling libtest-mimic v0.7.3
36962024-08-07T07:41:28.557Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b965d08fd27b96f6 -C extra-filename=-b965d08fd27b96f6 --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-efe1244c6605fdea.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-554547aeaf0affed.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3cf69054af20f1c5.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-a49831336002ed6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972024-08-07T07:41:30.774Z Compiling hyper-rustls v0.26.0
36982024-08-07T07:41:30.777Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=4d668c639a9954a6 -C extra-filename=-4d668c639a9954a6 --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-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f32cbc7ceffcfb9b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-09cee16674a80d71.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-7f8aee82057bcaa2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-bd1925418a57b9e2.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-3d36b49033a9dca4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4d1d12ff9b3b0da6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-98bdb93afa257c65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out`
36992024-08-07T07:41:30.798Z Compiling russh v0.43.0
37002024-08-07T07:41:30.801Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "flate2", "openssl", "vendored-openssl"))' -C metadata=830cc7372b464a38 -C extra-filename=-830cc7372b464a38 --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-03cb5e9d56b47e7e.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-cda67e86c8706b0d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-128d491e74947065.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-7012de3747affdbf.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6b0dcfd08c09d195.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0845c32c16c6ae38.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c1112ffa546804b.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-62e455a79e0f9ffa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e59330534a083253.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-36463be1ae4e9a68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2623687f771d8357.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-c2e0c3c0057821d9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1796cb4b2f9ec69b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012024-08-07T07:41:31.293Z Compiling fancy-regex v0.13.0
37022024-08-07T07:41:31.296Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=f5d267adbfe83e3b -C extra-filename=-f5d267adbfe83e3b --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-f2feca33e2b5367a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032024-08-07T07:41:31.319Z Compiling rstest_macros v0.19.0
37042024-08-07T07:41:31.322Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "default"))' -C metadata=63e8a8b220a3b81d -C extra-filename=-63e8a8b220a3b81d --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-63e8a8b220a3b81d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-69339c6bd7f423c2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052024-08-07T07:41:31.969Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37062024-08-07T07:41:31.972Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c737242dec1f6a4 -C extra-filename=-2c737242dec1f6a4 --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072024-08-07T07:41:32.488Z Compiling internet-checksum v0.2.1
37082024-08-07T07:41:32.491Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=9d20882c7b6d02b9 -C extra-filename=-9d20882c7b6d02b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092024-08-07T07:41:32.716Z Compiling datatest-stable v0.2.9
37102024-08-07T07:41:32.719Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d935994e515e44c -C extra-filename=-3d935994e515e44c --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-db79d45a7c3cbf1b.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-f5d267adbfe83e3b.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-b965d08fd27b96f6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112024-08-07T07:41:33.412Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-63e8a8b220a3b81d/build-script-build`
37122024-08-07T07:41:33.531Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37132024-08-07T07:41:33.534Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=c29d5938056183c5 -C extra-filename=-c29d5938056183c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e9677ca3f3eb5ac1.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib`
37142024-08-07T07:41:33.653Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
37152024-08-07T07:41:33.714Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96f129dbf18852f4 -C extra-filename=-96f129dbf18852f4 --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-f3f2c30f5b1e55f4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37162024-08-07T07:41:34.305Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
37172024-08-07T07:41:34.307Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd48d43885b09a3f -C extra-filename=-fd48d43885b09a3f --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-fd48d43885b09a3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
37182024-08-07T07:41:34.691Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37192024-08-07T07:41:34.693Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f704d6db873ceb30 -C extra-filename=-f704d6db873ceb30 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-f704d6db873ceb30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
37202024-08-07T07:41:35.058Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37212024-08-07T07:41:35.061Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f429bdea706aeb14 -C extra-filename=-f429bdea706aeb14 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-f429bdea706aeb14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
37222024-08-07T07:41:35.442Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37232024-08-07T07:41:35.446Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d8840fad1b5ea9d -C extra-filename=-7d8840fad1b5ea9d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-7d8840fad1b5ea9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
37242024-08-07T07:41:35.811Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37252024-08-07T07:41:35.814Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9ee7f685bf0aa6c -C extra-filename=-b9ee7f685bf0aa6c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-b9ee7f685bf0aa6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
37262024-08-07T07:41:36.168Z Compiling similar-asserts v1.5.0
37272024-08-07T07:41:36.171Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=ded4a73b48eb45bd -C extra-filename=-ded4a73b48eb45bd --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-2194ed98f5905483.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282024-08-07T07:41:36.272Z Compiling relative-path v1.9.3
37292024-08-07T07:41:36.275Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=913319e47459ccb5 -C extra-filename=-913319e47459ccb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302024-08-07T07:41:37.021Z Compiling trybuild v1.0.99
37312024-08-07T07:41:37.024Z Running `/home/build/.rustup/toolchains/1.80.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.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=16b48793ddb5022c -C extra-filename=-16b48793ddb5022c --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-16b48793ddb5022c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322024-08-07T07:41:37.344Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "default"))' -C metadata=a5d2e7a77ee2e0d1 -C extra-filename=-a5d2e7a77ee2e0d1 --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-774af40ecdc28659.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-913319e47459ccb5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d979576c1749b801.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332024-08-07T07:41:37.588Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-16b48793ddb5022c/build-script-build`
37342024-08-07T07:41:37.617Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-b9ee7f685bf0aa6c/build-script-build`
37352024-08-07T07:41:37.642Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-7d8840fad1b5ea9d/build-script-build`
37362024-08-07T07:41:37.681Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-f429bdea706aeb14/build-script-build`
37372024-08-07T07:41:37.692Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37382024-08-07T07:41:37.704Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f0b17f4755f6d2c -C extra-filename=-5f0b17f4755f6d2c --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-62bdb95aa5090912.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6bf1a3cad48e64ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9d20882c7b6d02b9.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2c737242dec1f6a4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8fa36cdb7fb80ba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-830cc7372b464a38.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-c2e0c3c0057821d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
37392024-08-07T07:41:38.090Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-f704d6db873ceb30/build-script-build`
37402024-08-07T07:41:38.120Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-fd48d43885b09a3f/build-script-build`
37412024-08-07T07:41:38.146Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37422024-08-07T07:41:38.148Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c9bd210afd64eba -C extra-filename=-5c9bd210afd64eba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fbd70bf47c751362.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e98faa31cfac60aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e844928af0d821c.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6d5c64c3b9507346.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-637693a26e703f67/out/lib`
37432024-08-07T07:41:38.423Z Compiling multimap v0.10.0
37442024-08-07T07:41:38.426Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=aa3f11985b8baff7 -C extra-filename=-aa3f11985b8baff7 --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452024-08-07T07:41:38.772Z Compiling uzers v0.11.3
37462024-08-07T07:41:38.775Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock"))' -C metadata=af7c2d038b0c5c1e -C extra-filename=-af7c2d038b0c5c1e --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-f3f2c30f5b1e55f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472024-08-07T07:41:40.046Z Compiling futures-timer v3.0.3
37482024-08-07T07:41:40.049Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=15fca8bcdf4691d6 -C extra-filename=-15fca8bcdf4691d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492024-08-07T07:41:40.147Z Compiling indent_write v2.2.0
37502024-08-07T07:41:40.150Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2ffa4b3b86ade42d -C extra-filename=-2ffa4b3b86ade42d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512024-08-07T07:41:40.400Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=f1b619535b3a3fa9 -C extra-filename=-f1b619535b3a3fa9 --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-284fe0832177121d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3cf69054af20f1c5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(trybuild_no_target)' --check-cfg 'cfg(host_os, values("windows"))'`
37522024-08-07T07:41:40.921Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37532024-08-07T07:41:40.924Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed3eeec08b7637ed -C extra-filename=-ed3eeec08b7637ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-528f6223d2687880.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
37542024-08-07T07:41:40.989Z Compiling partial-io v0.5.4
37552024-08-07T07:41:40.992Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=2798afc70a1e0266 -C extra-filename=-2798afc70a1e0266 --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-25f044098c4b01c5.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-84a7357bae8cee17.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562024-08-07T07:41:41.478Z Compiling blake2b_simd v1.0.2
37572024-08-07T07:41:41.481Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=d02ff70025b2502e -C extra-filename=-d02ff70025b2502e --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-426d6e207395db86.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-9b979abe0a443f64.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-b16322be922c89c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582024-08-07T07:41:46.827Z Compiling rstest v0.19.0
37592024-08-07T07:41:46.830Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "default"))' -C metadata=6774bb9794aa6347 -C extra-filename=-6774bb9794aa6347 --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-25f044098c4b01c5.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-15fca8bcdf4691d6.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-a5d2e7a77ee2e0d1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602024-08-07T07:41:46.969Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
37612024-08-07T07:41:46.972Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba6d2be63a2c223e -C extra-filename=-ba6d2be63a2c223e --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-ba6d2be63a2c223e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-99b341193f3c3462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
37622024-08-07T07:41:47.063Z Compiling rand_distr v0.4.3
37632024-08-07T07:41:47.066Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=d90253b1b4a9a210 -C extra-filename=-d90253b1b4a9a210 --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-44b46876d3f5d8b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642024-08-07T07:41:47.338Z Compiling approx v0.5.1
37652024-08-07T07:41:47.341Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=ed2645e20bbe17f6 -C extra-filename=-ed2645e20bbe17f6 --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-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662024-08-07T07:41:47.601Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-ba6d2be63a2c223e/build-script-build`
37672024-08-07T07:41:47.627Z Compiling rust-argon2 v2.1.0
37682024-08-07T07:41:47.630Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bf090fd0f301430c -C extra-filename=-bf090fd0f301430c --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-050eb13206eed9fc.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-d02ff70025b2502e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-b16322be922c89c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692024-08-07T07:41:48.129Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
37702024-08-07T07:41:48.132Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07c50ae32b42629f -C extra-filename=-07c50ae32b42629f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8451391aea588c8d.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b690ed333415bee2.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2ffa4b3b86ade42d.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fbd70bf47c751362.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f57f8f4c298fe7f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-53dfea5550552dd9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e844928af0d821c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out -L /usr/platform/oxide/lib/amd64/`
37712024-08-07T07:41:48.224Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37722024-08-07T07:41:48.227Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c886d538d64d5be -C extra-filename=-6c886d538d64d5be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-af7c2d038b0c5c1e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
37732024-08-07T07:41:49.354Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5d91c7d9baf1717 -C extra-filename=-f5d91c7d9baf1717 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8451391aea588c8d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8d8e7dbf16ad6e3c.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37742024-08-07T07:41:49.370Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37752024-08-07T07:41:49.399Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0bbb3e96fd387b46 -C extra-filename=-0bbb3e96fd387b46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3e69c3ad9d8131a9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a75629a9c119df8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-73dd36569f7ae032.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
37762024-08-07T07:41:51.829Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
37772024-08-07T07:41:51.833Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b102bb27becf7f08 -C extra-filename=-b102bb27becf7f08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
37782024-08-07T07:41:52.197Z Compiling cargo_toml v0.20.4
37792024-08-07T07:41:52.200Z Running `/home/build/.rustup/toolchains/1.80.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.4/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("features"))' -C metadata=d4cba725e6cbea91 -C extra-filename=-d4cba725e6cbea91 --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-60453ed6767bb2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802024-08-07T07:41:53.681Z Compiling termios v0.3.3
37812024-08-07T07:41:53.684Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=694c48c4be2d2579 -C extra-filename=-694c48c4be2d2579 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822024-08-07T07:41:53.947Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37832024-08-07T07:41:53.950Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58f19d4c592113ff -C extra-filename=-58f19d4c592113ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-694c48c4be2d2579.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e471b5786a6c51a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
37842024-08-07T07:41:54.161Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=901238fb71e60633 -C extra-filename=-901238fb71e60633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-528f6223d2687880.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ed3eeec08b7637ed.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
37852024-08-07T07:41:55.648Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9eb7408b6fe83e4d -C extra-filename=-9eb7408b6fe83e4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-528f6223d2687880.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ed3eeec08b7637ed.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
37862024-08-07T07:41:55.754Z Compiling polar-core v0.27.3
37872024-08-07T07:41:55.758Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=17a7dfa74c67530b -C extra-filename=-17a7dfa74c67530b --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-17a7dfa74c67530b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-a5b4cb8421b514d8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882024-08-07T07:41:55.972Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4cdf2e5d9f881172 -C extra-filename=-4cdf2e5d9f881172 --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-62bdb95aa5090912.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6bf1a3cad48e64ca.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5f0b17f4755f6d2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9d20882c7b6d02b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2c737242dec1f6a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8fa36cdb7fb80ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-830cc7372b464a38.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-c2e0c3c0057821d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
37892024-08-07T07:41:56.492Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0daac059c4b79783 -C extra-filename=-0daac059c4b79783 --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-62bdb95aa5090912.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6bf1a3cad48e64ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9d20882c7b6d02b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2c737242dec1f6a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8fa36cdb7fb80ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-830cc7372b464a38.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-c2e0c3c0057821d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
37902024-08-07T07:41:57.390Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-17a7dfa74c67530b/build-script-build`
37912024-08-07T07:41:57.857Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=efae65ffef044c63 -C extra-filename=-efae65ffef044c63 --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-62bdb95aa5090912.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6bf1a3cad48e64ca.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5f0b17f4755f6d2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9d20882c7b6d02b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2c737242dec1f6a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8fa36cdb7fb80ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-830cc7372b464a38.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-c2e0c3c0057821d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
37922024-08-07T07:41:58.240Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6387716075fd22bf -C extra-filename=-6387716075fd22bf --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-62bdb95aa5090912.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6bf1a3cad48e64ca.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5f0b17f4755f6d2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9d20882c7b6d02b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2c737242dec1f6a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8fa36cdb7fb80ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-830cc7372b464a38.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-c2e0c3c0057821d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
37932024-08-07T07:41:58.631Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d774232b9ffbd4b7 -C extra-filename=-d774232b9ffbd4b7 --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-493e993fafb6f106.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3271814d2e5a31be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-0623615792d2f128.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942024-08-07T07:41:59.918Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41c63cb18dafeb6f -C extra-filename=-41c63cb18dafeb6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8451391aea588c8d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b690ed333415bee2.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2ffa4b3b86ade42d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fbd70bf47c751362.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f57f8f4c298fe7f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-07c50ae32b42629f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-53dfea5550552dd9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e844928af0d821c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out -L /usr/platform/oxide/lib/amd64/`
37952024-08-07T07:42:00.497Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4204d2d4d4fc884b -C extra-filename=-4204d2d4d4fc884b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-b102bb27becf7f08.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
37962024-08-07T07:42:00.708Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af235cee9fef4645 -C extra-filename=-af235cee9fef4645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-0bbb3e96fd387b46.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3e69c3ad9d8131a9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a75629a9c119df8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-73dd36569f7ae032.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
37972024-08-07T07:42:00.771Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37982024-08-07T07:42:00.771Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ce0d3a6f831a15d -C extra-filename=-8ce0d3a6f831a15d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-d4cba725e6cbea91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b2ab60f50c25a983.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992024-08-07T07:42:01.220Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=9c7589e8f8e10ce1 -C extra-filename=-9c7589e8f8e10ce1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c84b2c2e6c9cca7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b9d941cb954b158f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e1abfecd8c5e6ce9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-428ae94ce2f29484.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
38002024-08-07T07:42:02.050Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1c5bfcb351b2eaea -C extra-filename=-1c5bfcb351b2eaea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-10f3d07b625389d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c84b2c2e6c9cca7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b9d941cb954b158f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e1abfecd8c5e6ce9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-428ae94ce2f29484.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
38012024-08-07T07:42:02.331Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=a62291917eb8a3cd -C extra-filename=-a62291917eb8a3cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-10f3d07b625389d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c84b2c2e6c9cca7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b9d941cb954b158f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e1abfecd8c5e6ce9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-428ae94ce2f29484.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
38022024-08-07T07:42:02.984Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1121ea9e7b43a8cf -C extra-filename=-1121ea9e7b43a8cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-af7c2d038b0c5c1e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
38032024-08-07T07:42:04.796Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=5debdd657afa276b -C extra-filename=-5debdd657afa276b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c84b2c2e6c9cca7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b9d941cb954b158f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e1abfecd8c5e6ce9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-428ae94ce2f29484.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
38042024-08-07T07:42:04.966Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a15a47c966ef59c0 -C extra-filename=-a15a47c966ef59c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a6fbd3394569ffdd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
38052024-08-07T07:42:05.518Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c304320a4534defe -C extra-filename=-c304320a4534defe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-af7c2d038b0c5c1e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-6c886d538d64d5be.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
38062024-08-07T07:42:08.593Z Compiling oso v0.27.3
38072024-08-07T07:42:08.595Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=9c60af89b665e2d0 -C extra-filename=-9c60af89b665e2d0 --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-fe95bc40a64bd96d.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-be38611b7c6488bd.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-d774232b9ffbd4b7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082024-08-07T07:42:13.480Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01072795297979ab -C extra-filename=-01072795297979ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6ceec59da4783310.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f0901f69c97d9eb9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6b8b0615a5074934.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9c60af89b665e2d0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6dafb5855c1f7d2f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/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`
38092024-08-07T07:42:14.974Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=d95b5f8e0540c27f -C extra-filename=-d95b5f8e0540c27f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-10f3d07b625389d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c84b2c2e6c9cca7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b9d941cb954b158f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e1abfecd8c5e6ce9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-428ae94ce2f29484.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
38102024-08-07T07:42:17.709Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=92fe036479717345 -C extra-filename=-92fe036479717345 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c84b2c2e6c9cca7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b9d941cb954b158f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e1abfecd8c5e6ce9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-428ae94ce2f29484.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
38112024-08-07T07:42:19.829Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=bf850b07b6da081e -C extra-filename=-bf850b07b6da081e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-48a476f2f2ac58d0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad9e0c4ddca2cf37.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-9e3019dfa2e7afee.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-395b1012840c505c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-317b4fcb4c6695f4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6b8b0615a5074934.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38122024-08-07T07:42:24.363Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2ad5ab987af1ff17 -C extra-filename=-2ad5ab987af1ff17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-10f3d07b625389d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c84b2c2e6c9cca7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b9d941cb954b158f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e1abfecd8c5e6ce9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-428ae94ce2f29484.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
38132024-08-07T07:42:26.755Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25b114ea0fbb2e13 -C extra-filename=-25b114ea0fbb2e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fbd70bf47c751362.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e98faa31cfac60aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5c9bd210afd64eba.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e844928af0d821c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6d5c64c3b9507346.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-637693a26e703f67/out/lib`
38142024-08-07T07:42:27.314Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41caa88b1b8dfd96 -C extra-filename=-41caa88b1b8dfd96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c29d5938056183c5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fbd70bf47c751362.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e9677ca3f3eb5ac1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e98faa31cfac60aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-528f6223d2687880.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5c9bd210afd64eba.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e844928af0d821c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6d5c64c3b9507346.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
38152024-08-07T07:42:29.751Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b4060010b018dc0 -C extra-filename=-5b4060010b018dc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c29d5938056183c5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fbd70bf47c751362.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e9677ca3f3eb5ac1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e98faa31cfac60aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-528f6223d2687880.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5c9bd210afd64eba.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e844928af0d821c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6d5c64c3b9507346.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
38162024-08-07T07:42:32.065Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e315f6368d35d717 -C extra-filename=-e315f6368d35d717 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-e51d03867b2b5529.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-06ec374457c0951a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-bf090fd0f301430c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
38172024-08-07T07:42:33.370Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a65b08e0189b7b27 -C extra-filename=-a65b08e0189b7b27 --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-ed2645e20bbe17f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-06ec374457c0951a.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-abd285a280e52eb7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-ba0cddb702646010.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e99fe798d5ea5abf.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d90253b1b4a9a210.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-6774bb9794aa6347.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f1b619535b3a3fa9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38182024-08-07T07:42:34.546Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3be45a6440500b9 -C extra-filename=-e3be45a6440500b9 --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-ed2645e20bbe17f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-06ec374457c0951a.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-abd285a280e52eb7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e99fe798d5ea5abf.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d90253b1b4a9a210.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-6774bb9794aa6347.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f1b619535b3a3fa9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38192024-08-07T07:42:35.069Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be692d33c8c0dd3d -C extra-filename=-be692d33c8c0dd3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38202024-08-07T07:42:37.219Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=210d63b312545d38 -C extra-filename=-210d63b312545d38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-62e455a79e0f9ffa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e9677ca3f3eb5ac1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2798afc70a1e0266.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib`
38212024-08-07T07:42:47.112Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=629e5a6e4b8e7748 -C extra-filename=-629e5a6e4b8e7748 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-62e455a79e0f9ffa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c29d5938056183c5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e9677ca3f3eb5ac1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2798afc70a1e0266.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib`
38222024-08-07T07:42:47.549Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1df87d0e7c2be37d -C extra-filename=-1df87d0e7c2be37d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c29d5938056183c5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fbd70bf47c751362.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e9677ca3f3eb5ac1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e98faa31cfac60aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-528f6223d2687880.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e844928af0d821c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6d5c64c3b9507346.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
38232024-08-07T07:42:49.305Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba77eeb4e183fbff -C extra-filename=-ba77eeb4e183fbff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8451391aea588c8d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b690ed333415bee2.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2ffa4b3b86ade42d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fbd70bf47c751362.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f57f8f4c298fe7f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-53dfea5550552dd9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e844928af0d821c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out -L /usr/platform/oxide/lib/amd64/`
38242024-08-07T07:42:53.452Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df87b7ea96e308b8 -C extra-filename=-df87b7ea96e308b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-96f129dbf18852f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38252024-08-07T07:42:55.575Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6acf890e5dfba1ec -C extra-filename=-6acf890e5dfba1ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-96f129dbf18852f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38262024-08-07T07:43:04.419Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38272024-08-07T07:43:04.422Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a297ebb958cc6f2e -C extra-filename=-a297ebb958cc6f2e --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-25f044098c4b01c5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38282024-08-07T07:43:05.831Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38292024-08-07T07:43:05.834Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=9570039756108760 -C extra-filename=-9570039756108760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
38302024-08-07T07:43:06.200Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48521d26f8074af8 -C extra-filename=-48521d26f8074af8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7b61734b02831066.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a297ebb958cc6f2e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38312024-08-07T07:43:06.683Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b19fc42e64979320 -C extra-filename=-b19fc42e64979320 --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-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38322024-08-07T07:43:07.741Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38332024-08-07T07:43:07.744Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dfc928b0e8c42e12 -C extra-filename=-dfc928b0e8c42e12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38342024-08-07T07:43:08.581Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4fde19a2857ff611 -C extra-filename=-4fde19a2857ff611 --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-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38352024-08-07T07:43:09.524Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f903b832b15e73c7 -C extra-filename=-f903b832b15e73c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38362024-08-07T07:43:09.901Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7972195de7d36d70 -C extra-filename=-7972195de7d36d70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7b61734b02831066.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-48567578a2cc2743.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60996f15245c00c0.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f57f8f4c298fe7f1.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4fde19a2857ff611.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a297ebb958cc6f2e.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-48521d26f8074af8.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b19fc42e64979320.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a08025be0bb6d6d9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6dafb5855c1f7d2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/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-637693a26e703f67/out/lib`
38372024-08-07T07:43:10.260Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b813c6f4d2bff71 -C extra-filename=-5b813c6f4d2bff71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-528f6223d2687880.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
38382024-08-07T07:43:10.946Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c07fcdaebe9fe8b -C extra-filename=-4c07fcdaebe9fe8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-65cce0a987c132e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3e30f58a41c0b791.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-60060924c7e28376.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d498fd8545eea7f0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-528f6223d2687880.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6d5c64c3b9507346.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38392024-08-07T07:43:11.828Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8e7dd9844ee047f -C extra-filename=-b8e7dd9844ee047f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bdb4879a83d41e2a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-65cce0a987c132e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3e30f58a41c0b791.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-60060924c7e28376.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d498fd8545eea7f0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-528f6223d2687880.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6d5c64c3b9507346.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38402024-08-07T07:43:12.744Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00dad9dd19a42fe3 -C extra-filename=-00dad9dd19a42fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bdb4879a83d41e2a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-65cce0a987c132e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3e30f58a41c0b791.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-60060924c7e28376.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d498fd8545eea7f0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-528f6223d2687880.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6d5c64c3b9507346.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38412024-08-07T07:43:13.951Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=d329dee69c149cb1 -C extra-filename=-d329dee69c149cb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-10f3d07b625389d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c84b2c2e6c9cca7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b9d941cb954b158f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e1abfecd8c5e6ce9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-428ae94ce2f29484.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
38422024-08-07T07:43:14.154Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de4ec2cef1773fdc -C extra-filename=-de4ec2cef1773fdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bdb4879a83d41e2a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3d935994e515e44c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-86e47af176ffa1b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-637693a26e703f67/out/lib`
38432024-08-07T07:43:15.341Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e66a14585d95d23 -C extra-filename=-6e66a14585d95d23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bdb4879a83d41e2a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3d935994e515e44c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-86e47af176ffa1b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-637693a26e703f67/out/lib`
38442024-08-07T07:43:16.217Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aed501c5c56a6e97 -C extra-filename=-aed501c5c56a6e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bdb4879a83d41e2a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3d935994e515e44c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-86e47af176ffa1b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-637693a26e703f67/out/lib`
38452024-08-07T07:43:18.637Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15cfb991e4548442 -C extra-filename=-15cfb991e4548442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bdb4879a83d41e2a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3d935994e515e44c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-86e47af176ffa1b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-637693a26e703f67/out/lib`
38462024-08-07T07:43:21.623Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34d16a9f54705b30 -C extra-filename=-34d16a9f54705b30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bdb4879a83d41e2a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-65cce0a987c132e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3e30f58a41c0b791.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-60060924c7e28376.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d498fd8545eea7f0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6d5c64c3b9507346.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38472024-08-07T07:43:23.492Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a090c3c4e5f9fd78 -C extra-filename=-a090c3c4e5f9fd78 --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-e01cd219cf436d70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
38482024-08-07T07:43:23.912Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4e807e947fe0b70 -C extra-filename=-a4e807e947fe0b70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8d8e7dbf16ad6e3c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38492024-08-07T07:43:25.633Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6382f24938139943 -C extra-filename=-6382f24938139943 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3e69c3ad9d8131a9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a75629a9c119df8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-73dd36569f7ae032.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
38502024-08-07T07:43:28.643Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
38512024-08-07T07:43:28.645Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=037df8ea71498603 -C extra-filename=-037df8ea71498603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3e69c3ad9d8131a9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib`
38522024-08-07T07:43:29.002Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d176fb33acdfe0e -C extra-filename=-6d176fb33acdfe0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38532024-08-07T07:43:31.561Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59f509b91f2770c4 -C extra-filename=-59f509b91f2770c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-637693a26e703f67/out/lib`
38542024-08-07T07:43:32.119Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b32b8dd7b923916 -C extra-filename=-7b32b8dd7b923916 --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-bfb72a2afc18d443.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38552024-08-07T07:43:35.349Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52f9d7bd5647b6c0 -C extra-filename=-52f9d7bd5647b6c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-53dfea5550552dd9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38562024-08-07T07:43:36.266Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6c9fc35a5c1b8c9 -C extra-filename=-e6c9fc35a5c1b8c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-53dfea5550552dd9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38572024-08-07T07:43:41.074Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=100d34cbe056fc4c -C extra-filename=-100d34cbe056fc4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-53dfea5550552dd9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38582024-08-07T07:43:43.412Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f586cffdf542c81 -C extra-filename=-8f586cffdf542c81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-53dfea5550552dd9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38592024-08-07T07:43:43.548Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=9b75b1f38f8a6c77 -C extra-filename=-9b75b1f38f8a6c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-48a476f2f2ac58d0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad9e0c4ddca2cf37.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-9e3019dfa2e7afee.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-395b1012840c505c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-317b4fcb4c6695f4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d668c639a9954a6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6b8b0615a5074934.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9c60af89b665e2d0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-86e47af176ffa1b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
38602024-08-07T07:43:44.626Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=a0713db78eb0a0a2 -C extra-filename=-a0713db78eb0a0a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
38612024-08-07T07:43:46.577Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc803d49a3c9edee -C extra-filename=-fc803d49a3c9edee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-48521d26f8074af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b2ab60f50c25a983.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38622024-08-07T07:43:49.904Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a202de655b802a67 -C extra-filename=-a202de655b802a67 --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-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-746c89afb59bed22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/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 /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
38632024-08-07T07:43:52.208Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1562fc34ba6dbda -C extra-filename=-c1562fc34ba6dbda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8451391aea588c8d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8d8e7dbf16ad6e3c.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f5d91c7d9baf1717.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.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-b5467e1632890e2a/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/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
38642024-08-07T07:43:54.448Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed5c72a030bc29f1 -C extra-filename=-ed5c72a030bc29f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38652024-08-07T07:43:55.750Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c23bd6fe49aada8 -C extra-filename=-6c23bd6fe49aada8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6ceec59da4783310.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f0901f69c97d9eb9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6b8b0615a5074934.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9c60af89b665e2d0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6dafb5855c1f7d2f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/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`
38662024-08-07T07:43:57.164Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25daa2600894288a -C extra-filename=-25daa2600894288a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-48a476f2f2ac58d0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e1d934b7dc2ae10e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-aa3f11985b8baff7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b19fc42e64979320.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-65cce0a987c132e5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b2ab60f50c25a983.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38672024-08-07T07:44:00.004Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b20a9faa6f744cd9 -C extra-filename=-b20a9faa6f744cd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-48a476f2f2ac58d0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7b61734b02831066.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-06ec374457c0951a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-48567578a2cc2743.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0c71e790a6d7d329.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d668c639a9954a6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60996f15245c00c0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f57f8f4c298fe7f1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4fde19a2857ff611.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a297ebb958cc6f2e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-48521d26f8074af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b19fc42e64979320.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-746c89afb59bed22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8fa36cdb7fb80ba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a08025be0bb6d6d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6dafb5855c1f7d2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ded4a73b48eb45bd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
38682024-08-07T07:44:05.247Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ab99aa4a7368087 -C extra-filename=-6ab99aa4a7368087 --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-25f044098c4b01c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38692024-08-07T07:44:07.972Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=afe4b585cd58ed14 -C extra-filename=-afe4b585cd58ed14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8451391aea588c8d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8d8e7dbf16ad6e3c.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.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-b5467e1632890e2a/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/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
38702024-08-07T07:44:16.505Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29e7a7782f8b0791 -C extra-filename=-29e7a7782f8b0791 --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-48a476f2f2ac58d0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0c71e790a6d7d329.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
38712024-08-07T07:44:19.076Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=787e5f6dec3a490c -C extra-filename=-787e5f6dec3a490c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-53dfea5550552dd9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38722024-08-07T07:44:21.532Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb5196f82e09ae49 -C extra-filename=-eb5196f82e09ae49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-b449796034551fe0.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cda52d613f1b0236.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38732024-08-07T07:44:43.027Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=887b81c5e25797d5 -C extra-filename=-887b81c5e25797d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a6fbd3394569ffdd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
38742024-08-07T07:44:43.192Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0cf4bfb0ded52820 -C extra-filename=-0cf4bfb0ded52820 --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-db79d45a7c3cbf1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9aeaf234c6c3c9d2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -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-637693a26e703f67/out/lib`
38752024-08-07T07:44:45.535Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
38762024-08-07T07:44:45.537Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bc7e41f3d80d122 -C extra-filename=-3bc7e41f3d80d122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -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-637693a26e703f67/out/lib`
38772024-08-07T07:44:47.770Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffbf70022c6832b8 -C extra-filename=-ffbf70022c6832b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b690ed333415bee2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-bff969a52aced704.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e471b5786a6c51a6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -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-637693a26e703f67/out/lib`
38782024-08-07T07:44:59.958Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd78d9654556d8a9 -C extra-filename=-fd78d9654556d8a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b690ed333415bee2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-bff969a52aced704.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9aeaf234c6c3c9d2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e471b5786a6c51a6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -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-637693a26e703f67/out/lib`
38792024-08-07T07:45:08.062Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ab5b2d78c6a3328 -C extra-filename=-5ab5b2d78c6a3328 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b690ed333415bee2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-bff969a52aced704.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9aeaf234c6c3c9d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e471b5786a6c51a6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -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-637693a26e703f67/out/lib`
38802024-08-07T07:45:10.111Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7ffa92bba22169a -C extra-filename=-a7ffa92bba22169a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b690ed333415bee2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-bff969a52aced704.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9aeaf234c6c3c9d2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e471b5786a6c51a6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -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-637693a26e703f67/out/lib`
38812024-08-07T07:45:12.584Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6bf899bf1550d97 -C extra-filename=-a6bf899bf1550d97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38822024-08-07T07:45:15.716Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb4283eb8d4ea2bd -C extra-filename=-bb4283eb8d4ea2bd --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-bfb72a2afc18d443.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38832024-08-07T07:45:19.029Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=a69229f54c86cc95 -C extra-filename=-a69229f54c86cc95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c9b854d891cee8be.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3e9bac996e707939.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-235fa2d59d1220d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-53934843a53e3434.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7f10d800046d5b1d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fb0e421323b0324a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e24fcdcb4aae180a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b2ab60f50c25a983.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38842024-08-07T07:45:24.098Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=dee10bba9191eb54 -C extra-filename=-dee10bba9191eb54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c9b854d891cee8be.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3e9bac996e707939.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-235fa2d59d1220d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-53934843a53e3434.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7f10d800046d5b1d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fb0e421323b0324a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e24fcdcb4aae180a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b2ab60f50c25a983.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38852024-08-07T07:45:25.127Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12f7a5293e05bcfb -C extra-filename=-12f7a5293e05bcfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-53dfea5550552dd9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38862024-08-07T07:45:27.708Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=5ae66f88978386fe -C extra-filename=-5ae66f88978386fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c9b854d891cee8be.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3e9bac996e707939.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-235fa2d59d1220d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-53934843a53e3434.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7f10d800046d5b1d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fb0e421323b0324a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e24fcdcb4aae180a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b2ab60f50c25a983.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38872024-08-07T07:45:30.267Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d0ccc6972d2d9a5 -C extra-filename=-7d0ccc6972d2d9a5 --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-bc361000ca80ae24.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-a22bdb8290b5703c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
38882024-08-07T07:45:30.802Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed3e83e7830635da -C extra-filename=-ed3e83e7830635da --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-ec831ef06ed9b580.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae6fa6a49f3ce12f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0baafd81cedd4430.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4b5df787362db4de.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38892024-08-07T07:45:31.266Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=159d0383588e65fb -C extra-filename=-159d0383588e65fb --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-ec831ef06ed9b580.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae6fa6a49f3ce12f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0baafd81cedd4430.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4b5df787362db4de.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38902024-08-07T07:45:38.382Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=daadcb1466b1f6ab -C extra-filename=-daadcb1466b1f6ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38912024-08-07T07:45:49.846Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1de0b5a7e5145de3 -C extra-filename=-1de0b5a7e5145de3 --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-ec831ef06ed9b580.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae6fa6a49f3ce12f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0baafd81cedd4430.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4b5df787362db4de.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38922024-08-07T07:45:54.845Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49156f2e6b706fcd -C extra-filename=-49156f2e6b706fcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-fb21456cf63b974d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ad790d7e02a1e87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38932024-08-07T07:45:58.749Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47146acef8672958 -C extra-filename=-47146acef8672958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-fb21456cf63b974d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ad790d7e02a1e87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38942024-08-07T07:46:07.920Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36a3163b6118149c -C extra-filename=-36a3163b6118149c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-fb21456cf63b974d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ad790d7e02a1e87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38952024-08-07T07:46:14.020Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80ebab0948dc7af5 -C extra-filename=-80ebab0948dc7af5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-fb21456cf63b974d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ad790d7e02a1e87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38962024-08-07T07:46:14.597Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf75ee83358d406f -C extra-filename=-cf75ee83358d406f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-fb21456cf63b974d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ad790d7e02a1e87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38972024-08-07T07:46:15.599Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bc9f1fe61788f48 -C extra-filename=-3bc9f1fe61788f48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-fb21456cf63b974d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ad790d7e02a1e87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38982024-08-07T07:46:16.684Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8daf8c7390f4fb02 -C extra-filename=-8daf8c7390f4fb02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38992024-08-07T07:46:16.852Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40ff44fd6b74a1be -C extra-filename=-40ff44fd6b74a1be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2ec637c94335f0dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-a24edd536aa54664.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e50a3ade234e9462.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39002024-08-07T07:46:18.881Z Running `/home/build/.rustup/toolchains/1.80.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=b892700a7f10a283 -C extra-filename=-b892700a7f10a283 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c9b854d891cee8be.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3e9bac996e707939.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-235fa2d59d1220d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-53934843a53e3434.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7f10d800046d5b1d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fb0e421323b0324a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e24fcdcb4aae180a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b2ab60f50c25a983.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39012024-08-07T07:46:19.196Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ce220ce1688fc0a -C extra-filename=-7ce220ce1688fc0a --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-c71ed473c72ec59a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
39022024-08-07T07:46:21.163Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=191a450d6078c723 -C extra-filename=-191a450d6078c723 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
39032024-08-07T07:46:21.509Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07b991b7d0f98398 -C extra-filename=-07b991b7d0f98398 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-395b1012840c505c.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60996f15245c00c0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e98faa31cfac60aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39042024-08-07T07:46:37.550Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=78f09b42bb52fdd7 -C extra-filename=-78f09b42bb52fdd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39052024-08-07T07:46:41.139Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6de33212b6bfe478 -C extra-filename=-6de33212b6bfe478 --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-c71ed473c72ec59a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39062024-08-07T07:46:41.625Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29fda0e1517261d2 -C extra-filename=-29fda0e1517261d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39072024-08-07T07:46:43.708Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b778e62626b67ac9 -C extra-filename=-b778e62626b67ac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-fb21456cf63b974d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ad790d7e02a1e87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39082024-08-07T07:46:52.208Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5faae07afc9ffb20 -C extra-filename=-5faae07afc9ffb20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-fb21456cf63b974d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ad790d7e02a1e87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39092024-08-07T07:47:03.453Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=278b6dd26598ca0c -C extra-filename=-278b6dd26598ca0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-fb21456cf63b974d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ad790d7e02a1e87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39102024-08-07T07:47:04.950Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=22fb539cb2ef30c3 -C extra-filename=-22fb539cb2ef30c3 --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-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-3609e5b1b652ea2c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39112024-08-07T07:47:09.680Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8983639b2125d3dc -C extra-filename=-8983639b2125d3dc --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-5eb9c922344cdb6f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39122024-08-07T07:47:11.681Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=018a7dcad74999ee -C extra-filename=-018a7dcad74999ee --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-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39132024-08-07T07:47:11.684Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cea37f5ae72068ac -C extra-filename=-cea37f5ae72068ac --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-c71ed473c72ec59a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39142024-08-07T07:47:12.172Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e49174d9d2c1192b -C extra-filename=-e49174d9d2c1192b --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-9599ae581e4b25d1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-464c0b863ffbce49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39152024-08-07T07:47:14.631Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c11835439ff29bbf -C extra-filename=-c11835439ff29bbf --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-9599ae581e4b25d1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-464c0b863ffbce49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39162024-08-07T07:47:16.568Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a9c0905e09be31b -C extra-filename=-9a9c0905e09be31b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39172024-08-07T07:47:16.841Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90548633ba8e1b93 -C extra-filename=-90548633ba8e1b93 --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-ff67c4442f8d11f5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39182024-08-07T07:47:19.137Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68e7bfce09b057f1 -C extra-filename=-68e7bfce09b057f1 --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-774af40ecdc28659.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39192024-08-07T07:47:20.372Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=adc5206e8ec2e43c -C extra-filename=-adc5206e8ec2e43c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39202024-08-07T07:47:20.829Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=140337f6bbad8c9f -C extra-filename=-140337f6bbad8c9f --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-56ccca6d718a5fbd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39212024-08-07T07:47:21.795Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80725025e4628d65 -C extra-filename=-80725025e4628d65 --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-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39222024-08-07T07:47:22.572Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f73d5fce86c5ace5 -C extra-filename=-f73d5fce86c5ace5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39232024-08-07T07:47:24.771Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecd48bd31614d396 -C extra-filename=-ecd48bd31614d396 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1df2345cf1d13e0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bc361000ca80ae24.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39242024-08-07T07:47:29.874Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf7d8fad1f36c0b6 -C extra-filename=-bf7d8fad1f36c0b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-4c134d0f545b893d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-80f7b973b0ef1a55.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-b3879db478c5c841.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-428ae94ce2f29484.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
39252024-08-07T07:47:30.669Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb1e40aca873f2a6 -C extra-filename=-bb1e40aca873f2a6 --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-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39262024-08-07T07:47:35.828Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54cf3ee479d052ae -C extra-filename=-54cf3ee479d052ae --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-c3a3fe5954aac90f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39272024-08-07T07:47:36.486Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=912e9f37e09ffc84 -C extra-filename=-912e9f37e09ffc84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39282024-08-07T07:47:37.679Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=644b14031ca46908 -C extra-filename=-644b14031ca46908 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out`
39292024-08-07T07:47:40.853Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c01d920e1be5344a -C extra-filename=-c01d920e1be5344a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39302024-08-07T07:47:42.777Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46a718206ea30e6b -C extra-filename=-46a718206ea30e6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-ba0cddb702646010.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e99fe798d5ea5abf.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-fe646760f72a85dd.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39312024-08-07T07:47:44.742Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7938bf3f83f952fe -C extra-filename=-7938bf3f83f952fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-ba0cddb702646010.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e99fe798d5ea5abf.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-fe646760f72a85dd.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39322024-08-07T07:47:45.766Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2853f9fd440072ea -C extra-filename=-2853f9fd440072ea --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-d59053513d219f54.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-e0fb5818e5b96f30.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39332024-08-07T07:47:47.421Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=f9fada928f9ebdf2 -C extra-filename=-f9fada928f9ebdf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0b67d46e7569c3c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8727ffa2d62aa974.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39342024-08-07T07:47:48.640Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39352024-08-07T07:47:48.643Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdebda78b60c288d -C extra-filename=-cdebda78b60c288d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39362024-08-07T07:47:49.726Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f67a7ab9e3f9ea25 -C extra-filename=-f67a7ab9e3f9ea25 --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-f3f2c30f5b1e55f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39372024-08-07T07:47:50.486Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39382024-08-07T07:47:50.489Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c54f284c238156e -C extra-filename=-6c54f284c238156e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39392024-08-07T07:47:51.422Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7160d60c6b405a3 -C extra-filename=-d7160d60c6b405a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39402024-08-07T07:47:51.809Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f179fc64eed5b136 -C extra-filename=-f179fc64eed5b136 --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-868af700da08e0dd.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-477a0033dd312b72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-174bf46f611de01e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39412024-08-07T07:47:52.110Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=c3c354893e6614fd -C extra-filename=-c3c354893e6614fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0b67d46e7569c3c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8727ffa2d62aa974.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39422024-08-07T07:47:52.407Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
39432024-08-07T07:47:52.410Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4869961a868318b -C extra-filename=-b4869961a868318b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39442024-08-07T07:47:54.232Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=619a0dd755ce398d -C extra-filename=-619a0dd755ce398d --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-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39452024-08-07T07:47:54.664Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=e8eed91b38a8638a -C extra-filename=-e8eed91b38a8638a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0b67d46e7569c3c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8727ffa2d62aa974.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39462024-08-07T07:47:57.379Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aba8c40531d1fc3b -C extra-filename=-aba8c40531d1fc3b --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-1a3f0bcd224c92cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39472024-08-07T07:47:58.336Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc25b024daa4ff56 -C extra-filename=-fc25b024daa4ff56 --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-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39482024-08-07T07:48:00.741Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f715cef49ed0ba23 -C extra-filename=-f715cef49ed0ba23 --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-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39492024-08-07T07:48:00.889Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=25dd347297d961fb -C extra-filename=-25dd347297d961fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1e9a622927351da5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-689f621da57c8fbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-518f136634658ae3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b9d941cb954b158f.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-9fd19ba50c04e9e7.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5ae42389f98f3c90.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edcb067e2f996f26.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
39502024-08-07T07:48:02.670Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=404172527f6b6342 -C extra-filename=-404172527f6b6342 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39512024-08-07T07:48:04.097Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=864282a5219e17a4 -C extra-filename=-864282a5219e17a4 --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-5eb9c922344cdb6f.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0baafd81cedd4430.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39522024-08-07T07:48:05.846Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=94386510e2a8032f -C extra-filename=-94386510e2a8032f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1df2345cf1d13e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-1744626159c899c2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39532024-08-07T07:48:10.358Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc1b8a345c645d23 -C extra-filename=-dc1b8a345c645d23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39542024-08-07T07:48:12.106Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35b132822a60eadc -C extra-filename=-35b132822a60eadc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39552024-08-07T07:48:18.827Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=511fc31c0a4fac57 -C extra-filename=-511fc31c0a4fac57 --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-bfb72a2afc18d443.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39562024-08-07T07:48:20.274Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe1df784ae0d88ce -C extra-filename=-fe1df784ae0d88ce --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-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39572024-08-07T07:48:20.383Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3c3f9cc95f7edb8 -C extra-filename=-d3c3f9cc95f7edb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39582024-08-07T07:48:22.838Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da214c5b0bf70fd5 -C extra-filename=-da214c5b0bf70fd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5ae42389f98f3c90.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-13f426de100b5efd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39592024-08-07T07:48:23.542Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74d9000127be67ce -C extra-filename=-74d9000127be67ce --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-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39602024-08-07T07:48:25.707Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15dac4c52304e8f9 -C extra-filename=-15dac4c52304e8f9 --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-d59053513d219f54.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39612024-08-07T07:48:25.764Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c0c41058d479113 -C extra-filename=-1c0c41058d479113 --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-d59053513d219f54.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39622024-08-07T07:48:26.686Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b40fde19f9c75360 -C extra-filename=-b40fde19f9c75360 --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-d59053513d219f54.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39632024-08-07T07:48:27.357Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49eabaf7756822d9 -C extra-filename=-49eabaf7756822d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-13f426de100b5efd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39642024-08-07T07:48:27.387Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59bd3084075ecef2 -C extra-filename=-59bd3084075ecef2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39652024-08-07T07:48:27.421Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c2833641a175690 -C extra-filename=-4c2833641a175690 --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-d59053513d219f54.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39662024-08-07T07:48:27.827Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=757c307611158943 -C extra-filename=-757c307611158943 --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-d59053513d219f54.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39672024-08-07T07:48:28.602Z Running `/home/build/.rustup/toolchains/1.80.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81899487b0342754 -C extra-filename=-81899487b0342754 --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-270ec62c87d2f5bc.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-00d774e06ceb2f21.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0a7ce7632533ff0c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f2feca33e2b5367a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4499841fd6127d59.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17249b5a9669d189.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a832b836e5e69f36.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-5f79fe7a45357f7f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-31af9b98b6868a63.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-27034870866a0d3f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d5d3c5dd2e616b61.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-745eea638614c2b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cfa97946302291f6.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0845c32c16c6ae38.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b358fd68a8929de5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f4e1448f3beaf8f9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2c016a8c8d83913e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c1112ffa546804b.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1056b9125c84375a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ca394e1aad73e4f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e59330534a083253.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e6841b6a0442356b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8abb34285b593aa0.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3271814d2e5a31be.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-19ffccf241e2723d.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b562a6826fc3bfa1.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-4d32e03047f7ae68.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9adaac230c4a1804.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-f0eb6b01708a31d0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-86e47af176ffa1b5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4ef99abaa23c0234.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-3aaf81cb9250b263.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9567596720c953d4.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2515f79946056eab.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-60060924c7e28376.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a533648fb54e4110.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42d53f88f694e4e9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-97830cc928b40c66.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64`
39682024-08-07T07:48:28.679Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=8075d8ef62aedd16 -C extra-filename=-8075d8ef62aedd16 --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-bc361000ca80ae24.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692024-08-07T07:50:02.408Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b28fbc314f10b7f -C extra-filename=-7b28fbc314f10b7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-48a476f2f2ac58d0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7b61734b02831066.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0c71e790a6d7d329.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a297ebb958cc6f2e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-746c89afb59bed22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
39702024-08-07T07:50:02.412Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cceac8541a447536 -C extra-filename=-cceac8541a447536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-48521d26f8074af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-746c89afb59bed22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b2ab60f50c25a983.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
39712024-08-07T07:50:05.067Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b89ac1e1ae1d5cff -C extra-filename=-b89ac1e1ae1d5cff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-48a476f2f2ac58d0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e1d934b7dc2ae10e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-aa3f11985b8baff7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b19fc42e64979320.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-746c89afb59bed22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-65cce0a987c132e5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b2ab60f50c25a983.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
39722024-08-07T07:50:05.628Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e0fc5000a2f098b -C extra-filename=-0e0fc5000a2f098b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-96f129dbf18852f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8fa36cdb7fb80ba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.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-b5467e1632890e2a/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/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
39732024-08-07T07:50:08.382Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a542b347c2cda633 -C extra-filename=-a542b347c2cda633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7b61734b02831066.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-48567578a2cc2743.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60996f15245c00c0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f57f8f4c298fe7f1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4fde19a2857ff611.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a297ebb958cc6f2e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-48521d26f8074af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b19fc42e64979320.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a08025be0bb6d6d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6dafb5855c1f7d2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/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-637693a26e703f67/out/lib`
39742024-08-07T07:50:15.337Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7971cc5281965f61 -C extra-filename=-7971cc5281965f61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.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-b5467e1632890e2a/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/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
39752024-08-07T07:50:18.862Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e31b181fa0ff79c -C extra-filename=-3e31b181fa0ff79c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7b61734b02831066.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-48567578a2cc2743.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60996f15245c00c0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f57f8f4c298fe7f1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4fde19a2857ff611.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a297ebb958cc6f2e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-48521d26f8074af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b19fc42e64979320.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a08025be0bb6d6d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6dafb5855c1f7d2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/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-637693a26e703f67/out/lib`
39762024-08-07T07:50:38.199Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0abf78452d96f322 -C extra-filename=-0abf78452d96f322 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-48a476f2f2ac58d0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7b61734b02831066.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-06ec374457c0951a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-48567578a2cc2743.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0c71e790a6d7d329.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d668c639a9954a6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60996f15245c00c0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f57f8f4c298fe7f1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4fde19a2857ff611.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a297ebb958cc6f2e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-48521d26f8074af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b19fc42e64979320.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-746c89afb59bed22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8fa36cdb7fb80ba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a08025be0bb6d6d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6dafb5855c1f7d2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ded4a73b48eb45bd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
39772024-08-07T07:50:41.051Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8537d3534041ce32 -C extra-filename=-8537d3534041ce32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-48a476f2f2ac58d0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7b61734b02831066.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-06ec374457c0951a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-48567578a2cc2743.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0c71e790a6d7d329.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d668c639a9954a6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60996f15245c00c0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f57f8f4c298fe7f1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4fde19a2857ff611.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a297ebb958cc6f2e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-48521d26f8074af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b19fc42e64979320.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-746c89afb59bed22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8fa36cdb7fb80ba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a08025be0bb6d6d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6dafb5855c1f7d2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ded4a73b48eb45bd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
39782024-08-07T07:50:42.265Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5625d22daca2024 -C extra-filename=-b5625d22daca2024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-48a476f2f2ac58d0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e1d934b7dc2ae10e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-aa3f11985b8baff7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b19fc42e64979320.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-746c89afb59bed22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-65cce0a987c132e5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b2ab60f50c25a983.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
39792024-08-07T07:51:02.984Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3dc6f48dc5c6074c -C extra-filename=-3dc6f48dc5c6074c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-96f129dbf18852f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8fa36cdb7fb80ba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.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-b5467e1632890e2a/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/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
39802024-08-07T07:51:58.699Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5269a6a506f59ccc -C extra-filename=-5269a6a506f59ccc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-48521d26f8074af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-746c89afb59bed22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b2ab60f50c25a983.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
39812024-08-07T07:52:27.400Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2aa75066b5cbd304 -C extra-filename=-2aa75066b5cbd304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-48a476f2f2ac58d0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7b61734b02831066.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-06ec374457c0951a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-48567578a2cc2743.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0c71e790a6d7d329.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d668c639a9954a6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60996f15245c00c0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f57f8f4c298fe7f1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4fde19a2857ff611.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a297ebb958cc6f2e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-48521d26f8074af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b19fc42e64979320.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-746c89afb59bed22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8fa36cdb7fb80ba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a08025be0bb6d6d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6dafb5855c1f7d2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ded4a73b48eb45bd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out`
39822024-08-07T08:04:36.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28m 20s
39832024-08-07T08:04:49.658Z
39842024-08-07T08:04:49.663Zreal 28:32.759514886
39852024-08-07T08:04:49.663Zuser 1:42:42.247586144
39862024-08-07T08:04:49.663Zsys 20:59.056370771
39872024-08-07T08:04:49.663Ztrap 8.775374517
39882024-08-07T08:04:49.663Ztflt 18.142582515
39892024-08-07T08:04:49.663Zdflt 1:01:36.568821166
39902024-08-07T08:04:49.663Zkflt 0.812783300
39912024-08-07T08:04:49.663Zlock 5:44:37.337257143
39922024-08-07T08:04:49.663Zslp 14:58:01.943532530
39932024-08-07T08:04:49.663Zlat 7:24.395879504
39942024-08-07T08:04:49.663Zstop 7:41.398314768
39952024-08-07T08:04:50.660Z+ banner test
39962024-08-07T08:04:50.703Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
39972024-08-07T08:04:51.635Z
39982024-08-07T08:04:51.635Z ##### ###### #### #####
39992024-08-07T08:04:51.635Z # # # #
40002024-08-07T08:04:51.635Z # ##### #### #
40012024-08-07T08:04:51.635Z # # # #
40022024-08-07T08:04:51.635Z # # # # #
40032024-08-07T08:04:51.635Z # ###### #### #
40042024-08-07T08:04:51.635Z
40052024-08-07T08:04:54.510Zinfo: experimental features enabled: setup-scripts
40062024-08-07T08:04:55.819Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40072024-08-07T08:04:55.950Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40082024-08-07T08:04:55.964Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40092024-08-07T08:04:55.978Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40102024-08-07T08:05:07.891Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.34s
40112024-08-07T08:05:12.879Z Starting 1375 tests across 150 binaries (3 skipped; run ID: 783c793f-f8b7-40f1-96b1-083682afaa1a, nextest profile: ci)
40122024-08-07T08:05:12.884Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
40132024-08-07T08:05:13.664Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40142024-08-07T08:05:16.091Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40152024-08-07T08:05:17.821Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40162024-08-07T08:05:23.901Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.95s
40172024-08-07T08:05:24.012Z Running `target/debug/crdb-seed`
40182024-08-07T08:05:24.046ZAug 07 08:05:22.411 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpTl8hAn
40192024-08-07T08:05:24.051ZAug 07 08:05:22.411 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpwNdhVd,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpTl8hAn/listen-url
40202024-08-07T08:05:24.051ZAug 07 08:05:22.413 INFO cockroach environment: BUILDOMAT_JOB_ID=01J4NVXW5ZTR5DMKJ6X8555F5N BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.80.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=renovate/mockall-0.x GITHUB_REF=refs/heads/renovate/mockall-0.x GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=77ecea18834bca1c4e128477ec7cf48f9a25e7db 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-b5467e1632890e2a/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out:/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out:/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envhgmnjD NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out:/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out:/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=783c793f-f8b7-40f1-96b1-083682afaa1a 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.80.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
40212024-08-07T08:05:25.373ZAug 07 08:05:23.739 INFO cockroach pid: 5325
40222024-08-07T08:05:25.373ZAug 07 08:05:23.739 INFO cockroach listen URL: postgresql://root@[::1]:57907/omicron?sslmode=disable
40232024-08-07T08:05:25.376ZAug 07 08:05:23.739 INFO cockroach: populating
40242024-08-07T08:05:27.919ZAug 07 08:05:26.285 INFO cockroach: populated
40252024-08-07T08:05:30.087ZAug 07 08:05:28.453 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/554f01280a7ff0f0d2cc769aa2567b9d2b0bec5308af5c1c3ce1d634da93ce36.tar`
40262024-08-07T08:05:30.092Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
40272024-08-07T08:05:30.160Z PASS [ 0.037s] api_identity test::test_identity
40282024-08-07T08:05:30.160Z PASS [ 0.031s] api_identity test::test_identity_no_field
40292024-08-07T08:05:30.160Z PASS [ 0.031s] bootstore schemes::tests::hello_roundtrip
40302024-08-07T08:05:30.160Z PASS [ 0.018s] bootstore trust_quorum::rack_secret::tests::create_and_verify
40312024-08-07T08:05:30.160Z PASS [ 0.018s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
40322024-08-07T08:05:30.160Z PASS [ 0.045s] authz-macros tests::test_authz_snapshots
40332024-08-07T08:05:30.164Z PASS [ 0.035s] bootstore schemes::v0::share_pkg::tests::create_packages
40342024-08-07T08:05:30.182Z PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
40352024-08-07T08:05:30.199Z PASS [ 0.017s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
40362024-08-07T08:05:30.215Z PASS [ 0.017s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
40372024-08-07T08:05:30.220Z PASS [ 0.099s] bootstore schemes::v0::peer::tests::network_config
40382024-08-07T08:05:30.230Z PASS [ 0.015s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
40392024-08-07T08:05:30.236Z PASS [ 0.015s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
40402024-08-07T08:05:30.247Z PASS [ 0.089s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
40412024-08-07T08:05:30.247Z PASS [ 0.090s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
40422024-08-07T08:05:30.388Z PASS [ 0.238s] cert-dev::test-cert-dev test_cert_create
40432024-08-07T08:05:30.472Z PASS [ 0.084s] db-macros lookup::test::test_lookup_snapshots
40442024-08-07T08:05:30.489Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_for_enums
40452024-08-07T08:05:30.506Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
40462024-08-07T08:05:30.525Z PASS [ 0.280s] db-dev::test-db-dev test_db_dev_wipe_no_args
40472024-08-07T08:05:30.525Z PASS [ 0.286s] db-dev::test-db-dev test_db_dev_populate_no_args
40482024-08-07T08:05:30.530Z PASS [ 0.025s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
40492024-08-07T08:05:30.536Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
40502024-08-07T08:05:30.543Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
40512024-08-07T08:05:30.561Z PASS [ 0.019s] db-macros tests::test_derive_with_unknown_field
40522024-08-07T08:05:30.561Z PASS [ 0.024s] db-macros tests::test_derive_snapshots
40532024-08-07T08:05:30.799Z PASS [ 0.241s] dns-server storage::test::test_update_in_progress
40542024-08-07T08:05:30.810Z PASS [ 0.249s] dns-server storage::test::test_update_interrupted
40552024-08-07T08:05:30.821Z PASS [ 0.273s] dns-server storage::test::test_update_basic
40562024-08-07T08:05:31.269Z PASS [ 1.149s] bootstore schemes::v0::peer::tests::basic_3_nodes
40572024-08-07T08:05:31.364Z PASS [ 0.566s] dns-server::basic_test a_crud
40582024-08-07T08:05:31.376Z PASS [ 0.553s] dns-server::basic_test empty_record
40592024-08-07T08:05:31.376Z PASS [ 0.561s] dns-server::basic_test aaaa_crud
40602024-08-07T08:05:31.576Z PASS [ 0.308s] dns-server::basic_test multi_record_crud
40612024-08-07T08:05:31.644Z PASS [ 0.278s] dns-server::basic_test name_contains_zone
40622024-08-07T08:05:31.652Z PASS [ 0.280s] dns-server::basic_test nxdomain
40632024-08-07T08:05:31.673Z PASS [ 0.296s] dns-server::basic_test servfail
40642024-08-07T08:05:31.735Z PASS [ 0.060s] dns-service-client diff::test::diff_equivalent
40652024-08-07T08:05:31.735Z PASS [ 0.091s] dns-service-client diff::test::diff_different
40662024-08-07T08:05:31.773Z PASS [ 0.038s] dns-service-client diff::test::diff_invalid
40672024-08-07T08:05:31.800Z PASS [ 0.057s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
40682024-08-07T08:05:31.806Z PASS [ 0.035s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
40692024-08-07T08:05:31.864Z PASS [ 0.288s] dns-server::basic_test srv_crud
40702024-08-07T08:05:31.892Z PASS [ 0.090s] illumos-utils destructor::test::test_delayed_delete
40712024-08-07T08:05:31.900Z PASS [ 0.036s] illumos-utils destructor::test::test_destructor_bad_close
40722024-08-07T08:05:31.926Z PASS [ 0.035s] illumos-utils link::test::test_allocate
40732024-08-07T08:05:31.934Z PASS [ 0.034s] illumos-utils link::test::test_allocate_within_scopes
40742024-08-07T08:05:31.951Z PASS [ 0.025s] illumos-utils running_zone::tests::test_is_oxide_smf_service
40752024-08-07T08:05:31.964Z PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network
40762024-08-07T08:05:31.985Z PASS [ 0.034s] illumos-utils zpool::test::test_parse_zpool
40772024-08-07T08:05:31.994Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column
40782024-08-07T08:05:32.602Z PASS [ 0.792s] illumos-utils destructor::test::test_delayed_delete_with_error
40792024-08-07T08:05:32.842Z PASS [ 0.240s] installinator-common block_size_writer::tests::proptest_block_writer
40802024-08-07T08:05:32.942Z PASS [ 0.080s] internal-dns config::test::display_hosts
40812024-08-07T08:05:32.957Z PASS [ 0.036s] internal-dns config::test::display_srv_service
40822024-08-07T08:05:33.065Z PASS [ 0.102s] internal-dns config::test::test_builder_errors
40832024-08-07T08:05:33.220Z PASS [ 0.162s] internal-dns config::test::test_builder_output
40842024-08-07T08:05:34.015Z PASS [ 0.795s] internal-dns resolver::test::insert_and_lookup_multiple_records
40852024-08-07T08:05:34.281Z PASS [ 0.266s] internal-dns resolver::test::insert_and_lookup_one_record
40862024-08-07T08:05:34.587Z PASS [ 0.306s] internal-dns resolver::test::lookup_nonexistent_record_fails
40872024-08-07T08:05:35.394Z PASS [ 0.807s] internal-dns resolver::test::resolver_can_access_backup_dns_server
40882024-08-07T08:05:35.609Z PASS [ 3.966s] dns-server::commands_test test_dnsadm
40892024-08-07T08:05:35.748Z PASS [ 0.355s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
40902024-08-07T08:05:36.028Z PASS [ 0.418s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
40912024-08-07T08:05:36.049Z PASS [ 0.301s] internal-dns resolver::test::update_record
40922024-08-07T08:05:36.065Z PASS [ 0.039s] ipcc tests::deserialize_fixed_value
40932024-08-07T08:05:36.118Z PASS [ 0.042s] ipcc tests::serialized_size
40942024-08-07T08:05:36.119Z PASS [ 0.058s] ipcc tests::installinator_image_id_round_trip
40952024-08-07T08:05:36.202Z PASS [ 0.089s] key-manager tests::different_disks_produce_different_keys
40962024-08-07T08:05:36.203Z PASS [ 0.078s] key-manager tests::different_ikm_produces_different_keys
40972024-08-07T08:05:36.212Z PASS [ 5.966s] db-dev::test-db-dev test_db_killed
40982024-08-07T08:05:36.227Z PASS [ 0.025s] key-manager tests::disk_encryption_key_epoch_0
40992024-08-07T08:05:36.235Z PASS [ 0.032s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
41002024-08-07T08:05:36.259Z PASS [ 0.049s] nexus-auth authn::external::cookies::test::test_parse_cookies_empty_headers
41012024-08-07T08:05:36.288Z PASS [ 0.061s] nexus-auth authn::external::cookies::test::test_parse_cookies_ignore_other_headers
41022024-08-07T08:05:36.288Z PASS [ 0.047s] nexus-auth authn::external::cookies::test::test_parse_cookies_one_cookie
41032024-08-07T08:05:36.295Z PASS [ 0.036s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers
41042024-08-07T08:05:36.310Z PASS [ 0.028s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
41052024-08-07T08:05:36.317Z PASS [ 0.029s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookies
41062024-08-07T08:05:36.375Z PASS [ 0.056s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
41072024-08-07T08:05:36.403Z PASS [ 0.100s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
41082024-08-07T08:05:36.404Z PASS [ 0.086s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
41092024-08-07T08:05:36.418Z PASS [ 0.041s] nexus-auth authn::external::session_cookie::test::test_get_token
41102024-08-07T08:05:36.425Z PASS [ 0.030s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
41112024-08-07T08:05:36.432Z PASS [ 0.030s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
41122024-08-07T08:05:36.448Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
41132024-08-07T08:05:36.465Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_other_cookie
41142024-08-07T08:05:36.475Z PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
41152024-08-07T08:05:36.491Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
41162024-08-07T08:05:36.503Z PASS [ 0.047s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
41172024-08-07T08:05:36.511Z PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_make_header_value
41182024-08-07T08:05:36.534Z PASS [ 0.050s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
41192024-08-07T08:05:36.544Z PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
41202024-08-07T08:05:36.551Z PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
41212024-08-07T08:05:36.563Z PASS [ 0.030s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
41222024-08-07T08:05:36.573Z PASS [ 0.030s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
41232024-08-07T08:05:36.594Z PASS [ 0.030s] nexus-auth authn::external::token::test::test_make_header_value
41242024-08-07T08:05:36.600Z PASS [ 0.049s] nexus-auth authn::external::test::test_authn_sequence
41252024-08-07T08:05:36.606Z PASS [ 0.034s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
41262024-08-07T08:05:36.622Z PASS [ 0.029s] nexus-auth authn::external::token::test::test_token_header_missing
41272024-08-07T08:05:36.629Z PASS [ 0.029s] nexus-auth authn::external::token::test::test_token_header_valid
41282024-08-07T08:05:36.669Z PASS [ 0.061s] nexus-auth authn::test::test_internal_users
41292024-08-07T08:05:36.700Z PASS [ 0.066s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
41302024-08-07T08:05:36.761Z PASS [ 0.092s] nexus-auth context::test::test_background_context
41312024-08-07T08:05:36.788Z PASS [ 0.082s] nexus-auth context::test::test_child_context
41322024-08-07T08:05:36.813Z PASS [ 0.172s] nexus-auth authz::context::test::test_unregistered_resource
41332024-08-07T08:05:36.845Z PASS [ 0.081s] nexus-auth context::test::test_test_context
41342024-08-07T08:05:36.977Z PASS [ 0.127s] nexus-config nexus_config::test::test_config_bad_toml
41352024-08-07T08:05:36.980Z PASS [ 0.081s] nexus-config nexus_config::test::test_config_empty
41362024-08-07T08:05:37.005Z PASS [ 0.207s] nexus-config nexus_config::test::test_bad_authn_schemes
41372024-08-07T08:05:37.005Z PASS [ 0.063s] nexus-config nexus_config::test::test_config_nonexistent
41382024-08-07T08:05:37.064Z PASS [ 0.035s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
41392024-08-07T08:05:37.115Z PASS [ 0.113s] nexus-config nexus_config::test::test_repo_configs_are_valid
41402024-08-07T08:05:37.147Z PASS [ 0.038s] nexus-config postgres_config::test::test_bad_url
41412024-08-07T08:05:37.167Z PASS [ 0.134s] nexus-config nexus_config::test::test_valid
41422024-08-07T08:05:37.187Z PASS [ 0.030s] nexus-config postgres_config::test::test_example_url
41432024-08-07T08:05:37.293Z PASS [ 0.221s] nexus-config nexus_config::test::test_deployment_config_schema
41442024-08-07T08:05:37.293Z PASS [ 0.051s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
41452024-08-07T08:05:37.296Z PASS [ 0.071s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
41462024-08-07T08:05:37.296Z PASS [ 0.070s] nexus-db-fixed-data test::test_allowlist_id_is_valid
41472024-08-07T08:05:37.296Z PASS [ 0.047s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
41482024-08-07T08:05:37.317Z PASS [ 0.042s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
41492024-08-07T08:05:37.327Z PASS [ 0.078s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
41502024-08-07T08:05:37.366Z PASS [ 0.091s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
41512024-08-07T08:05:37.377Z PASS [ 0.053s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
41522024-08-07T08:05:37.410Z PASS [ 0.032s] nexus-db-model schema_versions::test::test_known_versions
41532024-08-07T08:05:37.428Z PASS [ 0.119s] nexus-db-model device_auth::test::test_generate_user_code
41542024-08-07T08:05:37.440Z PASS [ 0.070s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
41552024-08-07T08:05:37.449Z PASS [ 0.038s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
41562024-08-07T08:05:37.457Z PASS [ 0.031s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
41572024-08-07T08:05:37.471Z PASS [ 0.030s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
41582024-08-07T08:05:37.474Z PASS [ 0.024s] nexus-db-model schema_versions::test::test_verify
41592024-08-07T08:05:37.495Z PASS [ 0.038s] nexus-db-model semver_version::test::test_to_from_sortable_string
41602024-08-07T08:05:37.514Z PASS [ 0.031s] nexus-db-model tests::test_ipv6_net_random_subnet
41612024-08-07T08:05:37.515Z PASS [ 0.039s] nexus-db-model tests::test_ip_subnet_check_requestable_address
41622024-08-07T08:05:37.533Z PASS [ 0.037s] nexus-db-model tests::test_roles_database_strings
41632024-08-07T08:05:37.559Z PASS [ 0.037s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
41642024-08-07T08:05:37.957Z PASS [ 5.970s] installinator mock_peers::tests::proptest_fetch_artifact
41652024-08-07T08:05:38.826Z PASS [ 6.825s] installinator write::tests::proptest_write_artifact
41662024-08-07T08:05:43.650Z PASS [ 6.109s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
41672024-08-07T08:05:43.700Z PASS [ 6.186s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
41682024-08-07T08:05:43.745Z PASS [ 6.210s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
41692024-08-07T08:05:43.762Z PASS [ 5.806s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
41702024-08-07T08:05:44.248Z PASS [ 5.428s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
41712024-08-07T08:05:47.344Z PASS [ 17.094s] db-dev::test-db-dev test_db_run
41722024-08-07T08:05:47.384Z PASS [ 0.039s] nexus-db-queries db::collection_attach::test::test_verify_query
41732024-08-07T08:05:48.853Z PASS [ 5.203s] nexus-db-queries db::collection_attach::test::test_attach_once
41742024-08-07T08:05:49.086Z PASS [ 5.389s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
41752024-08-07T08:05:49.168Z PASS [ 5.425s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
41762024-08-07T08:05:49.176Z PASS [ 5.414s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
41772024-08-07T08:05:49.354Z PASS [ 5.104s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
41782024-08-07T08:05:52.264Z PASS [ 4.882s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
41792024-08-07T08:05:52.299Z PASS [ 0.034s] nexus-db-queries db::collection_detach::test::test_verify_query
41802024-08-07T08:05:52.658Z PASS [ 22.516s] bootstore::v0-fsm-proptest-learner run
41812024-08-07T08:05:53.806Z PASS [ 4.951s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
41822024-08-07T08:05:54.186Z PASS [ 5.100s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
41832024-08-07T08:05:54.345Z PASS [ 5.176s] nexus-db-queries db::collection_detach::test::test_detach_once
41842024-08-07T08:05:54.412Z PASS [ 5.236s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
41852024-08-07T08:05:54.533Z PASS [ 5.179s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
41862024-08-07T08:05:57.119Z PASS [ 4.820s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
41872024-08-07T08:05:57.542Z PASS [ 4.884s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
41882024-08-07T08:05:57.576Z PASS [ 0.033s] nexus-db-queries db::collection_detach_many::test::test_verify_query
41892024-08-07T08:05:57.951Z PASS [ 27.806s] bootstore::v0-fsm-proptest-rack-coordinator run
41902024-08-07T08:05:58.746Z PASS [ 4.940s] nexus-db-queries db::collection_detach_many::test::test_detach_many
41912024-08-07T08:05:58.787Z PASS [ 0.042s] nexus-db-queries db::collection_insert::test::test_verify_query
41922024-08-07T08:05:58.830Z PASS [ 0.043s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
41932024-08-07T08:05:58.868Z PASS [ 0.038s] nexus-db-queries db::column_walker::test::test_walk_columns
41942024-08-07T08:05:58.913Z PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_walk_table
41952024-08-07T08:05:59.104Z PASS [ 4.919s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
41962024-08-07T08:05:59.292Z PASS [ 4.948s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
41972024-08-07T08:05:59.410Z PASS [ 4.998s] nexus-db-queries db::collection_detach_many::test::test_detach_once
41982024-08-07T08:05:59.430Z PASS [ 4.899s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
41992024-08-07T08:06:01.727Z PASS [ 4.607s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
42002024-08-07T08:06:02.206Z PASS [ 4.630s] nexus-db-queries db::collection_insert::test::test_collection_not_present
42012024-08-07T08:06:02.545Z PASS [ 4.594s] nexus-db-queries db::collection_insert::test::test_collection_present
42022024-08-07T08:06:04.557Z PASS [ 5.127s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
42032024-08-07T08:06:05.193Z PASS [ 6.282s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
42042024-08-07T08:06:05.221Z PASS [ 6.118s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
42052024-08-07T08:06:05.440Z PASS [ 6.148s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
42062024-08-07T08:06:05.870Z PASS [ 6.459s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
42072024-08-07T08:06:05.911Z PASS [ 0.041s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
42082024-08-07T08:06:06.398Z PASS [ 4.672s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
42092024-08-07T08:06:06.650Z PASS [ 4.445s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
42102024-08-07T08:06:08.382Z PASS [ 5.835s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
42112024-08-07T08:06:11.641Z PASS [ 7.084s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
42122024-08-07T08:06:11.853Z PASS [ 6.659s] nexus-db-queries db::datastore::deployment::tests::test_set_target
42132024-08-07T08:06:11.907Z PASS [ 6.468s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
42142024-08-07T08:06:12.099Z PASS [ 6.877s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
42152024-08-07T08:06:12.105Z PASS [ 6.195s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
42162024-08-07T08:06:12.866Z PASS [ 6.469s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
42172024-08-07T08:06:13.361Z PASS [ 6.708s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
42182024-08-07T08:06:14.326Z PASS [ 5.944s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
42192024-08-07T08:06:18.319Z PASS [ 6.465s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
42202024-08-07T08:06:18.371Z PASS [ 6.729s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
42212024-08-07T08:06:18.651Z PASS [ 6.544s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
42222024-08-07T08:06:18.707Z PASS [ 6.607s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
42232024-08-07T08:06:19.142Z PASS [ 7.234s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
42242024-08-07T08:06:19.458Z PASS [ 6.591s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
42252024-08-07T08:06:19.607Z PASS [ 6.248s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_unlocking_someone_elses_instance_errors
42262024-08-07T08:06:20.125Z PASS [ 5.799s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
42272024-08-07T08:06:25.244Z PASS [ 6.595s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
42282024-08-07T08:06:25.449Z PASS [ 7.077s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
42292024-08-07T08:06:25.736Z PASS [ 7.029s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
42302024-08-07T08:06:26.026Z PASS [ 6.418s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
42312024-08-07T08:06:26.087Z PASS [ 6.628s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
42322024-08-07T08:06:26.413Z PASS [ 6.285s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
42332024-08-07T08:06:27.073Z PASS [ 7.929s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
42342024-08-07T08:06:27.151Z PASS [ 8.831s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
42352024-08-07T08:06:31.636Z PASS [ 6.392s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
42362024-08-07T08:06:32.111Z PASS [ 6.376s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
42372024-08-07T08:06:32.633Z PASS [ 7.185s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
42382024-08-07T08:06:32.639Z PASS [ 6.553s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
42392024-08-07T08:06:32.761Z PASS [ 6.735s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
42402024-08-07T08:06:33.163Z PASS [ 6.753s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
42412024-08-07T08:06:33.613Z PASS [ 6.541s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
42422024-08-07T08:06:33.788Z PASS [ 6.635s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
42432024-08-07T08:06:38.209Z PASS [ 6.573s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
42442024-08-07T08:06:39.601Z PASS [ 7.489s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
42452024-08-07T08:06:39.633Z PASS [ 0.032s] nexus-db-queries db::datastore::region::test::test_extent_count
42462024-08-07T08:06:39.659Z PASS [ 6.898s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
42472024-08-07T08:06:39.914Z PASS [ 7.274s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
42482024-08-07T08:06:40.064Z PASS [ 6.900s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
42492024-08-07T08:06:40.761Z PASS [ 8.128s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
42502024-08-07T08:06:40.945Z PASS [ 7.332s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
42512024-08-07T08:06:41.075Z PASS [ 7.289s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
42522024-08-07T08:06:43.979Z PASS [ 5.763s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
42532024-08-07T08:06:46.104Z PASS [ 6.471s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
42542024-08-07T08:06:46.244Z PASS [ 6.584s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
42552024-08-07T08:06:46.267Z PASS [ 6.203s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
42562024-08-07T08:06:46.493Z PASS [ 6.574s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
42572024-08-07T08:06:47.026Z PASS [ 6.081s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
42582024-08-07T08:06:47.502Z PASS [ 6.426s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
42592024-08-07T08:06:47.583Z PASS [ 6.820s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
42602024-08-07T08:06:49.913Z PASS [ 5.937s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
42612024-08-07T08:06:53.427Z PASS [ 7.160s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
42622024-08-07T08:06:53.868Z PASS [ 6.841s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
42632024-08-07T08:06:54.122Z PASS [ 7.879s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
42642024-08-07T08:06:54.251Z PASS [ 6.668s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
42652024-08-07T08:06:54.389Z PASS [ 6.887s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
42662024-08-07T08:06:54.712Z PASS [ 8.608s] nexus-db-queries db::datastore::sled::test::sled_list_batch
42672024-08-07T08:06:55.967Z PASS [ 9.477s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
42682024-08-07T08:06:56.165Z PASS [ 6.253s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
42692024-08-07T08:06:59.173Z PASS [ 4.782s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
42702024-08-07T08:06:59.937Z PASS [ 6.510s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
42712024-08-07T08:07:00.095Z PASS [ 6.225s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
42722024-08-07T08:07:00.322Z PASS [ 6.070s] nexus-db-queries db::datastore::test::test_project_creation
42732024-08-07T08:07:00.617Z PASS [ 6.493s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
42742024-08-07T08:07:01.086Z PASS [ 6.374s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
42752024-08-07T08:07:02.357Z PASS [ 6.192s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
42762024-08-07T08:07:06.691Z PASS [ 7.519s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
42772024-08-07T08:07:06.995Z PASS [ 7.057s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
42782024-08-07T08:07:07.278Z PASS [ 11.311s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
42792024-08-07T08:07:08.940Z PASS [ 6.584s] nexus-db-queries db::datastore::test::test_session_methods
42802024-08-07T08:07:11.067Z PASS [ 10.747s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
42812024-08-07T08:07:11.450Z PASS [ 11.357s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
42822024-08-07T08:07:11.636Z PASS [ 4.944s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
42832024-08-07T08:07:12.404Z PASS [ 11.789s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
42842024-08-07T08:07:12.546Z PASS [ 11.459s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
42852024-08-07T08:07:12.908Z PASS [ 5.913s] nexus-db-queries db::datastore::test::test_ssh_keys
42862024-08-07T08:07:13.019Z PASS [ 5.741s] nexus-db-queries db::datastore::test::test_table_scan
42872024-08-07T08:07:14.762Z PASS [ 5.821s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
42882024-08-07T08:07:17.246Z PASS [ 6.177s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
42892024-08-07T08:07:17.748Z PASS [ 6.298s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
42902024-08-07T08:07:17.851Z PASS [ 6.215s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
42912024-08-07T08:07:18.745Z PASS [ 6.338s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
42922024-08-07T08:07:18.882Z PASS [ 6.336s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
42932024-08-07T08:07:19.088Z PASS [ 6.181s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
42942024-08-07T08:07:19.154Z PASS [ 6.134s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
42952024-08-07T08:07:22.248Z PASS [ 7.489s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
42962024-08-07T08:07:22.727Z PASS [ 4.878s] nexus-db-queries db::explain::test::test_explain_async
42972024-08-07T08:07:23.615Z PASS [ 4.860s] nexus-db-queries db::explain::test::test_explain_full_table_scan
42982024-08-07T08:07:23.639Z PASS [ 0.035s] nexus-db-queries db::pagination::test::test_paginator
42992024-08-07T08:07:23.892Z PASS [ 4.798s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
43002024-08-07T08:07:24.072Z PASS [ 4.917s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
43012024-08-07T08:07:24.498Z PASS [ 7.251s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
43022024-08-07T08:07:24.890Z PASS [ 6.007s] nexus-db-queries db::lookup::test::test_lookup
43032024-08-07T08:07:24.922Z PASS [ 7.174s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
43042024-08-07T08:07:26.717Z PASS [ 4.465s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
43052024-08-07T08:07:27.331Z PASS [ 4.601s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
43062024-08-07T08:07:31.100Z PASS [ 6.603s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
43072024-08-07T08:07:31.125Z PASS [ 7.238s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
43082024-08-07T08:07:31.180Z PASS [ 7.109s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
43092024-08-07T08:07:31.190Z PASS [ 7.550s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
43102024-08-07T08:07:31.223Z PASS [ 0.034s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
43112024-08-07T08:07:31.506Z PASS [ 6.616s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
43122024-08-07T08:07:31.774Z PASS [ 6.852s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
43132024-08-07T08:07:33.063Z PASS [ 6.346s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
43142024-08-07T08:07:33.754Z PASS [ 6.423s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
43152024-08-07T08:07:37.752Z PASS [ 6.626s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
43162024-08-07T08:07:38.083Z PASS [ 6.983s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
43172024-08-07T08:07:38.115Z PASS [ 6.340s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
43182024-08-07T08:07:38.460Z PASS [ 7.236s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
43192024-08-07T08:07:38.795Z PASS [ 7.289s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
43202024-08-07T08:07:39.851Z PASS [ 6.787s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
43212024-08-07T08:07:39.888Z PASS [ 6.134s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
43222024-08-07T08:07:42.646Z PASS [ 11.464s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
43232024-08-07T08:07:44.214Z PASS [ 6.131s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
43242024-08-07T08:07:44.302Z PASS [ 6.187s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
43252024-08-07T08:07:44.338Z PASS [ 0.034s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
43262024-08-07T08:07:44.980Z PASS [ 6.521s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
43272024-08-07T08:07:45.007Z PASS [ 0.027s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
43282024-08-07T08:07:45.034Z PASS [ 0.027s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
43292024-08-07T08:07:45.292Z PASS [ 6.496s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
43302024-08-07T08:07:45.324Z PASS [ 0.033s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
43312024-08-07T08:07:45.348Z PASS [ 7.598s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
43322024-08-07T08:07:46.544Z PASS [ 1.194s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
43332024-08-07T08:07:46.585Z PASS [ 6.734s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
43342024-08-07T08:07:46.597Z PASS [ 6.709s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
43352024-08-07T08:07:46.929Z PASS [ 0.343s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
43362024-08-07T08:07:46.968Z PASS [ 0.371s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
43372024-08-07T08:07:47.228Z PASS [ 0.301s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
43382024-08-07T08:07:47.272Z PASS [ 0.304s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
43392024-08-07T08:07:49.615Z PASS [ 6.970s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
43402024-08-07T08:07:49.903Z PASS [ 4.869s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
43412024-08-07T08:07:50.371Z PASS [ 5.045s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
43422024-08-07T08:07:50.445Z PASS [ 0.075s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
43432024-08-07T08:07:50.475Z PASS [ 0.030s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
43442024-08-07T08:07:50.507Z PASS [ 0.031s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
43452024-08-07T08:07:50.542Z PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
43462024-08-07T08:07:50.572Z PASS [ 0.030s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
43472024-08-07T08:07:51.082Z PASS [ 6.868s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
43482024-08-07T08:07:51.512Z PASS [ 4.847s] nexus-db-queries db::queries::region_allocation::test::explainable
43492024-08-07T08:07:51.917Z PASS [ 4.690s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
43502024-08-07T08:07:51.936Z PASS [ 4.665s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
43512024-08-07T08:07:54.094Z PASS [ 9.756s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
43522024-08-07T08:07:54.255Z PASS [ 4.640s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
43532024-08-07T08:07:54.471Z PASS [ 4.566s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
43542024-08-07T08:07:54.506Z PASS [ 0.035s] nexus-defaults tests::test_random_vpc_ipv6_prefix
43552024-08-07T08:07:54.780Z PASS [ 0.273s] nexus-inventory builder::test::test_basic
43562024-08-07T08:07:54.810Z PASS [ 0.030s] nexus-inventory builder::test::test_empty
43572024-08-07T08:07:54.846Z PASS [ 0.036s] nexus-inventory builder::test::test_problems
43582024-08-07T08:07:55.244Z PASS [ 4.650s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
43592024-08-07T08:07:55.678Z PASS [ 4.584s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
43602024-08-07T08:07:55.877Z PASS [ 4.473s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
43612024-08-07T08:07:56.623Z PASS [ 0.954s] nexus-inventory collector::test::test_multi_mgs_failure
43622024-08-07T08:07:56.720Z PASS [ 0.852s] nexus-inventory collector::test::test_sled_agent_failure
43632024-08-07T08:07:56.734Z PASS [ 1.882s] nexus-inventory collector::test::test_basic
43642024-08-07T08:07:56.959Z PASS [ 1.735s] nexus-inventory collector::test::test_multi_mgs
43652024-08-07T08:08:01.822Z PASS [ 7.564s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
43662024-08-07T08:08:01.941Z PASS [ 0.115s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
43672024-08-07T08:08:02.028Z PASS [ 0.090s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
43682024-08-07T08:08:02.079Z PASS [ 0.048s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
43692024-08-07T08:08:02.134Z PASS [ 0.050s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
43702024-08-07T08:08:02.170Z PASS [ 8.075s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
43712024-08-07T08:08:02.999Z PASS [ 11.080s] nexus-db-queries policy_test::test_conferred_roles
43722024-08-07T08:08:05.676Z PASS [ 8.952s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
43732024-08-07T08:08:05.677Z PASS [ 9.046s] nexus-metrics-producer-gc tests::test_prune_expired_producers
43742024-08-07T08:08:25.238Z PASS [ 33.300s] nexus-db-queries policy_test::test_iam_roles_behavior
43752024-08-07T08:08:25.772Z PASS [ 29.043s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
43762024-08-07T08:08:27.416Z PASS [ 25.247s] nexus-reconfigurator-execution external_networking::tests::test_allocate_external_networking
43772024-08-07T08:08:27.779Z PASS [ 24.780s] nexus-reconfigurator-execution external_networking::tests::test_deallocate_external_networking
43782024-08-07T08:08:27.815Z PASS [ 30.857s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist
43792024-08-07T08:08:28.037Z PASS [ 0.258s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
43802024-08-07T08:08:28.047Z PASS [ 0.229s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
43812024-08-07T08:08:28.103Z PASS [ 0.064s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
43822024-08-07T08:08:28.128Z PASS [ 22.458s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
43832024-08-07T08:08:28.149Z PASS [ 0.096s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
43842024-08-07T08:08:28.162Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
43852024-08-07T08:08:28.206Z PASS [ 0.076s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
43862024-08-07T08:08:28.223Z PASS [ 0.082s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
43872024-08-07T08:08:28.230Z PASS [ 0.073s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
43882024-08-07T08:08:28.284Z PASS [ 0.076s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
43892024-08-07T08:08:28.295Z PASS [ 0.064s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
43902024-08-07T08:08:28.304Z PASS [ 0.080s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
43912024-08-07T08:08:28.355Z PASS [ 0.071s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
43922024-08-07T08:08:28.366Z PASS [ 0.062s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
43932024-08-07T08:08:28.391Z PASS [ 0.040s] nexus-reconfigurator-planning ip_allocator::test::test_basic
43942024-08-07T08:08:28.429Z PASS [ 22.751s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
43952024-08-07T08:08:28.437Z PASS [ 0.073s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
43962024-08-07T08:08:28.512Z PASS [ 0.117s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
43972024-08-07T08:08:28.524Z PASS [ 0.094s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
43982024-08-07T08:08:28.600Z PASS [ 0.157s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
43992024-08-07T08:08:28.611Z PASS [ 0.101s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
44002024-08-07T08:08:28.625Z PASS [ 0.101s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
44012024-08-07T08:08:28.704Z PASS [ 0.107s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
44022024-08-07T08:08:28.735Z PASS [ 0.122s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
44032024-08-07T08:08:28.796Z PASS [ 0.093s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
44042024-08-07T08:08:28.806Z PASS [ 0.180s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
44052024-08-07T08:08:28.859Z PASS [ 0.048s] nexus-saga-recovery recovery::test::test_read_all_from_channel
44062024-08-07T08:08:28.910Z PASS [ 0.112s] nexus-saga-recovery recovery::test::test_plan_basic
44072024-08-07T08:08:28.927Z PASS [ 0.196s] nexus-saga-recovery recovery::test::test_execution_basic
44082024-08-07T08:08:28.947Z PASS [ 0.092s] nexus-saga-recovery test::test_basic
44092024-08-07T08:08:28.955Z PASS [ 0.047s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
44102024-08-07T08:08:29.018Z PASS [ 0.059s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
44112024-08-07T08:08:29.087Z PASS [ 0.061s] nexus-types external_api::shared::test::test_policy_parsing
44122024-08-07T08:08:29.403Z PASS [ 0.325s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
44132024-08-07T08:08:29.542Z PASS [ 0.139s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
44142024-08-07T08:08:30.116Z PASS [ 0.575s] omicron-certificates tests::test_cert_extended_key_usage
44152024-08-07T08:08:30.372Z PASS [ 0.256s] omicron-certificates tests::test_common_name_is_validated
44162024-08-07T08:08:30.571Z PASS [ 0.199s] omicron-certificates tests::test_subject_alternate_names_are_validated
44172024-08-07T08:08:35.280Z PASS [ 6.334s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
44182024-08-07T08:08:36.178Z PASS [ 34.052s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
44192024-08-07T08:08:36.221Z PASS [ 5.650s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
44202024-08-07T08:08:36.268Z PASS [ 0.047s] omicron-common address::test::test_dns_subnets
44212024-08-07T08:08:36.305Z PASS [ 0.036s] omicron-common address::test::test_ip_range_checks_non_decreasing
44222024-08-07T08:08:36.350Z PASS [ 0.045s] omicron-common address::test::test_ip_range_enum_deserialization
44232024-08-07T08:08:36.373Z PASS [ 0.024s] omicron-common address::test::test_ip_range_iter
44242024-08-07T08:08:36.411Z PASS [ 0.029s] omicron-common address::test::test_ip_range_length
44252024-08-07T08:08:36.440Z PASS [ 0.036s] omicron-common address::test::test_ip_range_try_from
44262024-08-07T08:08:36.471Z PASS [ 0.032s] omicron-common address::test::test_ipv6_subnet_deserialize
44272024-08-07T08:08:36.496Z PASS [ 0.026s] omicron-common address::test::test_sled_address
44282024-08-07T08:08:36.531Z PASS [ 0.029s] omicron-common api::external::error::test::test_bail_unless
44292024-08-07T08:08:36.562Z PASS [ 0.029s] omicron-common api::external::error::test::test_context
44302024-08-07T08:08:36.688Z PASS [ 0.123s] omicron-common api::external::http_pagination::test::test_pagination_examples
44312024-08-07T08:08:36.760Z PASS [ 0.064s] omicron-common api::external::http_pagination::test::test_pagination_schemas
44322024-08-07T08:08:36.846Z PASS [ 0.103s] omicron-common api::external::http_pagination::test::test_scan_by_id
44332024-08-07T08:08:36.888Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_name
44342024-08-07T08:08:36.906Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
44352024-08-07T08:08:36.960Z PASS [ 0.055s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
44362024-08-07T08:08:36.991Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
44372024-08-07T08:08:37.036Z PASS [ 0.027s] omicron-common api::external::test::test_bytecount
44382024-08-07T08:08:37.058Z PASS [ 0.031s] omicron-common api::external::test::test_bytecount_display
44392024-08-07T08:08:37.112Z PASS [ 0.046s] omicron-common api::external::test::test_digest
44402024-08-07T08:08:37.142Z PASS [ 0.043s] omicron-common api::external::test::test_firewall_deserialization
44412024-08-07T08:08:37.250Z PASS [ 0.102s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
44422024-08-07T08:08:37.306Z PASS [ 0.061s] omicron-common api::external::test::test_firewall_rule_target_parse
44432024-08-07T08:08:37.344Z PASS [ 0.037s] omicron-common api::external::test::test_hostname_from_str
44442024-08-07T08:08:37.377Z PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_from_str
44452024-08-07T08:08:37.402Z PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_into_str
44462024-08-07T08:08:37.438Z PASS [ 0.038s] omicron-common api::external::test::test_ipv6_net_operations
44472024-08-07T08:08:37.473Z PASS [ 0.034s] omicron-common api::external::test::test_mac_system_iterator
44482024-08-07T08:08:37.495Z PASS [ 0.025s] omicron-common api::external::test::test_mac_to_int_conversions
44492024-08-07T08:08:37.517Z PASS [ 0.022s] omicron-common api::external::test::test_macaddr
44502024-08-07T08:08:37.540Z PASS [ 0.023s] omicron-common api::external::test::test_name_parse
44512024-08-07T08:08:37.571Z PASS [ 0.028s] omicron-common api::external::test::test_name_parse_from_param
44522024-08-07T08:08:37.604Z PASS [ 0.034s] omicron-common api::external::test::test_resource_name_parse
44532024-08-07T08:08:37.661Z PASS [ 0.034s] omicron-common api::external::test::test_role_name_parse
44542024-08-07T08:08:37.709Z PASS [ 0.072s] omicron-common api::external::test::test_route_destination_parse
44552024-08-07T08:08:37.762Z PASS [ 0.054s] omicron-common api::external::test::test_route_target_parse
44562024-08-07T08:08:37.788Z PASS [ 0.026s] omicron-common api::external::test::test_semver_serialize
44572024-08-07T08:08:37.813Z PASS [ 0.026s] omicron-common api::external::test::test_semver_validation
44582024-08-07T08:08:37.839Z PASS [ 0.025s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
44592024-08-07T08:08:37.866Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
44602024-08-07T08:08:37.891Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
44612024-08-07T08:08:37.917Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
44622024-08-07T08:08:37.984Z PASS [ 0.067s] omicron-common ledger::test::test_commit_handles_write_failures
44632024-08-07T08:08:38.017Z PASS [ 0.031s] omicron-common ledger::test::test_create_default_ledger
44642024-08-07T08:08:38.053Z PASS [ 0.032s] omicron-common ledger::test::test_create_ledger_reads_from_storage
44652024-08-07T08:08:38.083Z PASS [ 0.036s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
44662024-08-07T08:08:38.112Z PASS [ 0.028s] omicron-common update::tests::serde_artifact_kind
44672024-08-07T08:08:38.148Z PASS [ 0.036s] omicron-common zpool_name::test::test_parse_bad_zpool_names
44682024-08-07T08:08:38.174Z PASS [ 0.027s] omicron-common zpool_name::test::test_parse_external_zpool_name
44692024-08-07T08:08:38.202Z PASS [ 0.027s] omicron-common zpool_name::test::test_parse_internal_zpool_name
44702024-08-07T08:08:38.231Z PASS [ 0.029s] omicron-common zpool_name::test::test_parse_zpool_name_json
44712024-08-07T08:08:38.268Z PASS [ 0.036s] omicron-common zpool_name::test::test_zpool_name_regex
44722024-08-07T08:08:38.366Z PASS [ 0.100s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
44732024-08-07T08:08:38.428Z PASS [ 0.062s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
44742024-08-07T08:08:39.798Z PASS [ 10.871s] nexus-types deployment::tri_map::tests::proptest_ops
44752024-08-07T08:08:39.882Z PASS [ 0.084s] omicron-gateway management_switch::location_map::tests::test_config_validation
44762024-08-07T08:08:39.943Z PASS [ 0.061s] omicron-gateway management_switch::location_map::tests::test_resolve_location
44772024-08-07T08:08:40.295Z PASS [ 5.016s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
44782024-08-07T08:08:40.376Z PASS [ 0.433s] omicron-gateway::test_all integration_tests::component_list::component_list
44792024-08-07T08:08:40.561Z PASS [ 0.186s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
44802024-08-07T08:08:40.599Z PASS [ 0.304s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
44812024-08-07T08:08:40.723Z PASS [ 0.159s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
44822024-08-07T08:08:41.156Z PASS [ 4.977s] omicron-cockroach-admin context::tests::test_node_id
44832024-08-07T08:08:41.441Z PASS [ 16.201s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
44842024-08-07T08:08:42.763Z PASS [ 16.988s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
44852024-08-07T08:08:44.191Z PASS [ 16.772s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
44862024-08-07T08:08:49.731Z PASS [ 21.435s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
44872024-08-07T08:08:54.066Z PASS [ 15.636s] omicron-dev::test-omicron-dev test_run_all
44882024-08-07T08:09:00.881Z PASS [ 20.159s] omicron-nexus app::background::driver::test::test_driver_basic
44892024-08-07T08:09:02.098Z PASS [ 20.943s] omicron-nexus app::background::init::test::test_dns_propagation_basic
44902024-08-07T08:09:02.810Z PASS [ 22.211s] omicron-nexus app::background::driver::test::test_activation_in_progress
44912024-08-07T08:09:07.272Z PASS [ 6.392s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
44922024-08-07T08:09:07.318Z PASS [ 0.044s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
44932024-08-07T08:09:07.328Z PASS [ 17.598s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
44942024-08-07T08:09:07.337Z PASS [ 25.897s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
44952024-08-07T08:09:07.396Z PASS [ 24.634s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
44962024-08-07T08:09:08.212Z PASS [ 6.115s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
44972024-08-07T08:09:08.423Z PASS [ 24.232s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
44982024-08-07T08:09:08.543Z PASS [ 14.477s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
44992024-08-07T08:09:08.836Z PASS [ 5.993s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
45002024-08-07T08:09:24.745Z PASS [ 17.428s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
45012024-08-07T08:09:24.828Z PASS [ 17.490s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
45022024-08-07T08:09:25.320Z PASS [ 17.991s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
45032024-08-07T08:09:25.410Z PASS [ 18.013s] omicron-nexus app::background::tasks::dns_config::test::test_basic
45042024-08-07T08:09:25.852Z PASS [ 17.528s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
45052024-08-07T08:09:26.159Z PASS [ 17.733s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
45062024-08-07T08:09:26.250Z PASS [ 17.445s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
45072024-08-07T08:09:31.568Z PASS [ 5.318s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
45082024-08-07T08:09:39.742Z PASS [ 31.199s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
45092024-08-07T08:09:41.968Z PASS [ 17.219s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
45102024-08-07T08:09:42.375Z PASS [ 17.055s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
45112024-08-07T08:09:42.462Z PASS [ 0.088s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
45122024-08-07T08:09:42.513Z PASS [ 0.548s] omicron-nexus app::external_endpoints::test::test_authority
45132024-08-07T08:09:42.556Z PASS [ 17.727s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
45142024-08-07T08:09:42.586Z PASS [ 0.074s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
45152024-08-07T08:09:42.600Z PASS [ 0.045s] omicron-nexus app::external_endpoints::test::test_no_endpoint
45162024-08-07T08:09:42.639Z PASS [ 0.051s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
45172024-08-07T08:09:42.795Z PASS [ 17.386s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
45182024-08-07T08:09:42.801Z PASS [ 17.061s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
45192024-08-07T08:09:42.854Z PASS [ 16.692s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
45202024-08-07T08:09:44.649Z PASS [ 4.905s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
45212024-08-07T08:09:45.072Z PASS [ 2.599s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
45222024-08-07T08:09:46.753Z PASS [ 15.185s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
45232024-08-07T08:10:06.583Z PASS [ 23.733s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
45242024-08-07T08:10:07.091Z PASS [ 24.286s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
45252024-08-07T08:10:07.520Z PASS [ 24.722s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
45262024-08-07T08:10:08.818Z PASS [ 24.168s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
45272024-08-07T08:10:13.386Z PASS [ 26.424s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
45282024-08-07T08:10:13.420Z PASS [ 26.810s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
45292024-08-07T08:10:34.929Z PASS [ 27.837s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
45302024-08-07T08:10:36.783Z PASS [ 29.261s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
45312024-08-07T08:10:37.106Z PASS [ 28.287s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
45322024-08-07T08:10:37.754Z PASS [ 31.169s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
45332024-08-07T08:10:38.991Z PASS [ 29.959s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
45342024-08-07T08:10:40.276Z PASS [ 30.826s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
45352024-08-07T08:10:45.068Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
45362024-08-07T08:10:46.761Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
45372024-08-07T08:11:03.857Z PASS [ 28.926s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
45382024-08-07T08:11:05.166Z PASS [ 28.384s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
45392024-08-07T08:11:08.266Z PASS [ 29.279s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
45402024-08-07T08:11:08.473Z PASS [ 28.196s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
45412024-08-07T08:11:08.803Z PASS [ 31.697s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
45422024-08-07T08:11:09.335Z PASS [ 31.580s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
45432024-08-07T08:11:30.794Z PASS [ 25.627s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
45442024-08-07T08:11:31.708Z PASS [ 22.904s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
45452024-08-07T08:11:32.525Z PASS [ 24.053s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
45462024-08-07T08:11:32.828Z PASS [ 23.493s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
45472024-08-07T08:11:37.332Z PASS [ 29.064s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
45482024-08-07T08:11:45.071Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
45492024-08-07T08:11:46.760Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
45502024-08-07T08:11:49.543Z PASS [ 17.834s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
45512024-08-07T08:11:49.567Z PASS [ 17.040s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
45522024-08-07T08:11:54.701Z PASS [ 23.906s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
45532024-08-07T08:11:59.273Z PASS [ 26.444s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
45542024-08-07T08:12:00.896Z PASS [ 23.563s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
45552024-08-07T08:12:00.946Z PASS [ 0.051s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
45562024-08-07T08:12:03.859Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
45572024-08-07T08:12:05.288Z PASS [ 15.744s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
45582024-08-07T08:12:11.211Z PASS [ 67.353s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
45592024-08-07T08:12:12.105Z PASS [ 22.537s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
45602024-08-07T08:12:25.122Z PASS [ 24.173s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
45612024-08-07T08:12:28.489Z PASS [ 16.384s] omicron-nexus app::sagas::test_saga::test_saga_stuck
45622024-08-07T08:12:35.989Z PASS [ 30.699s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
45632024-08-07T08:12:40.520Z PASS [ 29.308s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
45642024-08-07T08:12:40.565Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_accept_gz
45652024-08-07T08:12:40.615Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
45662024-08-07T08:12:40.664Z PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
45672024-08-07T08:12:40.720Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
45682024-08-07T08:12:40.771Z PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
45692024-08-07T08:12:40.826Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
45702024-08-07T08:12:40.888Z PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
45712024-08-07T08:12:40.934Z PASS [ 0.045s] omicron-nexus external_api::console_api::test::test_relative_uri
45722024-08-07T08:12:41.030Z PASS [ 5.043s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
45732024-08-07T08:12:41.063Z PASS [ 0.129s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
45742024-08-07T08:12:45.075Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
45752024-08-07T08:12:46.765Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
45762024-08-07T08:12:47.034Z PASS [ 18.545s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
45772024-08-07T08:12:47.821Z PASS [ 22.700s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
45782024-08-07T08:12:54.705Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
45792024-08-07T08:12:56.426Z PASS [ 15.362s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
45802024-08-07T08:12:57.441Z PASS [ 1.015s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
45812024-08-07T08:12:58.524Z PASS [ 1.083s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
45822024-08-07T08:12:58.653Z PASS [ 0.128s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
45832024-08-07T08:12:59.276Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
45842024-08-07T08:13:00.842Z PASS [ 61.568s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
45852024-08-07T08:13:03.133Z PASS [ 16.098s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
45862024-08-07T08:13:06.076Z PASS [ 18.255s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
45872024-08-07T08:13:16.511Z PASS [ 17.858s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
45882024-08-07T08:13:17.704Z PASS [ 16.860s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
45892024-08-07T08:13:20.311Z PASS [ 17.178s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
45902024-08-07T08:13:22.422Z PASS [ 16.345s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
45912024-08-07T08:13:33.352Z PASS [ 16.841s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
45922024-08-07T08:13:33.604Z PASS [ 15.899s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
45932024-08-07T08:13:35.651Z PASS [ 15.339s] omicron-nexus::test_all integration_tests::basic::test_ping
45942024-08-07T08:13:41.033Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
45952024-08-07T08:13:43.756Z PASS [ 21.333s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
45962024-08-07T08:13:44.877Z PASS [ 63.846s] omicron-nexus populate::test::test_populators
45972024-08-07T08:13:45.078Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
45982024-08-07T08:13:46.765Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
45992024-08-07T08:13:48.972Z PASS [ 15.368s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
46002024-08-07T08:13:51.908Z PASS [ 16.256s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
46012024-08-07T08:13:54.706Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
46022024-08-07T08:13:59.570Z PASS [ 15.813s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
46032024-08-07T08:14:00.027Z PASS [ 26.673s] omicron-nexus::test_all integration_tests::basic::test_projects_list
46042024-08-07T08:14:00.667Z PASS [ 15.790s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
46052024-08-07T08:14:03.870Z PASS [ 3.198s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
46062024-08-07T08:14:04.467Z PASS [ 0.601s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
46072024-08-07T08:14:04.565Z PASS [ 0.098s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
46082024-08-07T08:14:04.774Z PASS [ 15.802s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
46092024-08-07T08:14:06.275Z PASS [ 1.710s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
46102024-08-07T08:14:08.468Z PASS [ 16.560s] omicron-nexus::test_all integration_tests::certificates::test_crud
46112024-08-07T08:14:16.899Z PASS [ 17.328s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
46122024-08-07T08:14:20.533Z PASS [ 20.506s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
46132024-08-07T08:14:20.938Z PASS [ 16.163s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
46142024-08-07T08:14:21.672Z PASS [ 15.395s] omicron-nexus::test_all integration_tests::console_api::test_assets
46152024-08-07T08:14:24.384Z PASS [ 15.915s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
46162024-08-07T08:14:36.319Z PASS [ 19.419s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
46172024-08-07T08:14:36.938Z PASS [ 16.000s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
46182024-08-07T08:14:38.757Z PASS [ 17.084s] omicron-nexus::test_all integration_tests::console_api::test_session_me
46192024-08-07T08:14:40.261Z PASS [ 19.728s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
46202024-08-07T08:14:40.493Z PASS [ 16.110s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
46212024-08-07T08:14:45.081Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46222024-08-07T08:14:46.768Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46232024-08-07T08:14:54.438Z PASS [ 17.500s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
46242024-08-07T08:14:54.709Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
46252024-08-07T08:14:57.013Z PASS [ 18.255s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
46262024-08-07T08:14:57.975Z PASS [ 21.654s] omicron-nexus::test_all integration_tests::console_api::test_sessions
46272024-08-07T08:15:06.462Z PASS [ 26.200s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
46282024-08-07T08:15:14.409Z PASS [ 33.914s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
46292024-08-07T08:15:18.304Z PASS [ 23.865s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
46302024-08-07T08:15:21.482Z PASS [ 24.467s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
46312024-08-07T08:15:22.285Z PASS [ 24.310s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
46322024-08-07T08:15:30.012Z PASS [ 23.548s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
46332024-08-07T08:15:35.789Z PASS [ 21.379s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
46342024-08-07T08:15:45.084Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46352024-08-07T08:15:46.771Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46362024-08-07T08:15:51.142Z PASS [ 32.837s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
46372024-08-07T08:15:53.115Z PASS [ 23.104s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
46382024-08-07T08:15:54.712Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
46392024-08-07T08:15:57.695Z PASS [ 36.213s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
46402024-08-07T08:15:59.107Z PASS [ 23.317s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
46412024-08-07T08:16:04.898Z PASS [ 42.612s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
46422024-08-07T08:16:09.676Z PASS [ 18.533s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
46432024-08-07T08:16:11.765Z PASS [ 18.649s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
46442024-08-07T08:16:17.061Z PASS [ 17.953s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
46452024-08-07T08:16:20.170Z PASS [ 22.474s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
46462024-08-07T08:16:29.616Z PASS [ 24.716s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
46472024-08-07T08:16:35.496Z PASS [ 23.729s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
46482024-08-07T08:16:42.681Z PASS [ 25.619s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
46492024-08-07T08:16:44.523Z PASS [ 34.846s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
46502024-08-07T08:16:45.087Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46512024-08-07T08:16:45.639Z PASS [ 25.468s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
46522024-08-07T08:16:46.774Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46532024-08-07T08:16:54.715Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
46542024-08-07T08:16:55.769Z PASS [ 26.153s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
46552024-08-07T08:16:59.854Z PASS [ 24.358s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
46562024-08-07T08:17:08.787Z PASS [ 26.105s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
46572024-08-07T08:17:09.099Z PASS [ 24.576s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
46582024-08-07T08:17:09.622Z PASS [ 23.982s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
46592024-08-07T08:17:19.842Z PASS [ 24.070s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
46602024-08-07T08:17:21.338Z PASS [ 21.483s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
46612024-08-07T08:17:29.841Z PASS [ 21.053s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
46622024-08-07T08:17:33.381Z PASS [ 23.759s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
46632024-08-07T08:17:33.682Z PASS [ 24.581s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
46642024-08-07T08:17:45.089Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46652024-08-07T08:17:46.777Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46662024-08-07T08:17:48.110Z PASS [ 28.268s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
46672024-08-07T08:17:52.991Z PASS [ 19.308s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
46682024-08-07T08:17:54.718Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
46692024-08-07T08:17:54.846Z PASS [ 33.507s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
46702024-08-07T08:18:06.649Z PASS [ 371.936s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
46712024-08-07T08:18:11.112Z PASS [ 37.730s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
46722024-08-07T08:18:11.425Z PASS [ 41.584s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
46732024-08-07T08:18:13.682Z PASS [ 20.690s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
46742024-08-07T08:18:15.695Z PASS [ 510.616s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46752024-08-07T08:18:16.477Z PASS [ 28.368s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
46762024-08-07T08:18:18.675Z PASS [ 511.902s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46772024-08-07T08:18:19.062Z PASS [ 0.390s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
46782024-08-07T08:18:19.659Z PASS [ 0.598s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
46792024-08-07T08:18:20.039Z PASS [ 0.379s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
46802024-08-07T08:18:20.538Z PASS [ 0.499s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
46812024-08-07T08:18:22.998Z PASS [ 28.152s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
46822024-08-07T08:18:24.806Z PASS [ 18.157s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
46832024-08-07T08:18:29.742Z PASS [ 18.629s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
46842024-08-07T08:18:30.130Z PASS [ 18.704s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
46852024-08-07T08:18:33.858Z PASS [ 20.176s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
46862024-08-07T08:18:35.019Z PASS [ 19.323s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
46872024-08-07T08:18:35.170Z PASS [ 18.691s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
46882024-08-07T08:18:42.787Z PASS [ 22.248s] omicron-nexus::test_all integration_tests::images::test_image_create
46892024-08-07T08:18:46.658Z PASS [ 23.658s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
46902024-08-07T08:18:50.762Z PASS [ 7.974s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
46912024-08-07T08:18:51.115Z PASS [ 26.309s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
46922024-08-07T08:18:52.830Z PASS [ 23.088s] omicron-nexus::test_all integration_tests::images::test_image_promotion
46932024-08-07T08:18:52.982Z PASS [ 22.853s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
46942024-08-07T08:18:54.568Z PASS [ 7.911s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
46952024-08-07T08:18:54.937Z PASS [ 19.767s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
46962024-08-07T08:18:55.148Z PASS [ 21.289s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
46972024-08-07T08:18:56.010Z PASS [ 20.990s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
46982024-08-07T08:18:57.048Z PASS [ 6.287s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
46992024-08-07T08:18:58.666Z PASS [ 7.550s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
47002024-08-07T08:19:14.909Z PASS [ 18.899s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
47012024-08-07T08:19:15.800Z PASS [ 22.968s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
47022024-08-07T08:19:16.112Z PASS [ 19.064s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
47032024-08-07T08:19:21.491Z PASS [ 26.341s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
47042024-08-07T08:19:22.429Z PASS [ 27.859s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
47052024-08-07T08:19:29.556Z PASS [ 36.572s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
47062024-08-07T08:19:30.965Z PASS [ 36.025s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
47072024-08-07T08:19:32.848Z PASS [ 17.937s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
47082024-08-07T08:19:34.059Z PASS [ 35.393s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
47092024-08-07T08:19:40.314Z PASS [ 17.884s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
47102024-08-07T08:19:45.857Z PASS [ 24.366s] omicron-nexus::test_all integration_tests::instances::test_instance_access
47112024-08-07T08:19:51.814Z PASS [ 36.012s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
47122024-08-07T08:19:57.916Z PASS [ 28.353s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
47132024-08-07T08:20:00.108Z PASS [ 29.141s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
47142024-08-07T08:20:05.693Z PASS [ 31.633s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
47152024-08-07T08:20:05.762Z PASS [ 32.913s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
47162024-08-07T08:20:10.145Z PASS [ 29.830s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
47172024-08-07T08:20:16.115Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
47182024-08-07T08:20:16.663Z PASS [ 30.804s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
47192024-08-07T08:20:24.990Z PASS [ 33.175s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
47202024-08-07T08:20:25.361Z PASS [ 25.252s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
47212024-08-07T08:20:29.006Z PASS [ 72.890s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
47222024-08-07T08:20:29.433Z PASS [ 23.737s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
47232024-08-07T08:20:39.061Z PASS [ 33.298s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
47242024-08-07T08:20:43.652Z PASS [ 45.740s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
47252024-08-07T08:20:46.383Z PASS [ 36.236s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
47262024-08-07T08:20:50.044Z PASS [ 33.380s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
47272024-08-07T08:20:56.348Z PASS [ 31.357s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
47282024-08-07T08:20:56.959Z PASS [ 31.598s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
47292024-08-07T08:21:00.410Z PASS [ 30.977s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
47302024-08-07T08:21:02.108Z PASS [ 18.454s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
47312024-08-07T08:21:07.598Z PASS [ 38.592s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
47322024-08-07T08:21:07.965Z PASS [ 17.921s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
47332024-08-07T08:21:11.973Z PASS [ 32.911s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
47342024-08-07T08:21:15.021Z PASS [ 28.637s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
47352024-08-07T08:21:17.782Z PASS [ 17.371s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
47362024-08-07T08:21:19.766Z PASS [ 22.807s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
47372024-08-07T08:21:20.316Z PASS [ 23.967s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
47382024-08-07T08:21:27.994Z PASS [ 16.021s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
47392024-08-07T08:21:30.570Z PASS [ 22.963s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
47402024-08-07T08:21:32.121Z PASS [ 17.101s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
47412024-08-07T08:21:33.656Z PASS [ 25.690s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
47422024-08-07T08:21:35.312Z PASS [ 17.529s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
47432024-08-07T08:21:36.006Z PASS [ 33.896s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
47442024-08-07T08:21:36.255Z PASS [ 15.939s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
47452024-08-07T08:21:36.638Z PASS [ 16.870s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
47462024-08-07T08:21:47.817Z PASS [ 19.822s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
47472024-08-07T08:21:49.005Z PASS [ 18.444s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
47482024-08-07T08:21:49.216Z PASS [ 17.095s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
47492024-08-07T08:21:50.952Z PASS [ 17.296s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
47502024-08-07T08:21:51.758Z PASS [ 16.444s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
47512024-08-07T08:21:52.188Z PASS [ 16.183s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
47522024-08-07T08:21:52.560Z PASS [ 16.303s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
47532024-08-07T08:21:53.485Z PASS [ 16.847s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
47542024-08-07T08:22:07.318Z PASS [ 19.500s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
47552024-08-07T08:22:07.887Z PASS [ 18.879s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
47562024-08-07T08:22:09.458Z PASS [ 17.699s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
47572024-08-07T08:22:10.616Z PASS [ 19.663s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
47582024-08-07T08:22:10.679Z PASS [ 21.462s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
47592024-08-07T08:22:18.323Z PASS [ 26.134s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
47602024-08-07T08:22:24.640Z PASS [ 16.753s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
47612024-08-07T08:22:24.841Z PASS [ 17.521s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
47622024-08-07T08:22:30.652Z PASS [ 21.197s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
47632024-08-07T08:22:33.161Z PASS [ 40.601s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
47642024-08-07T08:22:38.575Z PASS [ 27.957s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
47652024-08-07T08:22:39.082Z PASS [ 20.758s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
47662024-08-07T08:22:43.235Z PASS [ 49.749s] omicron-nexus::test_all integration_tests::metrics::test_metrics
47672024-08-07T08:22:47.235Z PASS [ 22.529s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
47682024-08-07T08:22:47.238Z PASS [ 22.337s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
47692024-08-07T08:22:52.547Z PASS [ 41.867s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
47702024-08-07T08:23:02.017Z PASS [ 23.442s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
47712024-08-07T08:23:13.423Z PASS [ 42.770s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
47722024-08-07T08:23:14.565Z PASS [ 22.017s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
47732024-08-07T08:23:15.325Z PASS [ 42.161s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
47742024-08-07T08:23:16.715Z PASS [ 29.546s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
47752024-08-07T08:23:16.866Z PASS [ 33.630s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
47762024-08-07T08:23:17.032Z PASS [ 29.852s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
47772024-08-07T08:23:21.364Z PASS [ 42.279s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
47782024-08-07T08:23:36.216Z PASS [ 20.890s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
47792024-08-07T08:23:36.425Z PASS [ 19.710s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
47802024-08-07T08:23:40.051Z PASS [ 18.572s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
47812024-08-07T08:23:40.054Z PASS [ 37.999s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
47822024-08-07T08:23:40.703Z PASS [ 23.672s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
47832024-08-07T08:23:40.954Z PASS [ 24.086s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
47842024-08-07T08:23:58.597Z PASS [ 45.172s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
47852024-08-07T08:23:59.247Z PASS [ 19.229s] omicron-nexus::test_all integration_tests::projects::test_projects
47862024-08-07T08:23:59.337Z PASS [ 23.121s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
47872024-08-07T08:24:00.305Z PASS [ 20.369s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
47882024-08-07T08:24:00.401Z PASS [ 19.697s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
47892024-08-07T08:24:01.719Z PASS [ 25.292s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
47902024-08-07T08:24:02.648Z PASS [ 48.082s] omicron-nexus::test_all integration_tests::password_login::test_local_users
47912024-08-07T08:24:15.988Z PASS [ 17.392s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
47922024-08-07T08:24:16.271Z PASS [ 17.024s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
47932024-08-07T08:24:17.590Z PASS [ 18.252s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
47942024-08-07T08:24:18.103Z PASS [ 17.702s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
47952024-08-07T08:24:18.477Z PASS [ 18.171s] omicron-nexus::test_all integration_tests::rack::test_sled_add
47962024-08-07T08:24:18.647Z PASS [ 16.928s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
47972024-08-07T08:24:18.991Z PASS [ 0.344s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
47982024-08-07T08:24:19.808Z PASS [ 17.159s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
47992024-08-07T08:24:20.144Z PASS [ 39.190s] omicron-nexus::test_all integration_tests::quotas::test_quotas
48002024-08-07T08:24:21.484Z PASS [ 3.380s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
48012024-08-07T08:24:21.877Z PASS [ 3.400s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
48022024-08-07T08:24:22.311Z PASS [ 3.319s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
48032024-08-07T08:24:23.118Z PASS [ 3.309s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
48042024-08-07T08:24:31.073Z PASS [ 15.083s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
48052024-08-07T08:24:31.184Z PASS [ 0.111s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
48062024-08-07T08:24:31.228Z PASS [ 14.955s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
48072024-08-07T08:24:31.288Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
48082024-08-07T08:24:31.328Z PASS [ 0.100s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
48092024-08-07T08:24:31.392Z PASS [ 0.101s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
48102024-08-07T08:24:31.433Z PASS [ 0.105s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
48112024-08-07T08:24:35.036Z PASS [ 17.445s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
48122024-08-07T08:24:39.789Z PASS [ 19.641s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
48132024-08-07T08:24:40.731Z PASS [ 19.241s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
48142024-08-07T08:24:41.523Z PASS [ 19.210s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
48152024-08-07T08:24:42.532Z PASS [ 19.415s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
48162024-08-07T08:24:42.636Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
48172024-08-07T08:24:46.590Z PASS [ 24.712s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
48182024-08-07T08:24:47.749Z PASS [ 16.359s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
48192024-08-07T08:24:47.851Z PASS [ 0.101s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
48202024-08-07T08:24:47.885Z PASS [ 16.453s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
48212024-08-07T08:24:47.967Z PASS [ 0.115s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
48222024-08-07T08:24:50.627Z PASS [ 15.591s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
48232024-08-07T08:24:57.605Z PASS [ 17.817s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
48242024-08-07T08:24:57.794Z PASS [ 17.076s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
48252024-08-07T08:24:58.562Z PASS [ 17.048s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
48262024-08-07T08:25:00.432Z PASS [ 17.803s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
48272024-08-07T08:25:02.954Z PASS [ 16.364s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
48282024-08-07T08:25:03.485Z PASS [ 15.527s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
48292024-08-07T08:25:03.678Z PASS [ 15.801s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
48302024-08-07T08:25:04.686Z PASS [ 14.067s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
48312024-08-07T08:25:08.772Z PASS [ 11.170s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
48322024-08-07T08:25:11.078Z PASS [ 8.126s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
48332024-08-07T08:25:16.402Z PASS [ 7.629s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
48342024-08-07T08:25:18.891Z PASS [ 7.813s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
48352024-08-07T08:25:24.159Z PASS [ 7.757s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
48362024-08-07T08:25:26.680Z PASS [ 7.788s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
48372024-08-07T08:25:32.009Z PASS [ 7.850s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
48382024-08-07T08:25:36.408Z PASS [ 4.397s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
48392024-08-07T08:26:11.944Z PASS [ 35.536s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
48402024-08-07T08:26:12.153Z PASS [ 45.471s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
48412024-08-07T08:26:30.126Z PASS [ 18.181s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
48422024-08-07T08:26:42.875Z PASS [ 30.706s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
48432024-08-07T08:26:55.737Z PASS [ 12.874s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
48442024-08-07T08:26:55.913Z PASS [ 13.041s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
48452024-08-07T08:26:56.525Z PASS [ 13.659s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
48462024-08-07T08:26:56.718Z PASS [ 13.840s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
48472024-08-07T08:27:07.366Z PASS [ 37.225s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
48482024-08-07T08:27:09.889Z PASS [ 13.975s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
48492024-08-07T08:27:10.563Z PASS [ 14.826s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
48502024-08-07T08:27:10.810Z PASS [ 14.283s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
48512024-08-07T08:27:10.876Z PASS [ 14.157s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
48522024-08-07T08:27:25.707Z PASS [ 18.348s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
48532024-08-07T08:27:25.758Z PASS [ 18.394s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
48542024-08-07T08:27:26.119Z PASS [ 18.749s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
48552024-08-07T08:27:27.105Z PASS [ 19.751s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
48562024-08-07T08:27:28.146Z PASS [ 17.266s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
48572024-08-07T08:27:28.418Z PASS [ 18.529s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
48582024-08-07T08:27:29.018Z PASS [ 18.454s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
48592024-08-07T08:27:32.063Z PASS [ 21.252s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
48602024-08-07T08:27:43.891Z PASS [ 18.133s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
48612024-08-07T08:27:44.242Z PASS [ 18.121s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
48622024-08-07T08:27:45.443Z PASS [ 19.735s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
48632024-08-07T08:27:45.531Z PASS [ 18.423s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
48642024-08-07T08:27:45.805Z PASS [ 17.662s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
48652024-08-07T08:27:45.904Z PASS [ 17.484s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
48662024-08-07T08:27:48.877Z PASS [ 19.858s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
48672024-08-07T08:27:52.549Z PASS [ 20.485s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
48682024-08-07T08:28:02.402Z PASS [ 18.508s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
48692024-08-07T08:28:02.917Z PASS [ 17.472s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
48702024-08-07T08:28:03.964Z PASS [ 18.157s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
48712024-08-07T08:28:06.665Z PASS [ 22.422s] omicron-nexus::test_all integration_tests::silos::test_silos
48722024-08-07T08:28:08.324Z PASS [ 19.446s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
48732024-08-07T08:28:09.103Z PASS [ 23.200s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
48742024-08-07T08:28:09.347Z PASS [ 23.816s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
48752024-08-07T08:28:19.100Z PASS [ 26.551s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
48762024-08-07T08:28:20.825Z PASS [ 16.854s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
48772024-08-07T08:28:25.344Z PASS [ 18.680s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
48782024-08-07T08:28:27.265Z PASS [ 18.940s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
48792024-08-07T08:28:27.959Z PASS [ 18.854s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
48802024-08-07T08:28:28.809Z PASS [ 25.890s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
48812024-08-07T08:28:29.602Z PASS [ 27.200s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
48822024-08-07T08:28:30.147Z PASS [ 1.340s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
48832024-08-07T08:28:31.616Z PASS [ 4.352s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
48842024-08-07T08:28:32.364Z PASS [ 4.405s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
48852024-08-07T08:28:34.047Z PASS [ 4.444s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
48862024-08-07T08:28:34.461Z PASS [ 4.313s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
48872024-08-07T08:28:36.491Z PASS [ 2.028s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
48882024-08-07T08:28:36.797Z PASS [ 27.431s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
48892024-08-07T08:28:43.464Z PASS [ 24.363s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
48902024-08-07T08:28:43.715Z PASS [ 22.896s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
48912024-08-07T08:28:47.778Z PASS [ 22.431s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
48922024-08-07T08:28:48.501Z PASS [ 16.885s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
48932024-08-07T08:28:52.525Z PASS [ 16.035s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
48942024-08-07T08:28:55.975Z PASS [ 19.194s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
48952024-08-07T08:28:58.840Z PASS [ 15.376s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
48962024-08-07T08:29:00.198Z PASS [ 16.482s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
48972024-08-07T08:29:02.823Z PASS [ 30.458s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
48982024-08-07T08:29:13.674Z PASS [ 25.170s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
48992024-08-07T08:29:17.134Z PASS [ 29.352s] omicron-nexus::test_all integration_tests::utilization::test_utilization
49002024-08-07T08:29:18.936Z PASS [ 26.410s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
49012024-08-07T08:29:22.422Z PASS [ 26.448s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
49022024-08-07T08:29:25.944Z PASS [ 25.744s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
49032024-08-07T08:29:26.093Z PASS [ 27.252s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
49042024-08-07T08:29:29.100Z PASS [ 26.276s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
49052024-08-07T08:29:34.050Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
49062024-08-07T08:29:39.436Z PASS [ 25.762s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
49072024-08-07T08:29:43.645Z PASS [ 26.515s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
49082024-08-07T08:29:45.989Z PASS [ 27.052s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
49092024-08-07T08:29:46.707Z PASS [ 24.283s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
49102024-08-07T08:29:47.889Z PASS [ 21.945s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
49112024-08-07T08:29:50.086Z PASS [ 76.036s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
49122024-08-07T08:29:55.984Z PASS [ 29.889s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
49132024-08-07T08:29:58.202Z PASS [ 29.101s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
49142024-08-07T08:30:12.430Z PASS [ 32.992s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
49152024-08-07T08:30:13.033Z PASS [ 25.143s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
49162024-08-07T08:30:14.926Z PASS [ 16.723s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
49172024-08-07T08:30:16.561Z PASS [ 32.914s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
49182024-08-07T08:30:17.053Z PASS [ 26.966s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
49192024-08-07T08:30:17.232Z PASS [ 31.242s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
49202024-08-07T08:30:18.372Z PASS [ 31.665s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
49212024-08-07T08:30:21.061Z PASS [ 25.078s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
49222024-08-07T08:30:29.041Z PASS [ 16.611s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
49232024-08-07T08:30:29.642Z PASS [ 16.602s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
49242024-08-07T08:30:31.935Z PASS [ 17.006s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
49252024-08-07T08:30:33.572Z PASS [ 17.010s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
49262024-08-07T08:30:34.130Z PASS [ 16.897s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
49272024-08-07T08:30:34.448Z PASS [ 17.391s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
49282024-08-07T08:30:34.575Z PASS [ 16.200s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
49292024-08-07T08:30:36.509Z PASS [ 15.447s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
49302024-08-07T08:30:46.499Z PASS [ 16.863s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
49312024-08-07T08:30:47.493Z PASS [ 18.454s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
49322024-08-07T08:30:48.390Z PASS [ 16.460s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
49332024-08-07T08:30:50.517Z PASS [ 16.945s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
49342024-08-07T08:30:50.852Z PASS [ 16.407s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
49352024-08-07T08:30:51.038Z PASS [ 16.907s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
49362024-08-07T08:30:51.187Z PASS [ 16.614s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
49372024-08-07T08:30:51.916Z PASS [ 15.408s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
49382024-08-07T08:31:03.006Z PASS [ 16.507s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
49392024-08-07T08:31:04.531Z PASS [ 17.036s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
49402024-08-07T08:31:05.451Z PASS [ 17.057s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
49412024-08-07T08:31:06.855Z PASS [ 16.003s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
49422024-08-07T08:31:07.153Z PASS [ 16.636s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
49432024-08-07T08:31:07.669Z PASS [ 16.631s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
49442024-08-07T08:31:08.158Z PASS [ 16.970s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
49452024-08-07T08:31:08.892Z PASS [ 16.973s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
49462024-08-07T08:31:20.811Z PASS [ 17.803s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
49472024-08-07T08:31:22.338Z PASS [ 17.805s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
49482024-08-07T08:31:25.360Z PASS [ 18.505s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
49492024-08-07T08:31:26.574Z PASS [ 21.126s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
49502024-08-07T08:31:27.477Z PASS [ 20.323s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
49512024-08-07T08:31:28.933Z PASS [ 20.774s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
49522024-08-07T08:31:31.072Z PASS [ 23.403s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
49532024-08-07T08:31:31.162Z PASS [ 0.090s] omicron-package dot::test::test_bad_dependency
49542024-08-07T08:31:31.201Z PASS [ 0.039s] omicron-package dot::test::test_dot_output
49552024-08-07T08:31:34.399Z PASS [ 5.466s] omicron-omdb::test_all_output test_omdb_usage_errors
49562024-08-07T08:31:34.422Z PASS [ 0.023s] omicron-passwords test::test_password_constraints
49572024-08-07T08:31:36.929Z PASS [ 2.506s] omicron-passwords test::test_reproducible
49582024-08-07T08:31:38.011Z PASS [ 6.810s] omicron-passwords test::test_compatible
49592024-08-07T08:31:38.059Z PASS [ 0.048s] omicron-passwords test::test_stable
49602024-08-07T08:31:38.086Z PASS [ 0.026s] omicron-passwords test::test_weak_hashes
49612024-08-07T08:31:38.119Z PASS [ 0.032s] omicron-rpaths internal::tests::test_configure_from_path
49622024-08-07T08:31:38.182Z PASS [ 0.058s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
49632024-08-07T08:31:38.223Z PASS [ 0.046s] omicron-rpaths internal::tests::test_emit_rpath
49642024-08-07T08:31:38.527Z PASS [ 0.305s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
49652024-08-07T08:31:39.141Z PASS [ 0.613s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
49662024-08-07T08:31:39.240Z PASS [ 0.100s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
49672024-08-07T08:31:39.386Z PASS [ 0.146s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
49682024-08-07T08:31:39.478Z PASS [ 0.091s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
49692024-08-07T08:31:40.028Z PASS [ 0.551s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
49702024-08-07T08:31:40.109Z PASS [ 0.079s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
49712024-08-07T08:31:40.173Z PASS [ 0.066s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
49722024-08-07T08:31:40.227Z PASS [ 0.053s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
49732024-08-07T08:31:40.284Z PASS [ 0.058s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
49742024-08-07T08:31:40.314Z PASS [ 0.030s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
49752024-08-07T08:31:40.343Z PASS [ 0.029s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
49762024-08-07T08:31:40.391Z PASS [ 0.045s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
49772024-08-07T08:31:40.422Z PASS [ 0.033s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
49782024-08-07T08:31:40.458Z PASS [ 0.035s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
49792024-08-07T08:31:40.495Z PASS [ 0.036s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
49802024-08-07T08:31:40.527Z PASS [ 0.034s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
49812024-08-07T08:31:40.556Z PASS [ 0.029s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
49822024-08-07T08:31:40.618Z PASS [ 0.062s] omicron-sled-agent config::test::test_smf_configs
49832024-08-07T08:31:40.693Z PASS [ 0.072s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
49842024-08-07T08:31:40.736Z PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
49852024-08-07T08:31:40.768Z PASS [ 0.036s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
49862024-08-07T08:31:40.807Z PASS [ 0.039s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
49872024-08-07T08:31:40.847Z PASS [ 0.039s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
49882024-08-07T08:31:40.885Z PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
49892024-08-07T08:31:43.185Z PASS [ 20.848s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
49902024-08-07T08:31:43.554Z PASS [ 2.668s] omicron-sled-agent instance::tests::test_instance_create_events_normal
49912024-08-07T08:31:46.038Z PASS [ 20.677s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
49922024-08-07T08:31:46.289Z PASS [ 25.478s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
49932024-08-07T08:31:46.597Z PASS [ 3.041s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
49942024-08-07T08:31:46.632Z PASS [ 0.036s] omicron-sled-agent probe_manager::test::probe_state_set_ops
49952024-08-07T08:31:46.639Z PASS [ 37.748s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
49962024-08-07T08:31:46.663Z PASS [ 0.032s] omicron-sled-agent profile::tests::empty_profile
49972024-08-07T08:31:46.675Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_disabled_instance
49982024-08-07T08:31:46.693Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_instance
49992024-08-07T08:31:46.704Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_multiple
50002024-08-07T08:31:46.723Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_property
50012024-08-07T08:31:46.735Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_property_group
50022024-08-07T08:31:46.755Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_service
50032024-08-07T08:31:46.768Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_service_property_group
50042024-08-07T08:31:46.791Z PASS [ 0.032s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
50052024-08-07T08:31:46.799Z PASS [ 0.031s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
50062024-08-07T08:31:46.827Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
50072024-08-07T08:31:46.843Z PASS [ 0.042s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema
50082024-08-07T08:31:46.876Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
50092024-08-07T08:31:46.893Z PASS [ 0.050s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
50102024-08-07T08:31:46.938Z PASS [ 0.044s] omicron-sled-agent services::test::test_all_zones_requests_schema
50112024-08-07T08:31:46.946Z PASS [ 0.073s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
50122024-08-07T08:31:46.976Z PASS [ 0.031s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
50132024-08-07T08:31:47.639Z PASS [ 4.451s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
50142024-08-07T08:31:48.122Z PASS [ 2.086s] omicron-sled-agent instance::tests::test_instance_manager_creation
50152024-08-07T08:31:48.275Z PASS [ 21.699s] omicron-omdb::test_all_output test_omdb_env_settings
50162024-08-07T08:31:48.689Z PASS [ 11.760s] omicron-passwords test::test_smoke
50172024-08-07T08:31:49.384Z PASS [ 2.451s] omicron-sled-agent services::test::test_bad_generations
50182024-08-07T08:31:49.406Z PASS [ 0.022s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
50192024-08-07T08:31:49.429Z PASS [ 0.023s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
50202024-08-07T08:31:49.463Z PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
50212024-08-07T08:31:49.494Z PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
50222024-08-07T08:31:49.506Z PASS [ 2.531s] omicron-sled-agent services::test::test_ensure_service
50232024-08-07T08:31:49.529Z PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
50242024-08-07T08:31:49.540Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
50252024-08-07T08:31:49.563Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
50262024-08-07T08:31:49.593Z PASS [ 0.032s] omicron-sled-agent updates::test::test_query_no_components
50272024-08-07T08:31:49.625Z PASS [ 0.031s] omicron-sled-agent updates::test::test_query_sled_agent_version
50282024-08-07T08:31:49.668Z PASS [ 0.041s] omicron-sled-agent updates::test::test_query_zone_version
50292024-08-07T08:31:49.832Z PASS [ 0.166s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
50302024-08-07T08:31:49.862Z PASS [ 0.031s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
50312024-08-07T08:31:50.236Z PASS [ 2.601s] omicron-sled-agent services::test::test_ensure_service_before_timesync
50322024-08-07T08:31:50.681Z PASS [ 2.556s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
50332024-08-07T08:31:50.720Z PASS [ 0.041s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
50342024-08-07T08:31:50.901Z PASS [ 2.625s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
50352024-08-07T08:31:51.482Z PASS [ 2.795s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
50362024-08-07T08:31:51.874Z PASS [ 24.396s] omicron-omdb::test_all_output test_omdb_success_cases
50372024-08-07T08:31:51.927Z PASS [ 0.052s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
50382024-08-07T08:31:51.955Z PASS [ 0.029s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
50392024-08-07T08:31:52.002Z PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_disk_usage
50402024-08-07T08:31:52.026Z PASS [ 0.028s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
50412024-08-07T08:31:52.047Z PASS [ 0.021s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
50422024-08-07T08:31:52.070Z PASS [ 0.022s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
50432024-08-07T08:31:52.437Z PASS [ 2.201s] omicron-sled-agent zone_bundle::illumos_tests::test_context
50442024-08-07T08:31:52.545Z PASS [ 2.682s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
50452024-08-07T08:31:52.579Z PASS [ 0.507s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
50462024-08-07T08:31:52.690Z PASS [ 0.112s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
50472024-08-07T08:31:52.741Z PASS [ 0.052s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
50482024-08-07T08:31:52.909Z PASS [ 0.362s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
50492024-08-07T08:31:52.937Z PASS [ 0.031s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
50502024-08-07T08:31:52.959Z PASS [ 0.022s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
50512024-08-07T08:31:52.964Z PASS [ 0.527s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
50522024-08-07T08:31:52.999Z PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
50532024-08-07T08:31:53.040Z PASS [ 0.080s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
50542024-08-07T08:31:53.053Z PASS [ 2.154s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
50552024-08-07T08:31:53.227Z PASS [ 0.226s] omicron-test-utils dev::db::test::test_bad_cmd
50562024-08-07T08:31:53.415Z PASS [ 2.695s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
50572024-08-07T08:31:53.449Z PASS [ 0.409s] omicron-test-utils dev::db::test::test_cmd_fails
50582024-08-07T08:31:53.464Z PASS [ 0.049s] omicron-test-utils dev::db::test::test_make_pg_config_fail
50592024-08-07T08:31:53.473Z PASS [ 0.025s] omicron-test-utils dev::db::test::test_make_pg_config_ok
50602024-08-07T08:31:53.482Z PASS [ 0.254s] omicron-test-utils dev::db::test::test_database_start_hang
50612024-08-07T08:31:53.490Z PASS [ 0.026s] omicron-test-utils dev::db::test::test_process_exit_abnormal
50622024-08-07T08:31:53.504Z PASS [ 0.031s] omicron-test-utils dev::db::test::test_process_exit_normal
50632024-08-07T08:31:53.774Z PASS [ 1.031s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
50642024-08-07T08:31:53.802Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_starter_tmpdir
50652024-08-07T08:31:53.874Z PASS [ 0.071s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
50662024-08-07T08:31:53.912Z PASS [ 0.032s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
50672024-08-07T08:31:53.949Z PASS [ 0.040s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
50682024-08-07T08:31:53.985Z PASS [ 0.036s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
50692024-08-07T08:31:54.046Z PASS [ 0.063s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
50702024-08-07T08:31:54.144Z PASS [ 2.661s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
50712024-08-07T08:31:54.494Z LEAK [ 1.009s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
50722024-08-07T08:31:54.526Z PASS [ 0.383s] oximeter test::timeseries_schema_consistency
50732024-08-07T08:31:54.560Z PASS [ 0.512s] openapi-manager check::tests::check_apis_up_to_date
50742024-08-07T08:31:54.677Z PASS [ 0.178s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
50752024-08-07T08:31:54.891Z PASS [ 0.220s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
50762024-08-07T08:31:54.907Z PASS [ 0.373s] oximeter-collector agent::tests::test_self_stat_collection_count
50772024-08-07T08:31:54.907Z PASS [ 0.342s] oximeter-collector agent::tests::test_self_stat_error_counter
50782024-08-07T08:31:54.916Z PASS [ 0.028s] oximeter-collector self_stats::tests::test_failure_reason_serialization
50792024-08-07T08:31:54.962Z PASS [ 0.056s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
50802024-08-07T08:31:54.969Z PASS [ 0.054s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
50812024-08-07T08:31:54.989Z PASS [ 0.026s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
50822024-08-07T08:31:55.296Z PASS [ 0.396s] oximeter-collector::test_commands test_oximeter_no_args
50832024-08-07T08:31:56.419Z PASS [ 1.447s] oximeter-db client::oxql::tests::test_get_entire_table
50842024-08-07T08:31:56.499Z PASS [ 1.511s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
50852024-08-07T08:31:56.534Z PASS [ 1.239s] oximeter-db client::oxql::tests::test_get_one_timeseries
50862024-08-07T08:31:56.566Z PASS [ 0.067s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
50872024-08-07T08:31:56.589Z PASS [ 0.055s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
50882024-08-07T08:31:57.007Z PASS [ 7.467s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
50892024-08-07T08:31:57.635Z PASS [ 1.218s] oximeter-db client::oxql::tests::test_limit_operations
50902024-08-07T08:31:57.712Z PASS [ 0.703s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
50912024-08-07T08:31:57.802Z PASS [ 4.297s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
50922024-08-07T08:31:57.997Z PASS [ 4.942s] omicron-test-utils dev::db::test::test_database_concurrent
50932024-08-07T08:31:58.807Z PASS [ 1.096s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
50942024-08-07T08:31:58.843Z PASS [ 0.036s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
50952024-08-07T08:31:58.871Z PASS [ 1.237s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
50962024-08-07T08:31:58.878Z PASS [ 0.037s] oximeter-db client::tests::test_read_timeseries_to_delete
50972024-08-07T08:31:58.884Z PASS [ 1.084s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
50982024-08-07T08:31:58.901Z PASS [ 0.030s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
50992024-08-07T08:31:58.909Z PASS [ 0.030s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
51002024-08-07T08:31:59.115Z PASS [ 2.524s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
51012024-08-07T08:31:59.143Z PASS [ 0.028s] oximeter-db client::tests::test_unravel_index
51022024-08-07T08:31:59.197Z PASS [ 0.043s] oximeter-db client::tests::test_verify_schema_upgrades
51032024-08-07T08:31:59.230Z PASS [ 0.043s] oximeter-db model::tests::test_db_bool
51042024-08-07T08:31:59.553Z PASS [ 1.558s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
51052024-08-07T08:31:59.591Z PASS [ 0.032s] oximeter-db model::tests::test_db_datum_type_conversion
51062024-08-07T08:31:59.624Z PASS [ 0.037s] oximeter-db model::tests::test_db_field_list_conversion
51072024-08-07T08:31:59.654Z PASS [ 0.030s] oximeter-db model::tests::test_db_field_type_conversion
51082024-08-07T08:31:59.684Z PASS [ 0.031s] oximeter-db model::tests::test_db_histogram
51092024-08-07T08:31:59.868Z PASS [ 0.632s] oximeter-db model::tests::test_db_bool_bad
51102024-08-07T08:31:59.868Z PASS [ 0.177s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
51112024-08-07T08:31:59.887Z PASS [ 0.027s] oximeter-db model::tests::test_parse_bytes_measurement
51122024-08-07T08:31:59.894Z PASS [ 0.027s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
51132024-08-07T08:31:59.914Z PASS [ 1.028s] oximeter-db client::tests::test_select_all_field_types
51142024-08-07T08:31:59.921Z PASS [ 0.034s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
51152024-08-07T08:31:59.929Z PASS [ 0.034s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
51162024-08-07T08:31:59.948Z PASS [ 0.035s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
51172024-08-07T08:31:59.954Z PASS [ 0.034s] oximeter-db model::tests::test_unroll_from_source
51182024-08-07T08:31:59.961Z PASS [ 0.033s] oximeter-db model::tests::test_unroll_measurement_row
51192024-08-07T08:31:59.979Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
51202024-08-07T08:31:59.991Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
51212024-08-07T08:31:59.994Z PASS [ 0.038s] oximeter-db model::tests::test_unroll_missing_measurement_row
51222024-08-07T08:32:00.004Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_comparison
51232024-08-07T08:32:00.012Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
51242024-08-07T08:32:00.020Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_double_literal
51252024-08-07T08:32:00.041Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
51262024-08-07T08:32:00.053Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
51272024-08-07T08:32:00.061Z PASS [ 0.049s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
51282024-08-07T08:32:00.070Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
51292024-08-07T08:32:00.081Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
51302024-08-07T08:32:00.090Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
51312024-08-07T08:32:00.097Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
51322024-08-07T08:32:00.109Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
51332024-08-07T08:32:00.119Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
51342024-08-07T08:32:00.127Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_group_by
51352024-08-07T08:32:00.135Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_ident
51362024-08-07T08:32:00.148Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
51372024-08-07T08:32:00.156Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
51382024-08-07T08:32:00.163Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
51392024-08-07T08:32:00.173Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
51402024-08-07T08:32:00.180Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
51412024-08-07T08:32:00.186Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
51422024-08-07T08:32:00.198Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
51432024-08-07T08:32:00.205Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
51442024-08-07T08:32:00.220Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_query
51452024-08-07T08:32:00.232Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
51462024-08-07T08:32:00.245Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
51472024-08-07T08:32:00.264Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
51482024-08-07T08:32:00.276Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
51492024-08-07T08:32:00.295Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_reducer
51502024-08-07T08:32:00.306Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
51512024-08-07T08:32:00.324Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
51522024-08-07T08:32:00.331Z PASS [ 0.027s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
51532024-08-07T08:32:00.349Z PASS [ 0.024s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
51542024-08-07T08:32:00.356Z PASS [ 0.024s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
51552024-08-07T08:32:00.381Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
51562024-08-07T08:32:00.398Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
51572024-08-07T08:32:00.414Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
51582024-08-07T08:32:00.434Z PASS [ 0.044s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
51592024-08-07T08:32:00.453Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
51602024-08-07T08:32:00.507Z PASS [ 0.051s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
51612024-08-07T08:32:00.516Z PASS [ 0.068s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
51622024-08-07T08:32:00.543Z PASS [ 0.058s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
51632024-08-07T08:32:00.553Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
51642024-08-07T08:32:00.602Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
51652024-08-07T08:32:00.644Z PASS [ 0.059s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
51662024-08-07T08:32:00.715Z PASS [ 0.071s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
51672024-08-07T08:32:00.718Z PASS [ 0.072s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
51682024-08-07T08:32:00.796Z PASS [ 0.084s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
51692024-08-07T08:32:00.796Z PASS [ 0.075s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
51702024-08-07T08:32:00.796Z PASS [ 1.871s] oximeter-db client::tests::test_sql_query_output
51712024-08-07T08:32:00.799Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays
51722024-08-07T08:32:00.799Z PASS [ 0.060s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
51732024-08-07T08:32:00.808Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values
51742024-08-07T08:32:00.816Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
51752024-08-07T08:32:00.825Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
51762024-08-07T08:32:00.838Z PASS [ 0.029s] oximeter-db oxql::point::tests::test_cast_points_from_bool
51772024-08-07T08:32:00.848Z PASS [ 0.029s] oximeter-db oxql::point::tests::test_cast_points_from_double
51782024-08-07T08:32:00.859Z PASS [ 0.031s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution
51792024-08-07T08:32:00.869Z PASS [ 0.032s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution
51802024-08-07T08:32:00.878Z PASS [ 0.030s] oximeter-db oxql::point::tests::test_cast_points_from_integer
51812024-08-07T08:32:00.889Z PASS [ 0.032s] oximeter-db oxql::point::tests::test_cast_points_from_string
51822024-08-07T08:32:00.899Z PASS [ 0.029s] oximeter-db oxql::point::tests::test_point_delta_between
51832024-08-07T08:32:00.907Z PASS [ 0.030s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges
51842024-08-07T08:32:00.919Z PASS [ 0.031s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch
51852024-08-07T08:32:00.925Z PASS [ 0.028s] oximeter-db oxql::point::tests::test_sub_between_histogram_distributions
51862024-08-07T08:32:00.934Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits
51872024-08-07T08:32:00.947Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
51882024-08-07T08:32:00.955Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
51892024-08-07T08:32:00.966Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
51902024-08-07T08:32:00.978Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
51912024-08-07T08:32:00.984Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
51922024-08-07T08:32:00.992Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
51932024-08-07T08:32:01.005Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
51942024-08-07T08:32:01.012Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_predicates
51952024-08-07T08:32:01.019Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
51962024-08-07T08:32:01.034Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
51972024-08-07T08:32:01.041Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
51982024-08-07T08:32:01.060Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_query_end_time
51992024-08-07T08:32:01.069Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
52002024-08-07T08:32:01.088Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
52012024-08-07T08:32:01.101Z PASS [ 0.043s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
52022024-08-07T08:32:01.110Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
52032024-08-07T08:32:01.128Z PASS [ 0.049s] oximeter-db oxql::query::tests::test_split_query
52042024-08-07T08:32:01.136Z PASS [ 0.036s] oximeter-db query::tests::test_field_cmp
52052024-08-07T08:32:01.144Z PASS [ 0.035s] oximeter-db query::tests::test_field_selector_as_query
52062024-08-07T08:32:01.170Z PASS [ 0.032s] oximeter-db query::tests::test_field_value_as_db_str
52072024-08-07T08:32:01.204Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_filter_raw
52082024-08-07T08:32:01.224Z PASS [ 0.076s] oximeter-db query::tests::test_select_query_builder_field_selectors
52092024-08-07T08:32:01.245Z PASS [ 0.074s] oximeter-db query::tests::test_select_query_builder_from_parts
52102024-08-07T08:32:01.380Z PASS [ 0.066s] oximeter-db query::tests::test_select_query_builder_full
52112024-08-07T08:32:01.383Z PASS [ 0.091s] oximeter-db query::tests::test_select_query_builder_limit_offset
52122024-08-07T08:32:01.383Z PASS [ 0.072s] oximeter-db query::tests::test_select_query_builder_no_fields
52132024-08-07T08:32:01.383Z PASS [ 0.093s] oximeter-db query::tests::test_select_query_builder_no_selectors
52142024-08-07T08:32:01.383Z PASS [ 0.064s] oximeter-db query::tests::test_string_field_selector
52152024-08-07T08:32:01.383Z PASS [ 0.047s] oximeter-db query::tests::test_time_range
52162024-08-07T08:32:01.407Z PASS [ 0.061s] oximeter-db sql::tests::test_allow_limit_offset
52172024-08-07T08:32:01.415Z PASS [ 0.047s] oximeter-db sql::tests::test_allow_subqueries
52182024-08-07T08:32:01.423Z PASS [ 0.045s] oximeter-db sql::tests::test_cannot_name_database
52192024-08-07T08:32:01.457Z PASS [ 0.040s] oximeter-db sql::tests::test_ctes_are_not_supported
52202024-08-07T08:32:01.465Z PASS [ 0.050s] oximeter-db sql::tests::test_function_allow_list
52212024-08-07T08:32:01.486Z PASS [ 0.062s] oximeter-db sql::tests::test_join_must_be_inner
52222024-08-07T08:32:01.493Z PASS [ 0.047s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
52232024-08-07T08:32:01.507Z PASS [ 0.041s] oximeter-db sql::tests::test_query_must_be_select_statement
52242024-08-07T08:32:01.526Z PASS [ 0.037s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
52252024-08-07T08:32:01.536Z PASS [ 0.040s] oximeter-db sql::tests::test_require_table_is_timeseries_name
52262024-08-07T08:32:01.547Z PASS [ 0.037s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
52272024-08-07T08:32:01.580Z PASS [ 0.049s] oximeter-db sql::tests::test_with_comma_join_fails
52282024-08-07T08:32:01.616Z PASS [ 0.054s] oximeter-db tests::test_timeseries_key_field_stability
52292024-08-07T08:32:01.616Z PASS [ 0.044s] oximeter-db tests::test_timeseries_key_sample_stability
52302024-08-07T08:32:01.643Z PASS [ 0.053s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
52312024-08-07T08:32:01.699Z PASS [ 0.072s] oximeter-impl histogram::tests::test_bin_range
52322024-08-07T08:32:01.732Z PASS [ 0.035s] oximeter-impl histogram::tests::test_bin_range_from
52332024-08-07T08:32:01.760Z PASS [ 0.026s] oximeter-impl histogram::tests::test_bin_range_to
52342024-08-07T08:32:01.885Z PASS [ 0.046s] oximeter-impl histogram::tests::test_empty_bins_not_supported
52352024-08-07T08:32:01.971Z PASS [ 0.112s] oximeter-impl histogram::tests::test_ensure_finite
52362024-08-07T08:32:02.053Z PASS [ 0.137s] oximeter-impl histogram::tests::test_histogram
52372024-08-07T08:32:02.086Z PASS [ 0.033s] oximeter-impl histogram::tests::test_histogram_construct_with
52382024-08-07T08:32:02.121Z PASS [ 0.034s] oximeter-impl histogram::tests::test_histogram_extreme_bins
52392024-08-07T08:32:02.151Z PASS [ 0.029s] oximeter-impl histogram::tests::test_histogram_extreme_samples
52402024-08-07T08:32:02.241Z PASS [ 0.036s] oximeter-impl histogram::tests::test_histogram_float_bins
52412024-08-07T08:32:02.294Z PASS [ 0.064s] oximeter-impl histogram::tests::test_histogram_unbounded_samples
52422024-08-07T08:32:02.311Z PASS [ 2.096s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
52432024-08-07T08:32:02.341Z PASS [ 0.038s] oximeter-impl histogram::tests::test_histogram_with_bins
52442024-08-07T08:32:02.351Z PASS [ 0.100s] oximeter-impl histogram::tests::test_histogram_unsorted_bins
52452024-08-07T08:32:02.369Z PASS [ 0.027s] oximeter-impl histogram::tests::test_histogram_with_non_partitioned_bins
52462024-08-07T08:32:02.394Z PASS [ 0.027s] oximeter-impl histogram::tests::test_histogram_with_overlapping_bins
52472024-08-07T08:32:02.424Z PASS [ 0.044s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
52482024-08-07T08:32:02.438Z PASS [ 0.065s] oximeter-impl histogram::tests::test_log_linear_bins_all_representable
52492024-08-07T08:32:02.453Z PASS [ 0.030s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
52502024-08-07T08:32:02.474Z PASS [ 0.035s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
52512024-08-07T08:32:02.489Z PASS [ 0.032s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
52522024-08-07T08:32:02.501Z PASS [ 0.034s] oximeter-impl histogram::tests::test_log_linear_bins_integer_size_checks
52532024-08-07T08:32:02.515Z PASS [ 0.031s] oximeter-impl histogram::tests::test_log_linear_bins_small_bin_count
52542024-08-07T08:32:02.529Z PASS [ 0.026s] oximeter-impl histogram::tests::test_span_decades
52552024-08-07T08:32:02.541Z PASS [ 0.026s] oximeter-impl histogram::tests::test_span_decades_other_counts_f64
52562024-08-07T08:32:02.554Z PASS [ 0.027s] oximeter-impl histogram::tests::test_span_decades_other_counts_u64_resolution_ok
52572024-08-07T08:32:02.564Z PASS [ 0.023s] oximeter-impl histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
52582024-08-07T08:32:02.576Z PASS [ 0.024s] oximeter-impl quantile::tests::test_default_percentiles
52592024-08-07T08:32:02.586Z PASS [ 0.022s] oximeter-impl quantile::tests::test_empty_observations
52602024-08-07T08:32:02.603Z PASS [ 0.024s] oximeter-impl quantile::tests::test_find_cells
52612024-08-07T08:32:02.610Z PASS [ 0.024s] oximeter-impl quantile::tests::test_float_observations
52622024-08-07T08:32:02.632Z PASS [ 0.029s] oximeter-impl quantile::tests::test_integer_observations
52632024-08-07T08:32:02.640Z PASS [ 0.029s] oximeter-impl quantile::tests::test_invalid_p_value
52642024-08-07T08:32:02.666Z PASS [ 0.027s] oximeter-impl quantile::tests::test_max_p
52652024-08-07T08:32:02.673Z PASS [ 0.034s] oximeter-impl quantile::tests::test_min_p
52662024-08-07T08:32:02.690Z PASS [ 0.031s] oximeter-impl quantile::tests::test_non_filled_observations
52672024-08-07T08:32:02.699Z PASS [ 0.025s] oximeter-impl quantile::tests::test_rounding
52682024-08-07T08:32:02.739Z PASS [ 0.050s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
52692024-08-07T08:32:02.746Z PASS [ 0.048s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_non_copy_datum_types
52702024-08-07T08:32:02.765Z PASS [ 0.026s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_non_copy_fields
52712024-08-07T08:32:02.770Z PASS [ 0.025s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
52722024-08-07T08:32:02.788Z PASS [ 0.022s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
52732024-08-07T08:32:02.794Z PASS [ 0.023s] oximeter-impl schema::codegen::tests::emit_schema_types_generates_expected_tokens
52742024-08-07T08:32:02.813Z PASS [ 0.025s] oximeter-impl schema::codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
52752024-08-07T08:32:02.831Z PASS [ 0.028s] oximeter-impl schema::ir::tests::construct_field_schema_fails_with_duplicate_field_names
52762024-08-07T08:32:02.844Z PASS [ 0.030s] oximeter-impl schema::ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
52772024-08-07T08:32:02.861Z PASS [ 0.038s] oximeter-impl schema::ir::tests::construct_field_schema_picks_up_correct_fields
52782024-08-07T08:32:02.880Z PASS [ 0.036s] oximeter-impl schema::ir::tests::ensures_target_has_at_least_one_field
52792024-08-07T08:32:02.888Z PASS [ 0.027s] oximeter-impl schema::ir::tests::extract_authz_scope_requires_relevant_field
52802024-08-07T08:32:02.904Z PASS [ 0.026s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_to_add_existing_metric
52812024-08-07T08:32:02.911Z PASS [ 0.024s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
52822024-08-07T08:32:02.926Z PASS [ 0.022s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_with_non_increasing_versions
52832024-08-07T08:32:02.933Z PASS [ 0.022s] oximeter-impl schema::ir::tests::extract_metric_fields_requires_adding_first
52842024-08-07T08:32:02.951Z PASS [ 0.023s] oximeter-impl schema::ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
52852024-08-07T08:32:02.958Z PASS [ 0.025s] oximeter-impl schema::ir::tests::fail_on_empty_descriptions
52862024-08-07T08:32:02.973Z PASS [ 0.024s] oximeter-impl schema::ir::tests::fail_on_empty_metric_name
52872024-08-07T08:32:02.979Z PASS [ 0.022s] oximeter-impl schema::ir::tests::fail_on_empty_target_name
52882024-08-07T08:32:02.995Z PASS [ 0.022s] oximeter-impl schema::ir::tests::fail_on_very_long_field_names
52892024-08-07T08:32:03.002Z PASS [ 0.023s] oximeter-impl schema::ir::tests::fail_on_very_long_timeseries_name
52902024-08-07T08:32:03.021Z PASS [ 0.025s] oximeter-impl schema::ir::tests::into_schema_list_fails_with_zero_metrics
52912024-08-07T08:32:03.027Z PASS [ 0.025s] oximeter-impl schema::ir::tests::load_schema_catches_metric_versions_not_added_in
52922024-08-07T08:32:03.058Z PASS [ 0.036s] oximeter-impl schema::ir::tests::load_schema_fails_with_duplicate_timeseries
52932024-08-07T08:32:03.066Z PASS [ 0.037s] oximeter-impl schema::ir::tests::load_schema_fails_with_nonexistent_target_version
52942024-08-07T08:32:03.091Z PASS [ 0.034s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions
52952024-08-07T08:32:03.099Z PASS [ 0.033s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
52962024-08-07T08:32:03.122Z PASS [ 0.031s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
52972024-08-07T08:32:03.129Z PASS [ 0.032s] oximeter-impl schema::ir::tests::load_schema_fills_in_late_implied_metric_versions
52982024-08-07T08:32:03.145Z PASS [ 0.024s] oximeter-impl schema::ir::tests::load_schema_skips_versions_until_metric_is_added
52992024-08-07T08:32:03.152Z PASS [ 0.022s] oximeter-impl schema::ir::tests::only_support_format_version_1
53002024-08-07T08:32:03.168Z PASS [ 0.020s] oximeter-impl schema::ir::tests::validate_field_name_disallows_bad_names
53012024-08-07T08:32:03.175Z PASS [ 0.023s] oximeter-impl schema::ir::tests::validate_field_name_verifies_uuid_field_names
53022024-08-07T08:32:03.190Z PASS [ 0.024s] oximeter-impl schema::tests::test_field_schema_ordering
53032024-08-07T08:32:03.202Z PASS [ 0.027s] oximeter-impl schema::tests::test_schema_field_ordering_across_target_metric
53042024-08-07T08:32:03.217Z PASS [ 0.024s] oximeter-impl schema::tests::test_timeseries_name
53052024-08-07T08:32:03.229Z PASS [ 0.028s] oximeter-impl schema::tests::test_timeseries_name_from_str
53062024-08-07T08:32:03.240Z PASS [ 0.025s] oximeter-impl schema::tests::test_timeseries_schema_from_parts
53072024-08-07T08:32:03.254Z PASS [ 0.023s] oximeter-impl schema::tests::test_timeseries_schema_from_sample
53082024-08-07T08:32:03.272Z PASS [ 0.032s] oximeter-impl test_util::tests::test_gen_test_samples
53092024-08-07T08:32:03.279Z PASS [ 0.026s] oximeter-impl traits::tests::test_metric_trait
53102024-08-07T08:32:03.300Z PASS [ 0.028s] oximeter-impl traits::tests::test_producer_trait
53112024-08-07T08:32:03.307Z PASS [ 0.028s] oximeter-impl traits::tests::test_target_trait
53122024-08-07T08:32:03.325Z PASS [ 0.024s] oximeter-impl types::tests::test_cumulative_f64
53132024-08-07T08:32:03.332Z PASS [ 0.024s] oximeter-impl types::tests::test_cumulative_i64
53142024-08-07T08:32:03.350Z PASS [ 0.026s] oximeter-impl types::tests::test_datum
53152024-08-07T08:32:03.356Z PASS [ 0.025s] oximeter-impl types::tests::test_field_value_parse_as_type::case_01_as_string
53162024-08-07T08:32:03.370Z PASS [ 0.020s] oximeter-impl types::tests::test_field_value_parse_as_type::case_02_as_i8
53172024-08-07T08:32:03.376Z PASS [ 0.019s] oximeter-impl types::tests::test_field_value_parse_as_type::case_03_as_u8
53182024-08-07T08:32:03.393Z PASS [ 0.020s] oximeter-impl types::tests::test_field_value_parse_as_type::case_04_as_i16
53192024-08-07T08:32:03.401Z PASS [ 0.023s] oximeter-impl types::tests::test_field_value_parse_as_type::case_05_as_u16
53202024-08-07T08:32:03.416Z PASS [ 0.025s] oximeter-impl types::tests::test_field_value_parse_as_type::case_06_as_i32
53212024-08-07T08:32:03.422Z PASS [ 0.022s] oximeter-impl types::tests::test_field_value_parse_as_type::case_07_as_u32
53222024-08-07T08:32:03.438Z PASS [ 0.021s] oximeter-impl types::tests::test_field_value_parse_as_type::case_08_as_i64
53232024-08-07T08:32:03.444Z PASS [ 0.022s] oximeter-impl types::tests::test_field_value_parse_as_type::case_09_as_u64
53242024-08-07T08:32:03.459Z PASS [ 0.022s] oximeter-impl types::tests::test_field_value_parse_as_type::case_10_as_uuid
53252024-08-07T08:32:03.465Z PASS [ 0.021s] oximeter-impl types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
53262024-08-07T08:32:03.479Z PASS [ 0.020s] oximeter-impl types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
53272024-08-07T08:32:03.485Z PASS [ 0.021s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
53282024-08-07T08:32:03.499Z PASS [ 0.021s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
53292024-08-07T08:32:03.505Z PASS [ 0.020s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
53302024-08-07T08:32:03.523Z PASS [ 0.021s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
53312024-08-07T08:32:03.531Z PASS [ 0.024s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
53322024-08-07T08:32:03.550Z PASS [ 0.028s] oximeter-impl types::tests::test_measurement
53332024-08-07T08:32:03.558Z PASS [ 0.027s] oximeter-impl types::tests::test_sample_struct
53342024-08-07T08:32:03.575Z PASS [ 0.024s] oximeter-impl types::tests::test_verify_field_names
53352024-08-07T08:32:03.641Z PASS [ 0.066s] oximeter-instruments http::tests::test_normalize_uri_path
53362024-08-07T08:32:03.658Z PASS [ 0.101s] oximeter-instruments http::tests::test_latency_tracker
53372024-08-07T08:32:03.817Z PASS [ 0.158s] oximeter-instruments kstat::link::tests::test_kstat_sampler
53382024-08-07T08:32:03.817Z PASS [ 0.141s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
53392024-08-07T08:32:03.867Z PASS [ 0.060s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
53402024-08-07T08:32:03.873Z PASS [ 0.075s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
53412024-08-07T08:32:03.917Z PASS [ 0.051s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
53422024-08-07T08:32:03.931Z PASS [ 0.056s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
53432024-08-07T08:32:03.962Z PASS [ 0.045s] oximeter-instruments kstat::link::tests::test_sled_datalink
53442024-08-07T08:32:03.968Z PASS [ 0.039s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
53452024-08-07T08:32:03.983Z PASS [ 0.020s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
53462024-08-07T08:32:03.990Z PASS [ 0.021s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
53472024-08-07T08:32:04.006Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
53482024-08-07T08:32:04.014Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
53492024-08-07T08:32:04.035Z PASS [ 0.028s] oximeter-macro-impl tests::test_metric_annotated_field
53502024-08-07T08:32:04.043Z PASS [ 0.029s] oximeter-macro-impl tests::test_metric_datum_field
53512024-08-07T08:32:04.060Z PASS [ 0.025s] oximeter-macro-impl tests::test_metric_enum
53522024-08-07T08:32:04.068Z PASS [ 0.025s] oximeter-macro-impl tests::test_metric_without_datum_field
53532024-08-07T08:32:04.084Z PASS [ 0.024s] oximeter-macro-impl tests::test_target
53542024-08-07T08:32:04.091Z PASS [ 0.024s] oximeter-macro-impl tests::test_target_empty_struct
53552024-08-07T08:32:04.104Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_enum
53562024-08-07T08:32:04.112Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_unit_struct
53572024-08-07T08:32:04.125Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_with_datum_field
53582024-08-07T08:32:04.147Z PASS [ 0.021s] oxlog tests::test_is_oxide_smf_log_file
53592024-08-07T08:32:04.168Z PASS [ 0.022s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
53602024-08-07T08:32:04.187Z PASS [ 0.020s] oxlog tests::test_sort_logs
53612024-08-07T08:32:04.813Z PASS [ 0.624s] reconfigurator-cli::test_basic test_basic
53622024-08-07T08:32:05.797Z PASS [ 12.306s] omicron-test-utils dev::db::test::test_setup_database_default_dir
53632024-08-07T08:32:05.917Z PASS [ 0.120s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
53642024-08-07T08:32:05.944Z PASS [ 0.028s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
53652024-08-07T08:32:05.989Z PASS [ 0.043s] sled-agent-types rack_init::tests::parse_rack_initialization
53662024-08-07T08:32:06.021Z PASS [ 0.029s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
53672024-08-07T08:32:06.075Z PASS [ 0.056s] sled-agent-types rack_init::tests::test_extra_certs
53682024-08-07T08:32:06.108Z PASS [ 0.034s] sled-agent-types rack_init::tests::test_subnets
53692024-08-07T08:32:06.146Z PASS [ 0.039s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
53702024-08-07T08:32:06.198Z PASS [ 0.052s] sled-hardware disk::test::test_disk_paths
53712024-08-07T08:32:06.222Z PASS [ 0.025s] sled-hardware disk::test::test_partition_device_paths
53722024-08-07T08:32:06.287Z PASS [ 0.064s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
53732024-08-07T08:32:06.316Z PASS [ 0.028s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
53742024-08-07T08:32:06.342Z PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
53752024-08-07T08:32:06.369Z PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
53762024-08-07T08:32:06.414Z PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
53772024-08-07T08:32:06.441Z PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
53782024-08-07T08:32:06.464Z PASS [ 0.024s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
53792024-08-07T08:32:06.494Z PASS [ 0.029s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
53802024-08-07T08:32:06.555Z PASS [ 0.062s] sled-storage dataset::test::serialize_dataset_name
53812024-08-07T08:32:06.628Z PASS [ 0.073s] sled-storage manager::test::test_omicron_physical_disks_schema
53822024-08-07T08:32:07.410Z PASS [ 3.298s] oximeter-producer tests::test_producer_registration_task
53832024-08-07T08:32:08.257Z PASS [ 1.627s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
53842024-08-07T08:32:08.300Z PASS [ 0.045s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
53852024-08-07T08:32:08.377Z PASS [ 0.966s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
53862024-08-07T08:32:08.431Z PASS [ 0.054s] sled-storage manager::tests::ensure_using_exactly_these_disks
53872024-08-07T08:32:10.313Z PASS [ 1.883s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
53882024-08-07T08:32:10.876Z PASS [ 2.575s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
53892024-08-07T08:32:11.767Z PASS [ 0.891s] sled-storage manager::tests::update_rawdisk_firmware
53902024-08-07T08:32:11.988Z PASS [ 13.086s] oximeter-db client::tests::test_single_node
53912024-08-07T08:32:12.495Z PASS [ 2.181s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
53922024-08-07T08:32:13.012Z PASS [ 1.023s] sled-storage manager::tests::wait_for_boot_disk
53932024-08-07T08:32:13.559Z PASS [ 0.547s] tufaceous::integration-tests command_tests::test_init_and_add
53942024-08-07T08:32:13.633Z PASS [ 1.137s] tufaceous::integration-tests command_tests::test_assemble_fake
53952024-08-07T08:32:13.685Z PASS [ 0.052s] tufaceous-lib archive::tests::test_validate_path
53962024-08-07T08:32:13.698Z PASS [ 1.929s] sled-storage manager::tests::upsert_filesystem
53972024-08-07T08:32:13.740Z PASS [ 0.044s] tufaceous-lib key::tests::test_from_str
53982024-08-07T08:32:13.754Z PASS [ 0.072s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
53992024-08-07T08:32:13.939Z PASS [ 0.191s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
54002024-08-07T08:32:14.352Z PASS [ 0.791s] tufaceous::manifest-tests check_manifest::fake.toml
54012024-08-07T08:32:14.478Z PASS [ 0.127s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
54022024-08-07T08:32:14.779Z PASS [ 1.025s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
54032024-08-07T08:32:14.877Z PASS [ 0.096s] update-engine display::group_display::tests::test_stats
54042024-08-07T08:32:14.884Z PASS [ 0.407s] update-engine buffer::tests::test_buffer
54052024-08-07T08:32:14.903Z PASS [ 0.027s] update-engine display::line_display_shared::tests::test_format_progress_counter
54062024-08-07T08:32:14.908Z PASS [ 0.026s] update-engine engine::tests::error_exits_early
54072024-08-07T08:32:14.937Z PASS [ 0.031s] update-engine events::tests::progress_event_parse_unknown
54082024-08-07T08:32:14.944Z PASS [ 0.034s] update-engine events::tests::step_event_parse_unknown
54092024-08-07T08:32:15.004Z PASS [ 0.060s] wicket state::inventory::tests::component_id_display
54102024-08-07T08:32:15.126Z PASS [ 0.190s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
54112024-08-07T08:32:15.208Z PASS [ 0.084s] wicket-common rack_setup::tests::roundtrip_import_export_policy
54122024-08-07T08:32:15.321Z PASS [ 0.113s] wicketd installinator_progress::tests::test_states
54132024-08-07T08:32:15.409Z PASS [ 0.088s] wicketd rss_config::tests::test_bgp_auth_key_states
54142024-08-07T08:32:15.419Z PASS [ 0.415s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
54152024-08-07T08:32:16.360Z PASS [ 0.950s] wicketd::mod integration_tests::inventory::test_inventory
54162024-08-07T08:32:16.992Z PASS [ 15.391s] oximeter-db::integration_test test_schemas_disjoint
54172024-08-07T08:32:17.539Z PASS [ 3.615s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
54182024-08-07T08:32:17.654Z PASS [ 1.302s] wicketd::mod integration_tests::updates::test_update_races
54192024-08-07T08:32:18.410Z PASS [ 32.127s] omicron-sled-agent nexus::test::nexus_self_notification_test
54202024-08-07T08:32:18.941Z PASS [ 3.529s] wicketd::mod integration_tests::updates::test_installinator_fetch
54212024-08-07T08:32:19.268Z PASS [ 2.285s] wicketd::mod integration_tests::updates::test_updates
54222024-08-07T08:32:20.058Z PASS [ 15.253s] reconfigurator-cli::test_basic test_blueprint_edit
54232024-08-07T08:32:29.193Z PASS [ 27.612s] oximeter-db::integration_test test_cluster
54242024-08-07T08:32:36.585Z PASS [ 40.019s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
54252024-08-07T08:32:39.323Z PASS [ 2.738s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
54262024-08-07T08:32:51.585Z PASS [ 12.262s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
54272024-08-07T08:33:07.250Z PASS [ 15.664s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
54282024-08-07T08:34:07.254Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
54292024-08-07T08:35:07.256Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
54302024-08-07T08:36:07.260Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
54312024-08-07T08:37:07.262Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
54322024-08-07T08:37:29.240Z PASS [ 261.987s] oximeter-db client::tests::test_replicated
54332024-08-07T08:37:29.243Z------------
54342024-08-07T08:37:29.243Z Summary [1936.302s] 1375 tests run: 1375 passed (9 slow, 1 leaky), 3 skipped
54352024-08-07T08:37:29.271Z
54362024-08-07T08:37:29.274Zreal 32:38.501020362
54372024-08-07T08:37:29.275Zuser 2:33:40.476068091
54382024-08-07T08:37:29.275Zsys 31:36.041650001
54392024-08-07T08:37:29.275Ztrap 2:04.253547051
54402024-08-07T08:37:29.275Ztflt 27.541991978
54412024-08-07T08:37:29.275Zdflt 1:30.707217690
54422024-08-07T08:37:29.275Zkflt 0.451094122
54432024-08-07T08:37:29.275Zlock 898:51:38.664467976
54442024-08-07T08:37:29.275Zslp 39:36:36.789691504
54452024-08-07T08:37:29.275Zlat 2:25:10.236978782
54462024-08-07T08:37:29.275Zstop 37:18.722416483
54472024-08-07T08:37:29.275Z+ banner doctest
54482024-08-07T08:37:29.275Z
54492024-08-07T08:37:29.275Z ##### #### #### ##### ###### #### #####
54502024-08-07T08:37:29.275Z # # # # # # # # # #
54512024-08-07T08:37:29.275Z # # # # # # ##### #### #
54522024-08-07T08:37:29.275Z # # # # # # # # #
54532024-08-07T08:37:29.275Z # # # # # # # # # # #
54542024-08-07T08:37:29.275Z ##### #### #### # ###### #### #
54552024-08-07T08:37:29.275Z
54562024-08-07T08:37:29.278Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
54572024-08-07T08:37:31.366Z Fresh unicode-ident v1.0.12
54582024-08-07T08:37:31.366Z Fresh cfg-if v1.0.0
54592024-08-07T08:37:31.371Z Fresh autocfg v1.3.0
54602024-08-07T08:37:31.371Z Fresh version_check v0.9.5
54612024-08-07T08:37:31.371Z Fresh memchr v2.7.2
54622024-08-07T08:37:31.371Z Fresh proc-macro2 v1.0.86
54632024-08-07T08:37:31.371Z Fresh scopeguard v1.2.0
54642024-08-07T08:37:31.371Z Fresh log v0.4.21
54652024-08-07T08:37:31.371Z Fresh byteorder v1.5.0
54662024-08-07T08:37:31.371Z Fresh once_cell v1.19.0
54672024-08-07T08:37:31.371Z Fresh quote v1.0.36
54682024-08-07T08:37:31.371Z Fresh libc v0.2.155
54692024-08-07T08:37:31.371Z Fresh itoa v1.0.11
54702024-08-07T08:37:31.371Z Fresh smallvec v1.13.2
54712024-08-07T08:37:31.376Z Fresh syn v2.0.72
54722024-08-07T08:37:31.376Z Fresh getrandom v0.2.14
54732024-08-07T08:37:31.376Z Fresh lock_api v0.4.12
54742024-08-07T08:37:31.376Z Fresh cc v1.0.97
54752024-08-07T08:37:31.376Z Fresh pin-project-lite v0.2.14
54762024-08-07T08:37:31.376Z Fresh serde_derive v1.0.204
54772024-08-07T08:37:31.376Z Fresh zerocopy-derive v0.7.34
54782024-08-07T08:37:31.376Z Fresh parking_lot_core v0.9.10
54792024-08-07T08:37:31.376Z Fresh libm v0.2.8
54802024-08-07T08:37:31.376Z Fresh ryu v1.0.18
54812024-08-07T08:37:31.376Z Fresh spin v0.9.8
54822024-08-07T08:37:31.376Z Fresh thiserror-impl v1.0.63
54832024-08-07T08:37:31.376Z Fresh serde v1.0.204
54842024-08-07T08:37:31.376Z Fresh parking_lot v0.12.2
54852024-08-07T08:37:31.376Z Fresh zerocopy v0.7.34
54862024-08-07T08:37:31.376Z Fresh num-traits v0.2.19
54872024-08-07T08:37:31.376Z Fresh signal-hook-registry v1.4.2
54882024-08-07T08:37:31.376Z Fresh mio v0.8.11
54892024-08-07T08:37:31.376Z Fresh bytes v1.7.1
54902024-08-07T08:37:31.376Z Fresh thiserror v1.0.63
54912024-08-07T08:37:31.376Z Fresh num_cpus v1.16.0
54922024-08-07T08:37:31.376Z Fresh bitflags v2.6.0
54932024-08-07T08:37:31.376Z Fresh allocator-api2 v0.2.18
54942024-08-07T08:37:31.376Z Fresh tokio-macros v2.3.0
54952024-08-07T08:37:31.376Z Fresh ahash v0.8.11
54962024-08-07T08:37:31.376Z Fresh socket2 v0.5.7
54972024-08-07T08:37:31.376Z Fresh futures-core v0.3.30
54982024-08-07T08:37:31.376Z Fresh rand_core v0.6.4
54992024-08-07T08:37:31.377Z Fresh equivalent v1.0.1
55002024-08-07T08:37:31.377Z Fresh zeroize_derive v1.4.2
55012024-08-07T08:37:31.377Z Fresh futures-sink v0.3.30
55022024-08-07T08:37:31.377Z Fresh hashbrown v0.14.5
55032024-08-07T08:37:31.377Z Fresh serde_json v1.0.122
55042024-08-07T08:37:31.377Z Fresh tokio v1.38.1
55052024-08-07T08:37:31.377Z Fresh zeroize v1.7.0
55062024-08-07T08:37:31.377Z Fresh fnv v1.0.7
55072024-08-07T08:37:31.377Z Fresh futures-channel v0.3.30
55082024-08-07T08:37:31.377Z Fresh futures-macro v0.3.30
55092024-08-07T08:37:31.377Z Fresh indexmap v2.3.0
55102024-08-07T08:37:31.377Z Fresh futures-task v0.3.30
55112024-08-07T08:37:31.377Z Fresh regex-syntax v0.8.3
55122024-08-07T08:37:31.377Z Fresh futures-io v0.3.30
55132024-08-07T08:37:31.377Z Fresh pin-utils v0.1.0
55142024-08-07T08:37:31.377Z Fresh aho-corasick v1.1.3
55152024-08-07T08:37:31.383Z Fresh slab v0.4.9
55162024-08-07T08:37:31.383Z Fresh regex-automata v0.4.6
55172024-08-07T08:37:31.383Z Fresh iana-time-zone v0.1.60
55182024-08-07T08:37:31.383Z Fresh uuid v1.10.0
55192024-08-07T08:37:31.383Z Fresh subtle v2.5.0
55202024-08-07T08:37:31.383Z Fresh futures-util v0.3.30
55212024-08-07T08:37:31.383Z Fresh syn v1.0.109
55222024-08-07T08:37:31.383Z Fresh chrono v0.4.38
55232024-08-07T08:37:31.383Z Fresh heck v0.5.0
55242024-08-07T08:37:31.383Z Fresh regex v1.10.6
55252024-08-07T08:37:31.383Z Fresh tinyvec_macros v0.1.1
55262024-08-07T08:37:31.383Z Fresh typenum v1.17.0
55272024-08-07T08:37:31.383Z Fresh tinyvec v1.6.0
55282024-08-07T08:37:31.383Z Fresh serde_derive_internals v0.29.1
55292024-08-07T08:37:31.383Z Fresh pkg-config v0.3.30
55302024-08-07T08:37:31.383Z Fresh dyn-clone v1.0.17
55312024-08-07T08:37:31.383Z Fresh generic-array v0.14.7
55322024-08-07T08:37:31.383Z Fresh unicode-normalization v0.1.23
55332024-08-07T08:37:31.383Z Fresh schemars_derive v0.8.21
55342024-08-07T08:37:31.383Z Fresh lazy_static v1.5.0
55352024-08-07T08:37:31.383Z Fresh errno v0.3.9
55362024-08-07T08:37:31.383Z Fresh semver v1.0.23
55372024-08-07T08:37:31.383Z Fresh crypto-common v0.1.6
55382024-08-07T08:37:31.383Z Fresh const-oid v0.9.6
55392024-08-07T08:37:31.383Z Fresh rustix v0.38.34
55402024-08-07T08:37:31.383Z Fresh schemars v0.8.21
55412024-08-07T08:37:31.383Z Fresh unicode-bidi v0.3.15
55422024-08-07T08:37:31.383Z Fresh tracing-attributes v0.1.27
55432024-08-07T08:37:31.383Z Fresh tracing-core v0.1.32
55442024-08-07T08:37:31.383Z Fresh tracing v0.1.40
55452024-08-07T08:37:31.384Z Fresh percent-encoding v2.3.1
55462024-08-07T08:37:31.384Z Fresh ppv-lite86 v0.2.17
55472024-08-07T08:37:31.384Z Fresh block-buffer v0.10.4
55482024-08-07T08:37:31.384Z Fresh unicode-width v0.1.13
55492024-08-07T08:37:31.384Z Fresh http v0.2.12
55502024-08-07T08:37:31.384Z Fresh rand_chacha v0.3.1
55512024-08-07T08:37:31.384Z Fresh form_urlencoded v1.2.1
55522024-08-07T08:37:31.384Z Fresh digest v0.10.7
55532024-08-07T08:37:31.384Z Fresh num-conv v0.1.0
55542024-08-07T08:37:31.384Z Fresh either v1.13.0
55552024-08-07T08:37:31.384Z Fresh time-core v0.1.2
55562024-08-07T08:37:31.384Z Fresh rand v0.8.5
55572024-08-07T08:37:31.384Z Fresh httparse v1.8.0
55582024-08-07T08:37:31.384Z Fresh powerfmt v0.2.0
55592024-08-07T08:37:31.384Z Fresh time-macros v0.2.18
55602024-08-07T08:37:31.384Z Fresh num_threads v0.1.7
55612024-08-07T08:37:31.384Z Fresh idna v0.5.0
55622024-08-07T08:37:31.384Z Fresh untrusted v0.9.0
55632024-08-07T08:37:31.384Z Fresh deranged v0.3.11
55642024-08-07T08:37:31.384Z Fresh url v2.5.2
55652024-08-07T08:37:31.384Z Fresh ring v0.17.8
55662024-08-07T08:37:31.384Z Fresh serde_tokenstream v0.2.1
55672024-08-07T08:37:31.384Z Fresh vcpkg v0.2.15
55682024-08-07T08:37:31.384Z Fresh adler v1.0.2
55692024-08-07T08:37:31.384Z Fresh time v0.3.36
55702024-08-07T08:37:31.384Z Fresh miniz_oxide v0.7.2
55712024-08-07T08:37:31.384Z Fresh rustversion v1.0.17
55722024-08-07T08:37:31.384Z Fresh serde_spanned v0.6.7
55732024-08-07T08:37:31.384Z Fresh toml_datetime v0.6.8
55742024-08-07T08:37:31.384Z Fresh cpufeatures v0.2.12
55752024-08-07T08:37:31.384Z Fresh try-lock v0.2.5
55762024-08-07T08:37:31.384Z Fresh slog v2.7.0
55772024-08-07T08:37:31.384Z Fresh tower-service v0.3.2
55782024-08-07T08:37:31.384Z Fresh tokio-util v0.7.11
55792024-08-07T08:37:31.384Z Fresh async-trait v0.1.81
55802024-08-07T08:37:31.384Z Fresh httpdate v1.0.3
55812024-08-07T08:37:31.384Z Fresh base64 v0.21.7
55822024-08-07T08:37:31.384Z Fresh want v0.3.1
55832024-08-07T08:37:31.384Z Fresh h2 v0.3.26
55842024-08-07T08:37:31.384Z Fresh http-body v0.4.6
55852024-08-07T08:37:31.385Z Fresh futures-executor v0.3.30
55862024-08-07T08:37:31.385Z Fresh foreign-types-shared v0.1.1
55872024-08-07T08:37:31.385Z Fresh openssl-probe v0.1.5
55882024-08-07T08:37:31.388Z Fresh gimli v0.28.1
55892024-08-07T08:37:31.388Z Fresh strsim v0.11.1
55902024-08-07T08:37:31.388Z Fresh hyper v0.14.30
55912024-08-07T08:37:31.388Z Fresh foreign-types v0.3.2
55922024-08-07T08:37:31.388Z Fresh openssl-sys v0.9.103
55932024-08-07T08:37:31.388Z Fresh openssl-macros v0.1.1
55942024-08-07T08:37:31.388Z Fresh addr2line v0.21.0
55952024-08-07T08:37:31.388Z Fresh object v0.32.2
55962024-08-07T08:37:31.388Z Fresh rustc-demangle v0.1.24
55972024-08-07T08:37:31.388Z Fresh mime v0.3.17
55982024-08-07T08:37:31.388Z Fresh openssl v0.10.66
55992024-08-07T08:37:31.388Z Fresh futures v0.3.30
56002024-08-07T08:37:31.388Z Fresh backtrace v0.3.71
56012024-08-07T08:37:31.388Z Fresh heck v0.4.1
56022024-08-07T08:37:31.388Z Fresh ipnet v2.9.0
56032024-08-07T08:37:31.388Z Fresh winnow v0.5.40
56042024-08-07T08:37:31.388Z Fresh crossbeam-utils v0.8.19
56052024-08-07T08:37:31.388Z Fresh toml_edit v0.19.15
56062024-08-07T08:37:31.388Z Fresh anyhow v1.0.86
56072024-08-07T08:37:31.388Z Fresh rustls-webpki v0.101.7
56082024-08-07T08:37:31.388Z Fresh sct v0.7.1
56092024-08-07T08:37:31.388Z Fresh ucd-trie v0.1.6
56102024-08-07T08:37:31.388Z Fresh utf8parse v0.2.1
56112024-08-07T08:37:31.389Z Fresh native-tls v0.2.11
56122024-08-07T08:37:31.389Z Fresh rustls v0.21.12
56132024-08-07T08:37:31.389Z Fresh serde_urlencoded v0.7.1
56142024-08-07T08:37:31.389Z Fresh idna v0.3.0
56152024-08-07T08:37:31.389Z Fresh encoding_rs v0.8.34
56162024-08-07T08:37:31.389Z Fresh pest v2.7.10
56172024-08-07T08:37:31.389Z Fresh psl-types v2.0.11
56182024-08-07T08:37:31.389Z Fresh tokio-rustls v0.24.1
56192024-08-07T08:37:31.389Z Fresh tokio-native-tls v0.3.1
56202024-08-07T08:37:31.389Z Fresh cookie v0.17.0
56212024-08-07T08:37:31.389Z Fresh scroll_derive v0.12.0
56222024-08-07T08:37:31.389Z Fresh anstyle v1.0.8
56232024-08-07T08:37:31.389Z Fresh rustls-pemfile v1.0.4
56242024-08-07T08:37:31.389Z Fresh publicsuffix v2.2.3
56252024-08-07T08:37:31.389Z Fresh pest_meta v2.7.10
56262024-08-07T08:37:31.389Z Fresh scroll v0.12.0
56272024-08-07T08:37:31.389Z Fresh hyper-rustls v0.24.2
56282024-08-07T08:37:31.389Z Fresh hyper-tls v0.5.0
56292024-08-07T08:37:31.389Z Fresh openapiv3 v2.0.0
56302024-08-07T08:37:31.389Z Fresh plain v0.2.3
56312024-08-07T08:37:31.389Z Fresh webpki-roots v0.25.4
56322024-08-07T08:37:31.389Z Fresh pest_generator v2.7.10
56332024-08-07T08:37:31.389Z Fresh cookie_store v0.20.0
56342024-08-07T08:37:31.389Z Fresh base64ct v1.6.0
56352024-08-07T08:37:31.389Z Fresh bitflags v1.3.2
56362024-08-07T08:37:31.389Z Fresh sync_wrapper v0.1.2
56372024-08-07T08:37:31.389Z Fresh goblin v0.8.2
56382024-08-07T08:37:31.389Z Fresh rustc_version v0.4.0
56392024-08-07T08:37:31.389Z Fresh pest_derive v2.7.10
56402024-08-07T08:37:31.389Z Fresh reqwest v0.11.27
56412024-08-07T08:37:31.389Z Fresh pretty-hex v0.4.1
56422024-08-07T08:37:31.389Z Fresh anstyle-parse v0.2.4
56432024-08-07T08:37:31.389Z Fresh thread-id v4.2.1
56442024-08-07T08:37:31.389Z Fresh data-encoding v2.6.0
56452024-08-07T08:37:31.389Z Fresh colorchoice v1.0.1
56462024-08-07T08:37:31.389Z Fresh dof v0.3.0
56472024-08-07T08:37:31.389Z Fresh dtrace-parser v0.2.0
56482024-08-07T08:37:31.389Z Fresh is_terminal_polyfill v1.70.0
56492024-08-07T08:37:31.389Z Fresh anstyle-query v1.0.3
56502024-08-07T08:37:31.389Z Fresh pem-rfc7468 v0.7.0
56512024-08-07T08:37:31.390Z Fresh terminal_size v0.3.0
56522024-08-07T08:37:31.390Z Fresh der_derive v0.7.2
56532024-08-07T08:37:31.390Z Fresh usdt-impl v0.5.0
56542024-08-07T08:37:31.390Z Fresh anstream v0.6.14
56552024-08-07T08:37:31.390Z Fresh base64 v0.22.1
56562024-08-07T08:37:31.390Z Fresh flagset v0.4.5
56572024-08-07T08:37:31.390Z Fresh unicode-segmentation v1.11.0
56582024-08-07T08:37:31.390Z Fresh bit-vec v0.6.3
56592024-08-07T08:37:31.390Z Fresh clap_lex v0.7.0
56602024-08-07T08:37:31.390Z Fresh der v0.7.9
56612024-08-07T08:37:31.390Z Fresh clap_builder v4.5.13
56622024-08-07T08:37:31.390Z Fresh clap_derive v4.5.13
56632024-08-07T08:37:31.390Z Fresh num-integer v0.1.46
56642024-08-07T08:37:31.390Z Fresh siphasher v0.3.11
56652024-08-07T08:37:31.390Z Fresh usdt-attr-macro v0.5.0
56662024-08-07T08:37:31.390Z Fresh usdt-macro v0.5.0
56672024-08-07T08:37:31.390Z Fresh crc32fast v1.4.0
56682024-08-07T08:37:31.390Z Fresh clap v4.5.13
56692024-08-07T08:37:31.390Z Fresh spki v0.7.3
56702024-08-07T08:37:31.390Z Fresh crossbeam-epoch v0.9.18
56712024-08-07T08:37:31.390Z Fresh itertools v0.10.5
56722024-08-07T08:37:31.390Z Fresh memmap v0.7.0
56732024-08-07T08:37:31.390Z Fresh stable_deref_trait v1.2.0
56742024-08-07T08:37:31.390Z Fresh bit-set v0.5.3
56752024-08-07T08:37:31.390Z Fresh ipnetwork v0.20.0
56762024-08-07T08:37:31.390Z Fresh usdt v0.5.0
56772024-08-07T08:37:31.390Z Fresh hex v0.4.3
56782024-08-07T08:37:31.390Z Fresh pkcs8 v0.10.2
56792024-08-07T08:37:31.390Z Fresh toml v0.7.8
56802024-08-07T08:37:31.390Z Fresh itertools v0.12.1
56812024-08-07T08:37:31.390Z Fresh zerocopy-derive v0.6.6
56822024-08-07T08:37:31.390Z Fresh winnow v0.6.18
56832024-08-07T08:37:31.390Z Fresh managed v0.8.0
56842024-08-07T08:37:31.390Z Fresh fixedbitset v0.4.2
56852024-08-07T08:37:31.390Z Fresh zerocopy v0.6.6
56862024-08-07T08:37:31.390Z Fresh toml_edit v0.22.20
56872024-08-07T08:37:31.390Z Fresh flate2 v1.0.31
56882024-08-07T08:37:31.394Z Fresh phf_shared v0.10.0
56892024-08-07T08:37:31.394Z Fresh sha2 v0.10.8
56902024-08-07T08:37:31.394Z Fresh petgraph v0.6.5
56912024-08-07T08:37:31.394Z Fresh new_debug_unreachable v1.0.6
56922024-08-07T08:37:31.394Z Fresh minimal-lexical v0.2.1
56932024-08-07T08:37:31.394Z Fresh precomputed-hash v0.1.1
56942024-08-07T08:37:31.394Z Fresh unicode-xid v0.2.4
56952024-08-07T08:37:31.394Z Fresh signal-hook v0.3.17
56962024-08-07T08:37:31.394Z Fresh num-iter v0.1.45
56972024-08-07T08:37:31.394Z Fresh hmac v0.12.1
56982024-08-07T08:37:31.394Z Fresh nom v7.1.3
56992024-08-07T08:37:31.394Z Fresh string_cache v0.8.7
57002024-08-07T08:37:31.394Z Fresh static_assertions v1.1.0
57012024-08-07T08:37:31.394Z Fresh regex-automata v0.1.10
57022024-08-07T08:37:31.394Z Fresh lalrpop-util v0.19.12
57032024-08-07T08:37:31.394Z Fresh matches v0.1.10
57042024-08-07T08:37:31.394Z Fresh idna v0.2.3
57052024-08-07T08:37:31.394Z Fresh bstr v0.2.17
57062024-08-07T08:37:31.394Z Fresh signal-hook-mio v0.2.3
57072024-08-07T08:37:31.394Z Fresh enum-as-inner v0.5.1
57082024-08-07T08:37:31.394Z Fresh block-padding v0.3.3
57092024-08-07T08:37:31.394Z Fresh scheduled-thread-pool v0.2.7
57102024-08-07T08:37:31.394Z Fresh diesel_table_macro_syntax v0.1.0
57112024-08-07T08:37:31.394Z Fresh hash32 v0.2.1
57122024-08-07T08:37:31.394Z Fresh finl_unicode v1.2.0
57132024-08-07T08:37:31.395Z Fresh predicates-core v1.0.6
57142024-08-07T08:37:31.395Z Fresh r2d2 v0.8.10
57152024-08-07T08:37:31.395Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
57162024-08-07T08:37:31.395Z Fresh trust-dns-proto v0.22.0
57172024-08-07T08:37:31.395Z Fresh stringprep v0.1.4
57182024-08-07T08:37:31.395Z Fresh diesel_derives v2.1.4
57192024-08-07T08:37:31.395Z Fresh heapless v0.7.17
57202024-08-07T08:37:31.395Z Fresh inout v0.1.3
57212024-08-07T08:37:31.395Z Fresh crossterm v0.27.0
57222024-08-07T08:37:31.395Z Fresh md-5 v0.10.6
57232024-08-07T08:37:31.395Z Fresh console v0.15.8
57242024-08-07T08:37:31.395Z Fresh hubpack_derive v0.1.1
57252024-08-07T08:37:31.395Z Fresh bstr v1.9.1
57262024-08-07T08:37:31.395Z Fresh ff v0.13.0
57272024-08-07T08:37:31.395Z Fresh float-cmp v0.9.0
57282024-08-07T08:37:31.395Z Fresh normalize-line-endings v0.3.0
57292024-08-07T08:37:31.395Z Fresh fallible-iterator v0.2.0
57302024-08-07T08:37:31.395Z Fresh difflib v0.4.0
57312024-08-07T08:37:31.395Z Fresh base16ct v0.2.0
57322024-08-07T08:37:31.395Z Fresh hubpack v0.1.2
57332024-08-07T08:37:31.395Z Fresh sec1 v0.7.3
57342024-08-07T08:37:31.395Z Fresh predicates v3.1.2
57352024-08-07T08:37:31.395Z Fresh group v0.13.0
57362024-08-07T08:37:31.395Z Fresh postgres-protocol v0.6.7
57372024-08-07T08:37:31.395Z Fresh cipher v0.4.4
57382024-08-07T08:37:31.395Z Fresh smoltcp v0.9.1
57392024-08-07T08:37:31.395Z Fresh diesel v2.1.6
57402024-08-07T08:37:31.395Z Fresh similar v2.5.0
57412024-08-07T08:37:31.395Z Fresh hkdf v0.12.4
57422024-08-07T08:37:31.395Z Fresh num-bigint v0.4.5
57432024-08-07T08:37:31.395Z Fresh phf_shared v0.11.2
57442024-08-07T08:37:31.395Z Fresh strum_macros v0.25.3
57452024-08-07T08:37:31.395Z Fresh crypto-bigint v0.5.5
57462024-08-07T08:37:31.395Z Fresh serde_repr v0.1.19
57472024-08-07T08:37:31.395Z Fresh peg-runtime v0.8.3
57482024-08-07T08:37:31.395Z Fresh elliptic-curve v0.13.8
57492024-08-07T08:37:31.395Z Fresh phf v0.11.2
57502024-08-07T08:37:31.395Z Fresh yasna v0.5.2
57512024-08-07T08:37:31.395Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
57522024-08-07T08:37:31.396Z Fresh postgres-types v0.2.7
57532024-08-07T08:37:31.396Z Fresh whoami v1.5.1
57542024-08-07T08:37:31.396Z Fresh fs-err v2.11.0
57552024-08-07T08:37:31.396Z Fresh tokio-postgres v0.7.11
57562024-08-07T08:37:31.396Z Fresh tokio-stream v0.1.15
57572024-08-07T08:37:31.396Z Fresh regress v0.9.1
57582024-08-07T08:37:31.396Z Fresh getopts v0.2.21
57592024-08-07T08:37:31.396Z Fresh unsafe-libyaml v0.2.11
57602024-08-07T08:37:31.396Z Fresh progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
57612024-08-07T08:37:31.396Z Fresh typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
57622024-08-07T08:37:31.396Z Fresh serde_yaml v0.9.34+deprecated
57632024-08-07T08:37:31.396Z Fresh is-terminal v0.4.12
57642024-08-07T08:37:31.396Z Fresh dirs-sys-next v0.1.2
57652024-08-07T08:37:31.396Z Fresh strum_macros v0.26.4
57662024-08-07T08:37:31.396Z Fresh http v1.1.0
57672024-08-07T08:37:31.396Z Fresh typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
57682024-08-07T08:37:31.396Z Fresh camino v1.1.7
57692024-08-07T08:37:31.396Z Fresh dirs-next v2.0.0
57702024-08-07T08:37:31.396Z Fresh strum v0.26.3
57712024-08-07T08:37:31.396Z Fresh sha1 v0.10.6
57722024-08-07T08:37:31.396Z Fresh ident_case v1.0.1
57732024-08-07T08:37:31.396Z Fresh typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
57742024-08-07T08:37:31.396Z Fresh term v0.7.0
57752024-08-07T08:37:31.396Z Fresh darling_core v0.20.9
57762024-08-07T08:37:31.396Z Fresh toml v0.8.19
57772024-08-07T08:37:31.396Z Fresh crossbeam-channel v0.5.12
57782024-08-07T08:37:31.396Z Fresh thread_local v1.1.8
57792024-08-07T08:37:31.396Z Fresh progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
57802024-08-07T08:37:31.396Z Fresh paste v1.0.15
57812024-08-07T08:37:31.396Z Fresh rustls-pki-types v1.7.0
57822024-08-07T08:37:31.396Z Fresh match_cfg v0.1.0
57832024-08-07T08:37:31.396Z Fresh darling_macro v0.20.9
57842024-08-07T08:37:31.396Z Fresh fastrand v2.1.0
57852024-08-07T08:37:31.396Z Fresh take_mut v0.2.2
57862024-08-07T08:37:31.396Z Fresh progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
57872024-08-07T08:37:31.396Z Fresh hostname v0.3.1
57882024-08-07T08:37:31.401Z Fresh tempfile v3.10.1
57892024-08-07T08:37:31.401Z Fresh darling v0.20.9
57902024-08-07T08:37:31.401Z Fresh slog-term v2.9.1
57912024-08-07T08:37:31.401Z Fresh rustls-webpki v0.102.4
57922024-08-07T08:37:31.401Z Fresh progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
57932024-08-07T08:37:31.401Z Fresh slog-async v2.8.0
57942024-08-07T08:37:31.402Z Fresh rustls-pemfile v2.1.3
57952024-08-07T08:37:31.402Z Fresh debug-ignore v1.0.5
57962024-08-07T08:37:31.402Z Fresh slog-json v2.6.1
57972024-08-07T08:37:31.402Z Fresh newtype-uuid v1.1.0
57982024-08-07T08:37:31.402Z Fresh rustls v0.22.4
57992024-08-07T08:37:31.402Z Fresh async-stream-impl v0.3.5
58002024-08-07T08:37:31.402Z Fresh instant v0.1.12
58012024-08-07T08:37:31.402Z Fresh atomic-waker v1.1.2
58022024-08-07T08:37:31.402Z Fresh slog-bunyan v2.5.0
58032024-08-07T08:37:31.402Z Fresh dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
58042024-08-07T08:37:31.402Z Fresh tokio-rustls v0.25.0
58052024-08-07T08:37:31.402Z Fresh multer v3.1.0
58062024-08-07T08:37:31.402Z Fresh waitgroup v0.1.2
58072024-08-07T08:37:31.402Z Fresh async-stream v0.3.5
58082024-08-07T08:37:31.402Z Fresh serde_path_to_error v0.1.16
58092024-08-07T08:37:31.402Z Fresh hostname v0.4.0
58102024-08-07T08:37:31.402Z Fresh serde_with_macros v3.8.3
58112024-08-07T08:37:31.402Z Fresh dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
58122024-08-07T08:37:31.402Z Fresh quick-error v1.2.3
58132024-08-07T08:37:31.402Z Fresh serde_with v3.8.3
58142024-08-07T08:37:31.402Z Fresh structmeta-derive v0.3.0
58152024-08-07T08:37:31.402Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58162024-08-07T08:37:31.402Z Fresh backoff v0.4.0
58172024-08-07T08:37:31.402Z Fresh structmeta v0.3.0
58182024-08-07T08:37:31.402Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58192024-08-07T08:37:31.402Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
58202024-08-07T08:37:31.402Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
58212024-08-07T08:37:31.402Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
58222024-08-07T08:37:31.402Z Fresh macaddr v1.0.1
58232024-08-07T08:37:31.402Z Fresh wait-timeout v0.2.0
58242024-08-07T08:37:31.402Z Fresh rand_xorshift v0.3.0
58252024-08-07T08:37:31.402Z Fresh parse-display-derive v0.9.1
58262024-08-07T08:37:31.402Z Fresh rusty-fork v0.3.0
58272024-08-07T08:37:31.402Z Fresh structmeta-derive v0.2.0
58282024-08-07T08:37:31.402Z Fresh unarray v0.1.4
58292024-08-07T08:37:31.402Z Fresh camino-tempfile v1.1.1
58302024-08-07T08:37:31.402Z Fresh proc-macro-crate v1.3.1
58312024-08-07T08:37:31.402Z Fresh parse-display v0.9.1
58322024-08-07T08:37:31.402Z Fresh structmeta v0.2.0
58332024-08-07T08:37:31.402Z Fresh proptest v1.4.0
58342024-08-07T08:37:31.403Z Fresh num_enum_derive v0.5.11
58352024-08-07T08:37:31.403Z Fresh test-strategy v0.3.1
58362024-08-07T08:37:31.403Z Fresh proc-macro-error-attr v1.0.4
58372024-08-07T08:37:31.403Z Fresh num_enum v0.5.11
58382024-08-07T08:37:31.403Z Fresh foreign-types-macros v0.2.3
58392024-08-07T08:37:31.403Z Fresh foreign-types-shared v0.3.1
58402024-08-07T08:37:31.403Z Fresh proc-macro-error v1.0.4
58412024-08-07T08:37:31.403Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58422024-08-07T08:37:31.403Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58432024-08-07T08:37:31.403Z Fresh foreign-types v0.5.0
58442024-08-07T08:37:31.403Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
58452024-08-07T08:37:31.403Z Fresh cstr-argument v0.1.2
58462024-08-07T08:37:31.403Z Fresh pretty-hex v0.2.1
58472024-08-07T08:37:31.403Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58482024-08-07T08:37:31.403Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
58492024-08-07T08:37:31.403Z Fresh tabwriter v1.4.0
58502024-08-07T08:37:31.403Z Fresh colored v2.1.0
58512024-08-07T08:37:31.403Z Fresh socket2 v0.4.10
58522024-08-07T08:37:31.403Z Fresh smf v0.2.3
58532024-08-07T08:37:31.403Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58542024-08-07T08:37:31.403Z Fresh hash32 v0.3.1
58552024-08-07T08:37:31.403Z Fresh cobs v0.2.3
58562024-08-07T08:37:31.403Z Fresh embedded-io v0.4.0
58572024-08-07T08:37:31.403Z Fresh heapless v0.8.0
58582024-08-07T08:37:31.403Z Fresh postcard v1.0.8
58592024-08-07T08:37:31.403Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
58602024-08-07T08:37:31.403Z Fresh termtree v0.4.1
58612024-08-07T08:37:31.403Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
58622024-08-07T08:37:31.403Z Fresh smoltcp v0.11.0
58632024-08-07T08:37:31.403Z Fresh predicates-tree v1.0.9
58642024-08-07T08:37:31.403Z Fresh crucible-workspace-hack v0.1.0
58652024-08-07T08:37:31.403Z Fresh sigpipe v0.1.3
58662024-08-07T08:37:31.403Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
58672024-08-07T08:37:31.403Z Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
58682024-08-07T08:37:31.403Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
58692024-08-07T08:37:31.403Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
58702024-08-07T08:37:31.403Z Fresh num-derive v0.4.2
58712024-08-07T08:37:31.403Z Fresh downcast v0.11.0
58722024-08-07T08:37:31.403Z Fresh fragile v2.0.0
58732024-08-07T08:37:31.404Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
58742024-08-07T08:37:31.404Z Fresh mockall_derive v0.13.0
58752024-08-07T08:37:31.404Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
58762024-08-07T08:37:31.404Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
58772024-08-07T08:37:31.404Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
58782024-08-07T08:37:31.404Z Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
58792024-08-07T08:37:31.404Z Fresh same-file v1.0.6
58802024-08-07T08:37:31.404Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
58812024-08-07T08:37:31.404Z Fresh mockall v0.13.0
58822024-08-07T08:37:31.404Z Fresh humantime v2.1.0
58832024-08-07T08:37:31.404Z Fresh walkdir v2.5.0
58842024-08-07T08:37:31.404Z Fresh xattr v1.3.1
58852024-08-07T08:37:31.404Z Fresh filetime v0.2.23
58862024-08-07T08:37:31.404Z Fresh derive-where v1.2.7
58872024-08-07T08:37:31.404Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
58882024-08-07T08:37:31.407Z Fresh tar v0.4.41
58892024-08-07T08:37:31.407Z Fresh newline-converter v0.3.0
58902024-08-07T08:37:31.407Z Fresh password-hash v0.5.0
58912024-08-07T08:37:31.407Z Fresh blake2 v0.10.6
58922024-08-07T08:37:31.407Z Fresh termcolor v1.4.1
58932024-08-07T08:37:31.407Z Fresh convert_case v0.4.0
58942024-08-07T08:37:31.407Z Fresh expectorate v1.1.0
58952024-08-07T08:37:31.407Z Fresh argon2 v0.5.3
58962024-08-07T08:37:31.407Z Fresh derive_more v0.99.18
58972024-08-07T08:37:31.407Z Fresh arc-swap v1.7.1
58982024-08-07T08:37:31.407Z Fresh utf-8 v0.7.6
58992024-08-07T08:37:31.407Z Fresh slog-scope v4.4.0
59002024-08-07T08:37:31.407Z Fresh atty v0.2.14
59012024-08-07T08:37:31.407Z Fresh home v0.5.9
59022024-08-07T08:37:31.407Z Fresh semver v0.1.20
59032024-08-07T08:37:31.408Z Fresh tungstenite v0.21.0
59042024-08-07T08:37:31.408Z Fresh slog-stdlog v4.1.1
59052024-08-07T08:37:31.408Z Fresh rustc_version v0.1.7
59062024-08-07T08:37:31.408Z Fresh pem v3.0.4
59072024-08-07T08:37:31.408Z Fresh tokio-tungstenite v0.21.0
59082024-08-07T08:37:31.408Z Fresh env_logger v0.9.3
59092024-08-07T08:37:31.408Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
59102024-08-07T08:37:31.408Z Fresh bitstruct_derive v0.1.0
59112024-08-07T08:37:31.408Z Fresh slog-envlogger v2.2.0
59122024-08-07T08:37:31.408Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
59132024-08-07T08:37:31.408Z Fresh ascii v1.1.0
59142024-08-07T08:37:31.408Z Fresh bitstruct v0.1.1
59152024-08-07T08:37:31.408Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
59162024-08-07T08:37:31.408Z Fresh tungstenite v0.20.1
59172024-08-07T08:37:31.408Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
59182024-08-07T08:37:31.408Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
59192024-08-07T08:37:31.408Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
59202024-08-07T08:37:31.408Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
59212024-08-07T08:37:31.408Z Fresh serde_arrays v0.1.0
59222024-08-07T08:37:31.408Z Fresh erased-serde v0.3.31
59232024-08-07T08:37:31.408Z Fresh tokio-tungstenite v0.20.1
59242024-08-07T08:37:31.408Z Fresh newtype_derive v0.1.6
59252024-08-07T08:37:31.408Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
59262024-08-07T08:37:31.408Z Fresh heck v0.3.3
59272024-08-07T08:37:31.408Z Fresh glob v0.3.1
59282024-08-07T08:37:31.408Z Fresh atomicwrites v0.4.3
59292024-08-07T08:37:31.408Z Fresh headers-core v0.2.0
59302024-08-07T08:37:31.408Z Fresh steno v0.4.1
59312024-08-07T08:37:31.408Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
59322024-08-07T08:37:31.408Z Fresh zone_cfg_derive v0.1.2
59332024-08-07T08:37:31.408Z Fresh swrite v0.1.0
59342024-08-07T08:37:31.408Z Fresh base64 v0.13.1
59352024-08-07T08:37:31.408Z Fresh prettyplease v0.2.20
59362024-08-07T08:37:31.408Z Fresh headers v0.3.9
59372024-08-07T08:37:31.408Z Fresh zone v0.1.8
59382024-08-07T08:37:31.408Z Fresh ron v0.7.1
59392024-08-07T08:37:31.408Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
59402024-08-07T08:37:31.408Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
59412024-08-07T08:37:31.408Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
59422024-08-07T08:37:31.409Z Fresh portpicker v0.1.1
59432024-08-07T08:37:31.409Z Fresh half v2.4.1
59442024-08-07T08:37:31.409Z Fresh ciborium-io v0.2.2
59452024-08-07T08:37:31.409Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
59462024-08-07T08:37:31.409Z Fresh rcgen v0.12.1
59472024-08-07T08:37:31.409Z Fresh subprocess v0.2.9
59482024-08-07T08:37:31.409Z Fresh crossbeam-deque v0.8.5
59492024-08-07T08:37:31.409Z Fresh constant_time_eq v0.3.0
59502024-08-07T08:37:31.409Z Fresh ciborium-ll v0.2.2
59512024-08-07T08:37:31.409Z Fresh arrayref v0.3.7
59522024-08-07T08:37:31.409Z Fresh arrayvec v0.7.4
59532024-08-07T08:37:31.409Z Fresh num-rational v0.4.2
59542024-08-07T08:37:31.409Z Fresh ciborium v0.2.2
59552024-08-07T08:37:31.409Z Fresh rayon-core v1.12.1
59562024-08-07T08:37:31.409Z Fresh cancel-safe-futures v0.1.5
59572024-08-07T08:37:31.409Z Fresh num-complex v0.4.6
59582024-08-07T08:37:31.409Z Fresh libsw v3.3.1
59592024-08-07T08:37:31.409Z Fresh owo-colors v4.0.0
59602024-08-07T08:37:31.409Z Fresh rayon v1.10.0
59612024-08-07T08:37:31.409Z Fresh num v0.4.3
59622024-08-07T08:37:31.409Z Fresh linear-map v1.2.0
59632024-08-07T08:37:31.409Z Fresh float-ord v0.3.2
59642024-08-07T08:37:31.409Z Fresh memmap2 v0.9.4
59652024-08-07T08:37:31.409Z Fresh untrusted v0.7.1
59662024-08-07T08:37:31.409Z Fresh linked-hash-map v0.5.6
59672024-08-07T08:37:31.409Z Fresh display-error-chain v0.2.0
59682024-08-07T08:37:31.409Z Fresh spin v0.5.2
59692024-08-07T08:37:31.409Z Fresh blake3 v1.5.1
59702024-08-07T08:37:31.409Z Fresh maplit v1.0.2
59712024-08-07T08:37:31.409Z Fresh topological-sort v0.2.2
59722024-08-07T08:37:31.409Z Fresh ring v0.16.20
59732024-08-07T08:37:31.409Z Fresh lru-cache v0.1.2
59742024-08-07T08:37:31.409Z Fresh toolchain_find v0.4.0
59752024-08-07T08:37:31.409Z Fresh omicron-zone-package v0.11.0
59762024-08-07T08:37:31.409Z Fresh rustfmt-wrapper v0.2.1
59772024-08-07T08:37:31.409Z Fresh tap v1.0.1
59782024-08-07T08:37:31.409Z Fresh wyz v0.5.1
59792024-08-07T08:37:31.409Z Fresh radium v0.7.0
59802024-08-07T08:37:31.409Z Fresh slog-dtrace v0.3.0
59812024-08-07T08:37:31.410Z Fresh resolv-conf v0.7.0
59822024-08-07T08:37:31.410Z Fresh bitfield-struct v0.6.1
59832024-08-07T08:37:31.410Z Fresh crc-catalog v2.4.0
59842024-08-07T08:37:31.410Z Fresh funty v2.0.0
59852024-08-07T08:37:31.410Z Fresh crc v3.2.1
59862024-08-07T08:37:31.410Z Fresh trust-dns-resolver v0.22.0
59872024-08-07T08:37:31.410Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59882024-08-07T08:37:31.413Z Fresh bitvec v1.0.1
59892024-08-07T08:37:31.413Z Fresh libefi-sys v0.1.0
59902024-08-07T08:37:31.413Z Fresh maybe-uninit v2.0.0
59912024-08-07T08:37:31.413Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59922024-08-07T08:37:31.413Z Fresh gethostname v0.5.0
59932024-08-07T08:37:31.413Z Fresh packed_struct_codegen v0.10.1
59942024-08-07T08:37:31.413Z Fresh nodrop v0.1.14
59952024-08-07T08:37:31.413Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59962024-08-07T08:37:31.413Z Fresh keccak v0.1.5
59972024-08-07T08:37:31.413Z Fresh smallvec v0.6.14
59982024-08-07T08:37:31.413Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
59992024-08-07T08:37:31.413Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
60002024-08-07T08:37:31.413Z Fresh packed_struct v0.10.1
60012024-08-07T08:37:31.413Z Fresh array-init v0.0.4
60022024-08-07T08:37:31.413Z Fresh sha3 v0.10.8
60032024-08-07T08:37:31.413Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60042024-08-07T08:37:31.413Z Fresh bzip2-sys v0.1.11+1.0.8
60052024-08-07T08:37:31.413Z Fresh num-bigint-dig v0.8.4
60062024-08-07T08:37:31.413Z Fresh pkcs1 v0.7.5
60072024-08-07T08:37:31.413Z Fresh signature v2.2.0
60082024-08-07T08:37:31.413Z Fresh secrecy v0.8.0
60092024-08-07T08:37:31.414Z Fresh bitfield v0.14.0
60102024-08-07T08:37:31.414Z Fresh hashbrown v0.12.3
60112024-08-07T08:37:31.414Z Fresh serde-hex v0.1.0
60122024-08-07T08:37:31.414Z Fresh rsa v0.9.6
60132024-08-07T08:37:31.414Z Fresh bzip2 v0.4.4
60142024-08-07T08:37:31.414Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
60152024-08-07T08:37:31.414Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
60162024-08-07T08:37:31.414Z Fresh indexmap v1.9.3
60172024-08-07T08:37:31.414Z Fresh env_logger v0.10.2
60182024-08-07T08:37:31.414Z Fresh x509-cert v0.2.5
60192024-08-07T08:37:31.414Z Fresh ron v0.8.1
60202024-08-07T08:37:31.414Z Fresh hashbrown v0.13.2
60212024-08-07T08:37:31.414Z Fresh crc-any v2.5.0
60222024-08-07T08:37:31.414Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
60232024-08-07T08:37:31.414Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
60242024-08-07T08:37:31.414Z Fresh object v0.30.4
60252024-08-07T08:37:31.414Z Fresh zip v0.6.6
60262024-08-07T08:37:31.414Z Fresh path-slash v0.1.5
60272024-08-07T08:37:31.414Z Fresh diff v0.1.13
60282024-08-07T08:37:31.414Z Fresh crunchy v0.2.2
60292024-08-07T08:37:31.414Z Fresh nibble_vec v0.1.0
60302024-08-07T08:37:31.414Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
60312024-08-07T08:37:31.414Z Fresh endian-type v0.1.2
60322024-08-07T08:37:31.414Z Fresh radix_trie v0.2.1
60332024-08-07T08:37:31.414Z Fresh tiny-keccak v2.0.2
60342024-08-07T08:37:31.414Z Fresh ascii-canvas v3.0.0
60352024-08-07T08:37:31.414Z Fresh ref-cast-impl v1.0.23
60362024-08-07T08:37:31.414Z Fresh async-recursion v1.1.1
60372024-08-07T08:37:31.414Z Fresh ena v0.14.3
60382024-08-07T08:37:31.414Z Fresh libloading v0.8.3
60392024-08-07T08:37:31.414Z Fresh regex-syntax v0.6.29
60402024-08-07T08:37:31.414Z Fresh ref-cast v1.0.23
60412024-08-07T08:37:31.414Z Fresh clang-sys v1.7.0
60422024-08-07T08:37:31.414Z Fresh lalrpop v0.19.12
60432024-08-07T08:37:31.414Z Fresh which v4.4.2
60442024-08-07T08:37:31.414Z Fresh cexpr v0.6.0
60452024-08-07T08:37:31.414Z Fresh universal-hash v0.5.1
60462024-08-07T08:37:31.414Z Fresh thiserror-impl-no-std v2.0.2
60472024-08-07T08:37:31.414Z Fresh curve25519-dalek-derive v0.1.1
60482024-08-07T08:37:31.415Z Fresh fxhash v0.2.1
60492024-08-07T08:37:31.415Z Fresh shlex v1.3.0
60502024-08-07T08:37:31.415Z Fresh opaque-debug v0.3.1
60512024-08-07T08:37:31.415Z Fresh lazycell v1.3.0
60522024-08-07T08:37:31.415Z Fresh rustc-hash v1.1.0
60532024-08-07T08:37:31.415Z Fresh thiserror-no-std v2.0.2
60542024-08-07T08:37:31.415Z Fresh poly1305 v0.8.0
60552024-08-07T08:37:31.415Z Fresh curve25519-dalek v4.1.3
60562024-08-07T08:37:31.415Z Fresh bindgen v0.69.4
60572024-08-07T08:37:31.415Z Fresh derive_builder_core v0.20.0
60582024-08-07T08:37:31.415Z Fresh chacha20 v0.9.1
60592024-08-07T08:37:31.415Z Fresh aead v0.5.2
60602024-08-07T08:37:31.415Z Fresh derive_builder_macro v0.20.0
60612024-08-07T08:37:31.415Z Fresh vsss-rs v3.3.4
60622024-08-07T08:37:31.415Z Fresh chacha20poly1305 v0.10.1
60632024-08-07T08:37:31.415Z Fresh strum_macros v0.24.3
60642024-08-07T08:37:31.415Z Fresh pin-project-internal v1.1.5
60652024-08-07T08:37:31.415Z Fresh indoc v1.0.9
60662024-08-07T08:37:31.415Z Fresh derive_builder v0.20.0
60672024-08-07T08:37:31.415Z Fresh libxml v0.3.3
60682024-08-07T08:37:31.415Z Fresh pin-project v1.1.5
60692024-08-07T08:37:31.415Z Fresh polar-core v0.27.3
60702024-08-07T08:37:31.415Z Fresh oso-derive v0.27.3
60712024-08-07T08:37:31.415Z Fresh impl-trait-for-tuples v0.2.2
60722024-08-07T08:37:31.415Z Fresh quick-xml v0.31.0
60732024-08-07T08:37:31.415Z Fresh cookie v0.18.1
60742024-08-07T08:37:31.415Z Fresh samael v0.0.15
60752024-08-07T08:37:31.415Z Fresh oso v0.27.3
60762024-08-07T08:37:31.415Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
60772024-08-07T08:37:31.415Z Fresh buf-list v1.0.3
60782024-08-07T08:37:31.415Z Fresh parking_lot_core v0.8.6
60792024-08-07T08:37:31.415Z Fresh const_format_proc_macros v0.2.32
60802024-08-07T08:37:31.415Z Fresh bb8 v0.8.5
60812024-08-07T08:37:31.415Z Fresh vte_generate_state_changes v0.1.1
60822024-08-07T08:37:31.415Z Fresh parking_lot v0.11.2
60832024-08-07T08:37:31.415Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
60842024-08-07T08:37:31.415Z Fresh unicase v2.7.0
60852024-08-07T08:37:31.415Z Fresh const_format v0.2.32
60862024-08-07T08:37:31.415Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
60872024-08-07T08:37:31.416Z Fresh vte v0.11.1
60882024-08-07T08:37:31.419Z Fresh trust-dns-client v0.22.0
60892024-08-07T08:37:31.419Z Fresh fd-lock v4.0.2
60902024-08-07T08:37:31.419Z Fresh toml v0.5.11
60912024-08-07T08:37:31.419Z Fresh cfg_aliases v0.1.1
60922024-08-07T08:37:31.419Z Fresh memoffset v0.9.1
60932024-08-07T08:37:31.419Z Fresh strip-ansi-escapes v0.2.0
60942024-08-07T08:37:31.419Z Fresh sled v0.34.7
60952024-08-07T08:37:31.419Z Fresh trust-dns-server v0.22.1
60962024-08-07T08:37:31.419Z Fresh kstat-rs v0.2.4
60972024-08-07T08:37:31.419Z Fresh nanorand v0.7.0
60982024-08-07T08:37:31.419Z Fresh nu-ansi-term v0.50.0
60992024-08-07T08:37:31.419Z Fresh nix v0.27.1
61002024-08-07T08:37:31.419Z Fresh reedline v0.31.0
61012024-08-07T08:37:31.419Z Fresh flume v0.11.0
61022024-08-07T08:37:31.419Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
61032024-08-07T08:37:31.419Z Fresh snafu-derive v0.8.2
61042024-08-07T08:37:31.419Z Fresh serde-big-array v0.5.1
61052024-08-07T08:37:31.419Z Fresh bytecount v0.6.8
61062024-08-07T08:37:31.419Z Fresh nix v0.28.0
61072024-08-07T08:37:31.419Z Fresh mime_guess v2.0.4
61082024-08-07T08:37:31.419Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
61092024-08-07T08:37:31.419Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
61102024-08-07T08:37:31.419Z Fresh papergrid v0.11.0
61112024-08-07T08:37:31.419Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
61122024-08-07T08:37:31.419Z Fresh snafu v0.8.2
61132024-08-07T08:37:31.420Z Fresh tabled_derive v0.7.0
61142024-08-07T08:37:31.420Z Fresh peg-macros v0.8.4
61152024-08-07T08:37:31.420Z Fresh globset v0.4.14
61162024-08-07T08:37:31.420Z Fresh signal-hook-tokio v0.3.1
61172024-08-07T08:37:31.420Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
61182024-08-07T08:37:31.420Z Fresh olpc-cjson v0.1.3
61192024-08-07T08:37:31.420Z Fresh serde_plain v1.0.2
61202024-08-07T08:37:31.420Z Fresh sqlparser_derive v0.2.2
61212024-08-07T08:37:31.420Z Fresh typed-path v0.7.1
61222024-08-07T08:37:31.420Z Fresh unicode_categories v0.1.1
61232024-08-07T08:37:31.420Z Fresh http-range v0.1.5
61242024-08-07T08:37:31.420Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
61252024-08-07T08:37:31.420Z Fresh tabled v0.15.0
61262024-08-07T08:37:31.420Z Fresh sqlformat v0.2.4
61272024-08-07T08:37:31.420Z Fresh tough v0.17.1
61282024-08-07T08:37:31.420Z Fresh hyper-staticfile v0.9.5
61292024-08-07T08:37:31.420Z Fresh sqlparser v0.45.0
61302024-08-07T08:37:31.420Z Fresh peg v0.8.4
61312024-08-07T08:37:31.420Z Fresh rustyline v14.0.0
61322024-08-07T08:37:31.420Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
61332024-08-07T08:37:31.420Z Fresh bcs v0.1.6
61342024-08-07T08:37:31.420Z Fresh parse-size v1.0.0
61352024-08-07T08:37:31.420Z Fresh highway v1.2.0
61362024-08-07T08:37:31.420Z Fresh rand_seeder v0.3.0
61372024-08-07T08:37:31.420Z Fresh itertools v0.13.0
61382024-08-07T08:37:31.420Z Fresh csv-core v0.1.11
61392024-08-07T08:37:31.420Z Fresh is_ci v1.2.0
61402024-08-07T08:37:31.420Z Fresh number_prefix v0.4.0
61412024-08-07T08:37:31.420Z Fresh csv v1.3.0
61422024-08-07T08:37:31.420Z Fresh supports-color v3.0.0
61432024-08-07T08:37:31.420Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
61442024-08-07T08:37:31.420Z Fresh castaway v0.2.2
61452024-08-07T08:37:31.420Z Fresh portable-atomic v1.6.0
61462024-08-07T08:37:31.420Z Fresh compact_str v0.7.1
61472024-08-07T08:37:31.420Z Fresh unicode-truncate v1.0.0
61482024-08-07T08:37:31.420Z Fresh lru v0.12.3
61492024-08-07T08:37:31.420Z Fresh indicatif v0.17.8
61502024-08-07T08:37:31.420Z Fresh stability v0.2.0
61512024-08-07T08:37:31.420Z Fresh assert_matches v1.5.0
61522024-08-07T08:37:31.421Z Fresh cassowary v0.3.0
61532024-08-07T08:37:31.421Z Fresh ratatui v0.27.0
61542024-08-07T08:37:31.421Z Fresh rtoolbox v0.0.2
61552024-08-07T08:37:31.421Z Fresh smawk v0.3.2
61562024-08-07T08:37:31.421Z Fresh unicode-linebreak v0.1.5
61572024-08-07T08:37:31.421Z Fresh plotters-backend v0.3.5
61582024-08-07T08:37:31.421Z Fresh rpassword v7.3.1
61592024-08-07T08:37:31.421Z Fresh textwrap v0.16.1
61602024-08-07T08:37:31.421Z Fresh tui-tree-widget v0.21.0
61612024-08-07T08:37:31.421Z Fresh plotters-svg v0.3.5
61622024-08-07T08:37:31.421Z Fresh http-body v1.0.0
61632024-08-07T08:37:31.421Z Fresh cargo-platform v0.1.8
61642024-08-07T08:37:31.421Z Fresh cast v0.3.0
61652024-08-07T08:37:31.421Z Fresh yansi v0.5.1
61662024-08-07T08:37:31.421Z Fresh shell-words v1.1.0
61672024-08-07T08:37:31.421Z Fresh tower-layer v0.3.2
61682024-08-07T08:37:31.421Z Fresh hyper v1.3.1
61692024-08-07T08:37:31.421Z Fresh tower v0.4.13
61702024-08-07T08:37:31.421Z Fresh pretty_assertions v1.4.0
61712024-08-07T08:37:31.421Z Fresh criterion-plot v0.5.0
61722024-08-07T08:37:31.421Z Fresh cargo_metadata v0.18.1
61732024-08-07T08:37:31.421Z Fresh plotters v0.3.5
61742024-08-07T08:37:31.421Z Fresh target-lexicon v0.12.16
61752024-08-07T08:37:31.421Z Fresh tinytemplate v1.2.1
61762024-08-07T08:37:31.421Z Fresh anes v0.1.6
61772024-08-07T08:37:31.421Z Fresh oorandom v11.1.3
61782024-08-07T08:37:31.421Z Fresh hyper-util v0.1.3
61792024-08-07T08:37:31.421Z Fresh cfg-expr v0.16.0
61802024-08-07T08:37:31.421Z Fresh criterion v0.5.1
61812024-08-07T08:37:31.421Z Fresh doc-comment v0.3.3
61822024-08-07T08:37:31.421Z Fresh guppy-workspace-hack v0.1.0
61832024-08-07T08:37:31.421Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
61842024-08-07T08:37:31.421Z Fresh rustls-native-certs v0.7.0
61852024-08-07T08:37:31.421Z Fresh httptest v0.15.5
61862024-08-07T08:37:31.421Z Fresh fatfs v0.3.6
61872024-08-07T08:37:31.421Z Fresh escape8259 v0.5.2
61882024-08-07T08:37:31.428Z Fresh threadpool v1.8.1
61892024-08-07T08:37:31.428Z Fresh relative-path v1.9.3
61902024-08-07T08:37:31.428Z Fresh hyper-rustls v0.26.0
61912024-08-07T08:37:31.428Z Fresh libtest-mimic v0.7.3
61922024-08-07T08:37:31.428Z Fresh rstest_macros v0.19.0
61932024-08-07T08:37:31.428Z Fresh assert_cmd v2.0.15
61942024-08-07T08:37:31.428Z Fresh target-spec v3.2.1
61952024-08-07T08:37:31.428Z Fresh blake2b_simd v1.0.2
61962024-08-07T08:37:31.428Z Fresh pathdiff v0.2.1
61972024-08-07T08:37:31.428Z Fresh fancy-regex v0.13.0
61982024-08-07T08:37:31.428Z Fresh uzers v0.11.3
61992024-08-07T08:37:31.428Z Fresh indent_write v2.2.0
62002024-08-07T08:37:31.428Z Fresh nested v0.1.1
62012024-08-07T08:37:31.428Z Fresh futures-timer v3.0.3
62022024-08-07T08:37:31.428Z Fresh rust-argon2 v2.1.0
62032024-08-07T08:37:31.428Z Fresh datatest-stable v0.2.9
62042024-08-07T08:37:31.428Z Fresh rstest v0.19.0
62052024-08-07T08:37:31.428Z Fresh guppy v0.17.7
62062024-08-07T08:37:31.428Z Fresh trybuild v1.0.99
62072024-08-07T08:37:31.428Z Fresh partial-io v0.5.4
62082024-08-07T08:37:31.428Z Fresh similar-asserts v1.5.0
62092024-08-07T08:37:31.428Z Fresh rand_distr v0.4.3
62102024-08-07T08:37:31.428Z Fresh approx v0.5.1
62112024-08-07T08:37:31.428Z Fresh hex-literal v0.4.1
62122024-08-07T08:37:31.428Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
62132024-08-07T08:37:31.428Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
62142024-08-07T08:37:31.428Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
62152024-08-07T08:37:31.428Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
62162024-08-07T08:37:31.428Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
62172024-08-07T08:37:31.428Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
62182024-08-07T08:37:31.428Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
62192024-08-07T08:37:31.428Z Fresh oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
62202024-08-07T08:37:31.428Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
62212024-08-07T08:37:31.428Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
62222024-08-07T08:37:31.428Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
62232024-08-07T08:37:31.428Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
62242024-08-07T08:37:31.428Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
62252024-08-07T08:37:31.428Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
62262024-08-07T08:37:31.429Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62272024-08-07T08:37:31.429Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62282024-08-07T08:37:31.429Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
62292024-08-07T08:37:31.429Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
62302024-08-07T08:37:31.429Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
62312024-08-07T08:37:31.429Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
62322024-08-07T08:37:31.429Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
62332024-08-07T08:37:31.429Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
62342024-08-07T08:37:31.429Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
62352024-08-07T08:37:31.429Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
62362024-08-07T08:37:31.429Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
62372024-08-07T08:37:31.429Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
62382024-08-07T08:37:31.429Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
62392024-08-07T08:37:31.429Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
62402024-08-07T08:37:31.429Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
62412024-08-07T08:37:31.429Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
62422024-08-07T08:37:31.429Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
62432024-08-07T08:37:31.429Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
62442024-08-07T08:37:31.429Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
62452024-08-07T08:37:31.429Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
62462024-08-07T08:37:31.429Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
62472024-08-07T08:37:31.429Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
62482024-08-07T08:37:31.429Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
62492024-08-07T08:37:31.429Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
62502024-08-07T08:37:31.429Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
62512024-08-07T08:37:31.429Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62522024-08-07T08:37:31.429Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
62532024-08-07T08:37:31.429Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
62542024-08-07T08:37:31.429Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
62552024-08-07T08:37:31.429Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
62562024-08-07T08:37:31.429Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
62572024-08-07T08:37:31.429Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62582024-08-07T08:37:31.429Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
62592024-08-07T08:37:31.429Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
62602024-08-07T08:37:31.429Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
62612024-08-07T08:37:31.429Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
62622024-08-07T08:37:31.429Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
62632024-08-07T08:37:31.429Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
62642024-08-07T08:37:31.429Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
62652024-08-07T08:37:31.429Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
62662024-08-07T08:37:31.430Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
62672024-08-07T08:37:31.430Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
62682024-08-07T08:37:31.430Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
62692024-08-07T08:37:31.430Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
62702024-08-07T08:37:31.430Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
62712024-08-07T08:37:31.430Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
62722024-08-07T08:37:31.430Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
62732024-08-07T08:37:31.430Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
62742024-08-07T08:37:31.430Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
62752024-08-07T08:37:31.430Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
62762024-08-07T08:37:31.430Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
62772024-08-07T08:37:31.430Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
62782024-08-07T08:37:31.430Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
62792024-08-07T08:37:31.430Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
62802024-08-07T08:37:31.430Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
62812024-08-07T08:37:31.430Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
62822024-08-07T08:37:31.430Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
62832024-08-07T08:37:31.430Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
62842024-08-07T08:37:31.430Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
62852024-08-07T08:37:31.430Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
62862024-08-07T08:37:31.430Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
62872024-08-07T08:37:31.430Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
62882024-08-07T08:37:31.434Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
62892024-08-07T08:37:31.434Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
62902024-08-07T08:37:31.434Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
62912024-08-07T08:37:31.434Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
62922024-08-07T08:37:31.434Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
62932024-08-07T08:37:31.434Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
62942024-08-07T08:37:31.434Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
62952024-08-07T08:37:31.434Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
62962024-08-07T08:37:31.434Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
62972024-08-07T08:37:31.434Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
62982024-08-07T08:37:31.434Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
62992024-08-07T08:37:31.434Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
63002024-08-07T08:37:31.434Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
63012024-08-07T08:37:31.434Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
63022024-08-07T08:37:31.435Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
63032024-08-07T08:37:31.435Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
63042024-08-07T08:37:31.435Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.07s
63052024-08-07T08:37:31.487Z Doc-tests api_identity
63062024-08-07T08:37:31.487Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a1df2345cf1d13e0.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
63072024-08-07T08:37:31.761Z
63082024-08-07T08:37:31.761Zrunning 0 tests
63092024-08-07T08:37:31.761Z
63102024-08-07T08:37:31.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63112024-08-07T08:37:31.761Z
63122024-08-07T08:37:31.769Z Doc-tests authz_macros
63132024-08-07T08:37:31.772Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6ceec59da4783310.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-464c0b863ffbce49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
63142024-08-07T08:37:31.907Z
63152024-08-07T08:37:31.907Zrunning 7 tests
63162024-08-07T08:37:31.910Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
63172024-08-07T08:37:31.910Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
63182024-08-07T08:37:31.910Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
63192024-08-07T08:37:31.910Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
63202024-08-07T08:37:31.910Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
63212024-08-07T08:37:31.910Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
63222024-08-07T08:37:31.910Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
63232024-08-07T08:37:31.910Z
63242024-08-07T08:37:31.910Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
63252024-08-07T08:37:31.910Z
63262024-08-07T08:37:31.918Z Doc-tests bootstore
63272024-08-07T08:37:31.921Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ec831ef06ed9b580.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae6fa6a49f3ce12f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0baafd81cedd4430.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4b5df787362db4de.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
63282024-08-07T08:37:32.719Z
63292024-08-07T08:37:32.719Zrunning 0 tests
63302024-08-07T08:37:32.719Z
63312024-08-07T08:37:32.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63322024-08-07T08:37:32.719Z
63332024-08-07T08:37:32.745Z Doc-tests bootstrap_agent_api
63342024-08-07T08:37:32.748Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
63352024-08-07T08:37:33.092Z
63362024-08-07T08:37:33.092Zrunning 2 tests
63372024-08-07T08:37:33.095Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
63382024-08-07T08:37:33.095Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
63392024-08-07T08:37:33.095Z
63402024-08-07T08:37:33.095Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
63412024-08-07T08:37:33.095Z
63422024-08-07T08:37:33.112Z Doc-tests bootstrap_agent_client
63432024-08-07T08:37:33.115Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7a5505dabf94db51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
63442024-08-07T08:37:33.832Z
63452024-08-07T08:37:33.833Zrunning 0 tests
63462024-08-07T08:37:33.833Z
63472024-08-07T08:37:33.833Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63482024-08-07T08:37:33.833Z
63492024-08-07T08:37:33.857Z Doc-tests cockroach_admin_api
63502024-08-07T08:37:33.860Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8451391aea588c8d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8d8e7dbf16ad6e3c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
63512024-08-07T08:37:34.052Z
63522024-08-07T08:37:34.052Zrunning 2 tests
63532024-08-07T08:37:34.055Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
63542024-08-07T08:37:34.055Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
63552024-08-07T08:37:34.055Z
63562024-08-07T08:37:34.055Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
63572024-08-07T08:37:34.055Z
63582024-08-07T08:37:34.067Z Doc-tests cockroach_admin_client
63592024-08-07T08:37:34.069Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bfb72a2afc18d443.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7b61734b02831066.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
63602024-08-07T08:37:34.318Z
63612024-08-07T08:37:34.318Zrunning 0 tests
63622024-08-07T08:37:34.318Z
63632024-08-07T08:37:34.319Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63642024-08-07T08:37:34.319Z
63652024-08-07T08:37:34.333Z Doc-tests cockroach_admin_types
63662024-08-07T08:37:34.336Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bfb72a2afc18d443.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8d8e7dbf16ad6e3c.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
63672024-08-07T08:37:34.473Z
63682024-08-07T08:37:34.473Zrunning 0 tests
63692024-08-07T08:37:34.473Z
63702024-08-07T08:37:34.474Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63712024-08-07T08:37:34.474Z
63722024-08-07T08:37:34.485Z Doc-tests db_macros
63732024-08-07T08:37:34.490Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-395b1012840c505c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-464c0b863ffbce49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
63742024-08-07T08:37:34.724Z
63752024-08-07T08:37:34.724Zrunning 3 tests
63762024-08-07T08:37:34.726Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
63772024-08-07T08:37:34.726Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
63782024-08-07T08:37:34.726Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
63792024-08-07T08:37:34.727Z
63802024-08-07T08:37:34.727Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
63812024-08-07T08:37:34.727Z
63822024-08-07T08:37:34.738Z Doc-tests dns_server
63832024-08-07T08:37:34.741Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-fb21456cf63b974d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ad790d7e02a1e87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
63842024-08-07T08:37:35.062Z
63852024-08-07T08:37:35.062Zrunning 0 tests
63862024-08-07T08:37:35.062Z
63872024-08-07T08:37:35.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63882024-08-07T08:37:35.062Z
63892024-08-07T08:37:35.079Z Doc-tests dns_server_api
63902024-08-07T08:37:35.082Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bfb72a2afc18d443.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
63912024-08-07T08:37:35.279Z
63922024-08-07T08:37:35.279Zrunning 2 tests
63932024-08-07T08:37:35.282Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 110) ... ignored
63942024-08-07T08:37:35.282Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 116) ... ignored
63952024-08-07T08:37:35.282Z
63962024-08-07T08:37:35.282Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
63972024-08-07T08:37:35.282Z
63982024-08-07T08:37:35.294Z Doc-tests dns_service_client
63992024-08-07T08:37:35.297Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
64002024-08-07T08:37:35.545Z
64012024-08-07T08:37:35.545Zrunning 0 tests
64022024-08-07T08:37:35.545Z
64032024-08-07T08:37:35.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64042024-08-07T08:37:35.545Z
64052024-08-07T08:37:35.560Z Doc-tests dpd_client
64062024-08-07T08:37:35.563Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bfb72a2afc18d443.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
64072024-08-07T08:37:36.694Z
64082024-08-07T08:37:36.694Zrunning 0 tests
64092024-08-07T08:37:36.694Z
64102024-08-07T08:37:36.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64112024-08-07T08:37:36.694Z
64122024-08-07T08:37:36.726Z Doc-tests gateway_api
64132024-08-07T08:37:36.729Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c71ed473c72ec59a.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b690ed333415bee2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
64142024-08-07T08:37:37.070Z
64152024-08-07T08:37:37.070Zrunning 2 tests
64162024-08-07T08:37:37.074Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
64172024-08-07T08:37:37.074Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
64182024-08-07T08:37:37.074Z
64192024-08-07T08:37:37.074Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
64202024-08-07T08:37:37.074Z
64212024-08-07T08:37:37.090Z Doc-tests gateway_client
64222024-08-07T08:37:37.094Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
64232024-08-07T08:37:38.007Z
64242024-08-07T08:37:38.007Zrunning 0 tests
64252024-08-07T08:37:38.007Z
64262024-08-07T08:37:38.007Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64272024-08-07T08:37:38.007Z
64282024-08-07T08:37:38.032Z Doc-tests gateway_test_utils
64292024-08-07T08:37:38.034Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-db79d45a7c3cbf1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9aeaf234c6c3c9d2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
64302024-08-07T08:37:38.527Z
64312024-08-07T08:37:38.527Zrunning 0 tests
64322024-08-07T08:37:38.527Z
64332024-08-07T08:37:38.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64342024-08-07T08:37:38.527Z
64352024-08-07T08:37:38.546Z Doc-tests gateway_types
64362024-08-07T08:37:38.549Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
64372024-08-07T08:37:39.133Z
64382024-08-07T08:37:39.133Zrunning 0 tests
64392024-08-07T08:37:39.133Z
64402024-08-07T08:37:39.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64412024-08-07T08:37:39.133Z
64422024-08-07T08:37:39.158Z Doc-tests illumos_utils
64432024-08-07T08:37:39.161Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1e9a622927351da5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-689f621da57c8fbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-518f136634658ae3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b9d941cb954b158f.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-9fd19ba50c04e9e7.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5ae42389f98f3c90.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edcb067e2f996f26.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
64442024-08-07T08:37:40.915Z
64452024-08-07T08:37:40.915Zrunning 0 tests
64462024-08-07T08:37:40.915Z
64472024-08-07T08:37:40.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64482024-08-07T08:37:40.915Z
64492024-08-07T08:37:40.962Z Doc-tests installinator
64502024-08-07T08:37:40.965Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-62e455a79e0f9ffa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c29d5938056183c5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e9677ca3f3eb5ac1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2798afc70a1e0266.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
64512024-08-07T08:37:41.676Z
64522024-08-07T08:37:41.676Zrunning 0 tests
64532024-08-07T08:37:41.676Z
64542024-08-07T08:37:41.676Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64552024-08-07T08:37:41.676Z
64562024-08-07T08:37:41.701Z Doc-tests installinator_api
64572024-08-07T08:37:41.704Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fbd70bf47c751362.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
64582024-08-07T08:37:41.970Z
64592024-08-07T08:37:41.970Zrunning 2 tests
64602024-08-07T08:37:41.973Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
64612024-08-07T08:37:41.973Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
64622024-08-07T08:37:41.973Z
64632024-08-07T08:37:41.973Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
64642024-08-07T08:37:41.973Z
64652024-08-07T08:37:41.990Z Doc-tests installinator_client
64662024-08-07T08:37:41.993Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e9677ca3f3eb5ac1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
64672024-08-07T08:37:42.780Z
64682024-08-07T08:37:42.780Zrunning 0 tests
64692024-08-07T08:37:42.780Z
64702024-08-07T08:37:42.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64712024-08-07T08:37:42.780Z
64722024-08-07T08:37:42.808Z Doc-tests installinator_common
64732024-08-07T08:37:42.811Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
64742024-08-07T08:37:43.158Z
64752024-08-07T08:37:43.158Zrunning 0 tests
64762024-08-07T08:37:43.158Z
64772024-08-07T08:37:43.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64782024-08-07T08:37:43.158Z
64792024-08-07T08:37:43.179Z Doc-tests internal_dns
64802024-08-07T08:37:43.181Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
64812024-08-07T08:37:43.448Z
64822024-08-07T08:37:43.448Zrunning 0 tests
64832024-08-07T08:37:43.448Z
64842024-08-07T08:37:43.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64852024-08-07T08:37:43.448Z
64862024-08-07T08:37:43.466Z Doc-tests ipcc
64872024-08-07T08:37:43.469Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-774af40ecdc28659.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ --document-private-items -D warnings --error-format human`
64882024-08-07T08:37:43.700Z
64892024-08-07T08:37:43.700Zrunning 0 tests
64902024-08-07T08:37:43.700Z
64912024-08-07T08:37:43.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64922024-08-07T08:37:43.700Z
64932024-08-07T08:37:43.718Z Doc-tests key_manager
64942024-08-07T08:37:43.721Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5eb9c922344cdb6f.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0baafd81cedd4430.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
64952024-08-07T08:37:43.944Z
64962024-08-07T08:37:43.944Zrunning 0 tests
64972024-08-07T08:37:43.944Z
64982024-08-07T08:37:43.944Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64992024-08-07T08:37:43.944Z
65002024-08-07T08:37:43.961Z Doc-tests nexus_auth
65012024-08-07T08:37:43.964Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6ceec59da4783310.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f0901f69c97d9eb9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6b8b0615a5074934.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9c60af89b665e2d0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6dafb5855c1f7d2f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
65022024-08-07T08:37:45.206Z
65032024-08-07T08:37:45.206Zrunning 0 tests
65042024-08-07T08:37:45.206Z
65052024-08-07T08:37:45.206Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65062024-08-07T08:37:45.206Z
65072024-08-07T08:37:45.238Z Doc-tests nexus_client
65082024-08-07T08:37:45.241Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65092024-08-07T08:37:47.051Z
65102024-08-07T08:37:47.051Zrunning 0 tests
65112024-08-07T08:37:47.051Z
65122024-08-07T08:37:47.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65132024-08-07T08:37:47.051Z
65142024-08-07T08:37:47.092Z Doc-tests nexus_config
65152024-08-07T08:37:47.100Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65162024-08-07T08:37:47.591Z
65172024-08-07T08:37:47.591Zrunning 0 tests
65182024-08-07T08:37:47.591Z
65192024-08-07T08:37:47.591Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65202024-08-07T08:37:47.591Z
65212024-08-07T08:37:47.614Z Doc-tests nexus_db_fixed_data
65222024-08-07T08:37:47.616Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6b8b0615a5074934.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
65232024-08-07T08:37:47.997Z
65242024-08-07T08:37:47.997Zrunning 0 tests
65252024-08-07T08:37:47.997Z
65262024-08-07T08:37:47.997Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65272024-08-07T08:37:47.997Z
65282024-08-07T08:37:48.018Z Doc-tests nexus_db_model
65292024-08-07T08:37:48.021Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-395b1012840c505c.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60996f15245c00c0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e98faa31cfac60aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
65302024-08-07T08:37:58.628Z
65312024-08-07T08:37:58.628Zrunning 2 tests
65322024-08-07T08:38:01.039Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
65332024-08-07T08:38:34.932Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
65342024-08-07T08:38:34.932Z
65352024-08-07T08:38:34.936Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 36.30s
65362024-08-07T08:38:34.936Z
65372024-08-07T08:38:35.102Z Doc-tests nexus_db_queries
65382024-08-07T08:38:35.106Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-48a476f2f2ac58d0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad9e0c4ddca2cf37.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-9e3019dfa2e7afee.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-395b1012840c505c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-317b4fcb4c6695f4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d668c639a9954a6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6b8b0615a5074934.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9c60af89b665e2d0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-86e47af176ffa1b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
65392024-08-07T08:38:37.262Z
65402024-08-07T08:38:37.262Zrunning 1 test
65412024-08-07T08:38:40.470Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
65422024-08-07T08:38:40.470Z
65432024-08-07T08:38:40.470Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.21s
65442024-08-07T08:38:40.470Z
65452024-08-07T08:38:40.530Z Doc-tests nexus_defaults
65462024-08-07T08:38:40.533Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1a3f0bcd224c92cc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60996f15245c00c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65472024-08-07T08:38:40.737Z
65482024-08-07T08:38:40.737Zrunning 0 tests
65492024-08-07T08:38:40.737Z
65502024-08-07T08:38:40.737Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65512024-08-07T08:38:40.737Z
65522024-08-07T08:38:40.753Z Doc-tests nexus_internal_api
65532024-08-07T08:38:40.755Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c71ed473c72ec59a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f57f8f4c298fe7f1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65542024-08-07T08:38:41.139Z
65552024-08-07T08:38:41.139Zrunning 2 tests
65562024-08-07T08:38:41.142Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 57) ... ignored
65572024-08-07T08:38:41.142Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 63) ... ignored
65582024-08-07T08:38:41.142Z
65592024-08-07T08:38:41.142Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
65602024-08-07T08:38:41.142Z
65612024-08-07T08:38:41.162Z Doc-tests nexus_inventory
65622024-08-07T08:38:41.165Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a6fbd3394569ffdd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65632024-08-07T08:38:41.484Z
65642024-08-07T08:38:41.484Zrunning 0 tests
65652024-08-07T08:38:41.484Z
65662024-08-07T08:38:41.484Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65672024-08-07T08:38:41.484Z
65682024-08-07T08:38:41.504Z Doc-tests nexus_macros_common
65692024-08-07T08:38:41.507Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-464c0b863ffbce49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65702024-08-07T08:38:41.575Z
65712024-08-07T08:38:41.575Zrunning 0 tests
65722024-08-07T08:38:41.575Z
65732024-08-07T08:38:41.575Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65742024-08-07T08:38:41.575Z
65752024-08-07T08:38:41.583Z Doc-tests nexus_metrics_producer_gc
65762024-08-07T08:38:41.585Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-48a476f2f2ac58d0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0c71e790a6d7d329.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4fde19a2857ff611.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
65772024-08-07T08:38:41.967Z
65782024-08-07T08:38:41.967Zrunning 0 tests
65792024-08-07T08:38:41.967Z
65802024-08-07T08:38:41.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65812024-08-07T08:38:41.967Z
65822024-08-07T08:38:41.992Z Doc-tests nexus_networking
65832024-08-07T08:38:41.995Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-25f044098c4b01c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a297ebb958cc6f2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65842024-08-07T08:38:42.373Z
65852024-08-07T08:38:42.373Zrunning 0 tests
65862024-08-07T08:38:42.373Z
65872024-08-07T08:38:42.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65882024-08-07T08:38:42.373Z
65892024-08-07T08:38:42.398Z Doc-tests nexus_reconfigurator_execution
65902024-08-07T08:38:42.402Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-48a476f2f2ac58d0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7b61734b02831066.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0c71e790a6d7d329.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a297ebb958cc6f2e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-48521d26f8074af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-746c89afb59bed22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
65912024-08-07T08:38:42.838Z
65922024-08-07T08:38:42.838Zrunning 0 tests
65932024-08-07T08:38:42.838Z
65942024-08-07T08:38:42.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65952024-08-07T08:38:42.838Z
65962024-08-07T08:38:42.865Z Doc-tests nexus_reconfigurator_planning
65972024-08-07T08:38:42.868Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a6fbd3394569ffdd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65982024-08-07T08:38:43.264Z
65992024-08-07T08:38:43.264Zrunning 0 tests
66002024-08-07T08:38:43.264Z
66012024-08-07T08:38:43.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66022024-08-07T08:38:43.264Z
66032024-08-07T08:38:43.287Z Doc-tests nexus_reconfigurator_preparation
66042024-08-07T08:38:43.291Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66052024-08-07T08:38:43.650Z
66062024-08-07T08:38:43.650Zrunning 0 tests
66072024-08-07T08:38:43.650Z
66082024-08-07T08:38:43.650Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66092024-08-07T08:38:43.650Z
66102024-08-07T08:38:43.674Z Doc-tests nexus_saga_recovery
66112024-08-07T08:38:43.677Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b19fc42e64979320.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-746c89afb59bed22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
66122024-08-07T08:38:44.019Z
66132024-08-07T08:38:44.019Zrunning 0 tests
66142024-08-07T08:38:44.019Z
66152024-08-07T08:38:44.019Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66162024-08-07T08:38:44.019Z
66172024-08-07T08:38:44.041Z Doc-tests nexus_sled_agent_shared
66182024-08-07T08:38:44.043Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66192024-08-07T08:38:44.397Z
66202024-08-07T08:38:44.398Zrunning 0 tests
66212024-08-07T08:38:44.398Z
66222024-08-07T08:38:44.398Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66232024-08-07T08:38:44.398Z
66242024-08-07T08:38:44.418Z Doc-tests nexus_test_interface
66252024-08-07T08:38:44.421Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5eb9c922344cdb6f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66262024-08-07T08:38:44.691Z
66272024-08-07T08:38:44.691Zrunning 0 tests
66282024-08-07T08:38:44.691Z
66292024-08-07T08:38:44.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66302024-08-07T08:38:44.691Z
66312024-08-07T08:38:44.711Z Doc-tests nexus_test_utils
66322024-08-07T08:38:44.714Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
66332024-08-07T08:38:45.550Z
66342024-08-07T08:38:45.550Zrunning 0 tests
66352024-08-07T08:38:45.550Z
66362024-08-07T08:38:45.550Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66372024-08-07T08:38:45.550Z
66382024-08-07T08:38:45.580Z Doc-tests nexus_test_utils_macros
66392024-08-07T08:38:45.583Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-746c89afb59bed22.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66402024-08-07T08:38:45.655Z
66412024-08-07T08:38:45.655Zrunning 1 test
66422024-08-07T08:38:45.657Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
66432024-08-07T08:38:45.657Z
66442024-08-07T08:38:45.657Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
66452024-08-07T08:38:45.657Z
66462024-08-07T08:38:45.663Z Doc-tests nexus_types
66472024-08-07T08:38:45.665Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1df2345cf1d13e0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bc361000ca80ae24.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66482024-08-07T08:38:48.123Z
66492024-08-07T08:38:48.123Zrunning 0 tests
66502024-08-07T08:38:48.123Z
66512024-08-07T08:38:48.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66522024-08-07T08:38:48.123Z
66532024-08-07T08:38:48.183Z Doc-tests omicron_certificates
66542024-08-07T08:38:48.186Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-868af700da08e0dd.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-477a0033dd312b72.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e98faa31cfac60aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-174bf46f611de01e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66552024-08-07T08:38:48.435Z
66562024-08-07T08:38:48.435Zrunning 0 tests
66572024-08-07T08:38:48.435Z
66582024-08-07T08:38:48.435Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66592024-08-07T08:38:48.435Z
66602024-08-07T08:38:48.453Z Doc-tests omicron_cockroach_admin
66612024-08-07T08:38:48.455Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8451391aea588c8d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8d8e7dbf16ad6e3c.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f5d91c7d9baf1717.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
66622024-08-07T08:38:48.734Z
66632024-08-07T08:38:48.734Zrunning 0 tests
66642024-08-07T08:38:48.734Z
66652024-08-07T08:38:48.734Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66662024-08-07T08:38:48.734Z
66672024-08-07T08:38:48.753Z Doc-tests omicron_common
66682024-08-07T08:38:48.756Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1df2345cf1d13e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-1744626159c899c2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
66692024-08-07T08:38:50.449Z
66702024-08-07T08:38:50.449Zrunning 2 tests
66712024-08-07T08:38:50.453Ztest common/src/lib.rs - FileKv (line 59) ... ignored
66722024-08-07T08:38:54.888Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 614) ... ok
66732024-08-07T08:38:54.889Z
66742024-08-07T08:38:54.889Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.44s
66752024-08-07T08:38:54.889Z
66762024-08-07T08:38:54.932Z Doc-tests omicron_ddm_admin_client
66772024-08-07T08:38:54.935Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ff67c4442f8d11f5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66782024-08-07T08:38:55.187Z
66792024-08-07T08:38:55.187Zrunning 0 tests
66802024-08-07T08:38:55.187Z
66812024-08-07T08:38:55.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66822024-08-07T08:38:55.187Z
66832024-08-07T08:38:55.206Z Doc-tests omicron_dev_lib
66842024-08-07T08:38:55.209Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-96f129dbf18852f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66852024-08-07T08:38:55.417Z
66862024-08-07T08:38:55.417Zrunning 0 tests
66872024-08-07T08:38:55.417Z
66882024-08-07T08:38:55.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66892024-08-07T08:38:55.417Z
66902024-08-07T08:38:55.433Z Doc-tests omicron_gateway
66912024-08-07T08:38:55.436Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b690ed333415bee2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-bff969a52aced704.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-40332ffa8da0b638.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9aeaf234c6c3c9d2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4fdca5492abc5056.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e471b5786a6c51a6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66922024-08-07T08:38:55.879Z
66932024-08-07T08:38:55.879Zrunning 0 tests
66942024-08-07T08:38:55.879Z
66952024-08-07T08:38:55.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66962024-08-07T08:38:55.879Z
66972024-08-07T08:38:55.902Z Doc-tests omicron_nexus
66982024-08-07T08:38:55.913Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-48a476f2f2ac58d0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7b61734b02831066.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-06ec374457c0951a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-48567578a2cc2743.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0c71e790a6d7d329.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d668c639a9954a6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-01072795297979ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e01cd219cf436d70.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf850b07b6da081e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60996f15245c00c0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f57f8f4c298fe7f1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b7bc264264bb8510.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4fde19a2857ff611.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a297ebb958cc6f2e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-48521d26f8074af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5d6fa94bc71aef57.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dfc928b0e8c42e12.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b19fc42e64979320.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0a7ee540c255cc36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9570039756108760.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-746c89afb59bed22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7972195de7d36d70.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8fa36cdb7fb80ba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8f02d6fa24b59518.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0fd2c37baabb3408.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a08025be0bb6d6d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6dafb5855c1f7d2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ded4a73b48eb45bd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-86dfcd41e2bf0d67.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
66992024-08-07T08:38:58.975Z
67002024-08-07T08:38:58.975Zrunning 5 tests
67012024-08-07T08:38:58.978Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 244) ... ignored
67022024-08-07T08:39:02.807Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 752) ... ok
67032024-08-07T08:39:02.810Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 816) ... ok
67042024-08-07T08:39:02.813Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 846) ... ok
67052024-08-07T08:39:02.817Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 774) ... ok
67062024-08-07T08:39:02.817Z
67072024-08-07T08:39:02.820Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.84s
67082024-08-07T08:39:02.820Z
67092024-08-07T08:39:02.890Z Doc-tests omicron_package
67102024-08-07T08:39:02.893Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-0bbb3e96fd387b46.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3e69c3ad9d8131a9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a75629a9c119df8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-73dd36569f7ae032.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67112024-08-07T08:39:03.122Z
67122024-08-07T08:39:03.122Zrunning 0 tests
67132024-08-07T08:39:03.122Z
67142024-08-07T08:39:03.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67152024-08-07T08:39:03.122Z
67162024-08-07T08:39:03.135Z Doc-tests omicron_passwords
67172024-08-07T08:39:03.137Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-e51d03867b2b5529.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-06ec374457c0951a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-bf090fd0f301430c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67182024-08-07T08:39:03.246Z
67192024-08-07T08:39:03.246Zrunning 0 tests
67202024-08-07T08:39:03.246Z
67212024-08-07T08:39:03.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67222024-08-07T08:39:03.246Z
67232024-08-07T08:39:03.256Z Doc-tests omicron_rpaths
67242024-08-07T08:39:03.260Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-99b341193f3c3462.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67252024-08-07T08:39:03.322Z
67262024-08-07T08:39:03.322Zrunning 0 tests
67272024-08-07T08:39:03.322Z
67282024-08-07T08:39:03.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67292024-08-07T08:39:03.322Z
67302024-08-07T08:39:03.329Z Doc-tests omicron_sled_agent
67312024-08-07T08:39:03.332Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-12036c31392e1179.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6d2b2b4180ccd020.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6e5d36c976012ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-10f3d07b625389d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c84b2c2e6c9cca7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-0bc8b14e2c9261b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b9d941cb954b158f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-99f0cfa8c21e991a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e1abfecd8c5e6ce9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d122f75ffac8105.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-428ae94ce2f29484.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
67322024-08-07T08:39:05.727Z
67332024-08-07T08:39:05.727Zrunning 0 tests
67342024-08-07T08:39:05.727Z
67352024-08-07T08:39:05.727Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67362024-08-07T08:39:05.727Z
67372024-08-07T08:39:05.782Z Doc-tests omicron_test_utils
67382024-08-07T08:39:05.785Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0b67d46e7569c3c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-48c87bef2c540857.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8727ffa2d62aa974.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-810e46a6049e4c3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
67392024-08-07T08:39:06.085Z
67402024-08-07T08:39:06.085Zrunning 0 tests
67412024-08-07T08:39:06.085Z
67422024-08-07T08:39:06.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67432024-08-07T08:39:06.085Z
67442024-08-07T08:39:06.105Z Doc-tests omicron_uuid_kinds
67452024-08-07T08:39:06.108Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bc361000ca80ae24.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' --document-private-items -D warnings --error-format human`
67462024-08-07T08:39:06.206Z
67472024-08-07T08:39:06.206Zrunning 0 tests
67482024-08-07T08:39:06.206Z
67492024-08-07T08:39:06.206Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67502024-08-07T08:39:06.206Z
67512024-08-07T08:39:06.214Z Doc-tests omicron_workspace_hack
67522024-08-07T08:39:06.217Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-270ec62c87d2f5bc.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-00d774e06ceb2f21.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0a7ce7632533ff0c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f2feca33e2b5367a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4499841fd6127d59.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17249b5a9669d189.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a832b836e5e69f36.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-5f79fe7a45357f7f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-31af9b98b6868a63.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-27034870866a0d3f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d5d3c5dd2e616b61.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-745eea638614c2b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cfa97946302291f6.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6519ca1b050bdbc4.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0845c32c16c6ae38.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b358fd68a8929de5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f4e1448f3beaf8f9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2c016a8c8d83913e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c1112ffa546804b.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1056b9125c84375a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ca394e1aad73e4f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e59330534a083253.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e6841b6a0442356b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-1a3f0bcd224c92cc.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8abb34285b593aa0.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3271814d2e5a31be.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-19ffccf241e2723d.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b562a6826fc3bfa1.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-4d32e03047f7ae68.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9adaac230c4a1804.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-f0eb6b01708a31d0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-86e47af176ffa1b5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4ef99abaa23c0234.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-3aaf81cb9250b263.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0150adacd14fefd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9567596720c953d4.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2515f79946056eab.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-60060924c7e28376.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-cdec7aecec423535.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a533648fb54e4110.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42d53f88f694e4e9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-97830cc928b40c66.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67532024-08-07T08:39:06.278Z
67542024-08-07T08:39:06.278Zrunning 0 tests
67552024-08-07T08:39:06.278Z
67562024-08-07T08:39:06.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67572024-08-07T08:39:06.278Z
67582024-08-07T08:39:06.284Z Doc-tests openapi_manager
67592024-08-07T08:39:06.287Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b829973dd6899aeb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8451391aea588c8d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-84cf7912f9eabed1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b690ed333415bee2.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2ffa4b3b86ade42d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fbd70bf47c751362.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f57f8f4c298fe7f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-07c50ae32b42629f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-53dfea5550552dd9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e844928af0d821c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67602024-08-07T08:39:06.670Z
67612024-08-07T08:39:06.670Zrunning 0 tests
67622024-08-07T08:39:06.670Z
67632024-08-07T08:39:06.670Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67642024-08-07T08:39:06.670Z
67652024-08-07T08:39:06.692Z Doc-tests oxide_client
67662024-08-07T08:39:06.694Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8fa36cdb7fb80ba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67672024-08-07T08:39:11.554Z
67682024-08-07T08:39:11.554Zrunning 196 tests
67692024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
67702024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
67712024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
67722024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
67732024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
67742024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
67752024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
67762024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
67772024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
67782024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
67792024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
67802024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
67812024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
67822024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
67832024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
67842024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
67852024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
67862024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
67872024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
67882024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
67892024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
67902024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
67912024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
67922024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
67932024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
67942024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
67952024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
67962024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
67972024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
67982024-08-07T08:39:11.558Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
67992024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
68002024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
68012024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
68022024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
68032024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
68042024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
68052024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
68062024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
68072024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
68082024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
68092024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
68102024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
68112024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
68122024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
68132024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
68142024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
68152024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
68162024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
68172024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
68182024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
68192024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
68202024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
68212024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
68222024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
68232024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
68242024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
68252024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
68262024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
68272024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
68282024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
68292024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
68302024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
68312024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
68322024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
68332024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
68342024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
68352024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
68362024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
68372024-08-07T08:39:11.559Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
68382024-08-07T08:39:11.560Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
68392024-08-07T08:39:11.560Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
68402024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
68412024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
68422024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
68432024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
68442024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
68452024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
68462024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
68472024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
68482024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
68492024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
68502024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
68512024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
68522024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
68532024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
68542024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
68552024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
68562024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
68572024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
68582024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
68592024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
68602024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
68612024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
68622024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
68632024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
68642024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
68652024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
68662024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
68672024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
68682024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
68692024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
68702024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
68712024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
68722024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
68732024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
68742024-08-07T08:39:11.565Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
68752024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
68762024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
68772024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
68782024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
68792024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
68802024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored
68812024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
68822024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
68832024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored
68842024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
68852024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
68862024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
68872024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
68882024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
68892024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
68902024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
68912024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
68922024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored
68932024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
68942024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
68952024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
68962024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
68972024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
68982024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
68992024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
69002024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
69012024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
69022024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
69032024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
69042024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
69052024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
69062024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
69072024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
69082024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
69092024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
69102024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
69112024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
69122024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
69132024-08-07T08:39:11.566Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
69142024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
69152024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
69162024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
69172024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
69182024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
69192024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
69202024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
69212024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
69222024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
69232024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
69242024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
69252024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
69262024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
69272024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
69282024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
69292024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
69302024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
69312024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
69322024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
69332024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
69342024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
69352024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
69362024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
69372024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
69382024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
69392024-08-07T08:39:11.567Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
69402024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
69412024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
69422024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
69432024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
69442024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
69452024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
69462024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
69472024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
69482024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
69492024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
69502024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
69512024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
69522024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
69532024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
69542024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
69552024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
69562024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
69572024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
69582024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
69592024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
69602024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
69612024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
69622024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
69632024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
69642024-08-07T08:39:11.571Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
69652024-08-07T08:39:11.571Z
69662024-08-07T08:39:11.571Ztest result: ok. 0 passed; 0 failed; 196 ignored; 0 measured; 0 filtered out; finished in 0.01s
69672024-08-07T08:39:11.571Z
69682024-08-07T08:39:11.644Z Doc-tests oximeter
69692024-08-07T08:39:11.647Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-ba0cddb702646010.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e99fe798d5ea5abf.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-fe646760f72a85dd.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69702024-08-07T08:39:11.884Z
69712024-08-07T08:39:11.884Zrunning 2 tests
69722024-08-07T08:39:11.887Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
69732024-08-07T08:39:13.025Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
69742024-08-07T08:39:13.025Z
69752024-08-07T08:39:13.025Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.14s
69762024-08-07T08:39:13.025Z
69772024-08-07T08:39:13.048Z Doc-tests oximeter_api
69782024-08-07T08:39:13.051Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-53dfea5550552dd9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69792024-08-07T08:39:13.287Z
69802024-08-07T08:39:13.287Zrunning 2 tests
69812024-08-07T08:39:13.290Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
69822024-08-07T08:39:13.290Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
69832024-08-07T08:39:13.290Z
69842024-08-07T08:39:13.290Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
69852024-08-07T08:39:13.290Z
69862024-08-07T08:39:13.306Z Doc-tests oximeter_client
69872024-08-07T08:39:13.308Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69882024-08-07T08:39:13.598Z
69892024-08-07T08:39:13.598Zrunning 0 tests
69902024-08-07T08:39:13.598Z
69912024-08-07T08:39:13.599Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69922024-08-07T08:39:13.599Z
69932024-08-07T08:39:13.617Z Doc-tests oximeter_collector
69942024-08-07T08:39:13.620Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f992714ad456a8bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-53dfea5550552dd9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1813dbf081fc54d9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1cef53f729520af9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69952024-08-07T08:39:14.093Z
69962024-08-07T08:39:14.093Zrunning 0 tests
69972024-08-07T08:39:14.093Z
69982024-08-07T08:39:14.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69992024-08-07T08:39:14.093Z
70002024-08-07T08:39:14.121Z Doc-tests oximeter_db
70012024-08-07T08:39:14.124Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c9b854d891cee8be.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3e9bac996e707939.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-235fa2d59d1220d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-616deb357251f27d.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-53934843a53e3434.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7f10d800046d5b1d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fb0e421323b0324a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e24fcdcb4aae180a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b2ab60f50c25a983.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-48b1d4aa2bc44a66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
70022024-08-07T08:39:15.467Z
70032024-08-07T08:39:15.467Zrunning 1 test
70042024-08-07T08:39:15.470Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
70052024-08-07T08:39:15.470Z
70062024-08-07T08:39:15.470Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
70072024-08-07T08:39:15.470Z
70082024-08-07T08:39:15.510Z Doc-tests oximeter_impl
70092024-08-07T08:39:15.513Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ed2645e20bbe17f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-06ec374457c0951a.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-abd285a280e52eb7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-ba0cddb702646010.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e99fe798d5ea5abf.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d90253b1b4a9a210.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3258b101d122525b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-6774bb9794aa6347.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f1b619535b3a3fa9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
70102024-08-07T08:39:16.171Z
70112024-08-07T08:39:16.171Zrunning 11 tests
70122024-08-07T08:39:16.555Ztest oximeter/impl/src/traits.rs - traits::Metric (line 187) - compile fail ... ok
70132024-08-07T08:39:23.628Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
70142024-08-07T08:39:23.632Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
70152024-08-07T08:39:23.652Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
70162024-08-07T08:39:23.787Ztest oximeter/impl/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
70172024-08-07T08:39:23.810Ztest oximeter/impl/src/traits.rs - traits::Metric (line 162) ... ok
70182024-08-07T08:39:23.815Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
70192024-08-07T08:39:23.862Ztest oximeter/impl/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
70202024-08-07T08:39:24.127Ztest oximeter/impl/src/traits.rs - traits::Target (line 77) - compile fail ... ok
70212024-08-07T08:39:26.616Ztest oximeter/impl/src/traits.rs - traits::Producer (line 366) ... ok
70222024-08-07T08:39:28.297Ztest oximeter/impl/src/traits.rs - traits::Target (line 47) ... ok
70232024-08-07T08:39:28.300Z
70242024-08-07T08:39:28.300Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.13s
70252024-08-07T08:39:28.300Z
70262024-08-07T08:39:28.329Z Doc-tests oximeter_instruments
70272024-08-07T08:39:28.332Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-3609e5b1b652ea2c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d133ce92de825477.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
70282024-08-07T08:39:28.707Z
70292024-08-07T08:39:28.707Zrunning 0 tests
70302024-08-07T08:39:28.707Z
70312024-08-07T08:39:28.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70322024-08-07T08:39:28.707Z
70332024-08-07T08:39:28.731Z Doc-tests oximeter_macro_impl
70342024-08-07T08:39:28.735Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d59053513d219f54.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e99fe798d5ea5abf.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
70352024-08-07T08:39:28.819Z
70362024-08-07T08:39:28.819Zrunning 0 tests
70372024-08-07T08:39:28.819Z
70382024-08-07T08:39:28.819Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70392024-08-07T08:39:28.819Z
70402024-08-07T08:39:28.827Z Doc-tests oximeter_producer
70412024-08-07T08:39:28.830Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-02ecd4d1c9834666.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8807a4557443c9b9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0ac784fd8c6431be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
70422024-08-07T08:39:29.181Z
70432024-08-07T08:39:29.181Zrunning 0 tests
70442024-08-07T08:39:29.181Z
70452024-08-07T08:39:29.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70462024-08-07T08:39:29.181Z
70472024-08-07T08:39:29.206Z Doc-tests oximeter_timeseries_macro
70482024-08-07T08:39:29.209Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d59053513d219f54.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-e0fb5818e5b96f30.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-fe646760f72a85dd.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
70492024-08-07T08:39:29.438Z
70502024-08-07T08:39:29.438Zrunning 0 tests
70512024-08-07T08:39:29.438Z
70522024-08-07T08:39:29.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70532024-08-07T08:39:29.438Z
70542024-08-07T08:39:29.455Z Doc-tests oxlog
70552024-08-07T08:39:29.458Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5ae42389f98f3c90.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-13f426de100b5efd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
70562024-08-07T08:39:29.535Z
70572024-08-07T08:39:29.535Zrunning 0 tests
70582024-08-07T08:39:29.535Z
70592024-08-07T08:39:29.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70602024-08-07T08:39:29.535Z
70612024-08-07T08:39:29.542Z Doc-tests sled_agent_client
70622024-08-07T08:39:29.545Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f91f64bc9802179d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
70632024-08-07T08:39:31.159Z
70642024-08-07T08:39:31.159Zrunning 0 tests
70652024-08-07T08:39:31.159Z
70662024-08-07T08:39:31.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70672024-08-07T08:39:31.159Z
70682024-08-07T08:39:31.197Z Doc-tests sled_agent_types
70692024-08-07T08:39:31.200Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-125d28efb3bb078c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7881e735eee73e7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f95c1934fe17b51.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
70702024-08-07T08:39:31.639Z
70712024-08-07T08:39:31.639Zrunning 0 tests
70722024-08-07T08:39:31.639Z
70732024-08-07T08:39:31.639Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70742024-08-07T08:39:31.640Z
70752024-08-07T08:39:31.664Z Doc-tests sled_hardware
70762024-08-07T08:39:31.667Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-4c134d0f545b893d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-80f7b973b0ef1a55.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-b3879db478c5c841.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-428ae94ce2f29484.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
70772024-08-07T08:39:32.033Z
70782024-08-07T08:39:32.034Zrunning 0 tests
70792024-08-07T08:39:32.034Z
70802024-08-07T08:39:32.034Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70812024-08-07T08:39:32.034Z
70822024-08-07T08:39:32.055Z Doc-tests sled_hardware_types
70832024-08-07T08:39:32.058Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-56ccca6d718a5fbd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
70842024-08-07T08:39:32.315Z
70852024-08-07T08:39:32.315Zrunning 0 tests
70862024-08-07T08:39:32.315Z
70872024-08-07T08:39:32.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70882024-08-07T08:39:32.315Z
70892024-08-07T08:39:32.334Z Doc-tests sled_storage
70902024-08-07T08:39:32.337Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5a1e812453e3d35f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-66ee4549fe0a8fc8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-61722c804090a3da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
70912024-08-07T08:39:32.765Z
70922024-08-07T08:39:32.765Zrunning 0 tests
70932024-08-07T08:39:32.765Z
70942024-08-07T08:39:32.765Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70952024-08-07T08:39:32.765Z
70962024-08-07T08:39:32.790Z Doc-tests sp_sim
70972024-08-07T08:39:32.793Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-00a8835931159dff.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-db8f53f9b2e9db51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
70982024-08-07T08:39:33.209Z
70992024-08-07T08:39:33.210Zrunning 0 tests
71002024-08-07T08:39:33.210Z
71012024-08-07T08:39:33.210Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71022024-08-07T08:39:33.210Z
71032024-08-07T08:39:33.232Z Doc-tests tufaceous
71042024-08-07T08:39:33.235Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bdb4879a83d41e2a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3d935994e515e44c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-86e47af176ffa1b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71052024-08-07T08:39:33.520Z
71062024-08-07T08:39:33.520Zrunning 0 tests
71072024-08-07T08:39:33.520Z
71082024-08-07T08:39:33.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71092024-08-07T08:39:33.520Z
71102024-08-07T08:39:33.539Z Doc-tests tufaceous_lib
71112024-08-07T08:39:33.542Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2ec637c94335f0dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-a24edd536aa54664.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e50a3ade234e9462.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71122024-08-07T08:39:33.959Z
71132024-08-07T08:39:33.959Zrunning 0 tests
71142024-08-07T08:39:33.959Z
71152024-08-07T08:39:33.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71162024-08-07T08:39:33.959Z
71172024-08-07T08:39:33.982Z Doc-tests typed_rng
71182024-08-07T08:39:33.985Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bc361000ca80ae24.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-a22bdb8290b5703c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a6fbd3394569ffdd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71192024-08-07T08:39:34.062Z
71202024-08-07T08:39:34.062Zrunning 0 tests
71212024-08-07T08:39:34.062Z
71222024-08-07T08:39:34.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71232024-08-07T08:39:34.062Z
71242024-08-07T08:39:34.069Z Doc-tests update_common
71252024-08-07T08:39:34.072Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71262024-08-07T08:39:34.370Z
71272024-08-07T08:39:34.370Zrunning 0 tests
71282024-08-07T08:39:34.370Z
71292024-08-07T08:39:34.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71302024-08-07T08:39:34.370Z
71312024-08-07T08:39:34.389Z Doc-tests update_engine
71322024-08-07T08:39:34.392Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c4e90b9db2717338.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-b449796034551fe0.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cda52d613f1b0236.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2be8cde2b673a6ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71332024-08-07T08:39:34.850Z
71342024-08-07T08:39:34.850Zrunning 3 tests
71352024-08-07T08:39:34.853Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
71362024-08-07T08:39:34.853Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
71372024-08-07T08:39:34.853Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
71382024-08-07T08:39:34.853Z
71392024-08-07T08:39:34.853Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
71402024-08-07T08:39:34.853Z
71412024-08-07T08:39:34.870Z Doc-tests wicket
71422024-08-07T08:39:34.872Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bdb4879a83d41e2a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a74d1694260811dc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-82850fc7f0c58453.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-65cce0a987c132e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3e30f58a41c0b791.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-60060924c7e28376.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d498fd8545eea7f0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-528f6223d2687880.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6d5c64c3b9507346.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71432024-08-07T08:39:35.787Z
71442024-08-07T08:39:35.787Zrunning 0 tests
71452024-08-07T08:39:35.787Z
71462024-08-07T08:39:35.787Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71472024-08-07T08:39:35.787Z
71482024-08-07T08:39:35.818Z Doc-tests wicket_common
71492024-08-07T08:39:35.821Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71502024-08-07T08:39:36.353Z
71512024-08-07T08:39:36.353Zrunning 0 tests
71522024-08-07T08:39:36.353Z
71532024-08-07T08:39:36.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71542024-08-07T08:39:36.353Z
71552024-08-07T08:39:36.378Z Doc-tests wicket_dbg
71562024-08-07T08:39:36.381Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7843b27b3c7d1f89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5b508be036a3d15e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-528f6223d2687880.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ed3eeec08b7637ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71572024-08-07T08:39:36.732Z
71582024-08-07T08:39:36.733Zrunning 0 tests
71592024-08-07T08:39:36.733Z
71602024-08-07T08:39:36.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71612024-08-07T08:39:36.733Z
71622024-08-07T08:39:36.755Z Doc-tests wicketd
71632024-08-07T08:39:36.759Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a5505dabf94db51.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-11bcb6363bdfac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-253688e005e4bf7b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f37826e8cff285b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4df01850f30b75bc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3c86834525fc57d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b439a37224de430f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-69367823a0613da6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64eef074cd84e99e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54016c34640a8aeb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c29d5938056183c5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fbd70bf47c751362.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e9677ca3f3eb5ac1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7aef45c32c90d550.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5f98982116b77bc3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e98faa31cfac60aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9faf746c711fd1e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77337bc2a70fe44f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ed964e45bf67998f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e46b99eea35dadae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f056c9fc708bbfa7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16d5e65b01f7af3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-541a16d6dd5d947c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8105fda6da5f8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-95cf9806be486a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-b744598737943282.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f5fa741d6b8982b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-66f3a73b19bedeba.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-545069328f3c0f9a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-528f6223d2687880.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5c9bd210afd64eba.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e844928af0d821c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6d5c64c3b9507346.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71642024-08-07T08:39:37.384Z
71652024-08-07T08:39:37.385Zrunning 0 tests
71662024-08-07T08:39:37.385Z
71672024-08-07T08:39:37.385Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71682024-08-07T08:39:37.385Z
71692024-08-07T08:39:37.413Z Doc-tests wicketd_api
71702024-08-07T08:39:37.416Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7a5505dabf94db51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ecc36d7c33925c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9f305fe88bd8482e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e844928af0d821c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71712024-08-07T08:39:37.814Z
71722024-08-07T08:39:37.814Zrunning 2 tests
71732024-08-07T08:39:37.817Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
71742024-08-07T08:39:37.817Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
71752024-08-07T08:39:37.817Z
71762024-08-07T08:39:37.817Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
71772024-08-07T08:39:37.817Z
71782024-08-07T08:39:37.837Z Doc-tests wicketd_client
71792024-08-07T08:39:37.840Z Running `/home/build/.rustup/toolchains/1.80.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-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bfb72a2afc18d443.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c3a3fe5954aac90f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-194cb5ae8e981b7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-10c1e208ef635eee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-642781c69809cf70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c4e0e2223d2ee2b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-66954bb6b1167490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f761318988210229.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6d5c64c3b9507346.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71802024-08-07T08:39:39.352Z
71812024-08-07T08:39:39.352Zrunning 0 tests
71822024-08-07T08:39:39.352Z
71832024-08-07T08:39:39.352Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71842024-08-07T08:39:39.352Z
71852024-08-07T08:39:39.388Z Doc-tests xtask_downloader
71862024-08-07T08:39:39.391Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9fa83950ba138a21.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f9df0310551dcc6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-b102bb27becf7f08.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71872024-08-07T08:39:39.559Z
71882024-08-07T08:39:39.559Zrunning 1 test
71892024-08-07T08:39:39.562Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
71902024-08-07T08:39:39.562Z
71912024-08-07T08:39:39.562Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
71922024-08-07T08:39:39.562Z
71932024-08-07T08:39:39.572Z Doc-tests zone_setup
71942024-08-07T08:39:39.575Z Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c71ed473c72ec59a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56ccca6d718a5fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-aa1bb24ec69520cc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2fa464408d3c5c80.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d59053513d219f54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-13e44a0a2e00ac2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e69e7c09d502d551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dfaf091661f29f0e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-af7c2d038b0c5c1e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cd18ec9ca636abca.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-6c886d538d64d5be.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71952024-08-07T08:39:39.814Z
71962024-08-07T08:39:39.814Zrunning 0 tests
71972024-08-07T08:39:39.814Z
71982024-08-07T08:39:39.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71992024-08-07T08:39:39.814Z
72002024-08-07T08:39:39.897Z
72012024-08-07T08:39:39.897Zreal 2:10.616354000
72022024-08-07T08:39:39.897Zuser 2:15.461414307
72032024-08-07T08:39:39.897Zsys 46.463225480
72042024-08-07T08:39:39.900Ztrap 0.028843353
72052024-08-07T08:39:39.900Ztflt 1.074637269
72062024-08-07T08:39:39.900Zdflt 6.892921178
72072024-08-07T08:39:39.900Zkflt 0.021487304
72082024-08-07T08:39:39.900Zlock 2:56.987213974
72092024-08-07T08:39:39.900Zslp 15:10.702928933
72102024-08-07T08:39:39.900Zlat 3.052068151
72112024-08-07T08:39:39.900Zstop 7.490799325
72122024-08-07T08:39:39.900Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
72132024-08-07T08:39:39.903Z+ unset TMPDIR
72142024-08-07T08:39:39.903Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
72152024-08-07T08:39:39.903Zfiles in /var/tmp/omicron_tmp (none expected on success):
72162024-08-07T08:39:39.903Z+ find /var/tmp/omicron_tmp -ls
72172024-08-07T08:39:39.907Z164422 11 drwxr-xr-x 2 build build 2 Aug 7 08:39 /var/tmp/omicron_tmp
72182024-08-07T08:39:39.910Z+ rmdir /var/tmp/omicron_tmp
72192024-08-07T08:39:40.701Zprocess exited: duration 4076986 ms, exit code 0
 
72202024-08-07T08:39:40.711Zfound 1 output files
72212024-08-07T08:39:40.718Zuploading: /work/crate-build-timings.json (520438 bytes)
72222024-08-07T08:39:41.735Zuploaded: /work/crate-build-timings.json