01JT44Z76V6Q64497GW7NW53XB: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
        BasicConfigPublish {
            from_output: "/work/crate-build-timings.json",
            series: "build-info-helios",
            name: "crate-build-timings.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JT44ZNKKX4HXVB71HQCN9JYY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-04-30T20:08:01.456Zjob assigned to worker 01JT44ZPPD5HNBZVX803G1QRTG [factory gimlet-EVT22200007-propolis, EVT22200007/25860] (queued for 25 s)
 
22025-04-30T20:08:10.126Zstarting task 0: "setup"
32025-04-30T20:08:10.170Z++ uname -s
42025-04-30T20:08:10.170Z+ kern=SunOS
52025-04-30T20:08:10.170Z+ build_user=build
62025-04-30T20:08:10.170Z+ build_uid=12345
72025-04-30T20:08:10.170Z+ work_dir=/work
82025-04-30T20:08:10.170Z+ input_dir=/input
92025-04-30T20:08:10.170Z+ [[ 0 == 12345 ]]
102025-04-30T20:08:10.170Z+ case "$kern" in
112025-04-30T20:08:10.170Z+ groupadd -g 12345 build
122025-04-30T20:08:10.170Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-04-30T20:08:12.147Z+ zfs create -o mountpoint=/work rpool/work
142025-04-30T20:08:12.187Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-04-30T20:08:12.227Z+ home_fs=zfs
162025-04-30T20:08:12.227Z+ [[ zfs == autofs ]]
172025-04-30T20:08:12.228Z+ mkdir -p /home/build
182025-04-30T20:08:12.228Z+ chown build:build /home/build /work
192025-04-30T20:08:14.197Z+ chmod 0700 /home/build /work
202025-04-30T20:08:14.238Zprocess exited: duration 4082 ms, exit code 0
 
212025-04-30T20:08:14.318Zstarting task 1: "rust-toolchain"
222025-04-30T20:08:14.359Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-04-30T20:08:14.359Z * rust toolchain channel = "1.86.0"
242025-04-30T20:08:14.359Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-04-30T20:08:14.359Z * rust toolchain profile = "default"
262025-04-30T20:08:14.359Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-04-30T20:08:14.359Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-04-30T20:08:14.360Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-04-30T20:08:14.360Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-04-30T20:08:14.477Zinfo: downloading installer
312025-04-30T20:08:15.009Zwarn: It looks like you have an existing installation of Rust at:
322025-04-30T20:08:15.009Zwarn: /opt/ooce/bin
332025-04-30T20:08:15.009Zwarn: It is recommended that rustup be the primary Rust installation.
342025-04-30T20:08:15.009Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-04-30T20:08:15.009Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-04-30T20:08:15.009Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-04-30T20:08:15.009Zwarn: or pass `-y' to ignore all ignorable checks.
382025-04-30T20:08:15.009Zerror: cannot install while Rust is installed
392025-04-30T20:08:15.009Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-04-30T20:08:15.049Zinfo: profile set to 'default'
412025-04-30T20:08:15.049Zinfo: default host triple is x86_64-unknown-illumos
422025-04-30T20:08:15.049Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-04-30T20:08:15.161Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-04-30T20:08:15.161Zinfo: downloading component 'cargo'
452025-04-30T20:08:15.283Zinfo: downloading component 'clippy'
462025-04-30T20:08:15.351Zinfo: downloading component 'rust-docs'
472025-04-30T20:08:15.596Zinfo: downloading component 'rust-std'
482025-04-30T20:08:15.891Zinfo: downloading component 'rustc'
492025-04-30T20:08:17.033Zinfo: downloading component 'rustfmt'
502025-04-30T20:08:17.089Zinfo: installing component 'cargo'
512025-04-30T20:08:18.200Zinfo: installing component 'clippy'
522025-04-30T20:08:18.677Zinfo: installing component 'rust-docs'
532025-04-30T20:08:21.677Zinfo: installing component 'rust-std'
542025-04-30T20:08:23.720Zinfo: installing component 'rustc'
552025-04-30T20:08:31.592Zinfo: installing component 'rustfmt'
562025-04-30T20:08:31.969Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
572025-04-30T20:08:31.969Z
582025-04-30T20:08:32.139Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-04-30T20:08:32.139Z
602025-04-30T20:08:32.139Z
612025-04-30T20:08:32.139ZRust is installed now. Great!
622025-04-30T20:08:32.139Z
632025-04-30T20:08:32.139ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-04-30T20:08:32.139Zenvironment variable. This has not been done automatically.
652025-04-30T20:08:32.139Z
662025-04-30T20:08:32.139ZTo configure your current shell, you need to source
672025-04-30T20:08:32.139Zthe corresponding env file under $HOME/.cargo.
682025-04-30T20:08:32.139Z
692025-04-30T20:08:32.139ZThis is usually done by running one of the following (note the leading DOT):
702025-04-30T20:08:32.139Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-04-30T20:08:32.139Zsource "$HOME/.cargo/env.fish" # For fish
722025-04-30T20:08:32.139Zsource "$HOME/.cargo/env.nu" # For nushell
732025-04-30T20:08:32.249Z+ rustup --version
742025-04-30T20:08:32.289Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-04-30T20:08:32.289Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-04-30T20:08:32.329Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-04-30T20:08:32.329Z+ cargo --version
782025-04-30T20:08:32.370Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-04-30T20:08:32.370Z+ rustc --version
802025-04-30T20:08:32.413Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-04-30T20:08:32.454Zprocess exited: duration 18101 ms, exit code 0
 
822025-04-30T20:08:32.536Zstarting task 2: "authentication"
832025-04-30T20:08:32.626Zprocess exited: duration 89 ms, exit code 0
 
842025-04-30T20:08:32.706Zstarting task 3: "clone repository"
852025-04-30T20:08:32.746Z+ mkdir -p /work/oxidecomputer/omicron
862025-04-30T20:08:32.746Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-04-30T20:08:32.746ZCloning into '/work/oxidecomputer/omicron'...
882025-04-30T20:08:40.112Z+ cd /work/oxidecomputer/omicron
892025-04-30T20:08:40.112Z+ git fetch origin 16a4c5675d86bcda0a448e8ffdda0b327cdeba13
902025-04-30T20:08:40.583ZFrom https://github.com/oxidecomputer/omicron
912025-04-30T20:08:40.585Z * branch 16a4c5675d86bcda0a448e8ffdda0b327cdeba13 -> FETCH_HEAD
922025-04-30T20:08:40.625Z+ [[ -n john/sled-agent-config-reconciler-1 ]]
932025-04-30T20:08:40.625Z++ git branch --show-current
942025-04-30T20:08:40.625Z+ current=main
952025-04-30T20:08:40.625Z+ [[ main != john/sled-agent-config-reconciler-1 ]]
962025-04-30T20:08:40.625Z+ git branch -f john/sled-agent-config-reconciler-1 16a4c5675d86bcda0a448e8ffdda0b327cdeba13
972025-04-30T20:08:40.625Z+ git checkout -f john/sled-agent-config-reconciler-1
982025-04-30T20:08:40.671ZSwitched to branch 'john/sled-agent-config-reconciler-1'
992025-04-30T20:08:40.711Z+ git reset --hard 16a4c5675d86bcda0a448e8ffdda0b327cdeba13
1002025-04-30T20:08:40.751ZHEAD is now at 16a4c5675 make trait futures Send
1012025-04-30T20:08:40.751Zprocess exited: duration 8018 ms, exit code 0
 
1022025-04-30T20:08:40.833Zstarting task 4: "build"
1032025-04-30T20:08:40.873Z+ source ./env.sh
1042025-04-30T20:08:40.873Z++ OLD_SHELL_OPTS=ehxB
1052025-04-30T20:08:40.873Z++ set -o xtrace
1062025-04-30T20:08:40.873Z++++ dirname ./env.sh
1072025-04-30T20:08:40.873Z+++ readlink -f .
1082025-04-30T20:08:40.873Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-04-30T20:08:40.873Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102025-04-30T20:08:40.873Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-04-30T20:08:40.873Z++ 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
1122025-04-30T20:08:40.873Z++ 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
1132025-04-30T20:08:40.873Z++ 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
1142025-04-30T20:08:40.873Z++ 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
1152025-04-30T20:08:40.874Z++ 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
1162025-04-30T20:08:40.874Z++ 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
1172025-04-30T20:08:40.874Z++ case $OLD_SHELL_OPTS in
1182025-04-30T20:08:40.874Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-04-30T20:08:40.874Z+ source .github/buildomat/ci-env.sh
1202025-04-30T20:08:40.874Z++ export CARGO_TERM_COLOR=always
1212025-04-30T20:08:40.874Z++ CARGO_TERM_COLOR=always
1222025-04-30T20:08:40.874Z+ target_os=illumos
1232025-04-30T20:08:40.874Z+ NEXTEST_VERSION=0.9.91
1242025-04-30T20:08:40.874Z+ cargo --version
1252025-04-30T20:08:40.929Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1262025-04-30T20:08:40.969Z+ rustc --version
1272025-04-30T20:08:41.021Zrustc 1.86.0 (05f9846f8 2025-03-31)
1282025-04-30T20:08:41.062Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.91/illumos
1292025-04-30T20:08:41.062Z+ gunzip
1302025-04-30T20:08:41.062Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-04-30T20:08:42.058Zx cargo-nextest, 18384984 bytes, 35909 tape blocks
1322025-04-30T20:08:42.098Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-04-30T20:08:42.099Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-04-30T20:08:42.099Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-04-30T20:08:42.099Z+ mkdir /var/tmp/omicron_tmp
1362025-04-30T20:08:42.099Z+ OUTPUT_DIR=/work
1372025-04-30T20:08:42.099Z+ echo 'tests will store non-ephemeral output in /work'
1382025-04-30T20:08:42.099Ztests will store non-ephemeral output in /work
1392025-04-30T20:08:42.099Z+ mkdir -p /work
1402025-04-30T20:08:42.099Z+ banner prerequisites
1412025-04-30T20:08:42.099Z
1422025-04-30T20:08:42.099Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-04-30T20:08:42.099Z # # # # # # # # # # # # # # #
1442025-04-30T20:08:42.099Z # # # # ##### # # ##### # # # # # #### #
1452025-04-30T20:08:42.100Z ##### ##### # ##### # # # # # # # # #
1462025-04-30T20:08:42.100Z # # # # # # # # # # # # # # #
1472025-04-30T20:08:42.100Z # # # ###### # # ###### ### # #### # #### #
1482025-04-30T20:08:42.100Z
1492025-04-30T20:08:42.100Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-04-30T20:08:43.487Zpkg list: illegal option -- F
1512025-04-30T20:08:43.487ZUsage:
1522025-04-30T20:08:43.487Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1532025-04-30T20:08:43.487Z [pkg_fmri_pattern ...]
1542025-04-30T20:08:44.538Zpkg list: illegal option -- F
1552025-04-30T20:08:44.538ZUsage:
1562025-04-30T20:08:44.540Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1572025-04-30T20:08:44.540Z [pkg_fmri_pattern ...]
1582025-04-30T20:08:56.822Z Startup: Refreshing catalog 'helios-dev' ... Done
1592025-04-30T20:09:03.472Z Startup: Caching catalogs ... Done
1602025-04-30T20:09:29.067ZPlanning: Solver setup ... Done (24.275s)
1612025-04-30T20:09:29.326ZPlanning: Running solver ... Done (0.259s)
1622025-04-30T20:09:29.502ZPlanning: Finding local manifests ... Done (0.004s)
1632025-04-30T20:09:29.628ZPlanning: Fetching manifests: 0/7 0% complete
1642025-04-30T20:09:30.722ZPlanning: Fetching manifests: 7/7 100% complete
1652025-04-30T20:09:30.869ZPlanning: Package planning ... Done (0.147s)
1662025-04-30T20:09:30.939ZPlanning: Merging actions ... Done (0.070s)
1672025-04-30T20:09:31.171ZPlanning: Checking for conflicting actions ... Done (0.231s)
1682025-04-30T20:09:32.317ZPlanning: Consolidating action changes ... Done (1.146s)
1692025-04-30T20:09:32.730ZPlanning: Evaluating mediators ... Done (0.413s)
1702025-04-30T20:09:32.840ZPlanning: Planning completed in 29.28 seconds
1712025-04-30T20:09:32.880Z Packages to install: 4
1722025-04-30T20:09:32.880Z Packages to update: 3
1732025-04-30T20:09:32.880Z Mediators to change: 2
1742025-04-30T20:09:32.880Z Services to change: 1
1752025-04-30T20:09:32.881Z Estimated space available: 155.07 GB
1762025-04-30T20:09:32.881ZEstimated space to be consumed: 1.71 GB
1772025-04-30T20:09:32.881Z Create boot environment: No
1782025-04-30T20:09:32.881ZCreate backup boot environment: Yes
1792025-04-30T20:09:32.881Z Rebuild boot archive: No
1802025-04-30T20:09:32.881Z
1812025-04-30T20:09:32.881ZChanged mediators:
1822025-04-30T20:09:32.881Z mediator clang:
1832025-04-30T20:09:32.881Z version: None -> 15 (system default)
1842025-04-30T20:09:32.881Z
1852025-04-30T20:09:32.881Z mediator llvm:
1862025-04-30T20:09:32.881Z version: 14 (system default) -> 15 (system default)
1872025-04-30T20:09:32.881Z
1882025-04-30T20:09:32.881ZChanged packages:
1892025-04-30T20:09:32.881Zhelios-dev
1902025-04-30T20:09:32.881Z developer/build-essential
1912025-04-30T20:09:32.881Z None -> 11-2.0
1922025-04-30T20:09:32.881Z library/libxmlsec1
1932025-04-30T20:09:32.881Z None -> 1.2.35-2.0
1942025-04-30T20:09:32.881Z ooce/developer/clang-15
1952025-04-30T20:09:32.881Z None -> 15.0.7-2.0
1962025-04-30T20:09:32.881Z ooce/developer/llvm-15
1972025-04-30T20:09:32.881Z None -> 15.0.7-2.0
1982025-04-30T20:09:32.881Z package/pkg
1992025-04-30T20:09:32.881Z 0.5.11-2.0 -> 0.5.11-2.1.6412
2002025-04-30T20:09:32.881Z system/library/g++-runtime
2012025-04-30T20:09:32.882Z 13-2.0 -> 14-2.0
2022025-04-30T20:09:32.882Z system/library/gcc-runtime
2032025-04-30T20:09:32.882Z 13-2.0 -> 14-2.0
2042025-04-30T20:09:32.882Z
2052025-04-30T20:09:32.882ZServices:
2062025-04-30T20:09:32.882Z restart_fmri:
2072025-04-30T20:09:32.882Z svc:/system/update-man-index:default
2082025-04-30T20:09:32.882Z
2092025-04-30T20:09:32.882ZEditable files to change:
2102025-04-30T20:09:32.882Z Update:
2112025-04-30T20:09:32.882Z usr/share/lib/pkg/web/config.shtml
2122025-04-30T20:09:32.935Z
2132025-04-30T20:09:32.936ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2142025-04-30T20:09:37.935ZDownload: 1194/4301 items 61.3/225.4MB 27% complete (12.3M/s)
2152025-04-30T20:09:42.942ZDownload: 1671/4301 items 118.0/225.4MB 52% complete (12.0M/s)
2162025-04-30T20:09:47.942ZDownload: 2259/4301 items 119.6/225.4MB 53% complete (6.0M/s)
2172025-04-30T20:09:52.942ZDownload: 3232/4301 items 163.5/225.4MB 72% complete (4.4M/s)
2182025-04-30T20:09:57.958ZDownload: 3248/4301 items 190.3/225.4MB 84% complete (7.1M/s)
2192025-04-30T20:10:02.969ZDownload: 3554/4301 items 214.4/225.4MB 95% complete (5.2M/s)
2202025-04-30T20:10:05.973ZDownload: Completed 225.42 MB in 33.04 seconds (6.8M/s)
2212025-04-30T20:10:07.462Z Actions: 1/5122 actions (Removing old actions)
2222025-04-30T20:10:07.503Z Actions: 194/5122 actions (Installing new actions)
2232025-04-30T20:10:12.962Z Actions: 4034/5122 actions (Installing new actions)
2242025-04-30T20:10:13.464Z Actions: 4267/5122 actions (Updating modified actions)
2252025-04-30T20:10:13.890Z Actions: Completed 5122 actions in 6.43 seconds.
2262025-04-30T20:10:14.261Z Done (0.362s)
2272025-04-30T20:10:14.302Z Done (0.001s)
2282025-04-30T20:10:15.157Z Done (0.871s)
2292025-04-30T20:10:20.450Z Done (5.119s)
2302025-04-30T20:10:20.552Z Done (0.023s)
2312025-04-30T20:10:20.592Z Done (0.000s)
2322025-04-30T20:10:20.716Z Done (0.000s)
2332025-04-30T20:10:21.568ZPlanning: Evaluating mediator changes ... Done
2342025-04-30T20:10:21.775ZPlanning: Checking for conflicting actions ... Done
2352025-04-30T20:10:21.815ZPlanning: Consolidating action changes ... Done
2362025-04-30T20:10:22.111ZPlanning: Evaluating mediators ... Done
2372025-04-30T20:10:22.151ZPlanning: Planning completed in 0.54 seconds
2382025-04-30T20:10:22.192Z Mediators to change: 2
2392025-04-30T20:10:22.192Z Create boot environment: No
2402025-04-30T20:10:22.192ZCreate backup boot environment: No
2412025-04-30T20:10:22.232Z Done
2422025-04-30T20:10:22.232Z Done
2432025-04-30T20:10:22.913Z Done
2442025-04-30T20:10:27.428Z Done
2452025-04-30T20:10:27.517Z Done
2462025-04-30T20:10:27.517Z Done
2472025-04-30T20:10:27.566Z Done
2482025-04-30T20:10:28.362ZPlanning: Evaluating mediator changes ... Done
2492025-04-30T20:10:28.402ZPlanning: Merging actions ... Done
2502025-04-30T20:10:28.601ZPlanning: Checking for conflicting actions ... Done
2512025-04-30T20:10:28.641ZPlanning: Consolidating action changes ... Done
2522025-04-30T20:10:28.943ZPlanning: Evaluating mediators ... Done
2532025-04-30T20:10:29.014ZPlanning: Planning completed in 0.97 seconds
2542025-04-30T20:10:29.063Z Packages to change: 1
2552025-04-30T20:10:29.064Z Mediators to change: 1
2562025-04-30T20:10:29.064Z Services to change: 1
2572025-04-30T20:10:29.064Z Create boot environment: No
2582025-04-30T20:10:29.065ZCreate backup boot environment: Yes
2592025-04-30T20:10:30.804Z Actions: 1/6 actions (Updating modified actions)
2602025-04-30T20:10:30.848Z Actions: Completed 6 actions in 0.00 seconds.
2612025-04-30T20:10:30.848Z Done
2622025-04-30T20:10:30.848Z Done
2632025-04-30T20:10:30.980Z Done
2642025-04-30T20:10:35.578Z Done
2652025-04-30T20:10:35.672Z Done
2662025-04-30T20:10:35.672Z Done
2672025-04-30T20:10:35.780Z Done
2682025-04-30T20:10:36.330ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2692025-04-30T20:10:36.330Zclang system 15 system
2702025-04-30T20:10:36.330Zcsh system system illumos
2712025-04-30T20:10:36.330Zctags system system illumos
2722025-04-30T20:10:36.330Zgcc vendor 12 vendor
2732025-04-30T20:10:36.330Zgcc system 10 system
2742025-04-30T20:10:36.330Zgcc system 7 system
2752025-04-30T20:10:36.330Zgo system 1.20 system
2762025-04-30T20:10:36.330Zgo system 1.19 system
2772025-04-30T20:10:36.330Zllvm system 15 system
2782025-04-30T20:10:36.330Zllvm system 14 system
2792025-04-30T20:10:36.330Zmariadb system 10.6 system
2802025-04-30T20:10:36.330Zmta vendor vendor dma
2812025-04-30T20:10:36.330Zopenjdk system 17 system
2822025-04-30T20:10:36.330Zopenjdk system 11 system
2832025-04-30T20:10:36.330Zopenjdk system 1.8 system
2842025-04-30T20:10:36.330Zopenssl vendor 3 vendor
2852025-04-30T20:10:36.330Zperl system 5.36 system
2862025-04-30T20:10:36.330Zpostgresql system 15 system
2872025-04-30T20:10:36.330Zpostgresql system 13 system
2882025-04-30T20:10:36.330Zpython vendor 3 vendor
2892025-04-30T20:10:36.330Zpython system 2 system
2902025-04-30T20:10:36.331Zpython3 system 3.11 system
2912025-04-30T20:10:36.331Zruby system 3.0 system
2922025-04-30T20:10:36.331Zwords vendor vendor american-english
2932025-04-30T20:10:36.331Zwords system system australian-english
2942025-04-30T20:10:36.331Zwords system system british-english
2952025-04-30T20:10:36.331Zwords system system canadian-english
2962025-04-30T20:10:36.331Zwords system system french
2972025-04-30T20:10:36.331Zwords system system italian
2982025-04-30T20:10:36.331Zwords system system ngerman
2992025-04-30T20:10:36.331Zwords system system ogerman
3002025-04-30T20:10:36.331Zwords system system spanish
3012025-04-30T20:10:36.744ZPUBLISHER TYPE STATUS P LOCATION
3022025-04-30T20:10:36.744Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
3032025-04-30T20:10:41.266ZFMRI IFO
3042025-04-30T20:10:41.266Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
3052025-04-30T20:10:41.266Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
3062025-04-30T20:10:41.266Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
3072025-04-30T20:10:41.266Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3082025-04-30T20:10:41.266Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3092025-04-30T20:10:41.266Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3102025-04-30T20:10:41.266Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3112025-04-30T20:10:41.266Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3122025-04-30T20:10:41.266Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3132025-04-30T20:10:41.266Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3142025-04-30T20:10:41.266Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3152025-04-30T20:10:41.266Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3162025-04-30T20:10:41.266Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3172025-04-30T20:10:41.266Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3182025-04-30T20:10:41.266Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3192025-04-30T20:10:42.228Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3202025-04-30T20:10:42.700Z Updating git repository `https://github.com/seanmonstar/reqwest`
3212025-04-30T20:10:43.579Z Updating crates.io index
3222025-04-30T20:10:43.648Z Updating git repository `https://github.com/oxidecomputer/lldp`
3232025-04-30T20:10:44.091Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3242025-04-30T20:10:44.832Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3252025-04-30T20:10:45.200Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3262025-04-30T20:10:45.593Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3272025-04-30T20:10:46.110Z Updating git repository `https://github.com/oxidecomputer/propolis`
3282025-04-30T20:10:47.392Z Updating git repository `https://github.com/oxidecomputer/crucible`
3292025-04-30T20:10:49.578Z Updating git repository `https://github.com/oxidecomputer/opte`
3302025-04-30T20:10:50.878Z Updating git repository `https://github.com/oxidecomputer/falcon`
3312025-04-30T20:10:51.679Z Updating git repository `https://github.com/oxidecomputer/clickward`
3322025-04-30T20:10:52.101Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3332025-04-30T20:10:52.460Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3342025-04-30T20:10:53.365Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3352025-04-30T20:10:54.095Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3362025-04-30T20:10:54.827Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3372025-04-30T20:10:55.210Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3382025-04-30T20:10:55.765Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3392025-04-30T20:10:56.283Z Updating git repository `https://github.com/oxidecomputer/tofino`
3402025-04-30T20:10:56.707Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3412025-04-30T20:10:57.101Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3422025-04-30T20:10:57.551Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3432025-04-30T20:10:58.026Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3442025-04-30T20:10:58.529Z Updating git repository `https://github.com/oxidecomputer/ispf`
3452025-04-30T20:10:59.012Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3462025-04-30T20:10:59.373Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3472025-04-30T20:11:00.269Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3482025-04-30T20:11:00.538Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3492025-04-30T20:11:00.967Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3502025-04-30T20:11:01.679Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3512025-04-30T20:11:02.270Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3522025-04-30T20:11:02.722Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3532025-04-30T20:11:03.045Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3542025-04-30T20:11:03.474Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3552025-04-30T20:11:03.818Z Updating git repository `https://github.com/oxidecomputer/omicron`
3562025-04-30T20:11:13.374Z Updating git repository `https://github.com/illumos/smf-rs`
3572025-04-30T20:11:15.388Z Downloading crates ...
3582025-04-30T20:11:15.454Z Downloaded equivalent v1.0.1
3592025-04-30T20:11:15.495Z Downloaded scroll_derive v0.12.0
3602025-04-30T20:11:15.495Z Downloaded usdt-macro v0.5.0
3612025-04-30T20:11:15.495Z Downloaded usdt-attr-macro v0.5.0
3622025-04-30T20:11:15.495Z Downloaded swrite v0.1.0
3632025-04-30T20:11:15.496Z Downloaded version_check v0.9.5
3642025-04-30T20:11:15.496Z Downloaded camino v1.1.9
3652025-04-30T20:11:15.496Z Downloaded anstream v0.6.15
3662025-04-30T20:11:15.497Z Downloaded zerocopy-derive v0.7.35
3672025-04-30T20:11:15.497Z Downloaded utf8parse v0.2.2
3682025-04-30T20:11:15.497Z Downloaded strsim v0.11.1
3692025-04-30T20:11:15.497Z Downloaded serde_tokenstream v0.2.2
3702025-04-30T20:11:15.497Z Downloaded quote v1.0.39
3712025-04-30T20:11:15.497Z Downloaded usdt-impl v0.5.0
3722025-04-30T20:11:15.497Z Downloaded toml v0.8.20
3732025-04-30T20:11:15.537Z Downloaded zerocopy v0.7.35
3742025-04-30T20:11:15.537Z Downloaded usdt v0.5.0
3752025-04-30T20:11:15.537Z Downloaded toml_edit v0.22.24
3762025-04-30T20:11:15.578Z Downloaded pest_derive v2.7.14
3772025-04-30T20:11:15.578Z Downloaded serde_json v1.0.140
3782025-04-30T20:11:15.578Z Downloaded pretty-hex v0.4.1
3792025-04-30T20:11:15.578Z Downloaded clap_builder v4.5.35
3802025-04-30T20:11:15.578Z Downloaded goblin v0.8.2
3812025-04-30T20:11:15.621Z Downloaded tabled v0.15.0
3822025-04-30T20:11:15.621Z Downloaded syn v1.0.109
3832025-04-30T20:11:15.621Z Downloaded winnow v0.7.3
3842025-04-30T20:11:15.621Z Downloaded syn v2.0.98
3852025-04-30T20:11:15.661Z Downloaded tempfile v3.13.0
3862025-04-30T20:11:15.661Z Downloaded rustix v0.37.28
3872025-04-30T20:11:15.661Z Downloaded unicode-width v0.1.14
3882025-04-30T20:11:15.701Z Downloaded rustix v0.38.37
3892025-04-30T20:11:15.701Z Downloaded memchr v2.7.4
3902025-04-30T20:11:15.701Z Downloaded hashbrown v0.15.1
3912025-04-30T20:11:15.746Z Downloaded ryu v1.0.18
3922025-04-30T20:11:15.746Z Downloaded clap_derive v4.5.32
3932025-04-30T20:11:15.746Z Downloaded ucd-trie v0.1.7
3942025-04-30T20:11:15.746Z Downloaded serde v1.0.219
3952025-04-30T20:11:15.746Z Downloaded pest_meta v2.7.14
3962025-04-30T20:11:15.746Z Downloaded fs-err v3.1.0
3972025-04-30T20:11:15.746Z Downloaded thiserror-impl v2.0.12
3982025-04-30T20:11:15.746Z Downloaded thiserror v1.0.69
3992025-04-30T20:11:15.787Z Downloaded smawk v0.3.2
4002025-04-30T20:11:15.787Z Downloaded libc v0.2.171
4012025-04-30T20:11:15.827Z Downloaded serde_derive v1.0.219
4022025-04-30T20:11:15.827Z Downloaded proc-macro2 v1.0.94
4032025-04-30T20:11:15.827Z Downloaded pest v2.7.14
4042025-04-30T20:11:15.827Z Downloaded papergrid v0.11.0
4052025-04-30T20:11:15.827Z Downloaded indexmap v2.7.1
4062025-04-30T20:11:15.827Z Downloaded clap v4.5.35
4072025-04-30T20:11:15.867Z Downloaded anyhow v1.0.98
4082025-04-30T20:11:15.867Z Downloaded unicode-linebreak v0.1.5
4092025-04-30T20:11:15.867Z Downloaded unicode-ident v1.0.14
4102025-04-30T20:11:15.867Z Downloaded typenum v1.17.0
4112025-04-30T20:11:15.867Z Downloaded thiserror-impl v1.0.69
4122025-04-30T20:11:15.867Z Downloaded thiserror v2.0.12
4132025-04-30T20:11:15.867Z Downloaded textwrap v0.16.1
4142025-04-30T20:11:15.867Z Downloaded sha2 v0.10.8
4152025-04-30T20:11:15.868Z Downloaded serde_spanned v0.6.8
4162025-04-30T20:11:15.868Z Downloaded proc-macro-error-attr v1.0.4
4172025-04-30T20:11:15.868Z Downloaded proc-macro-error v1.0.4
4182025-04-30T20:11:15.868Z Downloaded log v0.4.22
4192025-04-30T20:11:15.868Z Downloaded dtrace-parser v0.2.0
4202025-04-30T20:11:15.868Z Downloaded semver v1.0.25
4212025-04-30T20:11:15.868Z Downloaded once_cell v1.21.3
4222025-04-30T20:11:15.909Z Downloaded io-lifetimes v1.0.11
4232025-04-30T20:11:15.909Z Downloaded digest v0.10.7
4242025-04-30T20:11:15.909Z Downloaded crypto-common v0.1.6
4252025-04-30T20:11:15.909Z Downloaded cargo_toml v0.21.0
4262025-04-30T20:11:15.909Z Downloaded cargo_metadata v0.19.2
4272025-04-30T20:11:15.909Z Downloaded bitflags v2.9.0
4282025-04-30T20:11:15.909Z Downloaded bitflags v1.3.2
4292025-04-30T20:11:15.909Z Downloaded toml_datetime v0.6.8
4302025-04-30T20:11:15.909Z Downloaded thread-id v4.2.2
4312025-04-30T20:11:15.909Z Downloaded terminal_size v0.4.0
4322025-04-30T20:11:15.909Z Downloaded terminal_size v0.2.6
4332025-04-30T20:11:15.909Z Downloaded tabled_derive v0.7.0
4342025-04-30T20:11:15.909Z Downloaded scroll v0.12.0
4352025-04-30T20:11:15.909Z Downloaded plain v0.2.3
4362025-04-30T20:11:15.910Z Downloaded pest_generator v2.7.14
4372025-04-30T20:11:15.910Z Downloaded macaddr v1.0.1
4382025-04-30T20:11:15.910Z Downloaded fnv v1.0.7
4392025-04-30T20:11:15.910Z Downloaded memmap v0.7.0
4402025-04-30T20:11:15.910Z Downloaded generic-array v0.14.7
4412025-04-30T20:11:15.910Z Downloaded errno v0.3.9
4422025-04-30T20:11:15.910Z Downloaded dof v0.3.0
4432025-04-30T20:11:15.910Z Downloaded cargo-platform v0.1.8
4442025-04-30T20:11:15.911Z Downloaded camino-tempfile v1.1.1
4452025-04-30T20:11:15.911Z Downloaded itoa v1.0.11
4462025-04-30T20:11:15.911Z Downloaded heck v0.5.0
4472025-04-30T20:11:15.951Z Downloaded heck v0.4.1
4482025-04-30T20:11:15.951Z Downloaded fastrand v2.1.1
4492025-04-30T20:11:15.952Z Downloaded cpufeatures v0.2.14
4502025-04-30T20:11:15.952Z Downloaded colorchoice v1.0.2
4512025-04-30T20:11:15.952Z Downloaded clap_lex v0.7.4
4522025-04-30T20:11:15.952Z Downloaded cfg-if v1.0.0
4532025-04-30T20:11:15.952Z Downloaded byteorder v1.5.0
4542025-04-30T20:11:15.952Z Downloaded block-buffer v0.10.4
4552025-04-30T20:11:15.952Z Downloaded autocfg v1.4.0
4562025-04-30T20:11:15.952Z Downloaded anstyle-query v1.1.1
4572025-04-30T20:11:15.952Z Downloaded anstyle-parse v0.2.5
4582025-04-30T20:11:15.952Z Downloaded anstyle v1.0.10
4592025-04-30T20:11:15.952Z Downloaded is_terminal_polyfill v1.70.1
4602025-04-30T20:11:15.952Z Downloaded bytecount v0.6.8
4612025-04-30T20:11:16.049Z Compiling proc-macro2 v1.0.94
4622025-04-30T20:11:16.049Z Compiling unicode-ident v1.0.14
4632025-04-30T20:11:16.049Z Compiling libc v0.2.171
4642025-04-30T20:11:16.089Z Compiling serde v1.0.219
4652025-04-30T20:11:16.089Z Compiling version_check v0.9.5
4662025-04-30T20:11:16.089Z Compiling memchr v2.7.4
4672025-04-30T20:11:16.089Z Compiling thiserror v1.0.69
4682025-04-30T20:11:16.089Z Compiling ucd-trie v0.1.7
4692025-04-30T20:11:16.432Z Compiling ryu v1.0.18
4702025-04-30T20:11:16.768Z Compiling itoa v1.0.11
4712025-04-30T20:11:16.880Z Compiling once_cell v1.21.3
4722025-04-30T20:11:17.071Z Compiling byteorder v1.5.0
4732025-04-30T20:11:17.293Z Compiling rustix v0.38.37
4742025-04-30T20:11:17.338Z Compiling serde_json v1.0.140
4752025-04-30T20:11:17.508Z Compiling bitflags v2.9.0
4762025-04-30T20:11:17.645Z Compiling proc-macro-error-attr v1.0.4
4772025-04-30T20:11:17.685Z Compiling usdt-impl v0.5.0
4782025-04-30T20:11:17.921Z Compiling io-lifetimes v1.0.11
4792025-04-30T20:11:17.962Z Compiling syn v1.0.109
4802025-04-30T20:11:18.085Z Compiling quote v1.0.39
4812025-04-30T20:11:18.133Z Compiling proc-macro-error v1.0.4
4822025-04-30T20:11:18.202Z Compiling errno v0.3.9
4832025-04-30T20:11:18.357Z Compiling hashbrown v0.15.1
4842025-04-30T20:11:18.428Z Compiling syn v2.0.98
4852025-04-30T20:11:18.550Z Compiling thread-id v4.2.2
4862025-04-30T20:11:18.590Z Compiling equivalent v1.0.1
4872025-04-30T20:11:18.666Z Compiling camino v1.1.9
4882025-04-30T20:11:18.706Z Compiling plain v0.2.3
4892025-04-30T20:11:18.747Z Compiling utf8parse v0.2.2
4902025-04-30T20:11:18.788Z Compiling log v0.4.22
4912025-04-30T20:11:18.867Z Compiling rustix v0.37.28
4922025-04-30T20:11:18.907Z Compiling anstyle-parse v0.2.5
4932025-04-30T20:11:19.348Z Compiling indexmap v2.7.1
4942025-04-30T20:11:19.443Z Compiling autocfg v1.4.0
4952025-04-30T20:11:19.753Z Compiling anstyle-query v1.1.1
4962025-04-30T20:11:19.799Z Compiling colorchoice v1.0.2
4972025-04-30T20:11:19.842Z Compiling unicode-width v0.1.14
4982025-04-30T20:11:19.919Z Compiling pretty-hex v0.4.1
4992025-04-30T20:11:19.973Z Compiling is_terminal_polyfill v1.70.1
5002025-04-30T20:11:20.165Z Compiling bitflags v1.3.2
5012025-04-30T20:11:20.206Z Compiling winnow v0.7.3
5022025-04-30T20:11:20.267Z Compiling anstyle v1.0.10
5032025-04-30T20:11:20.307Z Compiling semver v1.0.25
5042025-04-30T20:11:20.359Z Compiling thiserror v2.0.12
5052025-04-30T20:11:20.528Z Compiling fs-err v3.1.0
5062025-04-30T20:11:20.678Z Compiling anstream v0.6.15
5072025-04-30T20:11:20.905Z Compiling terminal_size v0.4.0
5082025-04-30T20:11:21.220Z Compiling heck v0.4.1
5092025-04-30T20:11:21.290Z Compiling heck v0.5.0
5102025-04-30T20:11:21.356Z Compiling strsim v0.11.1
5112025-04-30T20:11:21.493Z Compiling fnv v1.0.7
5122025-04-30T20:11:21.613Z Compiling fastrand v2.1.1
5132025-04-30T20:11:21.739Z Compiling anyhow v1.0.98
5142025-04-30T20:11:21.949Z Compiling cfg-if v1.0.0
5152025-04-30T20:11:22.017Z Compiling clap_lex v0.7.4
5162025-04-30T20:11:22.070Z Compiling bytecount v0.6.8
5172025-04-30T20:11:22.110Z Compiling tempfile v3.13.0
5182025-04-30T20:11:22.235Z Compiling papergrid v0.11.0
5192025-04-30T20:11:22.304Z Compiling clap_builder v4.5.35
5202025-04-30T20:11:22.437Z Compiling terminal_size v0.2.6
5212025-04-30T20:11:22.682Z Compiling memmap v0.7.0
5222025-04-30T20:11:22.797Z Compiling smawk v0.3.2
5232025-04-30T20:11:22.837Z Compiling unicode-linebreak v0.1.5
5242025-04-30T20:11:23.210Z Compiling textwrap v0.16.1
5252025-04-30T20:11:23.251Z Compiling swrite v0.1.0
5262025-04-30T20:11:23.388Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5272025-04-30T20:11:23.862Z Compiling tabled_derive v0.7.0
5282025-04-30T20:11:25.066Z Compiling serde_derive v1.0.219
5292025-04-30T20:11:25.066Z Compiling thiserror-impl v1.0.69
5302025-04-30T20:11:25.066Z Compiling zerocopy-derive v0.7.35
5312025-04-30T20:11:25.107Z Compiling scroll_derive v0.12.0
5322025-04-30T20:11:25.107Z Compiling thiserror-impl v2.0.12
5332025-04-30T20:11:25.107Z Compiling clap_derive v4.5.32
5342025-04-30T20:11:25.200Z Compiling tabled v0.15.0
5352025-04-30T20:11:26.213Z Compiling scroll v0.12.0
5362025-04-30T20:11:26.717Z Compiling goblin v0.8.2
5372025-04-30T20:11:27.003Z Compiling zerocopy v0.7.35
5382025-04-30T20:11:28.108Z Compiling pest v2.7.14
5392025-04-30T20:11:28.862Z Compiling clap v4.5.35
5402025-04-30T20:11:30.265Z Compiling pest_meta v2.7.14
5412025-04-30T20:11:31.419Z Compiling pest_generator v2.7.14
5422025-04-30T20:11:32.623Z Compiling pest_derive v2.7.14
5432025-04-30T20:11:33.228Z Compiling dtrace-parser v0.2.0
5442025-04-30T20:11:33.963Z Compiling serde_spanned v0.6.8
5452025-04-30T20:11:34.003Z Compiling toml_datetime v0.6.8
5462025-04-30T20:11:34.082Z Compiling serde_tokenstream v0.2.2
5472025-04-30T20:11:34.281Z Compiling cargo-platform v0.1.8
5482025-04-30T20:11:34.321Z Compiling toml_edit v0.22.24
5492025-04-30T20:11:34.433Z Compiling macaddr v1.0.1
5502025-04-30T20:11:34.726Z Compiling camino-tempfile v1.1.1
5512025-04-30T20:11:35.357Z Compiling dof v0.3.0
5522025-04-30T20:11:35.357Z Compiling cargo_metadata v0.19.2
5532025-04-30T20:11:36.735Z Compiling usdt-attr-macro v0.5.0
5542025-04-30T20:11:36.735Z Compiling usdt-macro v0.5.0
5552025-04-30T20:11:37.115Z Compiling toml v0.8.20
5562025-04-30T20:11:37.793Z Compiling cargo_toml v0.21.0
5572025-04-30T20:11:37.834Z Compiling usdt v0.5.0
5582025-04-30T20:11:40.863Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592025-04-30T20:11:44.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
5602025-04-30T20:11:44.815Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5612025-04-30T20:11:45.635Z Downloading crates ...
5622025-04-30T20:11:45.774Z Downloaded atomicwrites v0.4.4
5632025-04-30T20:11:45.815Z Downloaded atty v0.2.14
5642025-04-30T20:11:45.815Z Downloaded cfg_aliases v0.1.1
5652025-04-30T20:11:45.815Z Downloaded crunchy v0.2.2
5662025-04-30T20:11:45.815Z Downloaded ident_case v1.0.1
5672025-04-30T20:11:45.815Z Downloaded cstr-argument v0.1.2
5682025-04-30T20:11:45.856Z Downloaded hubpack v0.1.2
5692025-04-30T20:11:45.856Z Downloaded is_ci v1.2.0
5702025-04-30T20:11:45.856Z Downloaded md5 v0.7.0
5712025-04-30T20:11:45.856Z Downloaded memoffset v0.9.1
5722025-04-30T20:11:45.896Z Downloaded slog-envlogger v2.2.0
5732025-04-30T20:11:45.939Z Downloaded tinyvec_macros v0.1.1
5742025-04-30T20:11:45.979Z Downloaded zone_cfg_derive v0.3.0
5752025-04-30T20:11:45.979Z Downloaded nodrop v0.1.14
5762025-04-30T20:11:46.020Z Downloaded strum v0.26.3
5772025-04-30T20:11:46.020Z Downloaded number_prefix v0.4.0
5782025-04-30T20:11:46.060Z Downloaded num_threads v0.1.7
5792025-04-30T20:11:46.060Z Downloaded openssl-probe v0.1.5
5802025-04-30T20:11:46.101Z Downloaded pin-utils v0.1.0
5812025-04-30T20:11:46.101Z Downloaded tower-service v0.3.3
5822025-04-30T20:11:46.141Z Downloaded xshell-macros v0.2.7
5832025-04-30T20:11:46.141Z Downloaded scopeguard v1.2.0
5842025-04-30T20:11:46.141Z Downloaded wait-timeout v0.2.0
5852025-04-30T20:11:46.141Z Downloaded progenitor-client v0.9.1
5862025-04-30T20:11:46.141Z Downloaded quick-error v1.2.3
5872025-04-30T20:11:46.183Z Downloaded rand_xorshift v0.3.0
5882025-04-30T20:11:46.183Z Downloaded quinn-udp v0.5.5
5892025-04-30T20:11:46.183Z Downloaded ref-cast v1.0.23
5902025-04-30T20:11:46.183Z Downloaded rustc-hash v1.1.0
5912025-04-30T20:11:46.183Z Downloaded proc-macro-error2 v2.0.1
5922025-04-30T20:11:46.183Z Downloaded rustc-demangle v0.1.24
5932025-04-30T20:11:46.224Z Downloaded r2d2 v0.8.10
5942025-04-30T20:11:46.224Z Downloaded quinn v0.11.5
5952025-04-30T20:11:46.224Z Downloaded progenitor-impl v0.8.0
5962025-04-30T20:11:46.224Z Downloaded tough v0.20.0
5972025-04-30T20:11:46.266Z Downloaded xshell v0.2.7
5982025-04-30T20:11:46.266Z Downloaded rcgen v0.12.1
5992025-04-30T20:11:46.266Z Downloaded x509-cert v0.2.5
6002025-04-30T20:11:46.266Z Downloaded rsa v0.9.6
6012025-04-30T20:11:46.307Z Downloaded quick-xml v0.37.2
6022025-04-30T20:11:46.307Z Downloaded russh v0.45.0
6032025-04-30T20:11:46.348Z Downloaded winnow v0.6.20
6042025-04-30T20:11:46.348Z Downloaded webpki-roots v0.26.6
6052025-04-30T20:11:46.348Z Downloaded rustls v0.21.12
6062025-04-30T20:11:46.389Z Downloaded reedline v0.38.0
6072025-04-30T20:11:46.389Z Downloaded rayon v1.10.0
6082025-04-30T20:11:46.430Z Downloaded quinn-proto v0.11.8
6092025-04-30T20:11:46.431Z Downloaded rustls v0.23.19
6102025-04-30T20:11:46.473Z Downloaded bzip2-sys v0.1.13+1.0.8
6112025-04-30T20:11:46.474Z Downloaded radix_trie v0.2.1
6122025-04-30T20:11:46.474Z Downloaded rustls v0.22.4
6132025-04-30T20:11:46.514Z Downloaded openapiv3 v2.0.0
6142025-04-30T20:11:46.514Z Downloaded regex-syntax v0.6.29
6152025-04-30T20:11:46.554Z Downloaded regex v1.11.1
6162025-04-30T20:11:46.555Z Downloaded polar-core v0.27.3
6172025-04-30T20:11:46.555Z Downloaded regex-syntax v0.8.5
6182025-04-30T20:11:46.596Z Downloaded typify-impl v0.3.0
6192025-04-30T20:11:46.596Z Downloaded jiff v0.2.10
6202025-04-30T20:11:46.636Z Downloaded typify-impl v0.2.0
6212025-04-30T20:11:46.636Z Downloaded object v0.36.5
6222025-04-30T20:11:46.677Z Downloaded lzma-sys v0.1.20
6232025-04-30T20:11:46.677Z Downloaded zerocopy-derive v0.6.6
6242025-04-30T20:11:46.717Z Downloaded vcpkg v0.2.15
6252025-04-30T20:11:46.759Z Downloaded petname v2.0.2
6262025-04-30T20:11:46.759Z Downloaded ratatui v0.29.0
6272025-04-30T20:11:46.799Z Downloaded libz-sys v1.1.20
6282025-04-30T20:11:46.840Z Downloaded csv v1.3.1
6292025-04-30T20:11:46.840Z Downloaded openssl v0.10.72
6302025-04-30T20:11:46.880Z Downloaded sha3 v0.10.8
6312025-04-30T20:11:46.880Z Downloaded regex-automata v0.4.8
6322025-04-30T20:11:46.880Z Downloaded curve25519-dalek v4.1.3
6332025-04-30T20:11:46.880Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6342025-04-30T20:11:46.920Z Downloaded petgraph v0.7.1
6352025-04-30T20:11:46.962Z Downloaded petgraph v0.6.5
6362025-04-30T20:11:46.962Z Downloaded diesel v2.2.9
6372025-04-30T20:11:47.003Z Downloaded sled v0.34.7
6382025-04-30T20:11:47.003Z Downloaded winnow v0.5.40
6392025-04-30T20:11:47.003Z Downloaded object v0.30.4
6402025-04-30T20:11:47.003Z Downloaded tokio v1.43.1
6412025-04-30T20:11:47.070Z Downloaded ed25519-dalek v2.1.1
6422025-04-30T20:11:47.110Z Downloaded dropshot v0.16.0
6432025-04-30T20:11:47.110Z Downloaded smoltcp v0.11.0
6442025-04-30T20:11:47.110Z Downloaded nix v0.29.0
6452025-04-30T20:11:47.150Z Downloaded p384 v0.13.0
6462025-04-30T20:11:47.150Z Downloaded nix v0.28.0
6472025-04-30T20:11:47.150Z Downloaded nix v0.27.1
6482025-04-30T20:11:47.191Z Downloaded portable-atomic v1.11.0
6492025-04-30T20:11:47.191Z Downloaded tabled v0.18.0
6502025-04-30T20:11:47.191Z Downloaded smoltcp v0.9.1
6512025-04-30T20:11:47.232Z Downloaded rayon-core v1.12.1
6522025-04-30T20:11:47.232Z Downloaded hickory-proto v0.24.4
6532025-04-30T20:11:47.232Z Downloaded uuid v1.16.0
6542025-04-30T20:11:47.232Z Downloaded utf-8 v0.7.6
6552025-04-30T20:11:47.769Z Downloaded dropshot_endpoint v0.16.0
6562025-04-30T20:11:47.769Z Downloaded gimli v0.31.1
6572025-04-30T20:11:47.769Z Downloaded tower v0.5.2
6582025-04-30T20:11:47.769Z Downloaded ring v0.17.11
6592025-04-30T20:11:47.810Z Downloaded regress v0.10.3
6602025-04-30T20:11:47.810Z Downloaded qorb v0.3.1
6612025-04-30T20:11:47.811Z Downloaded tracing v0.1.40
6622025-04-30T20:11:47.811Z Downloaded waitgroup v0.1.2
6632025-04-30T20:11:47.811Z Downloaded typed-path v0.9.3
6642025-04-30T20:11:47.811Z Downloaded p521 v0.13.3
6652025-04-30T20:11:47.811Z Downloaded tokio-util v0.7.13
6662025-04-30T20:11:47.811Z Downloaded either v1.14.0
6672025-04-30T20:11:47.811Z Downloaded string_cache v0.8.9
6682025-04-30T20:11:47.811Z Downloaded russh-keys v0.45.0
6692025-04-30T20:11:47.811Z Downloaded russh-cryptovec v0.7.3
6702025-04-30T20:11:47.811Z Downloaded rtoolbox v0.0.2
6712025-04-30T20:11:47.811Z Downloaded ref-cast-impl v1.0.23
6722025-04-30T20:11:47.811Z Downloaded encoding_rs v0.8.34
6732025-04-30T20:11:47.812Z Downloaded progenitor-impl v0.9.1
6742025-04-30T20:11:47.812Z Downloaded tungstenite v0.21.0
6752025-04-30T20:11:47.812Z Downloaded bstr v1.10.0
6762025-04-30T20:11:47.812Z Downloaded vergen v8.3.2
6772025-04-30T20:11:47.812Z Downloaded url v2.5.3
6782025-04-30T20:11:47.812Z Downloaded libgit2-sys v0.17.0+1.8.1
6792025-04-30T20:11:47.812Z Downloaded olpc-cjson v0.1.4
6802025-04-30T20:11:47.812Z Downloaded pretty_assertions v1.4.1
6812025-04-30T20:11:47.812Z Downloaded parse-zoneinfo v0.3.1
6822025-04-30T20:11:47.812Z Downloaded chrono-tz v0.10.3
6832025-04-30T20:11:47.812Z Downloaded serde_with v3.12.0
6842025-04-30T20:11:47.812Z Downloaded git2 v0.19.0
6852025-04-30T20:11:47.812Z Downloaded rand_seeder v0.3.0
6862025-04-30T20:11:47.812Z Downloaded radium v0.7.0
6872025-04-30T20:11:47.812Z Downloaded vte v0.11.1
6882025-04-30T20:11:47.812Z Downloaded tungstenite v0.23.0
6892025-04-30T20:11:47.812Z Downloaded tracing-core v0.1.32
6902025-04-30T20:11:47.812Z Downloaded toml_edit v0.19.15
6912025-04-30T20:11:47.812Z Downloaded tokio-postgres v0.7.13
6922025-04-30T20:11:47.812Z Downloaded ssh-key v0.6.6
6932025-04-30T20:11:47.812Z Downloaded sqlparser v0.45.0
6942025-04-30T20:11:47.812Z Downloaded unicode-width v0.2.0
6952025-04-30T20:11:47.812Z Downloaded progenitor-macro v0.8.0
6962025-04-30T20:11:47.812Z Downloaded proc-macro-error-attr2 v2.0.0
6972025-04-30T20:11:47.813Z Downloaded ctr v0.9.2
6982025-04-30T20:11:47.813Z Downloaded csv-core v0.1.11
6992025-04-30T20:11:47.813Z Downloaded whoami v1.5.2
7002025-04-30T20:11:47.813Z Downloaded rustls-pemfile v2.2.0
7012025-04-30T20:11:47.813Z Downloaded rustls-pemfile v1.0.4
7022025-04-30T20:11:47.813Z Downloaded vsss-rs v3.3.4
7032025-04-30T20:11:47.813Z Downloaded uzers v0.12.1
7042025-04-30T20:11:47.813Z Downloaded typify v0.3.0
7052025-04-30T20:11:47.813Z Downloaded prettyplease v0.2.30
7062025-04-30T20:11:47.813Z Downloaded postgres-types v0.2.9
7072025-04-30T20:11:47.814Z Downloaded darling_core v0.20.10
7082025-04-30T20:11:47.814Z Downloaded nom v7.1.3
7092025-04-30T20:11:47.814Z Downloaded foreign-types-macros v0.2.3
7102025-04-30T20:11:47.814Z Downloaded fixedbitset v0.5.7
7112025-04-30T20:11:47.814Z Downloaded filetime v0.2.25
7122025-04-30T20:11:47.814Z Downloaded zerocopy v0.8.10
7132025-04-30T20:11:47.814Z Downloaded progenitor-client v0.8.0
7142025-04-30T20:11:47.814Z Downloaded wyz v0.5.1
7152025-04-30T20:11:47.814Z Downloaded writeable v0.5.5
7162025-04-30T20:11:47.814Z Downloaded write16 v1.0.0
7172025-04-30T20:11:47.814Z Downloaded which v4.4.2
7182025-04-30T20:11:47.814Z Downloaded walkdir v2.5.0
7192025-04-30T20:11:47.814Z Downloaded sct v0.7.1
7202025-04-30T20:11:47.814Z Downloaded scrypt v0.11.0
7212025-04-30T20:11:47.814Z Downloaded schemars_derive v0.8.22
7222025-04-30T20:11:47.814Z Downloaded rustc_version v0.4.1
7232025-04-30T20:11:47.814Z Downloaded rustc_version v0.1.7
7242025-04-30T20:11:47.814Z Downloaded value-bag v1.9.0
7252025-04-30T20:11:47.814Z Downloaded utf16_iter v1.0.5
7262025-04-30T20:11:47.814Z Downloaded typify v0.2.0
7272025-04-30T20:11:47.814Z Downloaded twox-hash v2.1.0
7282025-04-30T20:11:47.814Z Downloaded tracing-attributes v0.1.27
7292025-04-30T20:11:47.814Z Downloaded openssl-sys v0.9.107
7302025-04-30T20:11:47.814Z Downloaded pkcs1 v0.7.5
7312025-04-30T20:11:47.814Z Downloaded rustc-hash v2.1.1
7322025-04-30T20:11:47.814Z Downloaded utf8_iter v1.0.4
7332025-04-30T20:11:47.814Z Downloaded tui-tree-widget v0.23.0
7342025-04-30T20:11:47.814Z Downloaded pkcs8 v0.10.2
7352025-04-30T20:11:47.814Z Downloaded pkcs5 v0.7.1
7362025-04-30T20:11:47.814Z Downloaded pin-project v1.1.6
7372025-04-30T20:11:47.814Z Downloaded parking_lot_core v0.8.6
7382025-04-30T20:11:47.814Z Downloaded der v0.7.9
7392025-04-30T20:11:47.814Z Downloaded derive_builder_macro v0.20.2
7402025-04-30T20:11:47.814Z Downloaded serde_with_macros v3.12.0
7412025-04-30T20:11:47.814Z Downloaded bindgen v0.71.1
7422025-04-30T20:11:47.814Z Downloaded xattr v1.3.1
7432025-04-30T20:11:47.814Z Downloaded want v0.3.1
7442025-04-30T20:11:47.814Z Downloaded vte_generate_state_changes v0.1.2
7452025-04-30T20:11:47.814Z Downloaded void v1.0.2
7462025-04-30T20:11:47.814Z Downloaded typify-macro v0.3.0
7472025-04-30T20:11:47.815Z Downloaded typify-macro v0.2.0
7482025-04-30T20:11:47.815Z Downloaded try-lock v0.2.5
7492025-04-30T20:11:47.815Z Downloaded tower-layer v0.3.3
7502025-04-30T20:11:47.815Z Downloaded primeorder v0.13.6
7512025-04-30T20:11:47.815Z Downloaded ppv-lite86 v0.2.20
7522025-04-30T20:11:47.815Z Downloaded powerfmt v0.2.0
7532025-04-30T20:11:47.815Z Downloaded postgres-protocol v0.6.8
7542025-04-30T20:11:47.815Z Downloaded postcard v1.0.10
7552025-04-30T20:11:47.815Z Downloaded polyval v0.6.2
7562025-04-30T20:11:47.815Z Downloaded debug-ignore v1.0.5
7572025-04-30T20:11:47.815Z Downloaded data-encoding v2.6.0
7582025-04-30T20:11:47.815Z Downloaded darling v0.20.10
7592025-04-30T20:11:47.856Z Downloaded daft-derive v0.1.3
7602025-04-30T20:11:47.856Z Downloaded poly1305 v0.8.0
7612025-04-30T20:11:47.856Z Downloaded pin-project-lite v0.2.14
7622025-04-30T20:11:47.856Z Downloaded pin-project-internal v1.1.6
7632025-04-30T20:11:47.856Z Downloaded pem-rfc7468 v0.7.0
7642025-04-30T20:11:47.856Z Downloaded peg-macros v0.8.5
7652025-04-30T20:11:47.856Z Downloaded peg v0.8.5
7662025-04-30T20:11:47.856Z Downloaded password-hash v0.5.0
7672025-04-30T20:11:47.856Z Downloaded password-hash v0.4.2
7682025-04-30T20:11:47.856Z Downloaded parking_lot v0.12.3
7692025-04-30T20:11:47.856Z Downloaded papergrid v0.14.0
7702025-04-30T20:11:47.856Z Downloaded packed_struct_codegen v0.10.1
7712025-04-30T20:11:47.856Z Downloaded p256 v0.13.2
7722025-04-30T20:11:47.856Z Downloaded oso-derive v0.27.3
7732025-04-30T20:11:47.856Z Downloaded oso v0.27.3
7742025-04-30T20:11:47.856Z Downloaded deranged v0.3.11
7752025-04-30T20:11:47.856Z Downloaded der_derive v0.7.3
7762025-04-30T20:11:47.856Z Downloaded toml v0.7.8
7772025-04-30T20:11:47.857Z Downloaded tokio-tungstenite v0.21.0
7782025-04-30T20:11:47.857Z Downloaded tokio-stream v0.1.17
7792025-04-30T20:11:47.897Z Downloaded opaque-debug v0.3.1
7802025-04-30T20:11:47.897Z Downloaded num-bigint-dig v0.8.4
7812025-04-30T20:11:47.897Z Downloaded num-bigint v0.4.6
7822025-04-30T20:11:47.897Z Downloaded normalize-line-endings v0.3.0
7832025-04-30T20:11:47.897Z Downloaded steno v0.4.1
7842025-04-30T20:11:47.897Z Downloaded stable_deref_trait v1.2.0
7852025-04-30T20:11:47.897Z Downloaded proc-macro-crate v1.3.1
7862025-04-30T20:11:47.897Z Downloaded pretty-hex v0.2.1
7872025-04-30T20:11:47.897Z Downloaded predicates-core v1.0.8
7882025-04-30T20:11:47.897Z Downloaded predicates v3.1.3
7892025-04-30T20:11:47.897Z Downloaded precomputed-hash v0.1.1
7902025-04-30T20:11:47.897Z Downloaded darling_macro v0.20.10
7912025-04-30T20:11:47.897Z Downloaded daft v0.1.3
7922025-04-30T20:11:47.897Z Downloaded curve25519-dalek-derive v0.1.1
7932025-04-30T20:11:47.897Z Downloaded pkg-config v0.3.31
7942025-04-30T20:11:47.897Z Downloaded phf_generator v0.11.2
7952025-04-30T20:11:47.897Z Downloaded phf_codegen v0.11.2
7962025-04-30T20:11:47.897Z Downloaded phf v0.11.2
7972025-04-30T20:11:47.897Z Downloaded percent-encoding v2.3.1
7982025-04-30T20:11:47.897Z Downloaded pem v3.0.5
7992025-04-30T20:11:47.938Z Downloaded peg-runtime v0.8.5
8002025-04-30T20:11:47.938Z Downloaded pbkdf2 v0.12.2
8012025-04-30T20:11:47.939Z Downloaded pbkdf2 v0.11.0
8022025-04-30T20:11:47.939Z Downloaded path-slash v0.1.5
8032025-04-30T20:11:47.939Z Downloaded paste v1.0.15
8042025-04-30T20:11:47.939Z Downloaded parse-display-derive v0.10.0
8052025-04-30T20:11:47.939Z Downloaded parse-display v0.10.0
8062025-04-30T20:11:47.939Z Downloaded parking_lot_core v0.9.10
8072025-04-30T20:11:47.939Z Downloaded parking_lot v0.11.2
8082025-04-30T20:11:47.939Z Downloaded oxnet v0.1.1
8092025-04-30T20:11:47.939Z Downloaded owo-colors v4.2.0
8102025-04-30T20:11:47.939Z Downloaded defmt v0.3.8
8112025-04-30T20:11:47.939Z Downloaded tokio-rustls v0.26.0
8122025-04-30T20:11:47.939Z Downloaded tokio-rustls v0.25.0
8132025-04-30T20:11:47.939Z Downloaded tokio-rustls v0.24.1
8142025-04-30T20:11:47.939Z Downloaded subprocess v0.2.9
8152025-04-30T20:11:47.939Z Downloaded strum_macros v0.26.4
8162025-04-30T20:11:47.939Z Downloaded serde_yaml v0.9.34+deprecated
8172025-04-30T20:11:47.979Z Downloaded h2 v0.4.6
8182025-04-30T20:11:47.980Z Downloaded futures-util v0.3.31
8192025-04-30T20:11:47.980Z Downloaded phf_shared v0.11.2
8202025-04-30T20:11:47.980Z Downloaded parse-size v1.1.0
8212025-04-30T20:11:47.980Z Downloaded packed_struct v0.10.1
8222025-04-30T20:11:47.980Z Downloaded openssl-macros v0.1.1
8232025-04-30T20:11:47.980Z Downloaded defmt-macros v0.3.9
8242025-04-30T20:11:47.980Z Downloaded topological-sort v0.2.2
8252025-04-30T20:11:47.981Z Downloaded tokio-tungstenite v0.23.1
8262025-04-30T20:11:47.981Z Downloaded tokio-native-tls v0.3.1
8272025-04-30T20:11:47.981Z Downloaded tokio-macros v2.5.0
8282025-04-30T20:11:47.981Z Downloaded tls_codec_derive v0.4.1
8292025-04-30T20:11:47.981Z Downloaded tls_codec v0.4.1
8302025-04-30T20:11:48.022Z Downloaded tabwriter v1.4.0
8312025-04-30T20:11:48.022Z Downloaded tabled_derive v0.10.0
8322025-04-30T20:11:48.022Z Downloaded synstructure v0.13.1
8332025-04-30T20:11:48.022Z Downloaded subtle v2.6.1
8342025-04-30T20:11:48.022Z Downloaded sec1 v0.7.3
8352025-04-30T20:11:48.022Z Downloaded elliptic-curve v0.13.8
8362025-04-30T20:11:48.022Z Downloaded diff v0.1.13
8372025-04-30T20:11:48.022Z Downloaded diesel_derives v2.2.3
8382025-04-30T20:11:48.022Z Downloaded derive_more v0.99.19
8392025-04-30T20:11:48.022Z Downloaded derive-where v1.2.7
8402025-04-30T20:11:48.022Z Downloaded snafu v0.8.5
8412025-04-30T20:11:48.063Z Downloaded flate2 v1.1.1
8422025-04-30T20:11:48.063Z Downloaded expectorate v1.1.0
8432025-04-30T20:11:48.063Z Downloaded zerovec v0.10.4
8442025-04-30T20:11:48.063Z Downloaded rustls-webpki v0.102.8
8452025-04-30T20:11:48.103Z Downloaded proptest v1.6.0
8462025-04-30T20:11:48.103Z Downloaded icu_properties_data v1.5.0
8472025-04-30T20:11:48.103Z Downloaded chrono v0.4.40
8482025-04-30T20:11:48.104Z Downloaded bitvec v1.0.1
8492025-04-30T20:11:48.146Z Downloaded defmt-parser v0.3.4
8502025-04-30T20:11:48.146Z Downloaded take_mut v0.2.2
8512025-04-30T20:11:48.146Z Downloaded sync_wrapper v1.0.1
8522025-04-30T20:11:48.146Z Downloaded sync-ptr v0.1.1
8532025-04-30T20:11:48.146Z Downloaded supports-color v3.0.2
8542025-04-30T20:11:48.146Z Downloaded omicron-zone-package v0.12.0
8552025-04-30T20:11:48.146Z Downloaded num-traits v0.2.19
8562025-04-30T20:11:48.146Z Downloaded num-iter v0.1.45
8572025-04-30T20:11:48.146Z Downloaded num-derive v0.3.3
8582025-04-30T20:11:48.146Z Downloaded num-complex v0.4.6
8592025-04-30T20:11:48.146Z Downloaded nu-ansi-term v0.50.1
8602025-04-30T20:11:48.146Z Downloaded ed25519 v2.2.3
8612025-04-30T20:11:48.146Z Downloaded ecdsa v0.16.9
8622025-04-30T20:11:48.147Z Downloaded displaydoc v0.2.5
8632025-04-30T20:11:48.147Z Downloaded diesel-dtrace v0.4.2
8642025-04-30T20:11:48.187Z Downloaded des v0.8.1
8652025-04-30T20:11:48.187Z Downloaded derive_builder_core v0.20.2
8662025-04-30T20:11:48.187Z Downloaded derive_builder v0.20.2
8672025-04-30T20:11:48.187Z Downloaded signal-hook v0.3.17
8682025-04-30T20:11:48.187Z Downloaded headers v0.4.0
8692025-04-30T20:11:48.187Z Downloaded flume v0.11.1
8702025-04-30T20:11:48.187Z Downloaded fatfs v0.3.6
8712025-04-30T20:11:48.188Z Downloaded zip v2.6.1
8722025-04-30T20:11:48.188Z Downloaded salty v0.3.0
8732025-04-30T20:11:48.188Z Downloaded lalrpop v0.19.12
8742025-04-30T20:11:48.228Z Downloaded bindgen v0.69.5
8752025-04-30T20:11:48.228Z Downloaded aws-lc-rs v1.12.4
8762025-04-30T20:11:48.228Z Downloaded num_enum v0.5.11
8772025-04-30T20:11:48.229Z Downloaded num-rational v0.4.2
8782025-04-30T20:11:48.229Z Downloaded dyn-clone v1.0.19
8792025-04-30T20:11:48.229Z Downloaded dunce v1.0.5
8802025-04-30T20:11:48.229Z Downloaded dsl_auto_type v0.1.2
8812025-04-30T20:11:48.270Z Downloaded document-features v0.2.10
8822025-04-30T20:11:48.270Z Downloaded display-error-chain v0.2.2
8832025-04-30T20:11:48.270Z Downloaded dirs-sys-next v0.1.2
8842025-04-30T20:11:48.270Z Downloaded dirs-next v2.0.0
8852025-04-30T20:11:48.270Z Downloaded difflib v0.4.0
8862025-04-30T20:11:48.270Z Downloaded structmeta-derive v0.3.0
8872025-04-30T20:11:48.270Z Downloaded structmeta v0.3.0
8882025-04-30T20:11:48.270Z Downloaded socket2 v0.5.9
8892025-04-30T20:11:48.270Z Downloaded snafu-derive v0.8.5
8902025-04-30T20:11:48.271Z Downloaded smallvec v1.14.0
8912025-04-30T20:11:48.271Z Downloaded shlex v1.3.0
8922025-04-30T20:11:48.271Z Downloaded serde_path_to_error v0.1.16
8932025-04-30T20:11:48.271Z Downloaded serde_derive_internals v0.29.1
8942025-04-30T20:11:48.271Z Downloaded serde-hex v0.1.0
8952025-04-30T20:11:48.271Z Downloaded semver v0.1.20
8962025-04-30T20:11:48.271Z Downloaded hashbrown v0.12.3
8972025-04-30T20:11:48.271Z Downloaded glob v0.3.2
8982025-04-30T20:11:48.271Z Downloaded blake3 v1.5.4
8992025-04-30T20:11:48.312Z Downloaded num_enum_derive v0.5.11
9002025-04-30T20:11:48.312Z Downloaded num-integer v0.1.46
9012025-04-30T20:11:48.312Z Downloaded num-derive v0.4.2
9022025-04-30T20:11:48.312Z Downloaded num-conv v0.1.0
9032025-04-30T20:11:48.312Z Downloaded num v0.4.3
9042025-04-30T20:11:48.312Z Downloaded ena v0.14.3
9052025-04-30T20:11:48.312Z Downloaded embedded-io v0.6.1
9062025-04-30T20:11:48.312Z Downloaded embedded-io v0.4.0
9072025-04-30T20:11:48.312Z Downloaded diesel_table_macro_syntax v0.2.0
9082025-04-30T20:11:48.313Z Downloaded strum_macros v0.25.3
9092025-04-30T20:11:48.313Z Downloaded strum_macros v0.24.3
9102025-04-30T20:11:48.313Z Downloaded strip-ansi-escapes v0.2.0
9112025-04-30T20:11:48.313Z Downloaded stringprep v0.1.5
9122025-04-30T20:11:48.313Z Downloaded static_assertions v1.1.0
9132025-04-30T20:11:48.313Z Downloaded ssh-encoding v0.2.0
9142025-04-30T20:11:48.313Z Downloaded sqlformat v0.2.6
9152025-04-30T20:11:48.313Z Downloaded spki v0.7.3
9162025-04-30T20:11:48.313Z Downloaded spin v0.9.8
9172025-04-30T20:11:48.313Z Downloaded smf v0.2.3
9182025-04-30T20:11:48.313Z Downloaded signal-hook-registry v1.4.2
9192025-04-30T20:11:48.313Z Downloaded signal-hook-mio v0.2.4
9202025-04-30T20:11:48.353Z Downloaded shell-words v1.1.0
9212025-04-30T20:11:48.353Z Downloaded sha1 v0.10.6
9222025-04-30T20:11:48.353Z Downloaded serde_urlencoded v0.7.1
9232025-04-30T20:11:48.354Z Downloaded serde_repr v0.1.19
9242025-04-30T20:11:48.354Z Downloaded serde_plain v1.0.2
9252025-04-30T20:11:48.354Z Downloaded serde-big-array v0.5.1
9262025-04-30T20:11:48.354Z Downloaded secrecy v0.10.3
9272025-04-30T20:11:48.354Z Downloaded secrecy v0.8.0
9282025-04-30T20:11:48.354Z Downloaded new_debug_unreachable v1.0.6
9292025-04-30T20:11:48.354Z Downloaded mio v1.0.2
9302025-04-30T20:11:48.354Z Downloaded hashbrown v0.13.2
9312025-04-30T20:11:48.354Z Downloaded half v2.4.1
9322025-04-30T20:11:48.354Z Downloaded getrandom v0.3.1
9332025-04-30T20:11:48.354Z Downloaded getrandom v0.2.15
9342025-04-30T20:11:48.354Z Downloaded futures-channel v0.3.31
9352025-04-30T20:11:48.354Z Downloaded futures v0.3.31
9362025-04-30T20:11:48.394Z Downloaded fs_extra v1.3.0
9372025-04-30T20:11:48.394Z Downloaded foldhash v0.1.3
9382025-04-30T20:11:48.394Z Downloaded float-ord v0.3.2
9392025-04-30T20:11:48.395Z Downloaded fallible-iterator v0.2.0
9402025-04-30T20:11:48.395Z Downloaded env_logger v0.11.5
9412025-04-30T20:11:48.395Z Downloaded env_logger v0.10.2
9422025-04-30T20:11:48.395Z Downloaded zip v0.6.6
9432025-04-30T20:11:48.395Z Downloaded zerocopy-derive v0.8.10
9442025-04-30T20:11:48.395Z Downloaded yansi v1.0.1
9452025-04-30T20:11:48.395Z Downloaded unicode-normalization v0.1.24
9462025-04-30T20:11:48.395Z Downloaded time v0.3.36
9472025-04-30T20:11:48.437Z Downloaded rustls-webpki v0.101.7
9482025-04-30T20:11:48.437Z Downloaded itertools v0.14.0
9492025-04-30T20:11:48.437Z Downloaded itertools v0.13.0
9502025-04-30T20:11:48.437Z Downloaded itertools v0.12.1
9512025-04-30T20:11:48.478Z Downloaded hyper v1.6.0
9522025-04-30T20:11:48.478Z Downloaded hkdf v0.12.4
9532025-04-30T20:11:48.478Z Downloaded aho-corasick v1.1.3
9542025-04-30T20:11:48.478Z Downloaded ssh-cipher v0.2.0
9552025-04-30T20:11:48.478Z Downloaded sqlparser_derive v0.2.2
9562025-04-30T20:11:48.478Z Downloaded newtype_derive v0.1.6
9572025-04-30T20:11:48.478Z Downloaded native-tls v0.2.12
9582025-04-30T20:11:48.478Z Downloaded multer v3.1.0
9592025-04-30T20:11:48.478Z Downloaded miniz_oxide v0.8.5
9602025-04-30T20:11:48.478Z Downloaded globset v0.4.15
9612025-04-30T20:11:48.478Z Downloaded gethostname v0.5.0
9622025-04-30T20:11:48.478Z Downloaded futures-task v0.3.31
9632025-04-30T20:11:48.478Z Downloaded futures-sink v0.3.31
9642025-04-30T20:11:48.478Z Downloaded funty v2.0.0
9652025-04-30T20:11:48.519Z Downloaded fs-err v2.11.0
9662025-04-30T20:11:48.519Z Downloaded form_urlencoded v1.2.1
9672025-04-30T20:11:48.519Z Downloaded foreign-types-shared v0.3.1
9682025-04-30T20:11:48.519Z Downloaded float-cmp v0.10.0
9692025-04-30T20:11:48.519Z Downloaded fixedbitset v0.4.2
9702025-04-30T20:11:48.519Z Downloaded ff v0.13.0
9712025-04-30T20:11:48.519Z Downloaded fd-lock v4.0.2
9722025-04-30T20:11:48.519Z Downloaded enum-as-inner v0.6.1
9732025-04-30T20:11:48.519Z Downloaded unicode-segmentation v1.12.0
9742025-04-30T20:11:48.519Z Downloaded tinyvec v1.8.0
9752025-04-30T20:11:48.520Z Downloaded rustyline v14.0.0
9762025-04-30T20:11:48.520Z Downloaded minimal-lexical v0.2.1
9772025-04-30T20:11:48.564Z Downloaded libxml v0.3.3
9782025-04-30T20:11:48.564Z Downloaded libm v0.2.8
9792025-04-30T20:11:48.564Z Downloaded itertools v0.10.5
9802025-04-30T20:11:48.564Z Downloaded idna v1.0.3
9812025-04-30T20:11:48.564Z Downloaded http v1.2.0
9822025-04-30T20:11:48.564Z Downloaded nibble_vec v0.1.0
9832025-04-30T20:11:48.564Z Downloaded newtype-uuid v1.2.1
9842025-04-30T20:11:48.564Z Downloaded newline-converter v0.3.0
9852025-04-30T20:11:48.564Z Downloaded nanorand v0.7.0
9862025-04-30T20:11:48.604Z Downloaded multimap v0.10.0
9872025-04-30T20:11:48.604Z Downloaded hash32 v0.3.1
9882025-04-30T20:11:48.604Z Downloaded hash32 v0.2.1
9892025-04-30T20:11:48.604Z Downloaded group v0.13.0
9902025-04-30T20:11:48.604Z Downloaded ghash v0.5.1
9912025-04-30T20:11:48.604Z Downloaded fxhash v0.2.1
9922025-04-30T20:11:48.604Z Downloaded futures-macro v0.3.31
9932025-04-30T20:11:48.604Z Downloaded futures-io v0.3.31
9942025-04-30T20:11:48.604Z Downloaded futures-executor v0.3.31
9952025-04-30T20:11:48.604Z Downloaded futures-core v0.3.31
9962025-04-30T20:11:48.604Z Downloaded foreign-types-shared v0.1.1
9972025-04-30T20:11:48.604Z Downloaded foreign-types v0.5.0
9982025-04-30T20:11:48.604Z Downloaded foreign-types v0.3.2
9992025-04-30T20:11:48.604Z Downloaded flagset v0.4.6
10002025-04-30T20:11:48.604Z Downloaded env_filter v0.1.2
10012025-04-30T20:11:48.604Z Downloaded endian-type v0.1.2
10022025-04-30T20:11:48.604Z Downloaded zstd-safe v7.2.3
10032025-04-30T20:11:48.604Z Downloaded zstd v0.13.3
10042025-04-30T20:11:48.604Z Downloaded zopfli v0.8.1
10052025-04-30T20:11:48.604Z Downloaded zone v0.3.1
10062025-04-30T20:11:48.604Z Downloaded zone v0.1.8
10072025-04-30T20:11:48.605Z Downloaded zerovec-derive v0.10.3
10082025-04-30T20:11:48.605Z Downloaded zeroize_derive v1.4.2
10092025-04-30T20:11:48.605Z Downloaded zeroize v1.8.1
10102025-04-30T20:11:48.605Z Downloaded zerofrom-derive v0.1.4
10112025-04-30T20:11:48.605Z Downloaded zerofrom v0.1.4
10122025-04-30T20:11:48.605Z Downloaded zerocopy v0.6.6
10132025-04-30T20:11:48.606Z Downloaded yoke-derive v0.7.4
10142025-04-30T20:11:48.606Z Downloaded yoke v0.7.4
10152025-04-30T20:11:48.647Z Downloaded yasna v0.5.2
10162025-04-30T20:11:48.647Z Downloaded xz2 v0.1.7
10172025-04-30T20:11:48.647Z Downloaded unsafe-libyaml v0.2.11
10182025-04-30T20:11:48.647Z Downloaded unicode_categories v0.1.1
10192025-04-30T20:11:48.647Z Downloaded unicode-properties v0.1.3
10202025-04-30T20:11:48.648Z Downloaded unicode-bidi v0.3.17
10212025-04-30T20:11:48.648Z Downloaded tar v0.4.44
10222025-04-30T20:11:48.648Z Downloaded smallvec v0.6.14
10232025-04-30T20:11:48.648Z Downloaded sigpipe v0.1.3
10242025-04-30T20:11:48.648Z Downloaded schemars v0.8.22
10252025-04-30T20:11:48.648Z Downloaded rand v0.9.0
10262025-04-30T20:11:48.648Z Downloaded rand v0.8.5
10272025-04-30T20:11:48.688Z Downloaded jiff-static v0.2.10
10282025-04-30T20:11:48.688Z Downloaded instability v0.3.2
10292025-04-30T20:11:48.688Z Downloaded icu_collections v1.5.0
10302025-04-30T20:11:48.688Z Downloaded hyper-util v0.1.11
10312025-04-30T20:11:48.688Z Downloaded hickory-server v0.24.4
10322025-04-30T20:11:48.689Z Downloaded hickory-resolver v0.24.4
10332025-04-30T20:11:48.689Z Downloaded heapless v0.8.0
10342025-04-30T20:11:48.689Z Downloaded crossterm v0.28.1
10352025-04-30T20:11:48.729Z Downloaded aes-gcm v0.10.3
10362025-04-30T20:11:48.729Z Downloaded aes v0.8.4
10372025-04-30T20:11:48.729Z Downloaded zone_cfg_derive v0.1.2
10382025-04-30T20:11:48.729Z Downloaded untrusted v0.9.0
10392025-04-30T20:11:48.729Z Downloaded untrusted v0.7.1
10402025-04-30T20:11:48.729Z Downloaded universal-hash v0.5.1
10412025-04-30T20:11:48.729Z Downloaded unicode-xid v0.2.6
10422025-04-30T20:11:48.729Z Downloaded unicode-truncate v1.1.0
10432025-04-30T20:11:48.729Z Downloaded unicase v2.7.0
10442025-04-30T20:11:48.729Z Downloaded unarray v0.1.4
10452025-04-30T20:11:48.729Z Downloaded time-macros v0.2.18
10462025-04-30T20:11:48.729Z Downloaded thiserror-no-std v2.0.2
10472025-04-30T20:11:48.729Z Downloaded test-strategy v0.4.0
10482025-04-30T20:11:48.729Z Downloaded term v0.7.0
10492025-04-30T20:11:48.729Z Downloaded slog-term v2.9.1
10502025-04-30T20:11:48.769Z Downloaded slog-stdlog v4.1.1
10512025-04-30T20:11:48.769Z Downloaded slog v2.7.0
10522025-04-30T20:11:48.769Z Downloaded slab v0.4.9
10532025-04-30T20:11:48.769Z Downloaded similar v2.7.0
10542025-04-30T20:11:48.770Z Downloaded samael v0.0.18
10552025-04-30T20:11:48.770Z Downloaded rustls-pki-types v1.10.0
10562025-04-30T20:11:48.770Z Downloaded ron v0.8.1
10572025-04-30T20:11:48.770Z Downloaded ron v0.7.1
10582025-04-30T20:11:48.770Z Downloaded rand_core v0.9.2
10592025-04-30T20:11:48.770Z Downloaded publicsuffix v2.3.0
10602025-04-30T20:11:48.810Z Downloaded memmap2 v0.9.5
10612025-04-30T20:11:48.810Z Downloaded aws-lc-sys v0.26.0
10622025-04-30T20:11:49.039Z Downloaded litrs v0.4.1
10632025-04-30T20:11:49.081Z Downloaded indicatif v0.17.11
10642025-04-30T20:11:49.081Z Downloaded indexmap v1.9.3
10652025-04-30T20:11:49.081Z Downloaded icu_provider v1.5.0
10662025-04-30T20:11:49.081Z Downloaded icu_properties v1.5.1
10672025-04-30T20:11:49.081Z Downloaded icu_normalizer_data v1.5.0
10682025-04-30T20:11:49.081Z Downloaded icu_normalizer v1.5.0
10692025-04-30T20:11:49.081Z Downloaded icu_locid_transform_data v1.5.0
10702025-04-30T20:11:49.081Z Downloaded icu_locid v1.5.0
10712025-04-30T20:11:49.081Z Downloaded hyper-staticfile v0.10.1
10722025-04-30T20:11:49.081Z Downloaded heapless v0.7.17
10732025-04-30T20:11:49.081Z Downloaded crossbeam-channel v0.5.15
10742025-04-30T20:11:49.122Z Downloaded const_format v0.2.34
10752025-04-30T20:11:49.122Z Downloaded cc v1.2.15
10762025-04-30T20:11:49.122Z Downloaded bytes v1.10.1
10772025-04-30T20:11:49.122Z Downloaded bumpalo v3.16.0
10782025-04-30T20:11:49.122Z Downloaded base64ct v1.6.0
10792025-04-30T20:11:49.123Z Downloaded base64 v0.22.1
10802025-04-30T20:11:49.123Z Downloaded base64 v0.21.7
10812025-04-30T20:11:49.123Z Downloaded base64 v0.13.1
10822025-04-30T20:11:49.123Z Downloaded backtrace v0.3.74
10832025-04-30T20:11:49.123Z Downloaded tinystr v0.7.6
10842025-04-30T20:11:49.123Z Downloaded tiny-keccak v2.0.2
10852025-04-30T20:11:49.164Z Downloaded time-core v0.1.2
10862025-04-30T20:11:49.164Z Downloaded thread_local v1.1.8
10872025-04-30T20:11:49.164Z Downloaded thiserror-impl-no-std v2.0.2
10882025-04-30T20:11:49.164Z Downloaded termtree v0.5.1
10892025-04-30T20:11:49.164Z Downloaded termios v0.3.3
10902025-04-30T20:11:49.164Z Downloaded termcolor v1.4.1
10912025-04-30T20:11:49.164Z Downloaded tap v1.0.1
10922025-04-30T20:11:49.164Z Downloaded slog-scope v4.4.0
10932025-04-30T20:11:49.164Z Downloaded slog-json v2.6.1
10942025-04-30T20:11:49.165Z Downloaded slog-dtrace v0.3.0
10952025-04-30T20:11:49.165Z Downloaded slog-bunyan v2.5.0
10962025-04-30T20:11:49.165Z Downloaded slog-async v2.8.0
10972025-04-30T20:11:49.165Z Downloaded siphasher v0.3.11
10982025-04-30T20:11:49.165Z Downloaded simd-adler32 v0.3.7
10992025-04-30T20:11:49.165Z Downloaded signature v2.2.0
11002025-04-30T20:11:49.165Z Downloaded signal-hook-tokio v0.3.1
11012025-04-30T20:11:49.165Z Downloaded scheduled-thread-pool v0.2.7
11022025-04-30T20:11:49.165Z Downloaded same-file v1.0.6
11032025-04-30T20:11:49.166Z Downloaded salsa20 v0.10.2
11042025-04-30T20:11:49.166Z Downloaded rusty-fork v0.3.0
11052025-04-30T20:11:49.166Z Downloaded rustversion v1.0.17
11062025-04-30T20:11:49.166Z Downloaded rpassword v7.3.1
11072025-04-30T20:11:49.166Z Downloaded rfc6979 v0.4.0
11082025-04-30T20:11:49.166Z Downloaded rand_core v0.6.4
11092025-04-30T20:11:49.166Z Downloaded progenitor v0.8.0
11102025-04-30T20:11:49.166Z Downloaded mime_guess v2.0.5
11112025-04-30T20:11:49.166Z Downloaded mime v0.3.17
11122025-04-30T20:11:49.166Z Downloaded md-5 v0.10.6
11132025-04-30T20:11:49.166Z Downloaded maybe-uninit v2.0.0
11142025-04-30T20:11:49.166Z Downloaded maplit v1.0.2
11152025-04-30T20:11:49.207Z Downloaded lzss v0.8.2
11162025-04-30T20:11:49.207Z Downloaded lru-cache v0.1.2
11172025-04-30T20:11:49.207Z Downloaded lru v0.12.5
11182025-04-30T20:11:49.207Z Downloaded lockfree-object-pool v0.1.6
11192025-04-30T20:11:49.207Z Downloaded lock_api v0.4.12
11202025-04-30T20:11:49.207Z Downloaded litemap v0.7.3
11212025-04-30T20:11:49.207Z Downloaded linked-hash-map v0.5.6
11222025-04-30T20:11:49.207Z Downloaded linear-map v1.2.0
11232025-04-30T20:11:49.207Z Downloaded libsw-core v0.3.1
11242025-04-30T20:11:49.207Z Downloaded libsw v3.4.0
11252025-04-30T20:11:49.207Z Downloaded libscf-sys v1.1.0
11262025-04-30T20:11:49.207Z Downloaded libloading v0.8.5
11272025-04-30T20:11:49.207Z Downloaded lazycell v1.3.0
11282025-04-30T20:11:49.207Z Downloaded lazy_static v1.5.0
11292025-04-30T20:11:49.207Z Downloaded jobserver v0.1.32
11302025-04-30T20:11:49.207Z Downloaded is-terminal v0.4.13
11312025-04-30T20:11:49.207Z Downloaded ipnet v2.11.0
11322025-04-30T20:11:49.207Z Downloaded internet-checksum v0.2.1
11332025-04-30T20:11:49.207Z Downloaded inout v0.1.3
11342025-04-30T20:11:49.209Z Downloaded indoc v2.0.6
11352025-04-30T20:11:49.209Z Downloaded indoc v1.0.9
11362025-04-30T20:11:49.209Z Downloaded icu_locid_transform v1.5.0
11372025-04-30T20:11:49.209Z Downloaded iana-time-zone v0.1.63
11382025-04-30T20:11:49.209Z Downloaded hyper-rustls v0.27.3
11392025-04-30T20:11:49.249Z Downloaded hmac v0.12.1
11402025-04-30T20:11:49.249Z Downloaded highway v1.3.0
11412025-04-30T20:11:49.249Z Downloaded hickory-client v0.24.4
11422025-04-30T20:11:49.250Z Downloaded crypto-bigint v0.5.5
11432025-04-30T20:11:49.250Z Downloaded crossbeam-utils v0.8.21
11442025-04-30T20:11:49.250Z Downloaded crossbeam-epoch v0.9.18
11452025-04-30T20:11:49.250Z Downloaded crc8 v0.1.1
11462025-04-30T20:11:49.250Z Downloaded cookie_store v0.21.1
11472025-04-30T20:11:49.250Z Downloaded cookie v0.18.1
11482025-04-30T20:11:49.250Z Downloaded compact_str v0.8.0
11492025-04-30T20:11:49.250Z Downloaded chacha20poly1305 v0.10.1
11502025-04-30T20:11:49.250Z Downloaded allocator-api2 v0.2.18
11512025-04-30T20:11:49.250Z Downloaded resolv-conf v0.7.0
11522025-04-30T20:11:49.250Z Downloaded rand_chacha v0.9.0
11532025-04-30T20:11:49.250Z Downloaded rand_chacha v0.3.1
11542025-04-30T20:11:49.250Z Downloaded psl-types v2.0.11
11552025-04-30T20:11:49.250Z Downloaded progenitor-macro v0.9.1
11562025-04-30T20:11:49.291Z Downloaded progenitor v0.9.1
11572025-04-30T20:11:49.291Z Downloaded managed v0.8.0
11582025-04-30T20:11:49.291Z Downloaded libefi-sys v0.1.0
11592025-04-30T20:11:49.291Z Downloaded kstat-rs v0.2.4
11602025-04-30T20:11:49.291Z Downloaded keccak v0.1.5
11612025-04-30T20:11:49.291Z Downloaded ipnetwork v0.21.1
11622025-04-30T20:11:49.291Z Downloaded impl-trait-for-tuples v0.2.2
11632025-04-30T20:11:49.291Z Downloaded httparse v1.9.5
11642025-04-30T20:11:49.291Z Downloaded crc-any v2.5.0
11652025-04-30T20:11:49.291Z Downloaded const-oid v0.9.6
11662025-04-30T20:11:49.291Z Downloaded colored v2.2.0
11672025-04-30T20:11:49.291Z Downloaded clang-sys v1.8.1
11682025-04-30T20:11:49.291Z Downloaded cancel-safe-futures v0.1.5
11692025-04-30T20:11:49.293Z Downloaded blake2 v0.10.6
11702025-04-30T20:11:49.293Z Downloaded bit-set v0.5.3
11712025-04-30T20:11:49.293Z Downloaded async-stream v0.3.6
11722025-04-30T20:11:49.293Z Downloaded arc-swap v1.7.1
11732025-04-30T20:11:49.293Z Downloaded addr2line v0.24.2
11742025-04-30T20:11:49.293Z Downloaded lalrpop-util v0.19.12
11752025-04-30T20:11:49.293Z Downloaded instant v0.1.13
11762025-04-30T20:11:49.333Z Downloaded indent_write v2.2.0
11772025-04-30T20:11:49.333Z Downloaded idna_adapter v1.2.0
11782025-04-30T20:11:49.334Z Downloaded hyper-tls v0.6.0
11792025-04-30T20:11:49.334Z Downloaded humantime v2.1.0
11802025-04-30T20:11:49.334Z Downloaded hubpack_derive v0.1.1
11812025-04-30T20:11:49.334Z Downloaded httpdate v1.0.3
11822025-04-30T20:11:49.334Z Downloaded http-body-util v0.1.3
11832025-04-30T20:11:49.334Z Downloaded hostname v0.4.0
11842025-04-30T20:11:49.334Z Downloaded hostname v0.3.1
11852025-04-30T20:11:49.334Z Downloaded ciborium v0.2.2
11862025-04-30T20:11:49.334Z Downloaded ahash v0.8.11
11872025-04-30T20:11:49.334Z Downloaded match_cfg v0.1.0
11882025-04-30T20:11:49.334Z Downloaded icu_provider_macros v1.5.0
11892025-04-30T20:11:49.334Z Downloaded crc32fast v1.4.2
11902025-04-30T20:11:49.334Z Downloaded convert_case v0.4.0
11912025-04-30T20:11:49.334Z Downloaded console v0.15.10
11922025-04-30T20:11:49.334Z Downloaded cexpr v0.6.0
11932025-04-30T20:11:49.335Z Downloaded cassowary v0.3.0
11942025-04-30T20:11:49.335Z Downloaded cargo_metadata v0.18.1
11952025-04-30T20:11:49.335Z Downloaded bzip2 v0.5.2
11962025-04-30T20:11:49.335Z Downloaded bzip2 v0.4.4
11972025-04-30T20:11:49.335Z Downloaded bcs v0.1.6
11982025-04-30T20:11:49.335Z Downloaded bcrypt-pbkdf v0.10.0
11992025-04-30T20:11:49.335Z Downloaded async-trait v0.1.88
12002025-04-30T20:11:49.376Z Downloaded arrayvec v0.7.6
12012025-04-30T20:11:49.376Z Downloaded arrayref v0.3.9
12022025-04-30T20:11:49.376Z Downloaded array-init v0.0.4
12032025-04-30T20:11:49.377Z Downloaded hex-literal v0.4.1
12042025-04-30T20:11:49.377Z Downloaded hex v0.4.3
12052025-04-30T20:11:49.377Z Downloaded heck v0.3.3
12062025-04-30T20:11:49.377Z Downloaded headers-core v0.3.0
12072025-04-30T20:11:49.377Z Downloaded crossbeam-deque v0.8.5
12082025-04-30T20:11:49.377Z Downloaded crc-catalog v2.4.0
12092025-04-30T20:11:49.377Z Downloaded crc v3.2.1
12102025-04-30T20:11:49.377Z Downloaded cobs v0.2.3
12112025-04-30T20:11:49.377Z Downloaded cipher v0.4.4
12122025-04-30T20:11:49.377Z Downloaded chacha20 v0.9.1
12132025-04-30T20:11:49.377Z Downloaded cbc v0.1.2
12142025-04-30T20:11:49.377Z Downloaded castaway v0.2.3
12152025-04-30T20:11:49.377Z Downloaded buf-list v1.0.3
12162025-04-30T20:11:49.377Z Downloaded bitfield-struct v0.6.2
12172025-04-30T20:11:49.377Z Downloaded backoff v0.4.0
12182025-04-30T20:11:49.377Z Downloaded async-bb8-diesel v0.2.1
12192025-04-30T20:11:49.378Z Downloaded argon2 v0.5.3
12202025-04-30T20:11:49.378Z Downloaded http-range v0.1.5
12212025-04-30T20:11:49.378Z Downloaded home v0.5.9
12222025-04-30T20:11:49.378Z Downloaded constant_time_eq v0.3.1
12232025-04-30T20:11:49.378Z Downloaded const_format_proc_macros v0.2.34
12242025-04-30T20:11:49.378Z Downloaded cmake v0.1.51
12252025-04-30T20:11:49.378Z Downloaded ciborium-ll v0.2.2
12262025-04-30T20:11:49.378Z Downloaded chrono-tz-build v0.4.0
12272025-04-30T20:11:49.378Z Downloaded blowfish v0.9.1
12282025-04-30T20:11:49.418Z Downloaded bitfield v0.14.0
12292025-04-30T20:11:49.418Z Downloaded bit-vec v0.8.0
12302025-04-30T20:11:49.418Z Downloaded bb8 v0.8.5
12312025-04-30T20:11:49.418Z Downloaded block-padding v0.3.3
12322025-04-30T20:11:49.418Z Downloaded bit-vec v0.6.3
12332025-04-30T20:11:49.418Z Downloaded bit-set v0.8.0
12342025-04-30T20:11:49.418Z Downloaded base16ct v0.2.0
12352025-04-30T20:11:49.418Z Downloaded ascii-canvas v3.0.0
12362025-04-30T20:11:49.418Z Downloaded adler2 v2.0.0
12372025-04-30T20:11:49.418Z Downloaded http-body v1.0.1
12382025-04-30T20:11:49.418Z Downloaded crucible-workspace-hack v0.1.0
12392025-04-30T20:11:49.418Z Downloaded atomic-waker v1.1.2
12402025-04-30T20:11:49.419Z Downloaded async-recursion v1.1.1
12412025-04-30T20:11:49.419Z Downloaded aead v0.5.2
12422025-04-30T20:11:49.419Z Downloaded ciborium-io v0.2.2
12432025-04-30T20:11:49.419Z Downloaded cfg_aliases v0.2.1
12442025-04-30T20:11:49.419Z Downloaded assert_matches v1.5.0
12452025-04-30T20:11:49.419Z Downloaded async-stream-impl v0.3.6
12462025-04-30T20:11:49.534Z Compiling serde v1.0.219
12472025-04-30T20:11:49.575Z Compiling value-bag v1.9.0
12482025-04-30T20:11:49.575Z Compiling shlex v1.3.0
12492025-04-30T20:11:49.575Z Compiling lock_api v0.4.12
12502025-04-30T20:11:49.575Z Compiling scopeguard v1.2.0
12512025-04-30T20:11:49.575Z Compiling typenum v1.17.0
12522025-04-30T20:11:49.615Z Compiling syn v2.0.98
12532025-04-30T20:11:49.656Z Compiling getrandom v0.2.15
12542025-04-30T20:11:49.764Z Compiling jobserver v0.1.32
12552025-04-30T20:11:49.962Z Compiling log v0.4.22
12562025-04-30T20:11:50.050Z Compiling rand_core v0.6.4
12572025-04-30T20:11:50.090Z Compiling generic-array v0.14.7
12582025-04-30T20:11:50.156Z Compiling smallvec v1.14.0
12592025-04-30T20:11:50.361Z Compiling cc v1.2.15
12602025-04-30T20:11:50.480Z Compiling subtle v2.6.1
12612025-04-30T20:11:50.521Z Compiling const-oid v0.9.6
12622025-04-30T20:11:50.563Z Compiling stable_deref_trait v1.2.0
12632025-04-30T20:11:50.563Z Compiling pkg-config v0.3.31
12642025-04-30T20:11:50.661Z Compiling rustix v0.38.37
12652025-04-30T20:11:50.702Z Compiling pin-project-lite v0.2.14
12662025-04-30T20:11:51.022Z Compiling parking_lot_core v0.9.10
12672025-04-30T20:11:51.138Z Compiling signal-hook-registry v1.4.2
12682025-04-30T20:11:51.801Z Compiling spin v0.9.8
12692025-04-30T20:11:51.885Z Compiling mio v1.0.2
12702025-04-30T20:11:52.117Z Compiling parking_lot v0.12.3
12712025-04-30T20:11:52.185Z Compiling futures-core v0.3.31
12722025-04-30T20:11:52.282Z Compiling aho-corasick v1.1.3
12732025-04-30T20:11:52.419Z Compiling writeable v0.5.5
12742025-04-30T20:11:52.509Z Compiling libm v0.2.8
12752025-04-30T20:11:52.582Z Compiling cpufeatures v0.2.14
12762025-04-30T20:11:52.691Z Compiling regex-syntax v0.8.5
12772025-04-30T20:11:52.814Z Compiling litemap v0.7.3
12782025-04-30T20:11:52.921Z Compiling either v1.14.0
12792025-04-30T20:11:52.961Z Compiling serde_json v1.0.140
12802025-04-30T20:11:53.015Z Compiling socket2 v0.5.9
12812025-04-30T20:11:53.168Z Compiling slab v0.4.9
12822025-04-30T20:11:53.283Z Compiling num-traits v0.2.19
12832025-04-30T20:11:53.323Z Compiling glob v0.3.2
12842025-04-30T20:11:53.811Z Compiling prettyplease v0.2.30
12852025-04-30T20:11:53.851Z Compiling futures-sink v0.3.31
12862025-04-30T20:11:53.993Z Compiling icu_locid_transform_data v1.5.0
12872025-04-30T20:11:54.035Z Compiling clang-sys v1.8.1
12882025-04-30T20:11:54.112Z Compiling getrandom v0.3.1
12892025-04-30T20:11:54.183Z Compiling lazy_static v1.5.0
12902025-04-30T20:11:54.319Z Compiling foldhash v0.1.3
12912025-04-30T20:11:54.617Z Compiling icu_properties_data v1.5.0
12922025-04-30T20:11:54.702Z Compiling minimal-lexical v0.2.1
12932025-04-30T20:11:54.744Z Compiling allocator-api2 v0.2.18
12942025-04-30T20:11:54.898Z Compiling libloading v0.8.5
12952025-04-30T20:11:55.193Z Compiling nom v7.1.3
12962025-04-30T20:11:55.234Z Compiling home v0.5.9
12972025-04-30T20:11:55.275Z Compiling write16 v1.0.0
12982025-04-30T20:11:55.424Z Compiling hashbrown v0.15.1
12992025-04-30T20:11:55.520Z Compiling percent-encoding v2.3.1
13002025-04-30T20:11:55.520Z Compiling bindgen v0.69.5
13012025-04-30T20:11:55.829Z Compiling regex-automata v0.4.8
13022025-04-30T20:11:55.959Z Compiling utf8_iter v1.0.4
13032025-04-30T20:11:56.179Z Compiling base64ct v1.6.0
13042025-04-30T20:11:56.220Z Compiling icu_normalizer_data v1.5.0
13052025-04-30T20:11:56.334Z Compiling utf16_iter v1.0.5
13062025-04-30T20:11:56.378Z Compiling synstructure v0.13.1
13072025-04-30T20:11:56.641Z Compiling pem-rfc7468 v0.7.0
13082025-04-30T20:11:57.203Z Compiling itertools v0.12.1
13092025-04-30T20:11:57.627Z Compiling rustc-hash v1.1.0
13102025-04-30T20:11:57.778Z Compiling flagset v0.4.6
13112025-04-30T20:11:57.818Z Compiling cexpr v0.6.0
13122025-04-30T20:11:57.985Z Compiling lazycell v1.3.0
13132025-04-30T20:11:58.063Z Compiling futures-channel v0.3.31
13142025-04-30T20:11:58.161Z Compiling cmake v0.1.51
13152025-04-30T20:11:58.433Z Compiling futures-io v0.3.31
13162025-04-30T20:11:58.678Z Compiling fs_extra v1.3.0
13172025-04-30T20:11:58.871Z Compiling dunce v1.0.5
13182025-04-30T20:11:59.004Z Compiling futures-task v0.3.31
13192025-04-30T20:11:59.053Z Compiling pin-utils v0.1.0
13202025-04-30T20:11:59.145Z Compiling form_urlencoded v1.2.1
13212025-04-30T20:11:59.185Z Compiling vcpkg v0.2.15
13222025-04-30T20:11:59.185Z Compiling paste v1.0.15
13232025-04-30T20:11:59.283Z Compiling crossbeam-utils v0.8.21
13242025-04-30T20:11:59.439Z Compiling ring v0.17.11
13252025-04-30T20:11:59.554Z Compiling tracing-core v0.1.32
13262025-04-30T20:11:59.774Z Compiling aws-lc-rs v1.12.4
13272025-04-30T20:12:00.153Z Compiling regex v1.11.1
13282025-04-30T20:12:00.361Z Compiling zerocopy v0.8.10
13292025-04-30T20:12:00.599Z Compiling iana-time-zone v0.1.63
13302025-04-30T20:12:00.639Z Compiling serde_derive v1.0.219
13312025-04-30T20:12:00.679Z Compiling zeroize_derive v1.4.2
13322025-04-30T20:12:00.679Z Compiling zerofrom-derive v0.1.4
13332025-04-30T20:12:00.982Z Compiling yoke-derive v0.7.4
13342025-04-30T20:12:01.045Z Compiling zerovec-derive v0.10.3
13352025-04-30T20:12:01.085Z Compiling displaydoc v0.2.5
13362025-04-30T20:12:01.846Z Compiling zeroize v1.8.1
13372025-04-30T20:12:02.347Z Compiling zerocopy-derive v0.7.35
13382025-04-30T20:12:03.020Z Compiling tokio-macros v2.5.0
13392025-04-30T20:12:03.136Z Compiling icu_provider_macros v1.5.0
13402025-04-30T20:12:03.324Z Compiling crypto-common v0.1.6
13412025-04-30T20:12:03.442Z Compiling block-buffer v0.10.4
13422025-04-30T20:12:03.563Z Compiling block-padding v0.3.3
13432025-04-30T20:12:03.604Z Compiling zerofrom v0.1.4
13442025-04-30T20:12:03.712Z Compiling digest v0.10.7
13452025-04-30T20:12:03.800Z Compiling yoke v0.7.4
13462025-04-30T20:12:03.841Z Compiling inout v0.1.3
13472025-04-30T20:12:03.981Z Compiling zerocopy v0.7.35
13482025-04-30T20:12:04.067Z Compiling cipher v0.4.4
13492025-04-30T20:12:04.115Z Compiling zerovec v0.10.4
13502025-04-30T20:12:04.159Z Compiling hmac v0.12.1
13512025-04-30T20:12:04.199Z Compiling sha2 v0.10.8
13522025-04-30T20:12:04.251Z Compiling der_derive v0.7.3
13532025-04-30T20:12:04.418Z Compiling thiserror-impl v1.0.69
13542025-04-30T20:12:04.543Z Compiling futures-macro v0.3.31
13552025-04-30T20:12:05.154Z Compiling ppv-lite86 v0.2.20
13562025-04-30T20:12:05.483Z Compiling salsa20 v0.10.2
13572025-04-30T20:12:05.696Z Compiling tinystr v0.7.6
13582025-04-30T20:12:05.876Z Compiling icu_collections v1.5.0
13592025-04-30T20:12:05.968Z Compiling pbkdf2 v0.12.2
13602025-04-30T20:12:06.042Z Compiling futures-util v0.3.31
13612025-04-30T20:12:06.120Z Compiling icu_locid v1.5.0
13622025-04-30T20:12:06.161Z Compiling scrypt v0.11.0
13632025-04-30T20:12:06.201Z Compiling der v0.7.9
13642025-04-30T20:12:06.704Z Compiling cbc v0.1.2
13652025-04-30T20:12:06.829Z Compiling thiserror v1.0.69
13662025-04-30T20:12:06.869Z Compiling aes v0.8.4
13672025-04-30T20:12:06.975Z Compiling openssl-sys v0.9.107
13682025-04-30T20:12:07.015Z Compiling pest v2.7.14
13692025-04-30T20:12:07.015Z Compiling tracing-attributes v0.1.27
13702025-04-30T20:12:07.857Z Compiling icu_provider v1.5.0
13712025-04-30T20:12:07.903Z Compiling spki v0.7.3
13722025-04-30T20:12:08.239Z Compiling pkcs5 v0.7.1
13732025-04-30T20:12:08.691Z Compiling icu_locid_transform v1.5.0
13742025-04-30T20:12:08.866Z Compiling pkcs8 v0.10.2
13752025-04-30T20:12:09.012Z Compiling zerocopy-derive v0.8.10
13762025-04-30T20:12:09.127Z Compiling pest_meta v2.7.14
13772025-04-30T20:12:09.396Z Compiling scroll_derive v0.12.0
13782025-04-30T20:12:09.528Z Compiling tracing v0.1.40
13792025-04-30T20:12:09.974Z Compiling icu_properties v1.5.1
13802025-04-30T20:12:10.644Z Compiling httparse v1.9.5
13812025-04-30T20:12:10.729Z Compiling tinyvec_macros v0.1.1
13822025-04-30T20:12:10.888Z Compiling rustls-pki-types v1.10.0
13832025-04-30T20:12:11.166Z Compiling bitflags v2.9.0
13842025-04-30T20:12:11.301Z Compiling bytes v1.10.1
13852025-04-30T20:12:11.349Z Compiling semver v1.0.25
13862025-04-30T20:12:11.777Z Compiling indexmap v2.7.1
13872025-04-30T20:12:11.950Z Compiling rustc_version v0.4.1
13882025-04-30T20:12:12.551Z Compiling tokio v1.43.1
13892025-04-30T20:12:12.590Z Compiling http v1.2.0
13902025-04-30T20:12:12.766Z Compiling uuid v1.16.0
13912025-04-30T20:12:12.932Z Compiling chrono v0.4.40
13922025-04-30T20:12:13.886Z Compiling icu_normalizer v1.5.0
13932025-04-30T20:12:13.928Z Compiling http-body v1.0.1
13942025-04-30T20:12:14.042Z Compiling tinyvec v1.8.0
13952025-04-30T20:12:14.155Z Compiling scroll v0.12.0
13962025-04-30T20:12:14.415Z Compiling pest_generator v2.7.14
13972025-04-30T20:12:14.619Z Compiling which v4.4.2
13982025-04-30T20:12:15.228Z Compiling idna_adapter v1.2.0
13992025-04-30T20:12:15.355Z Compiling serde_derive_internals v0.29.1
14002025-04-30T20:12:15.438Z Compiling idna v1.0.3
14012025-04-30T20:12:15.478Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14022025-04-30T20:12:15.708Z Compiling bzip2-sys v0.1.13+1.0.8
14032025-04-30T20:12:15.870Z Compiling try-lock v0.2.5
14042025-04-30T20:12:16.031Z Compiling url v2.5.3
14052025-04-30T20:12:16.117Z Compiling untrusted v0.9.0
14062025-04-30T20:12:16.161Z Compiling schemars v0.8.22
14072025-04-30T20:12:16.308Z Compiling foreign-types-shared v0.1.1
14082025-04-30T20:12:16.438Z Compiling powerfmt v0.2.0
14092025-04-30T20:12:16.478Z Compiling openssl v0.10.72
14102025-04-30T20:12:16.696Z Compiling time-core v0.1.2
14112025-04-30T20:12:16.761Z Compiling rustversion v1.0.17
14122025-04-30T20:12:16.801Z Compiling atomic-waker v1.1.2
14132025-04-30T20:12:16.845Z Compiling adler2 v2.0.0
14142025-04-30T20:12:16.894Z Compiling num-conv v0.1.0
14152025-04-30T20:12:16.986Z Compiling untrusted v0.7.1
14162025-04-30T20:12:17.057Z Compiling miniz_oxide v0.8.5
14172025-04-30T20:12:17.163Z Compiling time-macros v0.2.18
14182025-04-30T20:12:17.219Z Compiling deranged v0.3.11
14192025-04-30T20:12:17.305Z Compiling schemars_derive v0.8.22
14202025-04-30T20:12:17.419Z Compiling rand_core v0.9.2
14212025-04-30T20:12:17.627Z Compiling foreign-types v0.3.2
14222025-04-30T20:12:18.286Z Compiling goblin v0.8.2
14232025-04-30T20:12:19.244Z Compiling want v0.3.1
14242025-04-30T20:12:19.494Z Compiling pest_derive v2.7.14
14252025-04-30T20:12:19.653Z Compiling tokio-util v0.7.13
14262025-04-30T20:12:20.160Z Compiling openssl-macros v0.1.1
14272025-04-30T20:12:20.871Z Compiling h2 v0.4.6
14282025-04-30T20:12:20.969Z Compiling rustls v0.23.19
14292025-04-30T20:12:21.214Z Compiling num_threads v0.1.7
14302025-04-30T20:12:21.275Z Compiling httpdate v1.0.3
14312025-04-30T20:12:21.367Z Compiling syn v1.0.109
14322025-04-30T20:12:21.409Z Compiling dyn-clone v1.0.19
14332025-04-30T20:12:21.621Z Compiling native-tls v0.2.12
14342025-04-30T20:12:21.728Z Compiling tower-service v0.3.3
14352025-04-30T20:12:22.046Z Compiling time v0.3.36
14362025-04-30T20:12:23.907Z Compiling dof v0.3.0
14372025-04-30T20:12:24.622Z Compiling dtrace-parser v0.2.0
14382025-04-30T20:12:25.516Z Compiling rand_chacha v0.9.0
14392025-04-30T20:12:25.884Z Compiling unicode-normalization v0.1.24
14402025-04-30T20:12:26.239Z Compiling heapless v0.7.17
14412025-04-30T20:12:26.619Z Compiling crossbeam-epoch v0.9.18
14422025-04-30T20:12:26.766Z Compiling rand_chacha v0.3.1
14432025-04-30T20:12:26.849Z Compiling signature v2.2.0
14442025-04-30T20:12:27.136Z Compiling hyper v1.6.0
14452025-04-30T20:12:27.176Z Compiling crc32fast v1.4.2
14462025-04-30T20:12:27.236Z Compiling cookie v0.18.1
14472025-04-30T20:12:27.477Z Compiling unicode-properties v0.1.3
14482025-04-30T20:12:27.518Z Compiling slog v2.7.0
14492025-04-30T20:12:27.819Z Compiling rayon-core v1.12.1
14502025-04-30T20:12:27.928Z Compiling openssl-probe v0.1.5
14512025-04-30T20:12:28.091Z Compiling signal-hook v0.3.17
14522025-04-30T20:12:28.210Z Compiling base64 v0.22.1
14532025-04-30T20:12:28.343Z Compiling unicode-bidi v0.3.17
14542025-04-30T20:12:28.554Z Compiling zstd-safe v7.2.3
14552025-04-30T20:12:28.594Z Compiling siphasher v0.3.11
14562025-04-30T20:12:28.851Z Compiling phf_shared v0.11.2
14572025-04-30T20:12:28.954Z Compiling stringprep v0.1.5
14582025-04-30T20:12:29.187Z Compiling hyper-util v0.1.11
14592025-04-30T20:12:29.326Z Compiling rand v0.8.5
14602025-04-30T20:12:29.366Z Compiling usdt-impl v0.5.0
14612025-04-30T20:12:29.406Z Compiling crossbeam-deque v0.8.5
14622025-04-30T20:12:29.763Z Compiling rand v0.9.0
14632025-04-30T20:12:30.171Z Compiling curve25519-dalek v4.1.3
14642025-04-30T20:12:30.457Z Compiling toml_datetime v0.6.8
14652025-04-30T20:12:30.498Z Compiling serde_tokenstream v0.2.2
14662025-04-30T20:12:30.740Z Compiling serde_spanned v0.6.8
14672025-04-30T20:12:30.911Z Compiling md-5 v0.10.6
14682025-04-30T20:12:30.986Z Compiling num-integer v0.1.46
14692025-04-30T20:12:31.048Z Compiling ff v0.13.0
14702025-04-30T20:12:31.133Z Compiling hash32 v0.2.1
14712025-04-30T20:12:31.173Z Compiling memoffset v0.9.1
14722025-04-30T20:12:31.269Z Compiling portable-atomic v1.11.0
14732025-04-30T20:12:31.312Z Compiling gimli v0.31.1
14742025-04-30T20:12:31.458Z Compiling fallible-iterator v0.2.0
14752025-04-30T20:12:31.505Z Compiling smoltcp v0.9.1
14762025-04-30T20:12:31.649Z Compiling num-bigint-dig v0.8.4
14772025-04-30T20:12:31.709Z Compiling newtype-uuid v1.2.1
14782025-04-30T20:12:31.936Z Compiling litrs v0.4.1
14792025-04-30T20:12:31.980Z Compiling psl-types v2.0.11
14802025-04-30T20:12:32.039Z Compiling cfg_aliases v0.2.1
14812025-04-30T20:12:32.084Z Compiling base16ct v0.2.0
14822025-04-30T20:12:32.157Z Compiling nix v0.29.0
14832025-04-30T20:12:32.196Z Compiling publicsuffix v2.3.0
14842025-04-30T20:12:32.236Z Compiling postgres-protocol v0.6.8
14852025-04-30T20:12:32.376Z Compiling sec1 v0.7.3
14862025-04-30T20:12:32.665Z Compiling num-iter v0.1.45
14872025-04-30T20:12:32.880Z Compiling group v0.13.0
14882025-04-30T20:12:32.919Z Compiling document-features v0.2.10
14892025-04-30T20:12:33.733Z Compiling tokio-native-tls v0.3.1
14902025-04-30T20:12:33.982Z Compiling flate2 v1.1.1
14912025-04-30T20:12:34.023Z Compiling ipnetwork v0.21.1
14922025-04-30T20:12:34.097Z Compiling terminal_size v0.4.0
14932025-04-30T20:12:34.313Z Compiling http-body-util v0.1.3
14942025-04-30T20:12:34.449Z Compiling webpki-roots v0.26.6
14952025-04-30T20:12:34.638Z Compiling hkdf v0.12.4
14962025-04-30T20:12:34.679Z Compiling addr2line v0.24.2
14972025-04-30T20:12:34.719Z Compiling crypto-bigint v0.5.5
14982025-04-30T20:12:35.283Z Compiling async-trait v0.1.88
14992025-04-30T20:12:35.323Z Compiling curve25519-dalek-derive v0.1.1
15002025-04-30T20:12:35.323Z Compiling zerocopy-derive v0.6.6
15012025-04-30T20:12:35.363Z Compiling sync_wrapper v1.0.1
15022025-04-30T20:12:35.363Z Compiling fs-err v3.1.0
15032025-04-30T20:12:35.363Z Compiling ahash v0.8.11
15042025-04-30T20:12:35.560Z Compiling object v0.36.5
15052025-04-30T20:12:35.653Z Compiling ipnet v2.11.0
15062025-04-30T20:12:35.978Z Compiling zip v2.6.1
15072025-04-30T20:12:36.265Z Compiling simd-adler32 v0.3.7
15082025-04-30T20:12:36.512Z Compiling unicode-width v0.2.0
15092025-04-30T20:12:36.624Z Compiling rustc-demangle v0.1.24
15102025-04-30T20:12:36.741Z Compiling winnow v0.5.40
15112025-04-30T20:12:36.836Z Compiling buf-list v1.0.3
15122025-04-30T20:12:36.966Z Compiling bumpalo v3.16.0
15132025-04-30T20:12:37.351Z Compiling lockfree-object-pool v0.1.6
15142025-04-30T20:12:37.391Z Compiling anyhow v1.0.98
15152025-04-30T20:12:37.431Z Compiling managed v0.8.0
15162025-04-30T20:12:37.593Z Compiling tower-layer v0.3.3
15172025-04-30T20:12:37.809Z Compiling tower v0.5.2
15182025-04-30T20:12:38.242Z Compiling strum_macros v0.25.3
15192025-04-30T20:12:38.495Z Compiling clap_builder v4.5.35
15202025-04-30T20:12:39.483Z Compiling toml_edit v0.19.15
15212025-04-30T20:12:39.598Z Compiling zopfli v0.8.1
15222025-04-30T20:12:39.841Z Compiling elliptic-curve v0.13.8
15232025-04-30T20:12:39.894Z Compiling hubpack_derive v0.1.1
15242025-04-30T20:12:40.550Z Compiling console v0.15.10
15252025-04-30T20:12:40.642Z Compiling hubpack v0.1.2
15262025-04-30T20:12:41.016Z Compiling zerocopy v0.6.6
15272025-04-30T20:12:41.226Z Compiling backtrace v0.3.74
15282025-04-30T20:12:41.708Z Compiling hyper-tls v0.6.0
15292025-04-30T20:12:41.748Z Compiling oxnet v0.1.1
15302025-04-30T20:12:41.833Z Compiling signal-hook-mio v0.2.4
15312025-04-30T20:12:42.007Z Compiling cookie_store v0.21.1
15322025-04-30T20:12:42.051Z Compiling rayon v1.10.0
15332025-04-30T20:12:42.392Z Compiling zstd v0.13.3
15342025-04-30T20:12:42.856Z Compiling postgres-types v0.2.9
15352025-04-30T20:12:44.107Z Compiling usdt-attr-macro v0.5.0
15362025-04-30T20:12:45.044Z Compiling usdt-macro v0.5.0
15372025-04-30T20:12:45.085Z Compiling phf v0.11.2
15382025-04-30T20:12:45.337Z Compiling ed25519 v2.2.3
15392025-04-30T20:12:45.377Z Compiling strum_macros v0.26.4
15402025-04-30T20:12:45.417Z Compiling bzip2 v0.4.4
15412025-04-30T20:12:45.669Z Compiling bzip2 v0.5.2
15422025-04-30T20:12:45.751Z Compiling enum-as-inner v0.6.1
15432025-04-30T20:12:46.052Z Compiling clap_derive v4.5.32
15442025-04-30T20:12:46.281Z Compiling rustls-pemfile v2.2.0
15452025-04-30T20:12:46.598Z Compiling serde-big-array v0.5.1
15462025-04-30T20:12:46.639Z Compiling serde_urlencoded v0.7.1
15472025-04-30T20:12:46.814Z Compiling futures-executor v0.3.31
15482025-04-30T20:12:46.883Z Compiling pkcs1 v0.7.5
15492025-04-30T20:12:47.016Z Compiling rfc6979 v0.4.0
15502025-04-30T20:12:47.065Z Compiling serde_repr v0.1.19
15512025-04-30T20:12:47.217Z Compiling daft-derive v0.1.3
15522025-04-30T20:12:47.262Z Compiling bstr v1.10.0
15532025-04-30T20:12:47.635Z Compiling float-cmp v0.10.0
15542025-04-30T20:12:47.855Z Compiling encoding_rs v0.8.34
15552025-04-30T20:12:47.986Z Compiling static_assertions v1.1.0
15562025-04-30T20:12:48.106Z Compiling whoami v1.5.2
15572025-04-30T20:12:48.460Z Compiling precomputed-hash v0.1.1
15582025-04-30T20:12:48.599Z Compiling data-encoding v2.6.0
15592025-04-30T20:12:48.639Z Compiling predicates-core v1.0.8
15602025-04-30T20:12:48.639Z Compiling difflib v0.4.0
15612025-04-30T20:12:48.919Z Compiling unicode-segmentation v1.12.0
15622025-04-30T20:12:48.919Z Compiling normalize-line-endings v0.3.0
15632025-04-30T20:12:49.073Z Compiling mime v0.3.17
15642025-04-30T20:12:49.468Z Compiling number_prefix v0.4.0
15652025-04-30T20:12:49.532Z Compiling new_debug_unreachable v1.0.6
15662025-04-30T20:12:49.638Z Compiling fixedbitset v0.4.2
15672025-04-30T20:12:49.686Z Compiling indicatif v0.17.11
15682025-04-30T20:12:49.726Z Compiling string_cache v0.8.9
15692025-04-30T20:12:49.793Z Compiling similar v2.7.0
15702025-04-30T20:12:50.042Z Compiling petgraph v0.6.5
15712025-04-30T20:12:50.082Z Compiling clap v4.5.35
15722025-04-30T20:12:50.205Z Compiling hickory-proto v0.24.4
15732025-04-30T20:12:50.245Z Compiling predicates v3.1.3
15742025-04-30T20:12:50.951Z Compiling strum v0.26.3
15752025-04-30T20:12:51.125Z Compiling toml_edit v0.22.24
15762025-04-30T20:12:51.400Z Compiling daft v0.1.3
15772025-04-30T20:12:51.571Z Compiling tokio-postgres v0.7.13
15782025-04-30T20:12:51.612Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
15792025-04-30T20:12:51.859Z Compiling usdt v0.5.0
15802025-04-30T20:12:52.267Z Compiling rsa v0.9.6
15812025-04-30T20:12:53.124Z Compiling ecdsa v0.16.9
15822025-04-30T20:12:53.816Z Compiling futures v0.3.31
15832025-04-30T20:12:54.753Z Compiling zip v0.6.6
15842025-04-30T20:12:55.727Z Compiling ed25519-dalek v2.1.1
15852025-04-30T20:12:56.025Z Compiling toml v0.7.8
15862025-04-30T20:12:56.995Z Compiling crossterm v0.28.1
15872025-04-30T20:12:57.685Z Compiling tokio-stream v0.1.17
15882025-04-30T20:12:57.725Z Compiling openapiv3 v2.0.0
15892025-04-30T20:12:57.793Z Compiling x509-cert v0.2.5
15902025-04-30T20:12:57.834Z Compiling sha1 v0.10.6
15912025-04-30T20:12:58.171Z Compiling itertools v0.10.5
15922025-04-30T20:12:58.231Z Compiling dirs-sys-next v0.1.2
15932025-04-30T20:12:58.559Z Compiling unicode-xid v0.2.6
15942025-04-30T20:12:58.603Z Compiling peg-runtime v0.8.5
15952025-04-30T20:12:58.733Z Compiling lalrpop-util v0.19.12
15962025-04-30T20:12:58.773Z Compiling dirs-next v2.0.0
15972025-04-30T20:12:58.945Z Compiling thread_local v1.1.8
15982025-04-30T20:12:59.059Z Compiling slog-async v2.8.0
15992025-04-30T20:12:59.099Z Compiling term v0.7.0
16002025-04-30T20:12:59.397Z Compiling xattr v1.3.1
16012025-04-30T20:12:59.592Z Compiling crossbeam-channel v0.5.15
16022025-04-30T20:12:59.681Z Compiling filetime v0.2.25
16032025-04-30T20:12:59.724Z Compiling is-terminal v0.4.13
16042025-04-30T20:12:59.862Z Compiling take_mut v0.2.2
16052025-04-30T20:12:59.963Z Compiling tar v0.4.44
16062025-04-30T20:13:00.024Z Compiling slog-term v2.9.1
16072025-04-30T20:13:00.213Z Compiling camino v1.1.9
16082025-04-30T20:13:05.527Z Compiling aws-lc-sys v0.26.0
16092025-04-30T20:13:38.297Z Compiling rustls-webpki v0.102.8
16102025-04-30T20:13:44.515Z Compiling tokio-rustls v0.26.0
16112025-04-30T20:13:44.875Z Compiling hyper-rustls v0.27.3
16122025-04-30T20:13:45.209Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
16132025-04-30T20:13:49.809Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16142025-04-30T20:13:50.174Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16152025-04-30T20:13:55.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
16162025-04-30T20:13:56.114Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16172025-04-30T20:13:56.182ZApr 30 20:13:56.118 INFO Starting download, target: Clickhouse
16182025-04-30T20:13:56.183ZApr 30 20:13:56.119 INFO Starting download, target: Cockroach
16192025-04-30T20:13:56.233ZApr 30 20:13:56.119 INFO Starting download, target: Console
16202025-04-30T20:13:56.233ZApr 30 20:13:56.119 INFO Starting download, target: DendriteStub
16212025-04-30T20:13:56.233ZApr 30 20:13:56.119 INFO Starting download, target: TransceiverControl
16222025-04-30T20:13:56.234ZApr 30 20:13:56.119 INFO Starting download, target: MaghemiteMgd
16232025-04-30T20:13:56.234ZApr 30 20:13:56.120 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16242025-04-30T20:13:56.234ZApr 30 20:13:56.120 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16252025-04-30T20:13:56.234ZApr 30 20:13:56.120 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16262025-04-30T20:13:56.234ZApr 30 20:13:56.120 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16272025-04-30T20:13:56.234ZApr 30 20:13:56.120 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16282025-04-30T20:13:56.234ZApr 30 20:13:56.120 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16292025-04-30T20:13:56.524ZApr 30 20:13:56.438 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16302025-04-30T20:13:56.922ZApr 30 20:13:56.811 INFO Download complete, target: Console
16312025-04-30T20:13:57.318ZApr 30 20:13:57.242 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16322025-04-30T20:13:57.696ZApr 30 20:13:57.636 INFO Download complete, target: TransceiverControl
16332025-04-30T20:14:00.503ZApr 30 20:14:00.445 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16342025-04-30T20:14:00.812ZApr 30 20:14:00.755 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16352025-04-30T20:14:04.137ZApr 30 20:14:04.079 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16362025-04-30T20:14:04.137ZApr 30 20:14:04.079 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16372025-04-30T20:14:04.458ZApr 30 20:14:04.400 INFO Download complete, target: MaghemiteMgd
16382025-04-30T20:14:04.541ZApr 30 20:14:04.483 INFO Download complete, target: DendriteStub
16392025-04-30T20:14:12.207ZApr 30 20:14:12.150 INFO Checking that binary works, target: Cockroach
16402025-04-30T20:14:12.412ZApr 30 20:14:12.353 INFO Download complete, target: Cockroach
16412025-04-30T20:14:17.613ZApr 30 20:14:17.556 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16422025-04-30T20:14:29.737ZApr 30 20:14:29.648 INFO Checking that binary works, target: Clickhouse
16432025-04-30T20:14:29.875ZApr 30 20:14:29.779 INFO Download complete, target: Clickhouse
16442025-04-30T20:14:29.998ZAll builder prerequisites installed successfully, and PATH looks valid
16452025-04-30T20:14:29.999Z
16462025-04-30T20:14:29.999Zreal 5:47.803001228
16472025-04-30T20:14:29.999Zuser 14:07.303783394
16482025-04-30T20:14:29.999Zsys 2:24.428123317
16492025-04-30T20:14:29.999Ztrap 0.485493029
16502025-04-30T20:14:29.999Ztflt 0.461987679
16512025-04-30T20:14:30.000Zdflt 0.925100464
16522025-04-30T20:14:30.000Zkflt 0.011071854
16532025-04-30T20:14:30.000Zlock 27:10.572813577
16542025-04-30T20:14:30.000Zslp 51:19.541129821
16552025-04-30T20:14:30.000Zlat 1:04.127365262
16562025-04-30T20:14:30.000Zstop 2:21.239569280
16572025-04-30T20:14:30.000Z++ bmat factory name
16582025-04-30T20:14:30.000Z++ bmat factory private
16592025-04-30T20:14:30.000Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/25860 '{
16602025-04-30T20:14:30.001Z buildomat: {
16612025-04-30T20:14:30.001Z factory: {
16622025-04-30T20:14:30.001Z name: $bmat_factory_name,
16632025-04-30T20:14:30.001Z private: $bmat_factory_private,
16642025-04-30T20:14:30.001Z },
16652025-04-30T20:14:30.001Z },
16662025-04-30T20:14:30.001Z }'
16672025-04-30T20:14:30.003Z+ banner ls-apis
16682025-04-30T20:14:30.003Z
16692025-04-30T20:14:30.003Z # #### ## ##### # ####
16702025-04-30T20:14:30.004Z # # # # # # # #
16712025-04-30T20:14:30.004Z # #### ##### # # # # # ####
16722025-04-30T20:14:30.004Z # # ###### ##### # #
16732025-04-30T20:14:30.004Z # # # # # # # # #
16742025-04-30T20:14:30.004Z ###### #### # # # # ####
16752025-04-30T20:14:30.004Z
16762025-04-30T20:14:30.004Z+ source ./tools/include/force-git-over-https.sh
16772025-04-30T20:14:30.004Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16782025-04-30T20:14:30.004Z++ (( i = 0 ))
16792025-04-30T20:14:30.004Z++ (( i < 5 ))
16802025-04-30T20:14:30.004Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16812025-04-30T20:14:30.004Z++ (( i++ ))
16822025-04-30T20:14:30.004Z++ (( i < 5 ))
16832025-04-30T20:14:30.004Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16842025-04-30T20:14:30.004Z++ (( i++ ))
16852025-04-30T20:14:30.005Z++ (( i < 5 ))
16862025-04-30T20:14:30.005Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16872025-04-30T20:14:30.089Z++ (( i++ ))
16882025-04-30T20:14:30.089Z++ (( i < 5 ))
16892025-04-30T20:14:30.089Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16902025-04-30T20:14:30.089Z++ (( i++ ))
16912025-04-30T20:14:30.089Z++ (( i < 5 ))
16922025-04-30T20:14:30.090Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16932025-04-30T20:14:30.090Z++ (( i++ ))
16942025-04-30T20:14:30.090Z++ (( i < 5 ))
16952025-04-30T20:14:30.090Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16962025-04-30T20:14:30.090Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16972025-04-30T20:14:30.090Z+ ptime -m cargo xtask ls-apis apis
16982025-04-30T20:14:30.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
16992025-04-30T20:14:30.828Z Running `target/debug/xtask ls-apis apis`
17002025-04-30T20:14:32.030Z Compiling semver v0.1.20
17012025-04-30T20:14:32.070Z Compiling structmeta-derive v0.3.0
17022025-04-30T20:14:32.070Z Compiling thiserror-impl v2.0.12
17032025-04-30T20:14:32.110Z Compiling cargo-platform v0.1.8
17042025-04-30T20:14:32.110Z Compiling fixedbitset v0.5.7
17052025-04-30T20:14:32.110Z Compiling toml v0.8.20
17062025-04-30T20:14:32.377Z Compiling rustc_version v0.1.7
17072025-04-30T20:14:32.535Z Compiling petgraph v0.7.1
17082025-04-30T20:14:32.749Z Compiling newtype_derive v0.1.6
17092025-04-30T20:14:33.745Z Compiling structmeta v0.3.0
17102025-04-30T20:14:34.094Z Compiling thiserror v2.0.12
17112025-04-30T20:14:34.135Z Compiling parse-display-derive v0.10.0
17122025-04-30T20:14:34.233Z Compiling cargo_metadata v0.19.2
17132025-04-30T20:14:36.219Z Compiling parse-display v0.10.0
17142025-04-30T20:14:36.450Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17152025-04-30T20:14:41.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.40s
17162025-04-30T20:14:41.377Z Running `target/debug/ls-apis apis`
17172025-04-30T20:14:41.431Zloading metadata for workspace omicron from current workspace
17182025-04-30T20:14:45.772Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
17192025-04-30T20:14:45.812Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/Cargo.toml
17202025-04-30T20:14:45.813Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/Cargo.toml
17212025-04-30T20:14:45.813Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/Cargo.toml
17222025-04-30T20:14:45.813Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
17232025-04-30T20:15:04.935Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
17242025-04-30T20:15:06.172Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17252025-04-30T20:15:06.213Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17262025-04-30T20:15:06.409ZBootstrap Agent (client: bootstrap-agent-client)
17272025-04-30T20:15:06.409Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17282025-04-30T20:15:06.410Z consumed by: wicketd (omicron/wicketd) via 2 paths
17292025-04-30T20:15:06.410Z
17302025-04-30T20:15:06.410ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
17312025-04-30T20:15:06.410Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17322025-04-30T20:15:06.410Z
17332025-04-30T20:15:06.410ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17342025-04-30T20:15:06.410Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17352025-04-30T20:15:06.410Z
17362025-04-30T20:15:06.410ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17372025-04-30T20:15:06.410Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17382025-04-30T20:15:06.410Z
17392025-04-30T20:15:06.410ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17402025-04-30T20:15:06.410Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17412025-04-30T20:15:06.410Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17422025-04-30T20:15:06.410Z
17432025-04-30T20:15:06.410ZCrucible Agent (client: crucible-agent-client)
17442025-04-30T20:15:06.490Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17452025-04-30T20:15:06.490Z
17462025-04-30T20:15:06.490ZCrucible Control (for testing only) (client: crucible-control-client)
17472025-04-30T20:15:06.490Z
17482025-04-30T20:15:06.490ZCrucible Pantry (client: crucible-pantry-client)
17492025-04-30T20:15:06.490Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17502025-04-30T20:15:06.490Z
17512025-04-30T20:15:06.490ZMaghemite DDM Admin (client: ddm-admin-client)
17522025-04-30T20:15:06.490Z consumed by: installinator (omicron/installinator) via 1 path
17532025-04-30T20:15:06.490Z consumed by: mgd (maghemite/mgd) via 1 path
17542025-04-30T20:15:06.490Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17552025-04-30T20:15:06.490Z consumed by: wicketd (omicron/wicketd) via 1 path
17562025-04-30T20:15:06.490Z
17572025-04-30T20:15:06.491ZDNS Server (client: dns-service-client)
17582025-04-30T20:15:06.491Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17592025-04-30T20:15:06.491Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17602025-04-30T20:15:06.491Z
17612025-04-30T20:15:06.491ZDendrite DPD (client: dpd-client)
17622025-04-30T20:15:06.491Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17632025-04-30T20:15:06.491Z consumed by: lldpd (lldp/lldpd) via 2 paths
17642025-04-30T20:15:06.491Z consumed by: mgd (maghemite/mgd) via 1 path
17652025-04-30T20:15:06.491Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17662025-04-30T20:15:06.491Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17672025-04-30T20:15:06.491Z consumed by: tfportd (dendrite/tfportd) via 1 path
17682025-04-30T20:15:06.491Z consumed by: wicketd (omicron/wicketd) via 2 paths
17692025-04-30T20:15:06.491Z
17702025-04-30T20:15:06.491ZDownstairs Controller (debugging only) (client: dsc-client)
17712025-04-30T20:15:06.491Z
17722025-04-30T20:15:06.491Zereport (client: ereport-client)
17732025-04-30T20:15:06.491Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17742025-04-30T20:15:06.491Z
17752025-04-30T20:15:06.491ZManagement Gateway Service (client: gateway-client)
17762025-04-30T20:15:06.491Z consumed by: dpd (dendrite/dpd) via 1 path
17772025-04-30T20:15:06.492Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
17782025-04-30T20:15:06.492Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17792025-04-30T20:15:06.492Z consumed by: wicketd (omicron/wicketd) via 3 paths
17802025-04-30T20:15:06.492Z
17812025-04-30T20:15:06.492ZWicketd Installinator (client: installinator-client)
17822025-04-30T20:15:06.492Z consumed by: installinator (omicron/installinator) via 1 path
17832025-04-30T20:15:06.492Z
17842025-04-30T20:15:06.492ZLLDP daemon (client: lldpd-client)
17852025-04-30T20:15:06.492Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17862025-04-30T20:15:06.492Z consumed by: tfportd (dendrite/tfportd) via 1 path
17872025-04-30T20:15:06.492Z
17882025-04-30T20:15:06.492ZMaghemite MG Admin (client: mg-admin-client)
17892025-04-30T20:15:06.492Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17902025-04-30T20:15:06.492Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17912025-04-30T20:15:06.492Z
17922025-04-30T20:15:06.492ZNexus Internal API (client: nexus-client)
17932025-04-30T20:15:06.492Z consumed by: crucible-pantry (crucible/pantry) via 1 path
17942025-04-30T20:15:06.492Z consumed by: dpd (dendrite/dpd) via 1 path
17952025-04-30T20:15:06.492Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17962025-04-30T20:15:06.492Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17972025-04-30T20:15:06.493Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17982025-04-30T20:15:06.493Z
17992025-04-30T20:15:06.493ZExternal API (client: oxide-client)
18002025-04-30T20:15:06.493Z
18012025-04-30T20:15:06.493ZOximeter (client: oximeter-client)
18022025-04-30T20:15:06.493Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18032025-04-30T20:15:06.493Z
18042025-04-30T20:15:06.493ZPropolis (client: propolis-client)
18052025-04-30T20:15:06.493Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18062025-04-30T20:15:06.493Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18072025-04-30T20:15:06.493Z
18082025-04-30T20:15:06.493ZCrucible Repair (client: repair-client)
18092025-04-30T20:15:06.493Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
18102025-04-30T20:15:06.493Z
18112025-04-30T20:15:06.493ZRepo Depot API (client: repo-depot-client)
18122025-04-30T20:15:06.493Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18132025-04-30T20:15:06.493Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18142025-04-30T20:15:06.493Z
18152025-04-30T20:15:06.493ZSled Agent (client: sled-agent-client)
18162025-04-30T20:15:06.493Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
18172025-04-30T20:15:06.493Z
18182025-04-30T20:15:06.493ZWicketd (client: wicketd-client)
18192025-04-30T20:15:06.493Z
18202025-04-30T20:15:06.577Z
18212025-04-30T20:15:06.617Zreal 36.613523834
18222025-04-30T20:15:06.617Zuser 36.589464382
18232025-04-30T20:15:06.617Zsys 15.294723300
18242025-04-30T20:15:06.617Ztrap 0.021601182
18252025-04-30T20:15:06.617Ztflt 0.044511782
18262025-04-30T20:15:06.617Zdflt 0.232293066
18272025-04-30T20:15:06.617Zkflt 0.000004879
18282025-04-30T20:15:06.617Zlock 42.788622340
18292025-04-30T20:15:06.617Zslp 4:09.320914819
18302025-04-30T20:15:06.617Zlat 0.992408619
18312025-04-30T20:15:06.617Zstop 1.682111256
18322025-04-30T20:15:06.617Z+ ptime -m cargo xtask ls-apis deployment-units
18332025-04-30T20:15:07.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
18342025-04-30T20:15:07.538Z Running `target/debug/xtask ls-apis deployment-units`
18352025-04-30T20:15:08.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
18362025-04-30T20:15:08.934Z Running `target/debug/ls-apis deployment-units`
18372025-04-30T20:15:08.998Zloading metadata for workspace omicron from current workspace
18382025-04-30T20:15:10.776Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
18392025-04-30T20:15:10.816Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/Cargo.toml
18402025-04-30T20:15:10.816Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/Cargo.toml
18412025-04-30T20:15:10.816Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
18422025-04-30T20:15:10.816Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/Cargo.toml
18432025-04-30T20:15:14.437Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
18442025-04-30T20:15:15.520Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18452025-04-30T20:15:15.560Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18462025-04-30T20:15:15.762ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18472025-04-30T20:15:15.762Z omicron-clickhouse-admin (omicron/clickhouse-admin)
18482025-04-30T20:15:15.762Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
18492025-04-30T20:15:15.762Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18502025-04-30T20:15:15.762Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18512025-04-30T20:15:15.840Z
18522025-04-30T20:15:15.840Z
18532025-04-30T20:15:15.840ZCockroach
18542025-04-30T20:15:15.840Z omicron-cockroach-admin (omicron/cockroach-admin)
18552025-04-30T20:15:15.840Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18562025-04-30T20:15:15.840Z
18572025-04-30T20:15:15.840Z
18582025-04-30T20:15:15.840ZCrucible
18592025-04-30T20:15:15.840Z crucible-agent (crucible/agent)
18602025-04-30T20:15:15.841Z exposes: Crucible Agent (client = crucible-agent-client)
18612025-04-30T20:15:15.841Z
18622025-04-30T20:15:15.841Z crucible-downstairs (crucible/downstairs)
18632025-04-30T20:15:15.841Z exposes: Crucible Repair (client = repair-client)
18642025-04-30T20:15:15.841Z consumes: repair-client
18652025-04-30T20:15:15.841Z
18662025-04-30T20:15:15.841Z
18672025-04-30T20:15:15.841ZCrucible Pantry
18682025-04-30T20:15:15.841Z crucible-pantry (crucible/pantry)
18692025-04-30T20:15:15.841Z exposes: Crucible Pantry (client = crucible-pantry-client)
18702025-04-30T20:15:15.841Z consumes: nexus-client
18712025-04-30T20:15:15.841Z
18722025-04-30T20:15:15.842Z
18732025-04-30T20:15:15.842ZDNS Server
18742025-04-30T20:15:15.842Z dns-server (omicron/dns-server)
18752025-04-30T20:15:15.842Z exposes: DNS Server (client = dns-service-client)
18762025-04-30T20:15:15.842Z
18772025-04-30T20:15:15.842Z
18782025-04-30T20:15:15.842ZHost OS
18792025-04-30T20:15:15.842Z ddmd (maghemite/ddmd)
18802025-04-30T20:15:15.842Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18812025-04-30T20:15:15.842Z consumes: dpd-client
18822025-04-30T20:15:15.842Z
18832025-04-30T20:15:15.842Z dpd (dendrite/dpd)
18842025-04-30T20:15:15.842Z exposes: Dendrite DPD (client = dpd-client)
18852025-04-30T20:15:15.842Z consumes: gateway-client
18862025-04-30T20:15:15.842Z consumes: nexus-client
18872025-04-30T20:15:15.842Z
18882025-04-30T20:15:15.842Z lldpd (lldp/lldpd)
18892025-04-30T20:15:15.842Z exposes: LLDP daemon (client = lldpd-client)
18902025-04-30T20:15:15.842Z consumes: dpd-client
18912025-04-30T20:15:15.842Z
18922025-04-30T20:15:15.842Z mgd (maghemite/mgd)
18932025-04-30T20:15:15.842Z exposes: Maghemite MG Admin (client = mg-admin-client)
18942025-04-30T20:15:15.842Z consumes: ddm-admin-client
18952025-04-30T20:15:15.842Z consumes: dpd-client
18962025-04-30T20:15:15.843Z
18972025-04-30T20:15:15.843Z omicron-gateway (omicron/gateway)
18982025-04-30T20:15:15.843Z exposes: ereport (client = ereport-client)
18992025-04-30T20:15:15.843Z exposes: Management Gateway Service (client = gateway-client)
19002025-04-30T20:15:15.843Z
19012025-04-30T20:15:15.843Z omicron-sled-agent (omicron/sled-agent)
19022025-04-30T20:15:15.843Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19032025-04-30T20:15:15.843Z exposes: ereport (client = ereport-client)
19042025-04-30T20:15:15.843Z exposes: Repo Depot API (client = repo-depot-client)
19052025-04-30T20:15:15.843Z exposes: Sled Agent (client = sled-agent-client)
19062025-04-30T20:15:15.843Z consumes: bootstrap-agent-client
19072025-04-30T20:15:15.843Z consumes: cockroach-admin-client
19082025-04-30T20:15:15.843Z consumes: ddm-admin-client
19092025-04-30T20:15:15.843Z consumes: dns-service-client
19102025-04-30T20:15:15.843Z consumes: dpd-client
19112025-04-30T20:15:15.843Z consumes: gateway-client
19122025-04-30T20:15:15.844Z consumes: mg-admin-client
19132025-04-30T20:15:15.844Z consumes: nexus-client
19142025-04-30T20:15:15.844Z consumes: propolis-client
19152025-04-30T20:15:15.844Z consumes: repo-depot-client
19162025-04-30T20:15:15.844Z
19172025-04-30T20:15:15.845Z propolis-server (propolis/bin/propolis-server)
19182025-04-30T20:15:15.845Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19192025-04-30T20:15:15.845Z exposes: Propolis (client = propolis-client)
19202025-04-30T20:15:15.845Z consumes: nexus-client
19212025-04-30T20:15:15.845Z
19222025-04-30T20:15:15.845Z tfportd (dendrite/tfportd)
19232025-04-30T20:15:15.846Z consumes: dpd-client
19242025-04-30T20:15:15.846Z consumes: lldpd-client
19252025-04-30T20:15:15.846Z
19262025-04-30T20:15:15.846Z wicketd (omicron/wicketd)
19272025-04-30T20:15:15.846Z exposes: Wicketd Installinator (client = installinator-client)
19282025-04-30T20:15:15.846Z exposes: Wicketd (client = wicketd-client)
19292025-04-30T20:15:15.846Z consumes: bootstrap-agent-client
19302025-04-30T20:15:15.846Z consumes: ddm-admin-client
19312025-04-30T20:15:15.846Z consumes: dpd-client
19322025-04-30T20:15:15.846Z consumes: gateway-client
19332025-04-30T20:15:15.846Z
19342025-04-30T20:15:15.846Z
19352025-04-30T20:15:15.846ZInstallinator
19362025-04-30T20:15:15.846Z installinator (omicron/installinator)
19372025-04-30T20:15:15.846Z consumes: ddm-admin-client
19382025-04-30T20:15:15.846Z consumes: installinator-client
19392025-04-30T20:15:15.846Z
19402025-04-30T20:15:15.846Z
19412025-04-30T20:15:15.846ZNexus
19422025-04-30T20:15:15.846Z omicron-nexus (omicron/nexus)
19432025-04-30T20:15:15.847Z exposes: Nexus Internal API (client = nexus-client)
19442025-04-30T20:15:15.847Z exposes: External API (client = oxide-client)
19452025-04-30T20:15:15.847Z consumes: clickhouse-admin-keeper-client
19462025-04-30T20:15:15.847Z consumes: clickhouse-admin-server-client
19472025-04-30T20:15:15.847Z consumes: clickhouse-admin-single-client
19482025-04-30T20:15:15.847Z consumes: cockroach-admin-client
19492025-04-30T20:15:15.847Z consumes: crucible-agent-client
19502025-04-30T20:15:15.847Z consumes: crucible-pantry-client
19512025-04-30T20:15:15.888Z consumes: dns-service-client
19522025-04-30T20:15:15.888Z consumes: dpd-client
19532025-04-30T20:15:15.888Z consumes: ereport-client
19542025-04-30T20:15:15.888Z consumes: gateway-client
19552025-04-30T20:15:15.888Z consumes: lldpd-client
19562025-04-30T20:15:15.888Z consumes: mg-admin-client
19572025-04-30T20:15:15.888Z consumes: oximeter-client
19582025-04-30T20:15:15.888Z consumes: propolis-client
19592025-04-30T20:15:15.888Z consumes: repo-depot-client
19602025-04-30T20:15:15.888Z consumes: sled-agent-client
19612025-04-30T20:15:15.888Z
19622025-04-30T20:15:15.889Z
19632025-04-30T20:15:15.889ZOximeter
19642025-04-30T20:15:15.889Z oximeter-collector (omicron/oximeter/collector)
19652025-04-30T20:15:15.889Z exposes: Oximeter (client = oximeter-client)
19662025-04-30T20:15:15.889Z consumes: nexus-client
19672025-04-30T20:15:15.889Z
19682025-04-30T20:15:15.889Z
19692025-04-30T20:15:15.929Z
19702025-04-30T20:15:15.929Zreal 9.316270155
19712025-04-30T20:15:15.929Zuser 7.241416588
19722025-04-30T20:15:15.929Zsys 3.587224047
19732025-04-30T20:15:15.929Ztrap 0.001988604
19742025-04-30T20:15:15.929Ztflt 0.000055646
19752025-04-30T20:15:15.929Zdflt 0.000125939
19762025-04-30T20:15:15.929Zkflt 0.000000000
19772025-04-30T20:15:15.929Zlock 0.416518843
19782025-04-30T20:15:15.929Zslp 30.978811905
19792025-04-30T20:15:15.929Zlat 0.042709734
19802025-04-30T20:15:15.929Zstop 0.164144494
19812025-04-30T20:15:15.929Z+ ptime -m cargo xtask ls-apis servers
19822025-04-30T20:15:16.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
19832025-04-30T20:15:16.825Z Running `target/debug/xtask ls-apis servers`
19842025-04-30T20:15:18.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
19852025-04-30T20:15:18.239Z Running `target/debug/ls-apis servers`
19862025-04-30T20:15:18.307Zloading metadata for workspace omicron from current workspace
19872025-04-30T20:15:20.148Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
19882025-04-30T20:15:20.148Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
19892025-04-30T20:15:20.148Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/Cargo.toml
19902025-04-30T20:15:20.191Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/Cargo.toml
19912025-04-30T20:15:20.192Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/Cargo.toml
19922025-04-30T20:15:23.820Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
19932025-04-30T20:15:24.927Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19942025-04-30T20:15:24.967Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19952025-04-30T20:15:25.174Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19962025-04-30T20:15:25.174Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19972025-04-30T20:15:25.174Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19982025-04-30T20:15:25.174Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19992025-04-30T20:15:25.252Z
20002025-04-30T20:15:25.252Zomicron-cockroach-admin (omicron/cockroach-admin)
20012025-04-30T20:15:25.252Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20022025-04-30T20:15:25.252Z
20032025-04-30T20:15:25.253Zcrucible-agent (crucible/agent)
20042025-04-30T20:15:25.253Z exposes: Crucible Agent (client = crucible-agent-client)
20052025-04-30T20:15:25.253Z
20062025-04-30T20:15:25.253Zcrucible-downstairs (crucible/downstairs)
20072025-04-30T20:15:25.253Z exposes: Crucible Repair (client = repair-client)
20082025-04-30T20:15:25.253Z consumes: repair-client
20092025-04-30T20:15:25.253Z
20102025-04-30T20:15:25.254Zcrucible-pantry (crucible/pantry)
20112025-04-30T20:15:25.254Z exposes: Crucible Pantry (client = crucible-pantry-client)
20122025-04-30T20:15:25.254Z consumes: nexus-client
20132025-04-30T20:15:25.254Z
20142025-04-30T20:15:25.254Zdns-server (omicron/dns-server)
20152025-04-30T20:15:25.254Z exposes: DNS Server (client = dns-service-client)
20162025-04-30T20:15:25.254Z
20172025-04-30T20:15:25.254Zomicron-sled-agent (omicron/sled-agent)
20182025-04-30T20:15:25.254Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20192025-04-30T20:15:25.254Z exposes: ereport (client = ereport-client)
20202025-04-30T20:15:25.254Z exposes: Repo Depot API (client = repo-depot-client)
20212025-04-30T20:15:25.254Z exposes: Sled Agent (client = sled-agent-client)
20222025-04-30T20:15:25.254Z consumes: bootstrap-agent-client
20232025-04-30T20:15:25.254Z consumes: cockroach-admin-client
20242025-04-30T20:15:25.254Z consumes: ddm-admin-client
20252025-04-30T20:15:25.254Z consumes: dns-service-client
20262025-04-30T20:15:25.254Z consumes: dpd-client
20272025-04-30T20:15:25.254Z consumes: gateway-client
20282025-04-30T20:15:25.254Z consumes: mg-admin-client
20292025-04-30T20:15:25.254Z consumes: nexus-client
20302025-04-30T20:15:25.254Z consumes: propolis-client
20312025-04-30T20:15:25.256Z consumes: repo-depot-client
20322025-04-30T20:15:25.256Z
20332025-04-30T20:15:25.256Zpropolis-server (propolis/bin/propolis-server)
20342025-04-30T20:15:25.256Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20352025-04-30T20:15:25.256Z exposes: Propolis (client = propolis-client)
20362025-04-30T20:15:25.256Z consumes: nexus-client
20372025-04-30T20:15:25.256Z
20382025-04-30T20:15:25.256Zddmd (maghemite/ddmd)
20392025-04-30T20:15:25.256Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20402025-04-30T20:15:25.256Z consumes: dpd-client
20412025-04-30T20:15:25.256Z
20422025-04-30T20:15:25.256Zdpd (dendrite/dpd)
20432025-04-30T20:15:25.256Z exposes: Dendrite DPD (client = dpd-client)
20442025-04-30T20:15:25.256Z consumes: gateway-client
20452025-04-30T20:15:25.256Z consumes: nexus-client
20462025-04-30T20:15:25.256Z
20472025-04-30T20:15:25.256Zlldpd (lldp/lldpd)
20482025-04-30T20:15:25.256Z exposes: LLDP daemon (client = lldpd-client)
20492025-04-30T20:15:25.256Z consumes: dpd-client
20502025-04-30T20:15:25.256Z
20512025-04-30T20:15:25.256Zmgd (maghemite/mgd)
20522025-04-30T20:15:25.256Z exposes: Maghemite MG Admin (client = mg-admin-client)
20532025-04-30T20:15:25.256Z consumes: ddm-admin-client
20542025-04-30T20:15:25.257Z consumes: dpd-client
20552025-04-30T20:15:25.257Z
20562025-04-30T20:15:25.257Zomicron-gateway (omicron/gateway)
20572025-04-30T20:15:25.257Z exposes: ereport (client = ereport-client)
20582025-04-30T20:15:25.257Z exposes: Management Gateway Service (client = gateway-client)
20592025-04-30T20:15:25.258Z
20602025-04-30T20:15:25.258Ztfportd (dendrite/tfportd)
20612025-04-30T20:15:25.258Z consumes: dpd-client
20622025-04-30T20:15:25.258Z consumes: lldpd-client
20632025-04-30T20:15:25.258Z
20642025-04-30T20:15:25.258Zwicketd (omicron/wicketd)
20652025-04-30T20:15:25.258Z exposes: Wicketd Installinator (client = installinator-client)
20662025-04-30T20:15:25.258Z exposes: Wicketd (client = wicketd-client)
20672025-04-30T20:15:25.258Z consumes: bootstrap-agent-client
20682025-04-30T20:15:25.258Z consumes: ddm-admin-client
20692025-04-30T20:15:25.258Z consumes: dpd-client
20702025-04-30T20:15:25.258Z consumes: gateway-client
20712025-04-30T20:15:25.258Z
20722025-04-30T20:15:25.258Zinstallinator (omicron/installinator)
20732025-04-30T20:15:25.258Z consumes: ddm-admin-client
20742025-04-30T20:15:25.258Z consumes: installinator-client
20752025-04-30T20:15:25.258Z
20762025-04-30T20:15:25.258Zomicron-nexus (omicron/nexus)
20772025-04-30T20:15:25.258Z exposes: Nexus Internal API (client = nexus-client)
20782025-04-30T20:15:25.258Z exposes: External API (client = oxide-client)
20792025-04-30T20:15:25.258Z consumes: clickhouse-admin-keeper-client
20802025-04-30T20:15:25.258Z consumes: clickhouse-admin-server-client
20812025-04-30T20:15:25.258Z consumes: clickhouse-admin-single-client
20822025-04-30T20:15:25.258Z consumes: cockroach-admin-client
20832025-04-30T20:15:25.258Z consumes: crucible-agent-client
20842025-04-30T20:15:25.258Z consumes: crucible-pantry-client
20852025-04-30T20:15:25.258Z consumes: dns-service-client
20862025-04-30T20:15:25.258Z consumes: dpd-client
20872025-04-30T20:15:25.259Z consumes: ereport-client
20882025-04-30T20:15:25.259Z consumes: gateway-client
20892025-04-30T20:15:25.259Z consumes: lldpd-client
20902025-04-30T20:15:25.259Z consumes: mg-admin-client
20912025-04-30T20:15:25.259Z consumes: oximeter-client
20922025-04-30T20:15:25.259Z consumes: propolis-client
20932025-04-30T20:15:25.259Z consumes: repo-depot-client
20942025-04-30T20:15:25.259Z consumes: sled-agent-client
20952025-04-30T20:15:25.259Z
20962025-04-30T20:15:25.259Zoximeter-collector (omicron/oximeter/collector)
20972025-04-30T20:15:25.259Z exposes: Oximeter (client = oximeter-client)
20982025-04-30T20:15:25.259Z consumes: nexus-client
20992025-04-30T20:15:25.300Z
21002025-04-30T20:15:25.341Z
21012025-04-30T20:15:25.341Zreal 9.383740762
21022025-04-30T20:15:25.341Zuser 7.472693834
21032025-04-30T20:15:25.341Zsys 3.532014590
21042025-04-30T20:15:25.341Ztrap 0.001688731
21052025-04-30T20:15:25.341Ztflt 0.000098560
21062025-04-30T20:15:25.341Zdflt 0.000174675
21072025-04-30T20:15:25.341Zkflt 0.000000000
21082025-04-30T20:15:25.341Zlock 0.420378511
21092025-04-30T20:15:25.341Zslp 31.281800497
21102025-04-30T20:15:25.341Zlat 0.030356130
21112025-04-30T20:15:25.341Zstop 0.194380143
21122025-04-30T20:15:25.341Z+ ptime -m cargo xtask ls-apis check
21132025-04-30T20:15:26.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
21142025-04-30T20:15:26.292Z Running `target/debug/xtask ls-apis check`
21152025-04-30T20:15:27.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
21162025-04-30T20:15:27.745Z Running `target/debug/ls-apis check`
21172025-04-30T20:15:27.814Zloading metadata for workspace omicron from current workspace
21182025-04-30T20:15:29.693Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
21192025-04-30T20:15:29.733Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/Cargo.toml
21202025-04-30T20:15:29.733Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/Cargo.toml
21212025-04-30T20:15:29.733Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
21222025-04-30T20:15:29.733Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/Cargo.toml
21232025-04-30T20:15:33.370Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
21242025-04-30T20:15:34.497Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21252025-04-30T20:15:34.538Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21262025-04-30T20:15:34.895Z
21272025-04-30T20:15:34.895Z
21282025-04-30T20:15:34.895ZServer-managed APIs:
21292025-04-30T20:15:34.895Z
21302025-04-30T20:15:34.895Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
21312025-04-30T20:15:34.895Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
21322025-04-30T20:15:34.895Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
21332025-04-30T20:15:34.895Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
21342025-04-30T20:15:34.895Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
21352025-04-30T20:15:34.895Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
21362025-04-30T20:15:34.895Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
21372025-04-30T20:15:34.895Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
21382025-04-30T20:15:34.895Z DNS Server (dns-service-client, exposed by dns-server)
21392025-04-30T20:15:34.895Z Dendrite DPD (dpd-client, exposed by dpd)
21402025-04-30T20:15:34.895Z ereport (ereport-client, exposed by omicron-gateway, omicron-sled-agent)
21412025-04-30T20:15:34.895Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
21422025-04-30T20:15:34.895Z LLDP daemon (lldpd-client, exposed by lldpd)
21432025-04-30T20:15:34.895Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
21442025-04-30T20:15:34.897Z External API (oxide-client, exposed by omicron-nexus)
21452025-04-30T20:15:34.897Z Oximeter (oximeter-client, exposed by oximeter-collector)
21462025-04-30T20:15:34.897Z Propolis (propolis-client, exposed by propolis-server)
21472025-04-30T20:15:34.897Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
21482025-04-30T20:15:34.897Z Wicketd (wicketd-client, exposed by wicketd)
21492025-04-30T20:15:34.897Z
21502025-04-30T20:15:34.897Z
21512025-04-30T20:15:34.897ZClient-managed API:
21522025-04-30T20:15:34.897Z
21532025-04-30T20:15:34.897Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
21542025-04-30T20:15:34.897Z reason: depends on itself (i.e., instances call each other)
21552025-04-30T20:15:34.897Z Wicketd Installinator (installinator-client, exposed by wicketd)
21562025-04-30T20:15:34.897Z reason: client is provided implicitly by the operator
21572025-04-30T20:15:34.897Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
21582025-04-30T20:15:34.897Z reason: Circular dependencies between Nexus and other services
21592025-04-30T20:15:34.897Z Crucible Repair (repair-client, exposed by crucible-downstairs)
21602025-04-30T20:15:34.897Z reason: depends on itself (i.e., instances call each other)
21612025-04-30T20:15:34.897Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
21622025-04-30T20:15:34.897Z reason: depends on itself (i.e., instances call each other)
21632025-04-30T20:15:34.897Z
21642025-04-30T20:15:34.897Z
21652025-04-30T20:15:34.897ZAPIs with unknown version management: none
21662025-04-30T20:15:35.001Z
21672025-04-30T20:15:35.001Zreal 9.630956182
21682025-04-30T20:15:35.001Zuser 7.696284868
21692025-04-30T20:15:35.002Zsys 3.590095043
21702025-04-30T20:15:35.002Ztrap 0.001577948
21712025-04-30T20:15:35.002Ztflt 0.000192433
21722025-04-30T20:15:35.002Zdflt 0.000302089
21732025-04-30T20:15:35.002Zkflt 0.000000000
21742025-04-30T20:15:35.002Zlock 0.442409819
21752025-04-30T20:15:35.002Zslp 31.266487680
21762025-04-30T20:15:35.042Zlat 0.031201795
21772025-04-30T20:15:35.042Zstop 0.196692977
21782025-04-30T20:15:35.042Z+ ptime -m cargo xtask ls-apis adoc
21792025-04-30T20:15:35.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21802025-04-30T20:15:35.915Z Running `target/debug/xtask ls-apis adoc`
21812025-04-30T20:15:37.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
21822025-04-30T20:15:37.334Z Running `target/debug/ls-apis adoc`
21832025-04-30T20:15:37.398Zloading metadata for workspace omicron from current workspace
21842025-04-30T20:15:39.249Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
21852025-04-30T20:15:39.290Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
21862025-04-30T20:15:39.290Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/Cargo.toml
21872025-04-30T20:15:39.290Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/Cargo.toml
21882025-04-30T20:15:39.290Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/Cargo.toml
21892025-04-30T20:15:42.738Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
21902025-04-30T20:15:43.800Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21912025-04-30T20:15:43.841Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21922025-04-30T20:15:44.234Z
21932025-04-30T20:15:44.234Zreal 9.204734268
21942025-04-30T20:15:44.234Zuser 7.335007500
21952025-04-30T20:15:44.234Zsys 3.424977922
21962025-04-30T20:15:44.234Ztrap 0.001134799
21972025-04-30T20:15:44.234Ztflt 0.000120315
21982025-04-30T20:15:44.234Zdflt 0.000209103
21992025-04-30T20:15:44.234Zkflt 0.000000000
22002025-04-30T20:15:44.234Zlock 0.445446819
22012025-04-30T20:15:44.234Zslp 29.765583617
22022025-04-30T20:15:44.234Zlat 0.030606782
22032025-04-30T20:15:44.235Zstop 0.174075158
22042025-04-30T20:15:44.275Z+ banner build
22052025-04-30T20:15:44.275Z
22062025-04-30T20:15:44.275Z ##### # # # # #####
22072025-04-30T20:15:44.275Z # # # # # # # #
22082025-04-30T20:15:44.275Z ##### # # # # # #
22092025-04-30T20:15:44.275Z # # # # # # # #
22102025-04-30T20:15:44.275Z # # # # # # # #
22112025-04-30T20:15:44.275Z ##### #### # ###### #####
22122025-04-30T20:15:44.275Z
22132025-04-30T20:15:44.275Z+ export 'RUSTFLAGS=-D warnings'
22142025-04-30T20:15:44.275Z+ RUSTFLAGS='-D warnings'
22152025-04-30T20:15:44.275Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
22162025-04-30T20:15:44.275Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
22172025-04-30T20:15:44.275Z+ [[ illumos == \i\l\l\u\m\o\s ]]
22182025-04-30T20:15:44.275Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
22192025-04-30T20:15:44.275Z+ export TMPDIR=/var/tmp/omicron_tmp
22202025-04-30T20:15:44.275Z+ TMPDIR=/var/tmp/omicron_tmp
22212025-04-30T20:15:44.275Z+ export RUST_BACKTRACE=1
22222025-04-30T20:15:44.276Z+ RUST_BACKTRACE=1
22232025-04-30T20:15:44.276Z+ export CARGO_INCREMENTAL=0
22242025-04-30T20:15:44.276Z+ CARGO_INCREMENTAL=0
22252025-04-30T20:15:44.276Z+ export RUSTC_BOOTSTRAP=1
22262025-04-30T20:15:44.276Z+ RUSTC_BOOTSTRAP=1
22272025-04-30T20:15:44.276Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
22282025-04-30T20:15:46.653Z Compiling proc-macro2 v1.0.94
22292025-04-30T20:15:46.653Z Compiling unicode-ident v1.0.14
22302025-04-30T20:15:46.653Z Compiling libc v0.2.171
22312025-04-30T20:15:46.694Z Compiling cfg-if v1.0.0
22322025-04-30T20:15:46.694Z Compiling serde v1.0.219
22332025-04-30T20:15:46.694Z Compiling autocfg v1.4.0
22342025-04-30T20:15:46.694Z Compiling memchr v2.7.4
22352025-04-30T20:15:46.694Z Compiling version_check v0.9.5
22362025-04-30T20:15:46.694Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=58cc2006c0f38f37 -C extra-filename=-989ee59315b7560a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-989ee59315b7560a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22372025-04-30T20:15:46.694Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=e99af6fb53a182ea -C extra-filename=-7f8514ed35d62a3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22382025-04-30T20:15:46.695Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/build.rs --error-format=json --json=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,test)' --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=bd4e2ebd7749e9b0 -C extra-filename=-715ccba664425b94 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-715ccba664425b94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392025-04-30T20:15:46.695Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=7141671b619eb11d -C extra-filename=-2f30e680c9e63b82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22402025-04-30T20:15:46.739Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37fb1ea0ccf766fa -C extra-filename=-f461bc097557e2b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22412025-04-30T20:15:46.739Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0d34bef1ecc0194 -C extra-filename=-ae2c6342de22e17c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422025-04-30T20:15:46.739Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=80dc68e123b2a1fb -C extra-filename=-c760da5544d72374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432025-04-30T20:15:46.739Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=5111bc7d63a074b0 -C extra-filename=-efcdcc0cb5b41a1a --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-efcdcc0cb5b41a1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22442025-04-30T20:15:46.955Z Compiling value-bag v1.9.0
22452025-04-30T20:15:46.995Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=3ddb07a6be350888 -C extra-filename=-0fb0712525ca3539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462025-04-30T20:15:47.040Z Compiling smallvec v1.14.0
22472025-04-30T20:15:47.080Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.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 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=1c9c1a60cf560dc5 -C extra-filename=-2b53ddeb7bc9109c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482025-04-30T20:15:47.407Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-efcdcc0cb5b41a1a/build-script-build`
22492025-04-30T20:15:47.447Z Compiling log v0.4.22
22502025-04-30T20:15:47.488Z Compiling itoa v1.0.11
22512025-04-30T20:15:47.488Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs,test)' --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=58ffb561d655c1a2 -C extra-filename=-daba4f3c1b68dcbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-0fb0712525ca3539.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22522025-04-30T20:15:47.488Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-989ee59315b7560a/build-script-build`
22532025-04-30T20:15:47.488Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=3a96cfea6e99cd39 -C extra-filename=-4e19af958952b731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542025-04-30T20:15:47.536Z Compiling scopeguard v1.2.0
22552025-04-30T20:15:47.536Z Compiling once_cell v1.21.3
22562025-04-30T20:15:47.576Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-715ccba664425b94/build-script-build`
22572025-04-30T20:15:47.576Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=95869a545f044fb3 -C extra-filename=-a4a45b4f99d0690a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582025-04-30T20:15:47.576Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.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="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=996c078ba21c64a9 -C extra-filename=-be01080c9c55c2cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22592025-04-30T20:15:47.659Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --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=c25d9f4a89afb134 -C extra-filename=-f9843d87f643e91e --out-dir /work/oxidecomputer/omicron/target/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_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
22602025-04-30T20:15:47.699Z Compiling lock_api v0.4.12
22612025-04-30T20:15:47.699Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ef199d7e36c9ba60 -C extra-filename=-36ac2d1e7439ebcc --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-36ac2d1e7439ebcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622025-04-30T20:15:47.756Z Compiling shlex v1.3.0
22632025-04-30T20:15:47.796Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a3d42c906ff48c05 -C extra-filename=-00e54bee3a24be47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642025-04-30T20:15:47.796Z Compiling ryu v1.0.18
22652025-04-30T20:15:47.796Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=6490b721a4b8b6d7 -C extra-filename=-3ab6482233eaa368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22662025-04-30T20:15:47.956Z Compiling stable_deref_trait v1.2.0
22672025-04-30T20:15:47.956Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=6c9c92a92cf9e6e6 -C extra-filename=-802d9ddf17521018 --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-f461bc097557e2b8.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)'`
22682025-04-30T20:15:47.996Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0b6ab833a3f00b3f -C extra-filename=-9da8fed20756ad24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22692025-04-30T20:15:48.041Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-36ac2d1e7439ebcc/build-script-build`
22702025-04-30T20:15:48.134Z Compiling libm v0.2.8
22712025-04-30T20:15:48.175Z Compiling pin-project-lite v0.2.14
22722025-04-30T20:15:48.175Z Compiling num-traits v0.2.19
22732025-04-30T20:15:48.175Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=98bd0d75a961a271 -C extra-filename=-bce568658f7fdc53 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-bce568658f7fdc53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742025-04-30T20:15:48.175Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ceac45cee611d09a -C extra-filename=-19bf492b098f8d40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752025-04-30T20:15:48.175Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8a7f8b5692b11018 -C extra-filename=-60d71e326c1071b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-60d71e326c1071b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762025-04-30T20:15:48.216Z Compiling byteorder v1.5.0
22772025-04-30T20:15:48.216Z Compiling serde_json v1.0.140
22782025-04-30T20:15:48.257Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a40ebddf22015ab8 -C extra-filename=-cbd3e6b150682662 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-cbd3e6b150682662 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792025-04-30T20:15:48.257Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=6fb9efced58d1b6f -C extra-filename=-2129b7fb5c80af14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22802025-04-30T20:15:48.297Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=2d125e691c594386 -C extra-filename=-31b2d6ca86b3761f --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-a4a45b4f99d0690a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
22812025-04-30T20:15:48.339Z Compiling subtle v2.6.1
22822025-04-30T20:15:48.383Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=72c1d9e5815e43c7 -C extra-filename=-015ae48351fd063c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22832025-04-30T20:15:48.514Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-bce568658f7fdc53/build-script-build`
22842025-04-30T20:15:48.555Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-60d71e326c1071b1/build-script-build`
22852025-04-30T20:15:48.555Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=3117189b9aec2e8d -C extra-filename=-ed980c3ba206050c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862025-04-30T20:15:48.610Z Compiling getrandom v0.2.15
22872025-04-30T20:15:48.651Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --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=c79f2e6fcf9b5741 -C extra-filename=-ef5fc587d8c2f327 --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-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882025-04-30T20:15:48.692Z Compiling jobserver v0.1.32
22892025-04-30T20:15:48.692Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7041a7b9dac2fed5 -C extra-filename=-7ad751768df24a8d --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902025-04-30T20:15:48.732Z Compiling quote v1.0.39
22912025-04-30T20:15:48.732Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=aabacc05f80a1ec6 -C extra-filename=-6ca4dfb9acec9aab --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-802d9ddf17521018.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22922025-04-30T20:15:48.773Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-cbd3e6b150682662/build-script-build`
22932025-04-30T20:15:48.813Z Compiling parking_lot_core v0.9.10
22942025-04-30T20:15:48.813Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=1b1ca5b8bc077752 -C extra-filename=-d7b8403d7148f71b --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-d7b8403d7148f71b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952025-04-30T20:15:48.853Z Compiling semver v1.0.25
22962025-04-30T20:15:48.853Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=81a21cbc7f9d4916 -C extra-filename=-b31a65df64a15818 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-b31a65df64a15818 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22972025-04-30T20:15:48.853Z Compiling regex-syntax v0.8.5
22982025-04-30T20:15:48.894Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --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=2a0c62c9e5a9993d -C extra-filename=-a8dec66ede6e4f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992025-04-30T20:15:49.026Z Compiling rand_core v0.6.4
23002025-04-30T20:15:49.067Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=d83a600321b6773d -C extra-filename=-e46a24b1c936db89 --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-ef5fc587d8c2f327.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012025-04-30T20:15:49.254Z Compiling syn v2.0.98
23022025-04-30T20:15:49.295Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.98/src/lib.rs --error-format=json --json=diagnostic-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,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=bf4a4f180dbe945d -C extra-filename=-0b3f9b0b76ffeb2c --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-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23032025-04-30T20:15:49.295Z Compiling cc v1.2.15
23042025-04-30T20:15:49.295Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.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 --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=fceadd03ce175ad4 -C extra-filename=-cac1d5d3df92c21f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-7ad751768df24a8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-00e54bee3a24be47.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052025-04-30T20:15:49.349Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-d7b8403d7148f71b/build-script-build`
23062025-04-30T20:15:49.391Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-b31a65df64a15818/build-script-build`
23072025-04-30T20:15:49.431Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=bac0143b57842eb1 -C extra-filename=-b016ab649b5092da --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-ed980c3ba206050c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
23082025-04-30T20:15:49.475Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=4c5cb46c720a1095 -C extra-filename=-968da202397abd27 --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-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092025-04-30T20:15:49.516Z Compiling litemap v0.7.3
23102025-04-30T20:15:49.516Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=6e8492dbe061930e -C extra-filename=-41d49d975a9f2b53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112025-04-30T20:15:49.579Z Compiling writeable v0.5.5
23122025-04-30T20:15:49.620Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=95c4d33e8c3d7f62 -C extra-filename=-c753b2cbf8106e5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132025-04-30T20:15:49.704Z Compiling typenum v1.17.0
23142025-04-30T20:15:49.744Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=89eb2bd8b4b3ab6a -C extra-filename=-34ebbf4ac652fcd0 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-34ebbf4ac652fcd0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152025-04-30T20:15:49.854Z Compiling parking_lot v0.12.3
23162025-04-30T20:15:49.894Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=fff1cd0968b6d1b3 -C extra-filename=-113e367aef165863 --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-31b2d6ca86b3761f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-968da202397abd27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172025-04-30T20:15:49.991Z Compiling generic-array v0.14.7
23182025-04-30T20:15:50.035Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=107e9603c3aed11f -C extra-filename=-78226634dc224f0c --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-78226634dc224f0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192025-04-30T20:15:50.077Z Compiling icu_locid_transform_data v1.5.0
23202025-04-30T20:15:50.158Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61344871c1ecd3f3 -C extra-filename=-046be9163130a234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23212025-04-30T20:15:50.210Z Compiling errno v0.3.9
23222025-04-30T20:15:50.250Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=19fbc2d41d34c6eb -C extra-filename=-2f00e4fa369b3ceb --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232025-04-30T20:15:50.414Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-78226634dc224f0c/build-script-build`
23242025-04-30T20:15:50.473Z Compiling aho-corasick v1.1.3
23252025-04-30T20:15:50.513Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=a5b1a2ed6519fa5a -C extra-filename=-9fe64012782fa9a6 --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-2f30e680c9e63b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262025-04-30T20:15:50.513Z Compiling equivalent v1.0.1
23272025-04-30T20:15:50.513Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b118af068353d2d2 -C extra-filename=-362db49bf1a7d824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282025-04-30T20:15:50.596Z Compiling percent-encoding v2.3.1
23292025-04-30T20:15:50.636Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=aca2727da887cbc3 -C extra-filename=-e7b501f844213079 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302025-04-30T20:15:50.676Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-34ebbf4ac652fcd0/build-script-main`
23312025-04-30T20:15:50.716Z Compiling icu_properties_data v1.5.0
23322025-04-30T20:15:50.717Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b311f5b58aca92b5 -C extra-filename=-aeafc1a348be9a2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332025-04-30T20:15:50.811Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=06538266c1918d23 -C extra-filename=-b8753dbc7a4a6e96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342025-04-30T20:15:50.863Z Compiling foldhash v0.1.3
23352025-04-30T20:15:50.903Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=61445e04e5108fd3 -C extra-filename=-c4bd0ba4fd06465b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362025-04-30T20:15:50.946Z Compiling allocator-api2 v0.2.18
23372025-04-30T20:15:50.986Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=30842c3f1ed84ac2 -C extra-filename=-f530645d49b0295f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382025-04-30T20:15:51.026Z Compiling signal-hook-registry v1.4.2
23392025-04-30T20:15:51.026Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c56ef7e4e3aa7bf -C extra-filename=-b62228e231647547 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402025-04-30T20:15:51.176Z Compiling utf16_iter v1.0.5
23412025-04-30T20:15:51.217Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e65eecfe0ca01df0 -C extra-filename=-d2b174341b7cdc75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422025-04-30T20:15:51.414Z Compiling icu_normalizer_data v1.5.0
23432025-04-30T20:15:51.454Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c81975b9f7fcbb2 -C extra-filename=-30bac1b1d953b7c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442025-04-30T20:15:51.553Z Compiling hashbrown v0.15.1
23452025-04-30T20:15:51.593Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=842aa7d1d2ca6a6d -C extra-filename=-8b275c11e2bd0883 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-f530645d49b0295f.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-362db49bf1a7d824.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-c4bd0ba4fd06465b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462025-04-30T20:15:51.643Z Compiling write16 v1.0.0
23472025-04-30T20:15:51.686Z Compiling utf8_iter v1.0.4
23482025-04-30T20:15:51.686Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=35ee15b6da92c08a -C extra-filename=-0dd18df4920d8307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492025-04-30T20:15:51.687Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b93e30e1afe050ee -C extra-filename=-f27c394ea188f44e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502025-04-30T20:15:51.827Z Compiling rustix v0.38.37
23512025-04-30T20:15:51.867Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=2df331571b7846dd -C extra-filename=-833937b52e36ae2b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-833937b52e36ae2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522025-04-30T20:15:51.868Z Compiling fnv v1.0.7
23532025-04-30T20:15:51.868Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8df3588715d72bdf -C extra-filename=-3d57464229351c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542025-04-30T20:15:51.947Z Compiling form_urlencoded v1.2.1
23552025-04-30T20:15:51.987Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3b9fc62780d512b2 -C extra-filename=-e492f5405f6e4d85 --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-e7b501f844213079.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23562025-04-30T20:15:52.048Z Compiling futures-core v0.3.31
23572025-04-30T20:15:52.088Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=4a33d359c21b10c6 -C extra-filename=-20cc0d919cf526a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582025-04-30T20:15:52.282Z Compiling regex-automata v0.4.8
23592025-04-30T20:15:52.322Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-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,test)' --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=5dd9ac4e12b5205d -C extra-filename=-523fd530d45e20da --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-9fe64012782fa9a6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602025-04-30T20:15:52.363Z Compiling thiserror v1.0.69
23612025-04-30T20:15:52.363Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63d9b2532fbf7502 -C extra-filename=-71ba7550a0dbad33 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-71ba7550a0dbad33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622025-04-30T20:15:52.549Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-833937b52e36ae2b/build-script-build`
23632025-04-30T20:15:52.642Z Compiling mio v1.0.2
23642025-04-30T20:15:52.682Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=2336c48f8cb47690 -C extra-filename=-719a01ce10a8af49 --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-f9843d87f643e91e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652025-04-30T20:15:52.682Z Compiling either v1.14.0
23662025-04-30T20:15:52.682Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.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 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=d73e084025962ed3 -C extra-filename=-03f8d194805f45a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672025-04-30T20:15:52.846Z Compiling socket2 v0.5.9
23682025-04-30T20:15:52.887Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=bbefa6fd0650faf5 -C extra-filename=-9a136de79fe574e0 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692025-04-30T20:15:52.927Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-71ba7550a0dbad33/build-script-build`
23702025-04-30T20:15:53.067Z Compiling heck v0.5.0
23712025-04-30T20:15:53.107Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ed46e5b4152ffc3 -C extra-filename=-898e01f7b1a1be18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722025-04-30T20:15:53.320Z Compiling getrandom v0.3.1
23732025-04-30T20:15:53.361Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=977f891559fa8e72 -C extra-filename=-0ac70a6d31da4e0e --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-0ac70a6d31da4e0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742025-04-30T20:15:53.486Z Compiling spin v0.9.8
23752025-04-30T20:15:53.526Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=21dde259a5366509 -C extra-filename=-716a882fa60f0ce7 --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-31b2d6ca86b3761f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762025-04-30T20:15:53.567Z Compiling slab v0.4.9
23772025-04-30T20:15:53.567Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5a053400b90e0e4a -C extra-filename=-5176028a3e4c4864 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-5176028a3e4c4864 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23782025-04-30T20:15:53.649Z Compiling iana-time-zone v0.1.63
23792025-04-30T20:15:53.689Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.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 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=a47cd2cb5ef0f2fb -C extra-filename=-4e9142cffc87c3a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802025-04-30T20:15:53.757Z Compiling const-oid v0.9.6
23812025-04-30T20:15:53.797Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=123d979e07e1e889 -C extra-filename=-411b812118811da9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822025-04-30T20:15:53.885Z Compiling pkg-config v0.3.31
23832025-04-30T20:15:53.925Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0108de59bc383f28 -C extra-filename=-8f7071966951b8cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23842025-04-30T20:15:53.925Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-5176028a3e4c4864/build-script-build`
23852025-04-30T20:15:54.006Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-0ac70a6d31da4e0e/build-script-build`
23862025-04-30T20:15:54.046Z Compiling futures-io v0.3.31
23872025-04-30T20:15:54.046Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=ee9603c9cf63c2ed -C extra-filename=-fbb481fac23fa7e5 --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-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882025-04-30T20:15:54.046Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=6039d20390575b6a -C extra-filename=-03968e2f8d93695a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892025-04-30T20:15:54.092Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ef2e5630508568eb -C extra-filename=-f1cd1fc5bded71a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902025-04-30T20:15:54.158Z Compiling lazy_static v1.5.0
23912025-04-30T20:15:54.198Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=958d02b4c0a48f4f -C extra-filename=-2d6fd9042787b01e --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-716a882fa60f0ce7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922025-04-30T20:15:54.297Z Compiling cpufeatures v0.2.14
23932025-04-30T20:15:54.337Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f68049e99d2046fd -C extra-filename=-2b80f643c97b05f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23942025-04-30T20:15:54.337Z Compiling futures-sink v0.3.31
23952025-04-30T20:15:54.338Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=50263e35e4d09456 -C extra-filename=-98fd329e9c03b6d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23962025-04-30T20:15:54.405Z Compiling syn v1.0.109
23972025-04-30T20:15:54.446Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=af60bc732e95c5fb -C extra-filename=-580ede0632772272 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-580ede0632772272 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982025-04-30T20:15:54.486Z Compiling dyn-clone v1.0.19
23992025-04-30T20:15:54.486Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f30bf87a660790e -C extra-filename=-06fcd8d2e0fd472e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002025-04-30T20:15:54.486Z Compiling schemars v0.8.22
24012025-04-30T20:15:54.486Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --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=9cd1b6ac6bd40a2e -C extra-filename=-7a5e388009bed2ab --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-7a5e388009bed2ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022025-04-30T20:15:54.563Z Compiling pin-utils v0.1.0
24032025-04-30T20:15:54.603Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=19cddba66ecfa18b -C extra-filename=-27d1c9ca7c5ddbf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042025-04-30T20:15:54.675Z Compiling futures-channel v0.3.31
24052025-04-30T20:15:54.716Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=913e4e54ba1531cb -C extra-filename=-0b96be3d23455056 --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-20cc0d919cf526a3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062025-04-30T20:15:54.716Z Compiling futures-task v0.3.31
24072025-04-30T20:15:54.716Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=c44eeafc2b225564 -C extra-filename=-e000ec0438c4dec7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082025-04-30T20:15:54.855Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-7a5e388009bed2ab/build-script-build`
24092025-04-30T20:15:54.895Z Compiling glob v0.3.2
24102025-04-30T20:15:54.895Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=927081adb2e299ca -C extra-filename=-4708494c033545d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112025-04-30T20:15:54.969Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-580ede0632772272/build-script-build`
24122025-04-30T20:15:55.009Z Compiling tracing-core v0.1.32
24132025-04-30T20:15:55.009Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=f981b081aa688d59 -C extra-filename=-0d9fcb14404bc2f1 --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-be01080c9c55c2cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24142025-04-30T20:15:55.049Z Compiling strsim v0.11.1
24152025-04-30T20:15:55.090Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7513a214aa589de -C extra-filename=-3ce62d4660f4918b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162025-04-30T20:15:55.090Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=7fef3ea56f06fba3 -C extra-filename=-c4b7f01fbc6477c4 --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-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
24172025-04-30T20:15:55.090Z Compiling minimal-lexical v0.2.1
24182025-04-30T20:15:55.090Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=0b94640d0d09ac7a -C extra-filename=-208748b0852cc555 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192025-04-30T20:15:55.390Z Compiling synstructure v0.13.1
24202025-04-30T20:15:55.431Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=4b600cb979169ea6 -C extra-filename=-f7b42a92a4820756 --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-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212025-04-30T20:15:55.543Z Compiling serde_derive_internals v0.29.1
24222025-04-30T20:15:55.583Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7691968eab77e05 -C extra-filename=-c53520513dc2bf96 --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-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232025-04-30T20:15:55.647Z Compiling clang-sys v1.8.1
24242025-04-30T20:15:55.687Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --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="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=fba82bcd73212eff -C extra-filename=-d0b5548340edca90 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-d0b5548340edca90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252025-04-30T20:15:55.687Z Compiling nom v7.1.3
24262025-04-30T20:15:55.687Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=49a3fc13b14d948c -C extra-filename=-cf470c3b09ba6d38 --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-2f30e680c9e63b82.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-208748b0852cc555.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272025-04-30T20:15:56.021Z Compiling prettyplease v0.2.30
24282025-04-30T20:15:56.061Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.30/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=f469f1b5c827f86f -C extra-filename=-94f011715b4c6069 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-94f011715b4c6069 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292025-04-30T20:15:56.314Z Compiling regex v1.11.1
24302025-04-30T20:15:56.354Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --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=21747707cafc5710 -C extra-filename=-5496c5d55d620065 --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-9fe64012782fa9a6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-523fd530d45e20da.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312025-04-30T20:15:56.395Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-94f011715b4c6069/build-script-build`
24322025-04-30T20:15:56.435Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-d0b5548340edca90/build-script-build`
24332025-04-30T20:15:56.475Z Compiling adler2 v2.0.0
24342025-04-30T20:15:56.475Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=9bdfda5d85cd7338 -C extra-filename=-9949344bd05a66c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352025-04-30T20:15:56.566Z Compiling libloading v0.8.5
24362025-04-30T20:15:56.607Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef0bbedd62d6736f -C extra-filename=-2e8b6b8959ada60c --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-7f8514ed35d62a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372025-04-30T20:15:56.697Z Compiling miniz_oxide v0.8.5
24382025-04-30T20:15:56.737Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=1aedccd95a1c3f1f -C extra-filename=-aa8971cfbc812aad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-9949344bd05a66c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392025-04-30T20:15:56.935Z Compiling paste v1.0.15
24402025-04-30T20:15:56.975Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=54e10a40c301f525 -C extra-filename=-d64aef64ada917bf --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-d64aef64ada917bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412025-04-30T20:15:57.187Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --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="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=d34d4238ae9426f3 -C extra-filename=-b1e025758cc4f457 --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-4708494c033545d9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-2e8b6b8959ada60c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422025-04-30T20:15:57.435Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-d64aef64ada917bf/build-script-build`
24432025-04-30T20:15:57.482Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=d098b40d4f246e65 -C extra-filename=-7b3f5fbc506e1c65 --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-802d9ddf17521018.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.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)'`
24442025-04-30T20:15:57.528Z Compiling vcpkg v0.2.15
24452025-04-30T20:15:57.572Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5de0491d1b6b4dc -C extra-filename=-ef2577dd9478d7f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462025-04-30T20:15:57.995Z Compiling home v0.5.9
24472025-04-30T20:15:58.036Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccb62d5952b0ad66 -C extra-filename=-a0c58be9c9839aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482025-04-30T20:15:58.212Z Compiling cexpr v0.6.0
24492025-04-30T20:15:58.255Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a56e5dbeac9228e6 -C extra-filename=-594b7546f0073c6e --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-cf470c3b09ba6d38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502025-04-30T20:15:58.400Z Compiling crossbeam-utils v0.8.21
24512025-04-30T20:15:58.442Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-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 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=68ae3723a7a49839 -C extra-filename=-256a3b28a86a3c56 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-256a3b28a86a3c56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522025-04-30T20:15:58.955Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-256a3b28a86a3c56/build-script-build`
24532025-04-30T20:15:58.995Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=84f4595dcbdf6c07 -C extra-filename=-22ac41b32946fc92 --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"))'`
24542025-04-30T20:15:59.061Z Compiling ring v0.17.11
24552025-04-30T20:15:59.102Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=bfd393c9ce76e81b -C extra-filename=-7fb82aaacb4fdf9d --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-7fb82aaacb4fdf9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562025-04-30T20:15:59.459Z Compiling serde_derive v1.0.219
24572025-04-30T20:15:59.499Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=278c136b6132057f -C extra-filename=-fb709642302e3e4b --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582025-04-30T20:15:59.616Z Compiling zeroize_derive v1.4.2
24592025-04-30T20:15:59.656Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfad44ebc63c39e2 -C extra-filename=-96fd8680c967b54a --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602025-04-30T20:15:59.658Z Compiling zerofrom-derive v0.1.4
24612025-04-30T20:15:59.658Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1f8a2f0abf25999 -C extra-filename=-92bd661c002d7f7c --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f7b42a92a4820756.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622025-04-30T20:15:59.907Z Compiling yoke-derive v0.7.4
24632025-04-30T20:15:59.947Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70971e79168f0271 -C extra-filename=-518239a4123b5b2c --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f7b42a92a4820756.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642025-04-30T20:16:00.035Z Compiling zerovec-derive v0.10.3
24652025-04-30T20:16:00.076Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20d98ef9dcedb71d -C extra-filename=-d6256065cd76fbf1 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662025-04-30T20:16:00.117Z Compiling displaydoc v0.2.5
24672025-04-30T20:16:00.117Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7ff9f762fde631cf -C extra-filename=-5fba771664244d75 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682025-04-30T20:16:00.932Z Compiling zeroize v1.8.1
24692025-04-30T20:16:00.972Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=6ec5d00ff3c032e7 -C extra-filename=-b1e91ff258d1f742 --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-96fd8680c967b54a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702025-04-30T20:16:01.290Z Compiling icu_provider_macros v1.5.0
24712025-04-30T20:16:01.331Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=216f4a1566ae8563 -C extra-filename=-f1573e9d64e15410 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722025-04-30T20:16:01.512Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=ab02ea2761d3e78d -C extra-filename=-424a4eab6aa72a9c --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-b8753dbc7a4a6e96.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24732025-04-30T20:16:02.130Z Compiling thiserror-impl v1.0.69
24742025-04-30T20:16:02.173Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3854b272ac0edf92 -C extra-filename=-3a83a9261926e2e3 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752025-04-30T20:16:02.302Z Compiling tokio-macros v2.5.0
24762025-04-30T20:16:02.345Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56d047345f6042f2 -C extra-filename=-b42269d0b5218b66 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772025-04-30T20:16:02.388Z Compiling zerocopy-derive v0.7.35
24782025-04-30T20:16:02.389Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a33b004959cdf0d -C extra-filename=-5c40767e1a19e44f --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792025-04-30T20:16:02.678Z Compiling crypto-common v0.1.6
24802025-04-30T20:16:02.719Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=ec3a80ed6dfd856b -C extra-filename=-2de6d8a2c2415463 --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-424a4eab6aa72a9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b8753dbc7a4a6e96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812025-04-30T20:16:02.720Z Compiling zerofrom v0.1.4
24822025-04-30T20:16:02.720Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=fb95b3965b2adcce -C extra-filename=-975ab0c8effc9dc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-92bd661c002d7f7c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832025-04-30T20:16:02.932Z Compiling yoke v0.7.4
24842025-04-30T20:16:02.976Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=ae9013ca13fb9aaa -C extra-filename=-5e4fb62fc9faa3f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9da8fed20756ad24.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-518239a4123b5b2c.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-975ab0c8effc9dc4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852025-04-30T20:16:02.976Z Compiling block-buffer v0.10.4
24862025-04-30T20:16:02.976Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a75b9ba5dd7b065a -C extra-filename=-3fe7555aa9bb27cb --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-424a4eab6aa72a9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872025-04-30T20:16:03.248Z Compiling zerovec v0.10.4
24882025-04-30T20:16:03.302Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=8a3275c7f4400dca -C extra-filename=-66a15f62b8d771ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-5e4fb62fc9faa3f0.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-975ab0c8effc9dc4.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-d6256065cd76fbf1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892025-04-30T20:16:03.303Z Compiling digest v0.10.7
24902025-04-30T20:16:03.303Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=a76323a57f0ddd69 -C extra-filename=-5521fc2fbb46472c --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-3fe7555aa9bb27cb.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-411b812118811da9.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2de6d8a2c2415463.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912025-04-30T20:16:03.682Z Compiling schemars_derive v0.8.22
24922025-04-30T20:16:03.724Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=182fd69b81601519 -C extra-filename=-f0589194ceb2d233 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-c53520513dc2bf96.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932025-04-30T20:16:03.773Z Compiling futures-macro v0.3.31
24942025-04-30T20:16:03.774Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0956b24fe057909 -C extra-filename=-de16a3b171e5849b --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952025-04-30T20:16:04.206Z Compiling zerocopy v0.7.35
24962025-04-30T20:16:04.246Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=a490e60bb8a204c5 -C extra-filename=-c11d658f1074ec63 --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-2129b7fb5c80af14.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-5c40767e1a19e44f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972025-04-30T20:16:04.812Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7f214948d141b3f -C extra-filename=-72a68047d0a50401 --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-3a83a9261926e2e3.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)'`
24982025-04-30T20:16:04.990Z Compiling tinystr v0.7.6
24992025-04-30T20:16:05.030Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=8e7b635b61eb2037 -C extra-filename=-dfd3c8ea72d83b24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5fba771664244d75.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002025-04-30T20:16:05.144Z Compiling icu_collections v1.5.0
25012025-04-30T20:16:05.144Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=30aee888dc9ae98c -C extra-filename=-2fbbbaa1b05e8d0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5fba771664244d75.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-5e4fb62fc9faa3f0.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-975ab0c8effc9dc4.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022025-04-30T20:16:05.184Z Compiling tracing-attributes v0.1.27
25032025-04-30T20:16:05.184Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=6e2539a3f61891c4 -C extra-filename=-ace6ea7c145cf72d --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042025-04-30T20:16:05.392Z Compiling icu_locid v1.5.0
25052025-04-30T20:16:05.436Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=4e837052646c19ee -C extra-filename=-b43961a97ee26f4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5fba771664244d75.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-41d49d975a9f2b53.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-dfd3c8ea72d83b24.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-c753b2cbf8106e5b.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062025-04-30T20:16:05.510Z Compiling ppv-lite86 v0.2.20
25072025-04-30T20:16:05.550Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=9d49760fecd8df81 -C extra-filename=-1116c517fe10b3d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c11d658f1074ec63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082025-04-30T20:16:05.590Z Compiling futures-util v0.3.31
25092025-04-30T20:16:05.591Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --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,test)' --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=c163bd970f0bd57b -C extra-filename=-22b3486293b2b9f0 --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-0b96be3d23455056.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-de16a3b171e5849b.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-27d1c9ca7c5ddbf7.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f1cd1fc5bded71a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102025-04-30T20:16:05.632Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=51341a545241de02 -C extra-filename=-fcfda3857d1092f5 --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-fb709642302e3e4b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
25112025-04-30T20:16:06.146Z Compiling rand_chacha v0.3.1
25122025-04-30T20:16:06.186Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=859591be11bccbd9 -C extra-filename=-02bea97130a9046e --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-1116c517fe10b3d5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132025-04-30T20:16:06.227Z Compiling block-padding v0.3.3
25142025-04-30T20:16:06.227Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=aca1125a0e61291b -C extra-filename=-155c6d23c437eaab --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-424a4eab6aa72a9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152025-04-30T20:16:06.268Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-7fb82aaacb4fdf9d/build-script-build`
25162025-04-30T20:16:06.332Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-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 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=3e834780d1111f3e -C extra-filename=-663aa3ae28b698ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
25172025-04-30T20:16:06.481Z Compiling icu_provider v1.5.0
25182025-04-30T20:16:06.522Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=ac7ad900f9519be1 -C extra-filename=-85676c2381adb832 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5fba771664244d75.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-b43961a97ee26f4f.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-f1573e9d64e15410.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9da8fed20756ad24.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-dfd3c8ea72d83b24.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-c753b2cbf8106e5b.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-5e4fb62fc9faa3f0.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-975ab0c8effc9dc4.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192025-04-30T20:16:07.140Z Compiling icu_locid_transform v1.5.0
25202025-04-30T20:16:07.180Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=bf4cc5ed57b98747 -C extra-filename=-00ea290787ed96ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5fba771664244d75.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-b43961a97ee26f4f.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-046be9163130a234.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-85676c2381adb832.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-dfd3c8ea72d83b24.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212025-04-30T20:16:07.347Z Compiling rand v0.8.5
25222025-04-30T20:16:07.388Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --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=19efec1dfd7fcd69 -C extra-filename=-f5c83a10f24bdf57 --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-f9843d87f643e91e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-02bea97130a9046e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232025-04-30T20:16:07.388Z Compiling inout v0.1.3
25242025-04-30T20:16:07.388Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=a8af9594f2c3536c -C extra-filename=-dd6a995b14bf83c2 --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-155c6d23c437eaab.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252025-04-30T20:16:07.673Z Compiling cipher v0.4.4
25262025-04-30T20:16:07.713Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=3c2dc33a75e0f932 -C extra-filename=-3b39b99f841cf550 --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-2de6d8a2c2415463.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd6a995b14bf83c2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272025-04-30T20:16:08.001Z Compiling itertools v0.12.1
25282025-04-30T20:16:08.042Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=fec76b1d98fce69f -C extra-filename=-b2eb77ef70b05f8c --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-03f8d194805f45a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292025-04-30T20:16:08.083Z Compiling tracing v0.1.40
25302025-04-30T20:16:08.083Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=5a31038bd731095d -C extra-filename=-6a6f9294186d7e4d --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-daba4f3c1b68dcbf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-ace6ea7c145cf72d.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-0d9fcb14404bc2f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312025-04-30T20:16:08.169Z Compiling time-core v0.1.2
25322025-04-30T20:16:08.209Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ea4f1d9f253784f -C extra-filename=-0897a4d58175cba3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332025-04-30T20:16:08.382Z Compiling icu_properties v1.5.1
25342025-04-30T20:16:08.422Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=8fd547e9d3113609 -C extra-filename=-46592295c84492d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5fba771664244d75.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-2fbbbaa1b05e8d0e.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-00ea290787ed96ad.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-aeafc1a348be9a2f.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-85676c2381adb832.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-dfd3c8ea72d83b24.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352025-04-30T20:16:08.546Z Compiling num-conv v0.1.0
25362025-04-30T20:16:08.587Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=da1617102c8e97ce -C extra-filename=-3124eff888b7701a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372025-04-30T20:16:08.850Z Compiling powerfmt v0.2.0
25382025-04-30T20:16:08.891Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=0cc9d1e10758d952 -C extra-filename=-3b8896273f5d9509 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392025-04-30T20:16:09.128Z Compiling deranged v0.3.11
25402025-04-30T20:16:09.168Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=aea8d21ba54c789c -C extra-filename=-64959e0ae441009d --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-3b8896273f5d9509.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412025-04-30T20:16:09.168Z Compiling time-macros v0.2.18
25422025-04-30T20:16:09.209Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=1305e403d9751c40 -C extra-filename=-c716e8fce188e66e --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-3124eff888b7701a.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-0897a4d58175cba3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432025-04-30T20:16:09.250Z Compiling bindgen v0.69.5
25442025-04-30T20:16:09.250Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --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=7e8f8f33f24c96f1 -C extra-filename=-d2ec157b31336144 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-d2ec157b31336144 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452025-04-30T20:16:10.145Z Compiling bytes v1.10.1
25462025-04-30T20:16:10.145Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=6aafe659f2f735a5 -C extra-filename=-9f8e64fcba1e5df2 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472025-04-30T20:16:10.185Z Compiling bitflags v2.9.0
25482025-04-30T20:16:10.185Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=14f631e0d96c467d -C extra-filename=-6a561cfe737ae6c8 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492025-04-30T20:16:10.313Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=3568fa9a8475f0da -C extra-filename=-5dea2288fa2aad85 --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-4e19af958952b731.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ab6482233eaa368.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
25502025-04-30T20:16:10.396Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ab863b01d5a9fa8f -C extra-filename=-6da8d30f8e1b3ab4 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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)'`
25512025-04-30T20:16:10.460Z Compiling indexmap v2.7.1
25522025-04-30T20:16:10.501Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=0d75f187fc7bf75b -C extra-filename=-718d9f25eafe18fb --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-362db49bf1a7d824.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8b275c11e2bd0883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532025-04-30T20:16:10.609Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=1eced8baf85199db -C extra-filename=-90fb2c852f96a7bd --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-6a561cfe737ae6c8.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-2f00e4fa369b3ceb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
25542025-04-30T20:16:10.650Z Compiling chrono v0.4.40
25552025-04-30T20:16:10.650Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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-link"' --check-cfg 'cfg(docsrs,test)' --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-link"))' -C metadata=500af6e2961ecaf2 -C extra-filename=-635dd001e5f79077 --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-4e9142cffc87c3a1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562025-04-30T20:16:11.055Z Compiling uuid v1.16.0
25572025-04-30T20:16:11.100Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=1bd93dbf8ab46e8d -C extra-filename=-f819da46ca7fb7bb --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-fbb481fac23fa7e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582025-04-30T20:16:11.449Z Compiling tokio v1.43.1
25592025-04-30T20:16:11.500Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=3ae5d3dec4425206 -C extra-filename=-96f42699b3f0ee03 --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-9f8e64fcba1e5df2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-b62228e231647547.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-b42269d0b5218b66.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602025-04-30T20:16:11.660Z Compiling icu_normalizer v1.5.0
25612025-04-30T20:16:11.716Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=dbb01512651cf178 -C extra-filename=-b9c688f0847b1c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5fba771664244d75.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-2fbbbaa1b05e8d0e.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-30bac1b1d953b7c1.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-46592295c84492d6.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-85676c2381adb832.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-d2b174341b7cdc75.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-f27c394ea188f44e.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-0dd18df4920d8307.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622025-04-30T20:16:11.716Z Compiling http v1.2.0
25632025-04-30T20:16:11.716Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c84af78ac5a242a9 -C extra-filename=-d0626d2a571d5399 --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-9f8e64fcba1e5df2.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-3d57464229351c79.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642025-04-30T20:16:12.289Z Compiling num_threads v0.1.7
25652025-04-30T20:16:12.330Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=93f95a5f5fee3c94 -C extra-filename=-5243761f347aafbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-04-30T20:16:12.371Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-d2ec157b31336144/build-script-build`
25672025-04-30T20:16:12.411Z Compiling rustc-hash v1.1.0
25682025-04-30T20:16:12.411Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cde0ab46c6222b4f -C extra-filename=-f926ff0ccf96b0cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692025-04-30T20:16:12.457Z Compiling idna_adapter v1.2.0
25702025-04-30T20:16:12.497Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=46d5217d1e675e96 -C extra-filename=-73105f82d04ab01f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-b9c688f0847b1c85.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-46592295c84492d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712025-04-30T20:16:12.576Z Compiling time v0.3.36
25722025-04-30T20:16:12.617Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=28dd986a4b59970a -C extra-filename=-1fea0e4a1756d87c --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-64959e0ae441009d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-3124eff888b7701a.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-5243761f347aafbe.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-3b8896273f5d9509.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-0897a4d58175cba3.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c716e8fce188e66e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732025-04-30T20:16:12.670Z Compiling idna v1.0.3
25742025-04-30T20:16:12.710Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=20a5621f1072ce88 -C extra-filename=-4e0a6846b1d3feb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-73105f82d04ab01f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-f27c394ea188f44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752025-04-30T20:16:12.711Z Compiling lazycell v1.3.0
25762025-04-30T20:16:12.711Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=2baaef34271d5d4a -C extra-filename=-7afa8a894cb67d74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772025-04-30T20:16:12.900Z Compiling httparse v1.9.5
25782025-04-30T20:16:12.940Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=13933b4dac3c8682 -C extra-filename=-d27143b7a93242e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-d27143b7a93242e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792025-04-30T20:16:13.145Z Compiling atomic-waker v1.1.2
25802025-04-30T20:16:13.186Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=c9f0e8be49e3f6e9 -C extra-filename=-01f90c7a2d94184a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812025-04-30T20:16:13.354Z Compiling url v2.5.3
25822025-04-30T20:16:13.395Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=82643d989b87a171 -C extra-filename=-b91b370c7e2acb73 --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-e492f5405f6e4d85.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832025-04-30T20:16:13.396Z Compiling base64ct v1.6.0
25842025-04-30T20:16:13.396Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=8080986ce0562bb6 -C extra-filename=-8be1ba0eaa8fca01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852025-04-30T20:16:13.549Z Compiling sha2 v0.10.8
25862025-04-30T20:16:13.589Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=90612a7eb65e77f8 -C extra-filename=-e044a984a6b27ede --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-7f8514ed35d62a3a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872025-04-30T20:16:13.590Z Compiling which v4.4.2
25882025-04-30T20:16:13.631Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=c1383e8cd872cf89 -C extra-filename=-1436e2ddfd5f9aa4 --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-03f8d194805f45a1.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-a0c58be9c9839aee.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892025-04-30T20:16:13.965Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --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=10411366a7750f41 -C extra-filename=-d248380f5c7cdc9d --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-6a561cfe737ae6c8.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-594b7546f0073c6e.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-b1e025758cc4f457.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b2eb77ef70b05f8c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-7afa8a894cb67d74.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-f926ff0ccf96b0cd.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-00e54bee3a24be47.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-1436e2ddfd5f9aa4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902025-04-30T20:16:14.007Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-d27143b7a93242e8/build-script-build`
25912025-04-30T20:16:14.102Z Compiling hmac v0.12.1
25922025-04-30T20:16:14.144Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=e32faab4ed18c10a -C extra-filename=-178c663a766d6210 --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-5521fc2fbb46472c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932025-04-30T20:16:14.144Z Compiling cmake v0.1.51
25942025-04-30T20:16:14.145Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78c6c8cb10451e26 -C extra-filename=-321634af65711493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952025-04-30T20:16:14.388Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --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=8de9aef282fbb242 -C extra-filename=-7d6493d077cc7e89 --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-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-06fcd8d2e0fd472e.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-f0589194ceb2d233.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
25962025-04-30T20:16:14.513Z Compiling gimli v0.31.1
25972025-04-30T20:16:14.554Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=befe8fe31e2d49ec -C extra-filename=-67835e172d301f3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982025-04-30T20:16:14.916Z Compiling dunce v1.0.5
25992025-04-30T20:16:14.957Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=754c8370f4d2cbe4 -C extra-filename=-4858c6f2010da081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002025-04-30T20:16:14.957Z Compiling fs_extra v1.3.0
26012025-04-30T20:16:14.997Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04f5e9be38d6cf1a -C extra-filename=-def24bb22f20c5b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022025-04-30T20:16:15.091Z Compiling untrusted v0.9.0
26032025-04-30T20:16:15.131Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc37262857223d71 -C extra-filename=-9bbb5166464e8f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042025-04-30T20:16:15.318Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.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="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=b31fe12a179062fd -C extra-filename=-b591337e3059e592 --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-7f8514ed35d62a3a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9bbb5166464e8f20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -l static=ring_core_0_17_11_ -l static=ring_core_0_17_11__test`
26052025-04-30T20:16:15.469Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b3c53e459baf92c5 -C extra-filename=-31d17b43dfb8e636 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
26062025-04-30T20:16:16.029Z Compiling object v0.36.5
26072025-04-30T20:16:16.071Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=dcef8810540f96d9 -C extra-filename=-1cd0238c7f817aab --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-2f30e680c9e63b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082025-04-30T20:16:16.198Z Compiling rustc-demangle v0.1.24
26092025-04-30T20:16:16.238Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=a6958c25bef6e3ca -C extra-filename=-cbd5e145922095d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102025-04-30T20:16:16.419Z Compiling anyhow v1.0.98
26112025-04-30T20:16:16.460Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=fbe1660f0cc268f5 -C extra-filename=-801f253f8be508a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-801f253f8be508a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122025-04-30T20:16:17.004Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-801f253f8be508a6/build-script-build`
26132025-04-30T20:16:17.044Z Compiling serde_tokenstream v0.2.2
26142025-04-30T20:16:17.044Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56a0d571e886c0d1 -C extra-filename=-64a834e7b41ae069 --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-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152025-04-30T20:16:17.147Z Compiling serde_spanned v0.6.8
26162025-04-30T20:16:17.188Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=124169299ae2a027 -C extra-filename=-1585bf0c51f03b73 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-04-30T20:16:17.388Z Compiling toml_datetime v0.6.8
26182025-04-30T20:16:17.429Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=380d321d1a2d214f -C extra-filename=-a64e61c547a376af --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192025-04-30T20:16:17.523Z Compiling rustls-pki-types v1.10.0
26202025-04-30T20:16:17.573Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=964a96a0c5290a80 -C extra-filename=-522227478bca0142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212025-04-30T20:16:17.614Z Compiling aws-lc-rs v1.12.4
26222025-04-30T20:16:17.614Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.12.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="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=33a676c316648e94 -C extra-filename=-75e95752b55a2521 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-75e95752b55a2521 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232025-04-30T20:16:17.823Z Compiling addr2line v0.24.2
26242025-04-30T20:16:17.864Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=b78c7aecf763c7bd -C extra-filename=-154a93e84394d813 --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-67835e172d301f3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252025-04-30T20:16:18.073Z Compiling pem-rfc7468 v0.7.0
26262025-04-30T20:16:18.113Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=397522ab702ae3a8 -C extra-filename=-8665c72c69b562d8 --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-8be1ba0eaa8fca01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272025-04-30T20:16:18.329Z Compiling http-body v1.0.1
26282025-04-30T20:16:18.369Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21908d45a983d37e -C extra-filename=-b4e86787846c9cb7 --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-9f8e64fcba1e5df2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-04-30T20:16:18.443Z Compiling tokio-util v0.7.13
26302025-04-30T20:16:18.484Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --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=a533a1384c2b70e6 -C extra-filename=-6d2f783aac8e98b9 --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-9f8e64fcba1e5df2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f1cd1fc5bded71a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312025-04-30T20:16:18.524Z Compiling untrusted v0.7.1
26322025-04-30T20:16:18.524Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e0a45332e1c70fc -C extra-filename=-da2daee8d92d2236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332025-04-30T20:16:18.626Z Compiling base64 v0.22.1
26342025-04-30T20:16:18.667Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=def86ddfe99c4981 -C extra-filename=-388427588bad31ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352025-04-30T20:16:18.710Z Compiling try-lock v0.2.5
26362025-04-30T20:16:18.751Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac1f5e5d5d85fdb2 -C extra-filename=-69c6e1a2391486da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372025-04-30T20:16:18.791Z Compiling httpdate v1.0.3
26382025-04-30T20:16:18.791Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d651ebaba5fec5f4 -C extra-filename=-04bf4929f7a54a53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392025-04-30T20:16:18.925Z Compiling want v0.3.1
26402025-04-30T20:16:18.965Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=23f908df6de35c44 -C extra-filename=-841f7587ccada14c --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-69c6e1a2391486da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412025-04-30T20:16:19.026Z Compiling der_derive v0.7.3
26422025-04-30T20:16:19.067Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3d7375d385e669d -C extra-filename=-0315fcd12894683e --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432025-04-30T20:16:19.256Z Compiling openssl-sys v0.9.107
26442025-04-30T20:16:19.296Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/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,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=b37abedfc462678f -C extra-filename=-a8b88f16eea6a4e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-a8b88f16eea6a4e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ef2577dd9478d7f6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452025-04-30T20:16:19.296Z Compiling rustversion v1.0.17
26462025-04-30T20:16:19.296Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f72b51cf230f2314 -C extra-filename=-a9c14bfa76dcbcc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-a9c14bfa76dcbcc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472025-04-30T20:16:19.341Z Compiling flagset v0.4.6
26482025-04-30T20:16:19.381Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=0cc3bbf7b62363c9 -C extra-filename=-a547826f30fccc19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492025-04-30T20:16:19.629Z Compiling h2 v0.4.6
26502025-04-30T20:16:19.670Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=accc1151fd02ccc9 -C extra-filename=-98bc3226bfda47d3 --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-01f90c7a2d94184a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-3d57464229351c79.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f1cd1fc5bded71a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512025-04-30T20:16:19.847Z Compiling slog v2.7.0
26522025-04-30T20:16:19.887Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=71ae471751df7323 -C extra-filename=-812d38d007ecc966 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-812d38d007ecc966 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532025-04-30T20:16:20.082Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-a9c14bfa76dcbcc0/build-script-build`
26542025-04-30T20:16:20.173Z Compiling pbkdf2 v0.12.2
26552025-04-30T20:16:20.217Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=9eca0fa8d99ae184 -C extra-filename=-0ad0ab21d288e441 --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-5521fc2fbb46472c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562025-04-30T20:16:20.377Z Compiling aes v0.8.4
26572025-04-30T20:16:20.417Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=9e0b50fe67d5fc26 -C extra-filename=-308dc52d8875a7e1 --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-7f8514ed35d62a3a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582025-04-30T20:16:20.418Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-a8b88f16eea6a4e4/build-script-main`
26592025-04-30T20:16:20.418Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-812d38d007ecc966/build-script-build`
26602025-04-30T20:16:20.505Z Compiling utf8parse v0.2.2
26612025-04-30T20:16:20.545Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=5a1ebcd37d5d4605 -C extra-filename=-955928cd69d22d1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622025-04-30T20:16:20.545Z Compiling tower-service v0.3.3
26632025-04-30T20:16:20.585Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ed14934be928cf0 -C extra-filename=-d4879014808bc9b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642025-04-30T20:16:20.708Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b604e374710a2615 -C extra-filename=-f0f67145d01a5533 --out-dir /work/oxidecomputer/omicron/target/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`
26652025-04-30T20:16:20.749Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=18e36f020d35ca4c -C extra-filename=-3fc5ea9e75a3a53d --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"))'`
26662025-04-30T20:16:21.106Z Compiling der v0.7.9
26672025-04-30T20:16:21.146Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=5a84776d94798170 -C extra-filename=-59cd39f573908132 --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-411b812118811da9.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-0315fcd12894683e.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-a547826f30fccc19.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682025-04-30T20:16:21.351Z Compiling cbc v0.1.2
26692025-04-30T20:16:21.392Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=c9376a3f784b2bbb -C extra-filename=-36fd22a7b9a4cc1b --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-3b39b99f841cf550.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702025-04-30T20:16:21.600Z Compiling backtrace v0.3.74
26712025-04-30T20:16:21.648Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=24e6d5378297f002 -C extra-filename=-290190dfb6a37a67 --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-154a93e84394d813.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-aa8971cfbc812aad.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1cd0238c7f817aab.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-cbd5e145922095d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722025-04-30T20:16:21.840Z Compiling salsa20 v0.10.2
26732025-04-30T20:16:21.880Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=17003fc29e3359da -C extra-filename=-7145a57cfd787053 --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-3b39b99f841cf550.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742025-04-30T20:16:22.049Z Compiling rustc_version v0.4.1
26752025-04-30T20:16:22.090Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad317c75488b92bf -C extra-filename=-778b52d530948f9a --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-6da8d30f8e1b3ab4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762025-04-30T20:16:22.091Z Compiling scrypt v0.11.0
26772025-04-30T20:16:22.091Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=fd051a6c564376d4 -C extra-filename=-1970a7a578655299 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-0ad0ab21d288e441.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-7145a57cfd787053.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782025-04-30T20:16:22.401Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/src/lib.rs --error-format=json --json=diagnostic-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,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=9fb1940f069a860b -C extra-filename=-d5094eb9be5589e2 --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-290190dfb6a37a67.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_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
26792025-04-30T20:16:22.554Z Compiling async-trait v0.1.88
26802025-04-30T20:16:22.598Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.88/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e025e19f95291abb -C extra-filename=-d267ed5fcc66eb5b --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812025-04-30T20:16:22.641Z Compiling mime v0.3.17
26822025-04-30T20:16:22.681Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=11fe35eebf23bc9e -C extra-filename=-80e1054dc5264632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832025-04-30T20:16:22.722Z Compiling foreign-types-shared v0.1.1
26842025-04-30T20:16:22.762Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=393860b5cd3827f2 -C extra-filename=-eeb9fffea4b87a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852025-04-30T20:16:22.863Z Compiling spki v0.7.3
26862025-04-30T20:16:22.904Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=4cc35ec01929bd54 -C extra-filename=-a042adec6572f408 --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-59cd39f573908132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872025-04-30T20:16:23.097Z Compiling openssl-probe v0.1.5
26882025-04-30T20:16:23.137Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfad428fa631f874 -C extra-filename=-2c7c5d32c902c35b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892025-04-30T20:16:23.178Z Compiling openssl v0.10.72
26902025-04-30T20:16:23.178Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=4dc6a9515301f073 -C extra-filename=-a752d535b1e53de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-a752d535b1e53de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912025-04-30T20:16:23.218Z Compiling pkcs5 v0.7.1
26922025-04-30T20:16:23.218Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=4b4f6535ac516c10 -C extra-filename=-2692fb030494441e --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-308dc52d8875a7e1.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-36fd22a7b9a4cc1b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-59cd39f573908132.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-0ad0ab21d288e441.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-1970a7a578655299.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932025-04-30T20:16:23.404Z Compiling ipnet v2.11.0
26942025-04-30T20:16:23.444Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=fdd8c217107df51c -C extra-filename=-73c4d314c6c4a836 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952025-04-30T20:16:23.587Z Compiling anstyle v1.0.10
26962025-04-30T20:16:23.628Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=38b12eee168027d2 -C extra-filename=-1e83090b88d7e230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972025-04-30T20:16:23.628Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a752d535b1e53de5/build-script-build`
26982025-04-30T20:16:23.669Z Compiling foreign-types v0.3.2
26992025-04-30T20:16:23.669Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e8f38bd24b49e34 -C extra-filename=-180494aa4b808d97 --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-eeb9fffea4b87a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002025-04-30T20:16:23.780Z Compiling pkcs8 v0.10.2
27012025-04-30T20:16:23.820Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=48941f128edda130 -C extra-filename=-f6ff94aad6003186 --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-59cd39f573908132.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-2692fb030494441e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022025-04-30T20:16:23.977Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=34bee90636de72c1 -C extra-filename=-e69c70cf5e0049db --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --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(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
27032025-04-30T20:16:24.018Z Compiling http-body-util v0.1.3
27042025-04-30T20:16:24.018Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=8cfb44c33206ae7c -C extra-filename=-fffe7d22aad820fd --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-9f8e64fcba1e5df2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b4e86787846c9cb7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052025-04-30T20:16:24.156Z Compiling openssl-macros v0.1.1
27062025-04-30T20:16:24.196Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=05b5a9d0b1679149 -C extra-filename=-fda6838148593c9d --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072025-04-30T20:16:24.344Z Compiling rustls v0.23.19
27082025-04-30T20:16:24.384Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.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="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=c676cb8160b2a715 -C extra-filename=-d32c2fc7133c9096 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-d32c2fc7133c9096 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092025-04-30T20:16:24.385Z Compiling anstyle-parse v0.2.5
27102025-04-30T20:16:24.385Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=89e7d51781fbb867 -C extra-filename=-7b47f4f01a29bcbe --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-955928cd69d22d1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112025-04-30T20:16:24.503Z Compiling rustls-pemfile v2.2.0
27122025-04-30T20:16:24.543Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c9af3030c9d058fe -C extra-filename=-25196b4ef591aa15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132025-04-30T20:16:24.712Z Compiling colorchoice v1.0.2
27142025-04-30T20:16:24.753Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18526620370cb29c -C extra-filename=-f770418ae6074be7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152025-04-30T20:16:24.754Z Compiling native-tls v0.2.12
27162025-04-30T20:16:24.794Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=676d80c62c66f896 -C extra-filename=-63884ad533c94307 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-63884ad533c94307 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172025-04-30T20:16:24.795Z Compiling anstyle-query v1.1.1
27182025-04-30T20:16:24.795Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0c86da8d33af47f -C extra-filename=-6747337a02f2d71e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192025-04-30T20:16:24.843Z Compiling is_terminal_polyfill v1.70.1
27202025-04-30T20:16:24.884Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=56ca131a40bf8dd3 -C extra-filename=-92ab7122f30d3a06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212025-04-30T20:16:24.926Z Compiling terminal_size v0.4.0
27222025-04-30T20:16:24.926Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e04526fecff56036 -C extra-filename=-ac7ad8ba4b867a6c --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-90fb2c852f96a7bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232025-04-30T20:16:24.968Z Compiling futures-executor v0.3.31
27242025-04-30T20:16:24.968Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=2e45bd4eb72a13a2 -C extra-filename=-fc088a34275501fb --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-6a561cfe737ae6c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-180494aa4b808d97.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-fda6838148593c9d.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-e69c70cf5e0049db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --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)'`
27252025-04-30T20:16:24.968Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=2e6d0e3f8615c92e -C extra-filename=-0fea71c788d66a46 --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-20cc0d919cf526a3.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262025-04-30T20:16:25.023Z Compiling anstream v0.6.15
27272025-04-30T20:16:25.063Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=62a18fa9fe7a190d -C extra-filename=-70f798e7bf4beb3d --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-1e83090b88d7e230.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-7b47f4f01a29bcbe.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-6747337a02f2d71e.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f770418ae6074be7.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-92ab7122f30d3a06.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-955928cd69d22d1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282025-04-30T20:16:25.063Z Compiling serde_urlencoded v0.7.1
27292025-04-30T20:16:25.063Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce2772ddc2a037eb -C extra-filename=-6774c7e3c191cbb2 --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-e492f5405f6e4d85.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ab6482233eaa368.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302025-04-30T20:16:25.145Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-63884ad533c94307/build-script-build`
27312025-04-30T20:16:25.185Z Compiling cookie v0.18.1
27322025-04-30T20:16:25.185Z Compiling encoding_rs v0.8.34
27332025-04-30T20:16:25.185Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=2aadfb741fad4669 -C extra-filename=-238c49dbf9b1ea1d --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-238c49dbf9b1ea1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342025-04-30T20:16:25.185Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=57b248f3dfe067e9 -C extra-filename=-70d9e28b912dffa4 --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-7f8514ed35d62a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352025-04-30T20:16:25.479Z Compiling hyper v1.6.0
27362025-04-30T20:16:25.519Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-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=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=0df07692a4dc5616 -C extra-filename=-df82cfab8dc943fe --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-9f8e64fcba1e5df2.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-98bc3226bfda47d3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b4e86787846c9cb7.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-31d17b43dfb8e636.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-04bf4929f7a54a53.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-841f7587ccada14c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372025-04-30T20:16:25.519Z Compiling clap_lex v0.7.4
27382025-04-30T20:16:25.560Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fffbda85d848c77c -C extra-filename=-2cb83529c6df965c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392025-04-30T20:16:25.561Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-238c49dbf9b1ea1d/build-script-build`
27402025-04-30T20:16:25.620Z Compiling futures v0.3.31
27412025-04-30T20:16:25.660Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --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=32b0c93e70d6fdb1 -C extra-filename=-47fc53334f83c231 --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-0b96be3d23455056.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-0fea71c788d66a46.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422025-04-30T20:16:25.661Z Compiling clap_derive v4.5.32
27432025-04-30T20:16:25.661Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=2c6dea814c0f84fd -C extra-filename=-8134001f39518a46 --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-898e01f7b1a1be18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442025-04-30T20:16:25.762Z Compiling ucd-trie v0.1.7
27452025-04-30T20:16:25.803Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6a89a30622c00f6c -C extra-filename=-1214847bde3c5bbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462025-04-30T20:16:25.935Z Compiling clap_builder v4.5.35
27472025-04-30T20:16:25.975Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=233a6eb2c66a5f32 -C extra-filename=-402848661cd7e43d --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-70f798e7bf4beb3d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-1e83090b88d7e230.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-2cb83529c6df965c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-3ce62d4660f4918b.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-ac7ad8ba4b867a6c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482025-04-30T20:16:26.240Z Compiling litrs v0.4.1
27492025-04-30T20:16:26.281Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-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,test)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=27c806cd683e59db -C extra-filename=-65b53a138471a4d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502025-04-30T20:16:27.177Z Compiling psl-types v2.0.11
27512025-04-30T20:16:27.218Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fff6ac19a27c4f5d -C extra-filename=-bd44e61f0ef1d493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522025-04-30T20:16:27.395Z Compiling hyper-util v0.1.11
27532025-04-30T20:16:27.436Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=6d748b87d0bd98f8 -C extra-filename=-a3a84f5d5133d8b3 --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-9f8e64fcba1e5df2.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b4e86787846c9cb7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d4879014808bc9b4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542025-04-30T20:16:27.476Z Compiling publicsuffix v2.3.0
27552025-04-30T20:16:27.476Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=3aa2b0c803965a16 -C extra-filename=-eb6a73390feeed75 --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-4e0a6846b1d3feb9.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-bd44e61f0ef1d493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562025-04-30T20:16:27.747Z Compiling document-features v0.2.10
27572025-04-30T20:16:27.787Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.10/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=4a9521df8ea2440e -C extra-filename=-54ff5563503f1807 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-65b53a138471a4d5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582025-04-30T20:16:28.191Z Compiling pest v2.7.14
27592025-04-30T20:16:28.235Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=8903d07b3251e3ed -C extra-filename=-425fb8ec25375d9b --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-2f30e680c9e63b82.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-1214847bde3c5bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602025-04-30T20:16:28.407Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=8150b254f65553d5 -C extra-filename=-5ed8136344f353f1 --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-e7b501f844213079.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612025-04-30T20:16:28.767Z Compiling webpki-roots v0.26.6
27622025-04-30T20:16:28.808Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd36e62cc20d28b1 -C extra-filename=-9bcee1d2cec39e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632025-04-30T20:16:29.001Z Compiling ipnetwork v0.21.1
27642025-04-30T20:16:29.046Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=426138a2d0f1a63c -C extra-filename=-c72da711e3bfca3c --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-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652025-04-30T20:16:29.182Z Compiling clap v4.5.35
27662025-04-30T20:16:29.223Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=1c96c1726f2a7b38 -C extra-filename=-ae158bf3b9f8b817 --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-402848661cd7e43d.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-8134001f39518a46.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672025-04-30T20:16:29.271Z Compiling sync_wrapper v1.0.1
27682025-04-30T20:16:29.312Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=d11cafdeeb7fae1a -C extra-filename=-da2e0efedec480f2 --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-20cc0d919cf526a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692025-04-30T20:16:29.354Z Compiling tower-layer v0.3.3
27702025-04-30T20:16:29.354Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=58560bd46524c252 -C extra-filename=-9d5808568ad56e19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712025-04-30T20:16:29.523Z Compiling winnow v0.5.40
27722025-04-30T20:16:29.564Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c09fd987f0270d21 -C extra-filename=-dc17ff27fc913874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732025-04-30T20:16:29.676Z Compiling tower v0.5.2
27742025-04-30T20:16:29.761Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-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="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=25e5fee12c47b541 -C extra-filename=-713102f9d90d4cda --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-20cc0d919cf526a3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-da2e0efedec480f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-9d5808568ad56e19.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d4879014808bc9b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752025-04-30T20:16:29.807Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=860dc34acaa69c5f -C extra-filename=-3b61d498e20b443d --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-daba4f3c1b68dcbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2c7c5d32c902c35b.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-e69c70cf5e0049db.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`
27762025-04-30T20:16:29.889Z Compiling cookie_store v0.21.1
27772025-04-30T20:16:29.930Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=a4e8ec59f1f737de -C extra-filename=-b83e800facb9d66e --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-5ed8136344f353f1.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-54ff5563503f1807.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-eb6a73390feeed75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782025-04-30T20:16:30.289Z Compiling tokio-native-tls v0.3.1
27792025-04-30T20:16:30.332Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=d17af53f25e253ac -C extra-filename=-3e89d7d3d4b0cd64 --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-3b61d498e20b443d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27802025-04-30T20:16:30.418Z Compiling pest_meta v2.7.14
27812025-04-30T20:16:30.461Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=57f10dfdd7a68276 -C extra-filename=-909e6a293339c115 --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-be01080c9c55c2cd.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-425fb8ec25375d9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822025-04-30T20:16:30.574Z Compiling hyper-tls v0.6.0
27832025-04-30T20:16:30.615Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=95dc32cca052950a -C extra-filename=-0d0e7985e7353858 --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-9f8e64fcba1e5df2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3a84f5d5133d8b3.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-3b61d498e20b443d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-3e89d7d3d4b0cd64.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d4879014808bc9b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27842025-04-30T20:16:30.745Z Compiling openapiv3 v2.0.0
27852025-04-30T20:16:30.786Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=ccb27d1692e7c174 -C extra-filename=-bebe141ada6d2f7b --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-718d9f25eafe18fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-04-30T20:16:30.962Z Compiling signature v2.2.0
27872025-04-30T20:16:31.004Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=1bc132aa1c2262a2 -C extra-filename=-f0068d85b2ab1558 --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-5521fc2fbb46472c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882025-04-30T20:16:31.133Z Compiling scroll_derive v0.12.0
27892025-04-30T20:16:31.176Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bf4f5bdaecad3e1 -C extra-filename=-03c03d45430f5e18 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902025-04-30T20:16:31.255Z Compiling data-encoding v2.6.0
27912025-04-30T20:16:31.297Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=fc453dc87960b50d -C extra-filename=-729ac19f9ff8ff78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922025-04-30T20:16:31.357Z Compiling siphasher v0.3.11
27932025-04-30T20:16:31.397Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=1527673e48602d3a -C extra-filename=-97ae0a8b40a09002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942025-04-30T20:16:31.720Z Compiling pest_generator v2.7.14
27952025-04-30T20:16:31.763Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=b045b65a7c5b1323 -C extra-filename=-6bf871dc21342d38 --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-425fb8ec25375d9b.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-909e6a293339c115.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962025-04-30T20:16:32.335Z Compiling toml_edit v0.19.15
27972025-04-30T20:16:32.377Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=66e045a76e33d6d9 -C extra-filename=-54ceb39e42f90769 --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-718d9f25eafe18fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-1585bf0c51f03b73.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-dc17ff27fc913874.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982025-04-30T20:16:32.378Z Compiling plain v0.2.3
27992025-04-30T20:16:32.378Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f7263f7eebcba9d -C extra-filename=-61730aa91becd9fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002025-04-30T20:16:32.996Z Compiling scroll v0.12.0
28012025-04-30T20:16:32.996Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=ab0393f93a4b31e1 -C extra-filename=-ca80ad774d9e9ac6 --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-03c03d45430f5e18.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022025-04-30T20:16:33.037Z Compiling tinyvec_macros v0.1.1
28032025-04-30T20:16:33.037Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=774bd2ecb0ad2523 -C extra-filename=-cb1f570f49917c8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042025-04-30T20:16:33.037Z Compiling tinyvec v1.8.0
28052025-04-30T20:16:33.037Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=4f83bac4f6d51ab4 -C extra-filename=-1cf823ba7fddb7b2 --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-cb1f570f49917c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062025-04-30T20:16:33.037Z Compiling goblin v0.8.2
28072025-04-30T20:16:33.037Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=98d7a07f3407a24b -C extra-filename=-20dd4dde6fd932b2 --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-daba4f3c1b68dcbf.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-61730aa91becd9fb.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-ca80ad774d9e9ac6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082025-04-30T20:16:33.037Z Compiling phf_shared v0.11.2
28092025-04-30T20:16:33.037Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=1ec6c87e54e12b9c -C extra-filename=-757c80bfc90f886b --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-97ae0a8b40a09002.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102025-04-30T20:16:33.156Z Compiling usdt-impl v0.5.0
28112025-04-30T20:16:33.219Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=346af10724bb3805 -C extra-filename=-92b0072c912b523a --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-92b0072c912b523a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122025-04-30T20:16:33.275Z Compiling zerocopy v0.8.10
28132025-04-30T20:16:33.275Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=8062c52c22d4d815 -C extra-filename=-db22c9a7523870d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-db22c9a7523870d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142025-04-30T20:16:33.534Z Compiling bitflags v1.3.2
28152025-04-30T20:16:33.574Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=696cb0cad1d94f9f -C extra-filename=-583cffbe97cd9a36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162025-04-30T20:16:33.660Z Compiling pretty-hex v0.4.1
28172025-04-30T20:16:33.701Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=1de18fcef198766d -C extra-filename=-51606c72477ef962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182025-04-30T20:16:33.890Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-92b0072c912b523a/build-script-build`
28192025-04-30T20:16:33.936Z Compiling sha1 v0.10.6
28202025-04-30T20:16:33.978Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=e86e9f26571240f9 -C extra-filename=-97d6be9eb3fdf7a9 --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-7f8514ed35d62a3a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212025-04-30T20:16:33.978Z Compiling zerocopy-derive v0.8.10
28222025-04-30T20:16:33.978Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.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 --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18b2eba12b0eab89 -C extra-filename=-dc7c6bfdad4b1f24 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232025-04-30T20:16:34.018Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-db22c9a7523870d1/build-script-build`
28242025-04-30T20:16:34.063Z Compiling pest_derive v2.7.14
28252025-04-30T20:16:34.106Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=4fb86f00859ae09a -C extra-filename=-27f2347e51087deb --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-425fb8ec25375d9b.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-6bf871dc21342d38.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262025-04-30T20:16:34.107Z Compiling num-integer v0.1.46
28272025-04-30T20:16:34.107Z Compiling thread-id v4.2.2
28282025-04-30T20:16:34.107Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=7e1c267c12e794cf -C extra-filename=-6b8f3f4a98e59b6b --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-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292025-04-30T20:16:34.107Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e86b4ffa58eb2b2e -C extra-filename=-3588e1c521b897b8 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302025-04-30T20:16:34.293Z Compiling winnow v0.7.3
28312025-04-30T20:16:34.339Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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 --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' '--allow=clippy::result_large_err' '--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,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=af5277575b4a3082 -C extra-filename=-6ef9097ab05d5efe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322025-04-30T20:16:34.382Z Compiling crc32fast v1.4.2
28332025-04-30T20:16:34.382Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=fc66d55bd043eefa -C extra-filename=-dc6ff59ed603a867 --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-7f8514ed35d62a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342025-04-30T20:16:34.699Z Compiling base16ct v0.2.0
28352025-04-30T20:16:34.739Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=b05ce22b0616b9ec -C extra-filename=-2f0f34c3a81c542d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362025-04-30T20:16:34.803Z Compiling static_assertions v1.1.0
28372025-04-30T20:16:34.803Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=295c6c155934166b -C extra-filename=-eebb9e55bdfbecfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382025-04-30T20:16:34.920Z Compiling unicode-segmentation v1.12.0
28392025-04-30T20:16:34.968Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=4f70cf9c4e129154 -C extra-filename=-ad84214d9a4bf3fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402025-04-30T20:16:35.008Z Compiling dtrace-parser v0.2.0
28412025-04-30T20:16:35.008Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2ae7f73fc6ab711 -C extra-filename=-10126884885ae171 --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-425fb8ec25375d9b.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-27f2347e51087deb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-04-30T20:16:35.050Z Compiling sec1 v0.7.3
28432025-04-30T20:16:35.050Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=b3aabbadae59bb4a -C extra-filename=-a439ed21d8d9232f --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-2f0f34c3a81c542d.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-59cd39f573908132.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442025-04-30T20:16:35.546Z Compiling hubpack_derive v0.1.1
28452025-04-30T20:16:35.588Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=84f0b2897b4d3ae5 -C extra-filename=-e4a0d56154d3cce3 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-04-30T20:16:35.638Z Compiling ff v0.13.0
28472025-04-30T20:16:35.679Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=b886d0bce9d0a424 -C extra-filename=-35d01822ad41ba00 --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-e46a24b1c936db89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482025-04-30T20:16:35.868Z Compiling heck v0.4.1
28492025-04-30T20:16:35.908Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=574977b599b350bb -C extra-filename=-317511b4e6521cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502025-04-30T20:16:36.225Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-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 --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=e0f5bcbe5c83cfe1 -C extra-filename=-917d586881b8133b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-dc7c6bfdad4b1f24.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
28512025-04-30T20:16:36.268Z Compiling group v0.13.0
28522025-04-30T20:16:36.268Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=02a583f33d58459a -C extra-filename=-d36381fd22eefd16 --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-35d01822ad41ba00.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532025-04-30T20:16:36.430Z Compiling hubpack v0.1.2
28542025-04-30T20:16:36.472Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=28c89aa7c9fd5adc -C extra-filename=-c47270a6e06ecf5b --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-e4a0d56154d3cce3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552025-04-30T20:16:36.577Z Compiling num-iter v0.1.45
28562025-04-30T20:16:36.617Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=f8fd0a7922c3abad -C extra-filename=-654d082f1ab23d47 --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-6b8f3f4a98e59b6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572025-04-30T20:16:36.617Z Compiling oxnet v0.1.1
28582025-04-30T20:16:36.659Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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 --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=03d81e155e4c0f43 -C extra-filename=-17e0f7ff36da3706 --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-c72da711e3bfca3c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592025-04-30T20:16:36.781Z Compiling hkdf v0.12.4
28602025-04-30T20:16:36.831Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=cba05b227ca1a027 -C extra-filename=-91568b0976fde766 --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-178c663a766d6210.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612025-04-30T20:16:36.872Z Compiling crypto-bigint v0.5.5
28622025-04-30T20:16:36.872Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=4fc1d07e7bddfa66 -C extra-filename=-93f69439f2fd7a2f --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-424a4eab6aa72a9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632025-04-30T20:16:37.066Z Compiling toml_edit v0.22.24
28642025-04-30T20:16:37.108Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--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,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=f6cc250968962664 -C extra-filename=-08ab4fa0199e0d68 --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-718d9f25eafe18fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-1585bf0c51f03b73.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6ef9097ab05d5efe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652025-04-30T20:16:37.202Z Compiling memmap v0.7.0
28662025-04-30T20:16:37.243Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5086475188a0c58 -C extra-filename=-2bd059cb1b700c5f --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672025-04-30T20:16:37.284Z Compiling unicode-width v0.2.0
28682025-04-30T20:16:37.284Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-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="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=32579ddb513226cf -C extra-filename=-8eb4dc81f9420728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692025-04-30T20:16:37.510Z Compiling dof v0.3.0
28702025-04-30T20:16:37.563Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=b213b28ad4f36af1 -C extra-filename=-736ad87ef407909e --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-20dd4dde6fd932b2.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c11d658f1074ec63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712025-04-30T20:16:37.744Z Compiling num-bigint-dig v0.8.4
28722025-04-30T20:16:37.785Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=9c58a5148827debc -C extra-filename=-cc911c285da7560b --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-cc911c285da7560b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732025-04-30T20:16:37.991Z Compiling strum_macros v0.26.4
28742025-04-30T20:16:38.043Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb28ea08097c9019 -C extra-filename=-bd43e950c1d3283c --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-898e01f7b1a1be18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-3fc5ea9e75a3a53d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752025-04-30T20:16:38.111Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-cc911c285da7560b/build-script-build`
28762025-04-30T20:16:38.152Z Compiling zerocopy-derive v0.6.6
28772025-04-30T20:16:38.152Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=94d3fc554937afa9 -C extra-filename=-b34a0c63bc0f2671 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782025-04-30T20:16:38.802Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=68177966671f89ee -C extra-filename=-44f89183a0444deb --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-2129b7fb5c80af14.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-736ad87ef407909e.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-10126884885ae171.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-3588e1c521b897b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
28792025-04-30T20:16:38.987Z Compiling bzip2-sys v0.1.13+1.0.8
28802025-04-30T20:16:39.028Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+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,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=c0730fe58df0f79e -C extra-filename=-b877340f7abf5fc6 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b877340f7abf5fc6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812025-04-30T20:16:39.567Z Compiling elliptic-curve v0.13.8
28822025-04-30T20:16:39.618Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=5208326d9fe9eb4e -C extra-filename=-b3ca9dc8640c22ec --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-2f0f34c3a81c542d.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-93f69439f2fd7a2f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-35d01822ad41ba00.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d36381fd22eefd16.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-a439ed21d8d9232f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832025-04-30T20:16:39.852Z Compiling zerocopy v0.6.6
28842025-04-30T20:16:39.895Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=ebb918df67c7d5b6 -C extra-filename=-986f800d9db672b6 --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-2129b7fb5c80af14.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-b34a0c63bc0f2671.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852025-04-30T20:16:39.937Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b877340f7abf5fc6/build-script-build`
28862025-04-30T20:16:40.288Z Compiling usdt-attr-macro v0.5.0
28872025-04-30T20:16:40.329Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=befa78e5cefbd87a -C extra-filename=-bf65d25734d312ae --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-10126884885ae171.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882025-04-30T20:16:40.329Z Compiling usdt-macro v0.5.0
28892025-04-30T20:16:40.329Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=8b48bb77e8efa105 -C extra-filename=-56d458899f448761 --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-10126884885ae171.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902025-04-30T20:16:40.510Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=d5ca71e699b9a52a -C extra-filename=-06f61af37fe62196 --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-2129b7fb5c80af14.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-ed980c3ba206050c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-654d082f1ab23d47.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28912025-04-30T20:16:40.824Z Compiling flate2 v1.1.1
28922025-04-30T20:16:40.874Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-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 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --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=761ca332c87e7bd9 -C extra-filename=-2b45682c7ecb0125 --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-dc6ff59ed603a867.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-aa8971cfbc812aad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932025-04-30T20:16:41.576Z Compiling pkcs1 v0.7.5
28942025-04-30T20:16:41.617Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=8746f6ee1b014bdc -C extra-filename=-45d3e80f6b1a1bfc --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-59cd39f573908132.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952025-04-30T20:16:41.672Z Compiling curve25519-dalek v4.1.3
28962025-04-30T20:16:41.672Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=27fc2e065a258e01 -C extra-filename=-2761d38b6a5f36cd --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-2761d38b6a5f36cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-778b52d530948f9a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972025-04-30T20:16:41.744Z Compiling strum v0.26.3
28982025-04-30T20:16:41.796Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=9f8601e4c8600ca6 -C extra-filename=-9f185f9c7720bb01 --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-bd43e950c1d3283c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992025-04-30T20:16:41.797Z Compiling crossbeam-epoch v0.9.18
29002025-04-30T20:16:41.843Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=83b28c4032fcc0fe -C extra-filename=-c912c30a73c6fb4f --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-663aa3ae28b698ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012025-04-30T20:16:41.893Z Compiling usdt v0.5.0
29022025-04-30T20:16:41.893Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=94bc26d1f63b4a3f -C extra-filename=-aa32414fb9354869 --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-736ad87ef407909e.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-10126884885ae171.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-20dd4dde6fd932b2.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-2bd059cb1b700c5f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-bf65d25734d312ae.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-56d458899f448761.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032025-04-30T20:16:41.956Z Compiling bstr v1.10.0
29042025-04-30T20:16:42.006Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=ef7779287f69a3ad -C extra-filename=-890e49335d5c84ae --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-2f30e680c9e63b82.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-523fd530d45e20da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052025-04-30T20:16:42.322Z Compiling itertools v0.10.5
29062025-04-30T20:16:42.364Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=9ef51266ba4fe453 -C extra-filename=-4762b94fa4a567ca --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-03f8d194805f45a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072025-04-30T20:16:42.364Z Compiling ahash v0.8.11
29082025-04-30T20:16:42.364Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=0d661e2192d85a54 -C extra-filename=-5de20dc262ac9b99 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-5de20dc262ac9b99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092025-04-30T20:16:42.415Z Compiling newtype-uuid v1.2.1
29102025-04-30T20:16:42.458Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=3ff66257d508dcd0 -C extra-filename=-e9fb94f64b18180a --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e9fb94f64b18180a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112025-04-30T20:16:42.458Z Compiling rayon-core v1.12.1
29122025-04-30T20:16:42.458Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=6ee1f1faaef0098c -C extra-filename=-dcf0a0001e362874 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-dcf0a0001e362874 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132025-04-30T20:16:42.738Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e9fb94f64b18180a/build-script-build`
29142025-04-30T20:16:42.799Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-5de20dc262ac9b99/build-script-build`
29152025-04-30T20:16:42.842Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-dcf0a0001e362874/build-script-build`
29162025-04-30T20:16:42.842Z Compiling rsa v0.9.6
29172025-04-30T20:16:42.842Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=f2f3ec0bdff93d9e -C extra-filename=-36008965f2b3eabe --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-411b812118811da9.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-06f61af37fe62196.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-45d3e80f6b1a1bfc.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f0068d85b2ab1558.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182025-04-30T20:16:42.884Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-2761d38b6a5f36cd/build-script-build`
29192025-04-30T20:16:42.930Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+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,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=26e53f210a0726ab -C extra-filename=-18d8f029bffe20f5 --out-dir /work/oxidecomputer/omicron/target/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=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -l static=bz2`
29202025-04-30T20:16:42.976Z Compiling toml v0.7.8
29212025-04-30T20:16:42.977Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=c5a9d528bc6fbebd -C extra-filename=-627769ba0dc3f32a --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-fcfda3857d1092f5.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-1585bf0c51f03b73.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-54ceb39e42f90769.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222025-04-30T20:16:43.017Z Compiling unicode-normalization v0.1.24
29232025-04-30T20:16:43.017Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1afb32a364f6d3b6 -C extra-filename=-f7df39549d51b09e --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-1cf823ba7fddb7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242025-04-30T20:16:43.078Z Compiling rfc6979 v0.4.0
29252025-04-30T20:16:43.122Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b27a6042cfdd0f7d -C extra-filename=-8eae54a20b46ea06 --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-178c663a766d6210.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262025-04-30T20:16:43.294Z Compiling curve25519-dalek-derive v0.1.1
29272025-04-30T20:16:43.336Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=80481eeaddae917b -C extra-filename=-3f01f7839da5bf5c --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282025-04-30T20:16:43.336Z Compiling zstd-sys v2.0.14+zstd.1.5.7
29292025-04-30T20:16:43.377Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.5.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 --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=0d00c20173e329ef -C extra-filename=-e165142110e2bba8 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-e165142110e2bba8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302025-04-30T20:16:43.874Z Compiling memoffset v0.9.1
29312025-04-30T20:16:43.922Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=4c83b39adf9ebead -C extra-filename=-c0308f39a22f9bf4 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-c0308f39a22f9bf4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322025-04-30T20:16:44.128Z Compiling managed v0.8.0
29332025-04-30T20:16:44.168Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=ce633e8a1e748c94 -C extra-filename=-8b1f7a664d8168c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342025-04-30T20:16:44.219Z Compiling signal-hook v0.3.17
29352025-04-30T20:16:44.219Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=a0f06ba7c28b0f04 -C extra-filename=-9e6336b1a1137bdb --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-9e6336b1a1137bdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362025-04-30T20:16:44.265Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-c0308f39a22f9bf4/build-script-build`
29372025-04-30T20:16:44.535Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e165142110e2bba8/build-script-build`
29382025-04-30T20:16:44.578Z Compiling ecdsa v0.16.9
29392025-04-30T20:16:44.578Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=51cde1468edcbdf1 -C extra-filename=-0b73039aa680ab70 --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-59cd39f573908132.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-8eae54a20b46ea06.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f0068d85b2ab1558.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402025-04-30T20:16:44.623Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=be9ed75b23fbb4f5 -C extra-filename=-f6fdc33726fc3fba --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-7f8514ed35d62a3a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c11d658f1074ec63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
29412025-04-30T20:16:44.675Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-9e6336b1a1137bdb/build-script-build`
29422025-04-30T20:16:44.675Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=c06488fa07fa2ad5 -C extra-filename=-e71be508c6f571a4 --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-7f8514ed35d62a3a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-3f01f7839da5bf5c.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.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"'`
29432025-04-30T20:16:44.726Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=bea6af9568a22fb5 -C extra-filename=-56a9db23fa53bda5 --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-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
29442025-04-30T20:16:45.051Z Compiling crossbeam-deque v0.8.5
29452025-04-30T20:16:45.096Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8bf80900c68b5c0e -C extra-filename=-ac4a4d293ad3028a --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-c912c30a73c6fb4f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462025-04-30T20:16:45.154Z Compiling x509-cert v0.2.5
29472025-04-30T20:16:45.154Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=4055da66712223f8 -C extra-filename=-48229c7287083b5a --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-411b812118811da9.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-59cd39f573908132.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482025-04-30T20:16:45.313Z Compiling daft-derive v0.1.3
29492025-04-30T20:16:45.357Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fc1841a44b29861 -C extra-filename=-f20a3d0b37cf091e --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-04-30T20:16:45.399Z Compiling unicode-xid v0.2.6
29512025-04-30T20:16:45.440Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=9af2cd1d638fde7f -C extra-filename=-9a19e123728e4c50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522025-04-30T20:16:45.611Z Compiling fixedbitset v0.4.2
29532025-04-30T20:16:45.659Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f9b461c8bf20c76e -C extra-filename=-5b614b25c2848cba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542025-04-30T20:16:46.023Z Compiling new_debug_unreachable v1.0.6
29552025-04-30T20:16:46.069Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a51c90b49edb6f6 -C extra-filename=-0e44457c182f0807 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562025-04-30T20:16:46.149Z Compiling precomputed-hash v0.1.1
29572025-04-30T20:16:46.190Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c3bdf5922cae9db -C extra-filename=-9925f981ebbe07b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582025-04-30T20:16:46.304Z Compiling string_cache v0.8.9
29592025-04-30T20:16:46.347Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.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="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=266f6f00781f556a -C extra-filename=-03f720d69f7a63cf --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-0e44457c182f0807.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-757c80bfc90f886b.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-9925f981ebbe07b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602025-04-30T20:16:46.732Z Compiling petgraph v0.6.5
29612025-04-30T20:16:46.774Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=c3a93b77ddac3395 -C extra-filename=-fcbb94f616a5d791 --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-5b614b25c2848cba.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622025-04-30T20:16:46.775Z Compiling daft v0.1.3
29632025-04-30T20:16:46.775Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=6b663b24aa33a6c7 -C extra-filename=-bb0c8ef7dca54bb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-f20a3d0b37cf091e.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642025-04-30T20:16:47.278Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=dcb071eaa27680be -C extra-filename=-a7d6a0ede62f02f1 --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-ac4a4d293ad3028a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652025-04-30T20:16:48.589Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=563488774b1743d3 -C extra-filename=-e9c6f9af1ed198ca --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-f9843d87f643e91e.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-b62228e231647547.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662025-04-30T20:16:48.646Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=b699d3ec8be9788b -C extra-filename=-58ee7cafd1a12e02 --out-dir /work/oxidecomputer/omicron/target/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`
29672025-04-30T20:16:48.766Z Compiling rand_core v0.9.2
29682025-04-30T20:16:48.806Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=8e553a55df9fac71 -C extra-filename=-5dea1315c2abd6f0 --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-fbb481fac23fa7e5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-917d586881b8133b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692025-04-30T20:16:49.185Z Compiling ed25519 v2.2.3
29702025-04-30T20:16:49.240Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=7361df82af3d8c4a -C extra-filename=-7a441c0105f5192c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f0068d85b2ab1558.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712025-04-30T20:16:49.282Z Compiling enum-as-inner v0.6.1
29722025-04-30T20:16:49.283Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21fcdda30f9d650f -C extra-filename=-298892a68e048e3a --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-898e01f7b1a1be18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732025-04-30T20:16:49.367Z Compiling zstd-safe v7.2.3
29742025-04-30T20:16:49.410Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.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 --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=f603d16a4bf38d09 -C extra-filename=-656d3633c567061d --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-656d3633c567061d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752025-04-30T20:16:49.751Z Compiling cfg_aliases v0.2.1
29762025-04-30T20:16:49.795Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72161e594509bc56 -C extra-filename=-2e8540d4c0995bc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772025-04-30T20:16:49.879Z Compiling ed25519-dalek v2.1.1
29782025-04-30T20:16:49.936Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --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=42fa4e31c255c03d -C extra-filename=-1c92916e93af5ccb --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-e71be508c6f571a4.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-7a441c0105f5192c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f0068d85b2ab1558.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792025-04-30T20:16:49.937Z Compiling nix v0.29.0
29802025-04-30T20:16:49.937Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --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=775fdbd4fe2b5dc8 -C extra-filename=-462ba87da2779878 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-462ba87da2779878 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-2e8540d4c0995bc1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812025-04-30T20:16:50.251Z Compiling hickory-proto v0.24.4
29822025-04-30T20:16:50.292Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=8503a0c195956700 -C extra-filename=-eaec26d055baa3da --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-d267ed5fcc66eb5b.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-729ac19f9ff8ff78.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-298892a68e048e3a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-1cf823ba7fddb7b2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832025-04-30T20:16:50.614Z Compiling rand_chacha v0.9.0
29842025-04-30T20:16:50.654Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=baa745680da2e8c7 -C extra-filename=-ce30347ef59120f5 --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-1116c517fe10b3d5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5dea1315c2abd6f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852025-04-30T20:16:50.710Z Compiling bzip2 v0.4.4
29862025-04-30T20:16:50.710Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=be4c5e7547ed1233 -C extra-filename=-a5bdfeb29bdff068 --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-18d8f029bffe20f5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.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-aece66bfb5c8df92/out/lib`
29872025-04-30T20:16:50.772Z Compiling heapless v0.7.17
29882025-04-30T20:16:50.816Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=322aced91f37d56c -C extra-filename=-0f5f0b6c6f8a529b --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-0f5f0b6c6f8a529b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-778b52d530948f9a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892025-04-30T20:16:51.055Z Compiling lalrpop-util v0.19.12
29902025-04-30T20:16:51.104Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=5f8cec58099d84e5 -C extra-filename=-b894433656de4993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912025-04-30T20:16:51.105Z Compiling rand v0.9.0
29922025-04-30T20:16:51.105Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=842dad3c7c58836b -C extra-filename=-eb4466570b4cdfa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ce30347ef59120f5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5dea1315c2abd6f0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-917d586881b8133b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932025-04-30T20:16:51.254Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-0f5f0b6c6f8a529b/build-script-build`
29942025-04-30T20:16:51.335Z Compiling zip v0.6.6
29952025-04-30T20:16:51.388Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=d78a8054f76dd60d -C extra-filename=-457fb615310852bd --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-2129b7fb5c80af14.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-a5bdfeb29bdff068.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-dc6ff59ed603a867.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.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-aece66bfb5c8df92/out/lib`
29962025-04-30T20:16:51.443Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-462ba87da2779878/build-script-build`
29972025-04-30T20:16:51.485Z Compiling signal-hook-mio v0.2.4
29982025-04-30T20:16:51.485Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=3d02f391f885dd54 -C extra-filename=-6a97a25cd4a6de8b --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-f9843d87f643e91e.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992025-04-30T20:16:51.639Z Compiling console v0.15.10
30002025-04-30T20:16:51.696Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=6fc0810c5c69f7e4 -C extra-filename=-9282f5134aa6ca48 --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-f9843d87f643e91e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8eb4dc81f9420728.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012025-04-30T20:16:51.696Z Compiling hash32 v0.2.1
30022025-04-30T20:16:51.696Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d316befc7585d35 -C extra-filename=-796d9d60c71d916f --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-2129b7fb5c80af14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032025-04-30T20:16:52.024Z Compiling buf-list v1.0.3
30042025-04-30T20:16:52.072Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=a15a97798d7eaf65 -C extra-filename=-b8872591abf8fac3 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-b8872591abf8fac3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052025-04-30T20:16:52.218Z Compiling simd-adler32 v0.3.7
30062025-04-30T20:16:52.261Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=e30ea65fb2d7f1c3 -C extra-filename=-f6d24a46446ffca9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072025-04-30T20:16:52.436Z Compiling zip v2.6.1
30082025-04-30T20:16:52.487Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-2.6.1/src/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "getrandom", "hmac", "jiff-02", "lzma", "lzma-rs", "nt-time", "pbkdf2", "proc-macro2", "sha1", "time", "unreserved", "xz", "zeroize", "zopfli", "zstd"))' -C metadata=bbc66e82c5e982e8 -C extra-filename=-a3975c706e60d9f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-a3975c706e60d9f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092025-04-30T20:16:52.598Z Compiling bumpalo v3.16.0
30102025-04-30T20:16:52.638Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=9ceb1aefdc0ca207 -C extra-filename=-eaad4ac4becf1093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112025-04-30T20:16:52.639Z Compiling unicode-properties v0.1.3
30122025-04-30T20:16:52.639Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=2b541b514158d7eb -C extra-filename=-8da183192ba43493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132025-04-30T20:16:52.713Z Compiling smoltcp v0.9.1
30142025-04-30T20:16:52.756Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=cf97938cfe513999 -C extra-filename=-6894bed9f1c33baa --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-6894bed9f1c33baa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152025-04-30T20:16:52.810Z Compiling portable-atomic v1.11.0
30162025-04-30T20:16:52.810Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.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 '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --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=86a4772978c99865 -C extra-filename=-c79beabc1f47aafc --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-c79beabc1f47aafc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172025-04-30T20:16:52.853Z Compiling unicode-bidi v0.3.17
30182025-04-30T20:16:52.853Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=88db288b2fb2bd22 -C extra-filename=-b20a8b50d4e0996e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192025-04-30T20:16:53.014Z Compiling lockfree-object-pool v0.1.6
30202025-04-30T20:16:53.057Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lockfree-object-pool-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3826227b22732319 -C extra-filename=-a7be4d1ffe964e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212025-04-30T20:16:53.057Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-a3975c706e60d9f1/build-script-build`
30222025-04-30T20:16:53.098Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-b8872591abf8fac3/build-script-build`
30232025-04-30T20:16:53.215Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=6622ee321165864b -C extra-filename=-fd87f9b62467d1e2 --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-796d9d60c71d916f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9da8fed20756ad24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
30242025-04-30T20:16:53.289Z Compiling zopfli v0.8.1
30252025-04-30T20:16:53.350Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=8d56b6f79064a90f -C extra-filename=-398d2c88b96600c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-eaad4ac4becf1093.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-dc6ff59ed603a867.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-a7be4d1ffe964e14.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-f6d24a46446ffca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262025-04-30T20:16:53.402Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-6894bed9f1c33baa/build-script-build`
30272025-04-30T20:16:53.456Z Compiling crossterm v0.28.1
30282025-04-30T20:16:53.457Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=49d636515417a922 -C extra-filename=-53dd3d4a655c462b --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-6a561cfe737ae6c8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-6a97a25cd4a6de8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292025-04-30T20:16:53.682Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-c79beabc1f47aafc/build-script-build`
30302025-04-30T20:16:53.766Z Compiling stringprep v0.1.5
30312025-04-30T20:16:53.807Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringprep-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=480e4385171d51ec -C extra-filename=-6a04a278f84554a3 --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-b20a8b50d4e0996e.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f7df39549d51b09e.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-8da183192ba43493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322025-04-30T20:16:53.885Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --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=85ebe1cc6b13f361 -C extra-filename=-cded52ba09e17906 --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-6a561cfe737ae6c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-58ee7cafd1a12e02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
30332025-04-30T20:16:54.121Z Compiling rayon v1.10.0
30342025-04-30T20:16:54.161Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=2256187d22c42776 -C extra-filename=-eb7ccd3b497b41c6 --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-03f8d194805f45a1.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-a7d6a0ede62f02f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-04-30T20:16:54.670Z Compiling bzip2 v0.5.2
30362025-04-30T20:16:54.712Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libbz2-rs-sys", "static"))' -C metadata=b04aff29423fe595 -C extra-filename=-eed580eb0a993879 --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-18d8f029bffe20f5.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-aece66bfb5c8df92/out/lib`
30372025-04-30T20:16:54.712Z Compiling tokio-stream v0.1.17
30382025-04-30T20:16:54.712Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.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="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=f06b94e56f60644c -C extra-filename=-3c97eb8460ebc821 --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-20cc0d919cf526a3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392025-04-30T20:16:55.036Z Compiling md-5 v0.10.6
30402025-04-30T20:16:55.079Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=a66ab5b8fe0ae05e -C extra-filename=-e4ee53d7c7dcf7f2 --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-7f8514ed35d62a3a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412025-04-30T20:16:55.314Z Compiling fs-err v3.1.0
30422025-04-30T20:16:55.359Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-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="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=36e3bd7c23113d6a -C extra-filename=-1cd29830b4159095 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-1cd29830b4159095 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432025-04-30T20:16:55.548Z Compiling predicates-core v1.0.8
30442025-04-30T20:16:55.601Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f7c3ef048c33ae1 -C extra-filename=-842844d0abd222c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452025-04-30T20:16:55.644Z Compiling fallible-iterator v0.2.0
30462025-04-30T20:16:55.644Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d300663e8e985dd4 -C extra-filename=-0262c5f33c66a6f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472025-04-30T20:16:55.684Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-1cd29830b4159095/build-script-build`
30482025-04-30T20:16:55.848Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=987dca31523bfa06 -C extra-filename=-3cfa2e4141411fea --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-583cffbe97cd9a36.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-fd87f9b62467d1e2.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b1f7a664d8168c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492025-04-30T20:16:55.894Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-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 '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --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=1dee236d7fde376a -C extra-filename=-fc6ccd30e0849981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_pre_llvm_20 --check-cfg 'cfg(target_feature,values("zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_strict_provenance,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha","zacas"))'`
30502025-04-30T20:16:56.197Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=5beda511e965be32 -C extra-filename=-fb134b9a161e070a --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-9f8e64fcba1e5df2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
30512025-04-30T20:16:56.239Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-656d3633c567061d/build-script-build`
30522025-04-30T20:16:56.282Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.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 --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=0ec5d2c150bff6a2 -C extra-filename=-f96bcd86150ffd1f --out-dir /work/oxidecomputer/omicron/target/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=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -l static=zstd`
30532025-04-30T20:16:56.285Z Compiling postgres-protocol v0.6.8
30542025-04-30T20:16:56.285Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=708f6861956b6549 -C extra-filename=-c7dc936f24ceefc6 --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-388427588bad31ec.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-0262c5f33c66a6f2.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-e4ee53d7c7dcf7f2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4466570b4cdfa8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-6a04a278f84554a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552025-04-30T20:16:56.891Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.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 --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=f26b1d29bc8f2f33 -C extra-filename=-2f8c403c33512ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_sys=/work/oxidecomputer/omicron/target/debug/deps/libzstd_sys-f96bcd86150ffd1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
30562025-04-30T20:16:56.937Z Compiling similar v2.7.0
30572025-04-30T20:16:56.937Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-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="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=99e55409e3145831 -C extra-filename=-de8def02646ad1c7 --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-890e49335d5c84ae.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-ad84214d9a4bf3fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582025-04-30T20:16:56.937Z Compiling zstd v0.13.3
30592025-04-30T20:16:56.937Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=490140377e51e0fe -C extra-filename=-bfa1ec46823dca44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_safe=/work/oxidecomputer/omicron/target/debug/deps/libzstd_safe-2f8c403c33512ae3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
30602025-04-30T20:16:56.937Z Compiling strum_macros v0.25.3
30612025-04-30T20:16:56.937Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d1802a8afb8c627 -C extra-filename=-47d0231e6d283c22 --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-317511b4e6521cea.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-3fc5ea9e75a3a53d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622025-04-30T20:16:57.332Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "getrandom", "hmac", "jiff-02", "lzma", "lzma-rs", "nt-time", "pbkdf2", "proc-macro2", "sha1", "time", "unreserved", "xz", "zeroize", "zopfli", "zstd"))' -C metadata=cf62beeaedd7a5bd -C extra-filename=-38f556be40c3b182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-eed580eb0a993879.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-dc6ff59ed603a867.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-398d2c88b96600c1.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-bfa1ec46823dca44.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-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
30632025-04-30T20:16:57.400Z Compiling phf v0.11.2
30642025-04-30T20:16:57.441Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=7252d91875073a9b -C extra-filename=-ba75054ed4b09b87 --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-757c80bfc90f886b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652025-04-30T20:16:57.492Z Compiling serde-big-array v0.5.1
30662025-04-30T20:16:57.493Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=22ce4cd86864447e -C extra-filename=-7f20eaa552f350a0 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672025-04-30T20:16:57.662Z Compiling serde_repr v0.1.19
30682025-04-30T20:16:57.705Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a072a044073e03cf -C extra-filename=-02a576b3167c453f --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692025-04-30T20:16:57.706Z Compiling float-cmp v0.10.0
30702025-04-30T20:16:57.706Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-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="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=91605defadf16bc1 -C extra-filename=-a098f983a7d11e50 --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-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712025-04-30T20:16:57.751Z Compiling peg-runtime v0.8.5
30722025-04-30T20:16:57.751Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.5/lib.rs --error-format=json --json=diagnostic-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,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=5028eb293ccda2a6 -C extra-filename=-cf718d047ff93beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732025-04-30T20:16:57.801Z Compiling difflib v0.4.0
30742025-04-30T20:16:57.802Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a2444af0acc8192 -C extra-filename=-8c3fe8c61bade2a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752025-04-30T20:16:57.975Z Compiling number_prefix v0.4.0
30762025-04-30T20:16:58.020Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3622abbe73d3e56f -C extra-filename=-7c2916387cd2297b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772025-04-30T20:16:58.214Z Compiling normalize-line-endings v0.3.0
30782025-04-30T20:16:58.255Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=423c1b0d5ee21884 -C extra-filename=-55323143947b20c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-04-30T20:16:58.296Z Compiling indicatif v0.17.11
30802025-04-30T20:16:58.296Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.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="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=d13b8010ad47b762 -C extra-filename=-b43e0ba878170f0a --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-9282f5134aa6ca48.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-7c2916387cd2297b.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-fc6ccd30e0849981.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-eb7ccd3b497b41c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8eb4dc81f9420728.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812025-04-30T20:16:58.392Z Compiling predicates v3.1.3
30822025-04-30T20:16:58.435Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=c477893dbacdca37 -C extra-filename=-2b702856b78ea336 --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-1e83090b88d7e230.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-8c3fe8c61bade2a0.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-a098f983a7d11e50.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-55323143947b20c7.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-842844d0abd222c5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832025-04-30T20:16:58.480Z Compiling postgres-types v0.2.9
30842025-04-30T20:16:58.480Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-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 --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,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=7116ac5a6dcd09e2 -C extra-filename=-2fdfe8560e9404c7 --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-9f8e64fcba1e5df2.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-0262c5f33c66a6f2.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-c7dc936f24ceefc6.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852025-04-30T20:16:58.790Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-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="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=dd6d0de91e3b3d16 -C extra-filename=-26a5b83d8c8fb370 --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-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
30862025-04-30T20:16:58.907Z Compiling whoami v1.5.2
30872025-04-30T20:16:58.950Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=4d88e7bf2e652812 -C extra-filename=-cf922a9abcda0b48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882025-04-30T20:16:59.228Z Compiling thiserror v2.0.12
30892025-04-30T20:16:59.277Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=95a04e51fc0038cb -C extra-filename=-f8f63da8b6953769 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-f8f63da8b6953769 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902025-04-30T20:16:59.459Z Compiling tokio-postgres v0.7.13
30912025-04-30T20:16:59.507Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=11cd2842d00bba44 -C extra-filename=-20ffd3b62d6eedc2 --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-d267ed5fcc66eb5b.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-0262c5f33c66a6f2.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ba75054ed4b09b87.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-c7dc936f24ceefc6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-2fdfe8560e9404c7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4466570b4cdfa8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-cf922a9abcda0b48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922025-04-30T20:16:59.553Z Compiling thiserror-impl v2.0.12
30932025-04-30T20:16:59.597Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dac6614a5204def -C extra-filename=-be00ce9809dd0eaa --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942025-04-30T20:16:59.643Z Compiling camino v1.1.9
30952025-04-30T20:16:59.643Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=71b0f8af10dfa02d -C extra-filename=-cff02f2b138c5882 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-cff02f2b138c5882 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962025-04-30T20:16:59.747Z Compiling is-terminal v0.4.13
30972025-04-30T20:16:59.788Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6916968cde30e312 -C extra-filename=-9716797e058e3331 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982025-04-30T20:16:59.894Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-f8f63da8b6953769/build-script-build`
30992025-04-30T20:16:59.953Z Compiling fastrand v2.1.1
31002025-04-30T20:16:59.954Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=be3d863baba08cc6 -C extra-filename=-c648c227574ade4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-04-30T20:16:59.996Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
31022025-04-30T20:16:59.996Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/f9566e6/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,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=f249a9271c877578 -C extra-filename=-cf0f40bada2203d9 --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-6a561cfe737ae6c8.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-7f20eaa552f350a0.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-02a576b3167c453f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-3cfa2e4141411fea.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-47d0231e6d283c22.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-986f800d9db672b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032025-04-30T20:17:00.064Z Compiling regress v0.10.3
31042025-04-30T20:17:00.104Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=34839eb2f178eb2a -C extra-filename=-16a114607d9449df --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-8b275c11e2bd0883.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052025-04-30T20:17:00.242Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-cff02f2b138c5882/build-script-build`
31062025-04-30T20:17:00.325Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=86e5634698c2f328 -C extra-filename=-ffcf51777a761bbd --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
31072025-04-30T20:17:00.365Z Compiling dirs-sys-next v0.1.2
31082025-04-30T20:17:00.365Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=469f4b545fd38e56 -C extra-filename=-1069c0a30c1361fa --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092025-04-30T20:17:00.415Z Compiling ident_case v1.0.1
31102025-04-30T20:17:00.416Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f182f41f5948eca -C extra-filename=-80994ca8c2b6de7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112025-04-30T20:17:00.607Z Compiling dirs-next v2.0.0
31122025-04-30T20:17:00.651Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9c232bd08d97b7e -C extra-filename=-4c538cfa3534fd46 --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-7f8514ed35d62a3a.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-1069c0a30c1361fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132025-04-30T20:17:00.815Z Compiling darling_core v0.20.10
31142025-04-30T20:17:00.860Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=ab2cd0f650f5e317 -C extra-filename=-0d3cd553cc76e6fa --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-3d57464229351c79.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-80994ca8c2b6de7c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-3ce62d4660f4918b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152025-04-30T20:17:00.901Z Compiling term v0.7.0
31162025-04-30T20:17:00.901Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=2876bf8abc909c42 -C extra-filename=-349d83d8ef81886c --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-4c538cfa3534fd46.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172025-04-30T20:17:01.084Z Compiling unsafe-libyaml v0.2.11
31182025-04-30T20:17:01.126Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a20bb8b6c08578b -C extra-filename=-9dacd3706108b5cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192025-04-30T20:17:01.990Z Compiling crossbeam-channel v0.5.15
31202025-04-30T20:17:02.042Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=87220739eb89b82c -C extra-filename=-488018d63261b619 --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-663aa3ae28b698ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212025-04-30T20:17:02.362Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3c99754b6c4c3fd8 -C extra-filename=-93eb5cd5abd861a2 --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-be00ce9809dd0eaa.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)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
31222025-04-30T20:17:02.647Z Compiling serde_yaml v0.9.34+deprecated
31232025-04-30T20:17:02.698Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b2e75d64ad9a6b6 -C extra-filename=-b81448be29120b1a --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-718d9f25eafe18fb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ab6482233eaa368.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-9dacd3706108b5cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242025-04-30T20:17:02.698Z Compiling thread_local v1.1.8
31252025-04-30T20:17:02.698Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=688a7149d248a60e -C extra-filename=-776c066af75ff75d --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-7f8514ed35d62a3a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262025-04-30T20:17:02.940Z Compiling slog-async v2.8.0
31272025-04-30T20:17:02.987Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=c4330747a5ebe53b -C extra-filename=-5189862f2b4c5b77 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-5189862f2b4c5b77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282025-04-30T20:17:03.111Z Compiling typify-impl v0.3.0
31292025-04-30T20:17:03.164Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a285566a2d9a52ac -C extra-filename=-d4a1a48260117494 --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-898e01f7b1a1be18.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302025-04-30T20:17:03.509Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5189862f2b4c5b77/build-script-build`
31312025-04-30T20:17:03.605Z Compiling take_mut v0.2.2
31322025-04-30T20:17:03.646Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=feef0db45a9a4b97 -C extra-filename=-655d05555a04d5ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332025-04-30T20:17:03.766Z Compiling slog-term v2.9.1
31342025-04-30T20:17:03.816Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=c9c2fb33d5f7bc6a -C extra-filename=-8295d09610cc0b07 --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-9716797e058e3331.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-776c066af75ff75d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352025-04-30T20:17:03.857Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=24062f3843942672 -C extra-filename=-3e92a75f30d99829 --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-488018d63261b619.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-655d05555a04d5ba.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-776c066af75ff75d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
31362025-04-30T20:17:04.010Z Compiling tempfile v3.13.0
31372025-04-30T20:17:04.095Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=53511135eeace9de -C extra-filename=-6eedb4ebd19824ae --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-7f8514ed35d62a3a.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c648c227574ade4c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382025-04-30T20:17:04.790Z Compiling toml v0.8.20
31392025-04-30T20:17:04.874Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--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,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=2326a758394f0c5d -C extra-filename=-665619fa4bd809ce --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-fcfda3857d1092f5.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-1585bf0c51f03b73.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402025-04-30T20:17:04.875Z Compiling quick-error v1.2.3
31412025-04-30T20:17:04.875Z Compiling match_cfg v0.1.0
31422025-04-30T20:17:04.875Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3335ae3128c30e5 -C extra-filename=-1117ffb342c3b6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432025-04-30T20:17:04.875Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=8d3f5967ac8dcfe8 -C extra-filename=-7bbfca4fb51c1a8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442025-04-30T20:17:04.960Z Compiling hostname v0.3.1
31452025-04-30T20:17:05.005Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=eba37a9e53abb43d -C extra-filename=-5b9a84fbe043126e --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-f9843d87f643e91e.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-7bbfca4fb51c1a8a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462025-04-30T20:17:05.052Z Compiling hex v0.4.3
31472025-04-30T20:17:05.052Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=f115d5013a4b2a58 -C extra-filename=-4d82673e0dd53b56 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482025-04-30T20:17:05.180Z Compiling structmeta-derive v0.3.0
31492025-04-30T20:17:05.227Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=970152493db380e6 -C extra-filename=-5617dc5a297247f2 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502025-04-30T20:17:05.414Z Compiling debug-ignore v1.0.5
31512025-04-30T20:17:05.457Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=e3ae5c7686a3517f -C extra-filename=-d1c719480ca2d263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522025-04-30T20:17:05.570Z Compiling wait-timeout v0.2.0
31532025-04-30T20:17:05.618Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b98c48d24ce6772a -C extra-filename=-29452a6293c44bc1 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542025-04-30T20:17:05.618Z Compiling bit-vec v0.8.0
31552025-04-30T20:17:05.618Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=3432ad43d7be8d8a -C extra-filename=-1d619d1cd1627f2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562025-04-30T20:17:05.764Z Compiling rustls v0.22.4
31572025-04-30T20:17:05.810Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=b67b7a9dcd9bdfba -C extra-filename=-6032a0856fc95292 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-6032a0856fc95292 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582025-04-30T20:17:05.810Z Compiling darling_macro v0.20.10
31592025-04-30T20:17:05.810Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b41d9f7033a3627d -C extra-filename=-2818fd210465e7fb --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-0d3cd553cc76e6fa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602025-04-30T20:17:06.017Z Compiling bit-set v0.8.0
31612025-04-30T20:17:06.072Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4ab5f689aa9e31d4 -C extra-filename=-bd1ace8b23a2cf62 --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-1d619d1cd1627f2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622025-04-30T20:17:06.073Z Compiling rusty-fork v0.3.0
31632025-04-30T20:17:06.073Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=e5e3ebd1134775b8 -C extra-filename=-cd6384c95fcdb66f --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-3d57464229351c79.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-1117ffb342c3b6bf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-29452a6293c44bc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642025-04-30T20:17:06.128Z Compiling serde_path_to_error v0.1.16
31652025-04-30T20:17:06.128Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a51bdb0ce42099d2 -C extra-filename=-8064d750b6af2dee --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-4e19af958952b731.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662025-04-30T20:17:06.128Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-6032a0856fc95292/build-script-build`
31672025-04-30T20:17:06.175Z Compiling rand_xorshift v0.3.0
31682025-04-30T20:17:06.175Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=b8073082fe6a44d4 -C extra-filename=-21e151743faf0261 --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-e46a24b1c936db89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-04-30T20:17:06.304Z Compiling unarray v0.1.4
31702025-04-30T20:17:06.355Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd2a04b31f68d8c9 -C extra-filename=-16d170f5dadcbbfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712025-04-30T20:17:06.490Z Compiling proptest v1.6.0
31722025-04-30T20:17:06.538Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-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 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,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=e40ee6a7b548d178 -C extra-filename=-7844eca5a3ba742a --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-bd1ace8b23a2cf62.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-1d619d1cd1627f2a.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-02bea97130a9046e.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-21e151743faf0261.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-cd6384c95fcdb66f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-16d170f5dadcbbfe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732025-04-30T20:17:06.538Z Compiling multer v3.1.0
31742025-04-30T20:17:06.538Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=ae8e2e6b3864340c -C extra-filename=-e6dde64b670beacd --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-e6dde64b670beacd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-04-30T20:17:06.662Z Compiling slog-json v2.6.1
31762025-04-30T20:17:06.734Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=a645f05027f67477 -C extra-filename=-72c2daeab0f9ec10 --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-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772025-04-30T20:17:06.781Z Compiling darling v0.20.10
31782025-04-30T20:17:06.781Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=983fcf756ecd03bb -C extra-filename=-cb1763339f5b26b8 --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-0d3cd553cc76e6fa.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2818fd210465e7fb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792025-04-30T20:17:06.829Z Compiling async-stream-impl v0.3.6
31802025-04-30T20:17:06.829Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53afc037efccc001 -C extra-filename=-5ad6f7d93ee0e124 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812025-04-30T20:17:06.891Z Compiling dropshot v0.16.0
31822025-04-30T20:17:06.936Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=220a8588d0564b21 -C extra-filename=-e260b270c1cbd280 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-e260b270c1cbd280 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832025-04-30T20:17:06.936Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-e6dde64b670beacd/build-script-build`
31842025-04-30T20:17:07.362Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=aa1a98543473714f -C extra-filename=-1400ed68023ccfb1 --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-9f8e64fcba1e5df2.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-70d9e28b912dffa4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-31d17b43dfb8e636.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-80e1054dc5264632.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852025-04-30T20:17:07.362Z Compiling slog-bunyan v2.5.0
31862025-04-30T20:17:07.362Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=d65a629b51c5c59c -C extra-filename=-9bda7a5a9cc529a2 --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-5b9a84fbe043126e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-72c2daeab0f9ec10.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872025-04-30T20:17:07.362Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-e260b270c1cbd280/build-script-build`
31882025-04-30T20:17:07.375Z Compiling dropshot_endpoint v0.16.0
31892025-04-30T20:17:07.375Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08e2e07122c2d7f7 -C extra-filename=-a0f48e393d525958 --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-898e01f7b1a1be18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902025-04-30T20:17:07.431Z Compiling waitgroup v0.1.2
31912025-04-30T20:17:07.431Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c0c870d5245102e -C extra-filename=-c7ecda6e3775e29b --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-01f90c7a2d94184a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922025-04-30T20:17:07.445Z Compiling structmeta v0.3.0
31932025-04-30T20:17:07.445Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2842fd75540351f6 -C extra-filename=-9dcb24f6d3bc1efc --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-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-5617dc5a297247f2.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942025-04-30T20:17:07.582Z Compiling hostname v0.4.0
31952025-04-30T20:17:07.630Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=9b3faf9f2c04e82c -C extra-filename=-7b5ec3d7176288cb --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-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962025-04-30T20:17:07.803Z Compiling test-strategy v0.4.0
31972025-04-30T20:17:07.853Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=594d14e405852e7b -C extra-filename=-f02111054139a755 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-9dcb24f6d3bc1efc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982025-04-30T20:17:07.853Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
31992025-04-30T20:17:07.853Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=daf1ed09043e0c10 -C extra-filename=-eadbfe78d5e606bb --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-4d82673e0dd53b56.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002025-04-30T20:17:07.907Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32012025-04-30T20:17:07.908Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=daa425415e665974 -C extra-filename=-608c844dc487e0de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022025-04-30T20:17:08.007Z Compiling async-stream v0.3.6
32032025-04-30T20:17:08.096Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd0902fe58acb3a6 -C extra-filename=-15955e0aed6929da --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-5ad6f7d93ee0e124.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042025-04-30T20:17:08.096Z Compiling serde_with_macros v3.12.0
32052025-04-30T20:17:08.096Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.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 --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(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=5a3f4e60e4873ae2 -C extra-filename=-06f22d71dfab6e07 --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-cb1763339f5b26b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062025-04-30T20:17:08.296Z Compiling macaddr v1.0.1
32072025-04-30T20:17:08.344Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=c346ba86bf4ccdb1 -C extra-filename=-c699b9f0930d77d1 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082025-04-30T20:17:08.418Z Compiling instant v0.1.13
32092025-04-30T20:17:08.418Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instant-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=4d30a4b85fb826c7 -C extra-filename=-8eeda69d2eb506c8 --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-7f8514ed35d62a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102025-04-30T20:17:08.590Z Compiling derive-where v1.2.7
32112025-04-30T20:17:08.642Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=a0d8a8031c077844 -C extra-filename=-1a5ded7ae43bab4c --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122025-04-30T20:17:08.703Z Compiling parse-display-derive v0.10.0
32132025-04-30T20:17:08.749Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cf156b3c90c3be9 -C extra-filename=-25ab6d2331b0089e --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-9dcb24f6d3bc1efc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142025-04-30T20:17:10.315Z Compiling serde_with v3.12.0
32152025-04-30T20:17:10.404Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.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 --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(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=ed835e88e54106e7 -C extra-filename=-d8081dc5d9257db8 --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-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-06f22d71dfab6e07.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162025-04-30T20:17:10.749Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32172025-04-30T20:17:10.798Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/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,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=16ebd5193dd5901c -C extra-filename=-9358926baefe76eb --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182025-04-30T20:17:10.869Z Compiling backoff v0.4.0
32192025-04-30T20:17:10.923Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=4f9f7605751cc45c -C extra-filename=-6d487ea5efdc2301 --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-20cc0d919cf526a3.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-8eeda69d2eb506c8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-04-30T20:17:14.219Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
32212025-04-30T20:17:14.300Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ea9c52cf175c4f0 -C extra-filename=-9af69aa2b85ffb75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-04-30T20:17:14.300Z Compiling camino-tempfile v1.1.1
32232025-04-30T20:17:14.300Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=1d400272f3bd4f68 -C extra-filename=-207943db34acd25f --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-ffcf51777a761bbd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242025-04-30T20:17:14.302Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
32252025-04-30T20:17:14.302Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/04681f2/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=077ff333359d7e63 -C extra-filename=-1f855cb3641a98a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262025-04-30T20:17:14.302Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32272025-04-30T20:17:14.302Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/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,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=5801a77276dc4cfb -C extra-filename=-899456fe15361c9d --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-f0f67145d01a5533.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-9358926baefe76eb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282025-04-30T20:17:14.302Z Compiling unicode-width v0.1.14
32292025-04-30T20:17:14.302Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=385f3954a4da590f -C extra-filename=-4e04c3ed07af6e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302025-04-30T20:17:14.302Z Compiling parse-display v0.10.0
32312025-04-30T20:17:14.302Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=dcc90e8f92c02472 -C extra-filename=-66520bceeb6ae4b6 --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-25ab6d2331b0089e.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322025-04-30T20:17:14.302Z Compiling proc-macro-error-attr v1.0.4
32332025-04-30T20:17:14.302Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8bb1d9c64e3e80d -C extra-filename=-a7897a2a793f2e86 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a7897a2a793f2e86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342025-04-30T20:17:14.303Z Compiling proc-macro-error v1.0.4
32352025-04-30T20:17:14.303Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=e7d7a8cae8fdd32a -C extra-filename=-d19fd893b9f61fe9 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-d19fd893b9f61fe9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362025-04-30T20:17:14.303Z Compiling proc-macro-crate v1.3.1
32372025-04-30T20:17:14.303Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=af63f4ca0b9ef6a8 -C extra-filename=-6e0fbcfb6c4795a5 --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-be01080c9c55c2cd.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-54ceb39e42f90769.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382025-04-30T20:17:14.303Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a7897a2a793f2e86/build-script-build`
32392025-04-30T20:17:14.303Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-d19fd893b9f61fe9/build-script-build`
32402025-04-30T20:17:14.304Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=16c3a05ce0f9f3a5 -C extra-filename=-06b99a22c3cd4621 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412025-04-30T20:17:14.305Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32422025-04-30T20:17:14.305Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dacdefa4e299bf8 -C extra-filename=-07af6b96d198a645 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-07af6b96d198a645 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432025-04-30T20:17:14.305Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32442025-04-30T20:17:14.305Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe2e484e1e12b7d5 -C extra-filename=-90c82df09d96a593 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-90c82df09d96a593 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452025-04-30T20:17:14.305Z Compiling tabwriter v1.4.0
32462025-04-30T20:17:14.305Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=c7b676ef95c4f1cc -C extra-filename=-7049edb7c9a9636d --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-4e04c3ed07af6e7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472025-04-30T20:17:14.306Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-07af6b96d198a645/build-script-build`
32482025-04-30T20:17:14.306Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-90c82df09d96a593/build-script-build`
32492025-04-30T20:17:14.306Z Compiling foreign-types-macros v0.2.3
32502025-04-30T20:17:14.306Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=bd1ccfa05beba715 -C extra-filename=-8163cee18f979e54 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512025-04-30T20:17:14.306Z Compiling foreign-types-shared v0.3.1
32522025-04-30T20:17:14.306Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=03af9cdebbb8e0f4 -C extra-filename=-a991758c6777ade5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532025-04-30T20:17:14.306Z Compiling num_enum_derive v0.5.11
32542025-04-30T20:17:14.306Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=06778a95e93404ed -C extra-filename=-8fc0b806051cd072 --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-6e0fbcfb6c4795a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552025-04-30T20:17:14.308Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=e49130f5e51542f5 -C extra-filename=-18923da8a157ebf2 --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-06b99a22c3cd4621.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
32562025-04-30T20:17:14.308Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d57aa24a84a0c0e -C extra-filename=-b05cd1898315e3b8 --out-dir /work/oxidecomputer/omicron/target/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`
32572025-04-30T20:17:14.308Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=724691892a0180d4 -C extra-filename=-d2dd1f3c6c3f4b73 --out-dir /work/oxidecomputer/omicron/target/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`
32582025-04-30T20:17:14.310Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32592025-04-30T20:17:14.310Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1fd22a86e3b8667 -C extra-filename=-d781ffd3b0df0efd --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-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602025-04-30T20:17:14.310Z Compiling cstr-argument v0.1.2
32612025-04-30T20:17:14.310Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=8f9b1c72a8cc5311 -C extra-filename=-71ead9bc1b776406 --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-7f8514ed35d62a3a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622025-04-30T20:17:14.310Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
32632025-04-30T20:17:14.310Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=116d249089526f46 -C extra-filename=-a3a7e191b8e1d2d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-a3a7e191b8e1d2d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642025-04-30T20:17:14.310Z Compiling pretty-hex v0.2.1
32652025-04-30T20:17:14.310Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=41e7c6ea4f29a971 -C extra-filename=-932332f96321a345 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662025-04-30T20:17:14.484Z Compiling colored v2.2.0
32672025-04-30T20:17:14.527Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=68e1b850a5092194 -C extra-filename=-7cc30d5d3f2d7f93 --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-2d6fd9042787b01e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682025-04-30T20:17:14.575Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-a3a7e191b8e1d2d9/build-script-build`
32692025-04-30T20:17:14.617Z Compiling winnow v0.6.20
32702025-04-30T20:17:14.669Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=92a0c4617d5fdc66 -C extra-filename=-6f3b57a2a787e823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712025-04-30T20:17:14.714Z Compiling foreign-types v0.5.0
32722025-04-30T20:17:14.714Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=adc4b3306fbb687f -C extra-filename=-992f3b56b36b0fb8 --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-8163cee18f979e54.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-a991758c6777ade5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732025-04-30T20:17:14.756Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32742025-04-30T20:17:14.756Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c94ee3591409a423 -C extra-filename=-f7f9ef72ed006885 --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-f9843d87f643e91e.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-d781ffd3b0df0efd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752025-04-30T20:17:14.800Z Compiling typify-macro v0.3.0
32762025-04-30T20:17:14.800Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfec5581bdcb4787 -C extra-filename=-023490daf3d39f50 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-d4a1a48260117494.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772025-04-30T20:17:14.842Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32782025-04-30T20:17:14.842Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=789f0921653417c5 -C extra-filename=-25fbf2231641b10a --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-71ead9bc1b776406.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-992f3b56b36b0fb8.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b05cd1898315e3b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792025-04-30T20:17:14.944Z Compiling smf v0.2.3
32802025-04-30T20:17:14.986Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6fa765c3994c0aa -C extra-filename=-0d81d64766197bdd --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-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32812025-04-30T20:17:15.181Z Compiling itertools v0.14.0
32822025-04-30T20:17:15.181Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-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 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=5b0a026aa711821d -C extra-filename=-258406cf9b8c383a --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-03f8d194805f45a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832025-04-30T20:17:15.288Z Compiling itertools v0.13.0
32842025-04-30T20:17:15.328Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=60fdfda762cbc393 -C extra-filename=-3322afa9ef710511 --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-03f8d194805f45a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852025-04-30T20:17:15.622Z Compiling num_enum v0.5.11
32862025-04-30T20:17:15.665Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=9a1dddbbd991fcd7 -C extra-filename=-0232dbc3efebdc04 --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-8fc0b806051cd072.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872025-04-30T20:17:15.807Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32882025-04-30T20:17:15.850Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=88b817aaa2ee9a4f -C extra-filename=-119a92de28b40818 --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-f9843d87f643e91e.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-d2dd1f3c6c3f4b73.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0232dbc3efebdc04.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-932332f96321a345.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892025-04-30T20:17:15.958Z Compiling crucible-workspace-hack v0.1.0
32902025-04-30T20:17:16.001Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=89c8549d5fa434fd -C extra-filename=-fbe4a75884a55d40 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-fbe4a75884a55d40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912025-04-30T20:17:16.154Z Compiling heapless v0.8.0
32922025-04-30T20:17:16.197Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=fc3e2e5555817a86 -C extra-filename=-21e92b42ca7f8a3a --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-21e92b42ca7f8a3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932025-04-30T20:17:16.284Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-fbe4a75884a55d40/build-script-build`
32942025-04-30T20:17:16.326Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad4cf55c3e145c08 -C extra-filename=-d31ac486a411b0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952025-04-30T20:17:16.457Z Compiling hash32 v0.3.1
32962025-04-30T20:17:16.501Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8df6b3396c9b729 -C extra-filename=-ac141d6a9145fcc3 --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-2129b7fb5c80af14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972025-04-30T20:17:16.706Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-21e92b42ca7f8a3a/build-script-build`
32982025-04-30T20:17:16.751Z Compiling smoltcp v0.11.0
32992025-04-30T20:17:16.751Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=0660e5fa1b2a7274 -C extra-filename=-b7d3f562b0a80472 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-b7d3f562b0a80472 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002025-04-30T20:17:17.008Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=dac769ee1ca662a0 -C extra-filename=-f40b0aeb8cb53263 --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-ac141d6a9145fcc3.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9da8fed20756ad24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012025-04-30T20:17:17.377Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3415cc0047ae712 -C extra-filename=-72b78886d4d0790d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-119a92de28b40818.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0232dbc3efebdc04.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-25fbf2231641b10a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b05cd1898315e3b8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-f7f9ef72ed006885.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6f3b57a2a787e823.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
33022025-04-30T20:17:17.531Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-b7d3f562b0a80472/build-script-build`
33032025-04-30T20:17:17.592Z Compiling base64 v0.21.7
33042025-04-30T20:17:17.592Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=097f879dc7758ed7 -C extra-filename=-e160ba038ce5e281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052025-04-30T20:17:17.661Z Compiling cobs v0.2.3
33062025-04-30T20:17:17.706Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=c2aff690469a0237 -C extra-filename=-c3a8183ae29163f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072025-04-30T20:17:17.765Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
33082025-04-30T20:17:17.765Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-5eb88cc65053c079/bff9324/ingot-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=afa5dff1b215879a -C extra-filename=-668da3cce140bc1e --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-cb1763339f5b26b8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3322afa9ef710511.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092025-04-30T20:17:17.824Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=6be94717288275b1 -C extra-filename=-3e51c5a5b1893f14 --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-583cffbe97cd9a36.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-f40b0aeb8cb53263.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b1f7a664d8168c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102025-04-30T20:17:17.946Z Compiling postcard v1.0.10
33112025-04-30T20:17:17.998Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=dfa0a44c3ff959da -C extra-filename=-af97b0b2a29d1b5b --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-c3a8183ae29163f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122025-04-30T20:17:18.170Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
33132025-04-30T20:17:18.212Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/88adb1a/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,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=aff96c715dc8ff7c -C extra-filename=-5642247021bcb22d --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-6a561cfe737ae6c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142025-04-30T20:17:18.493Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
33152025-04-30T20:17:18.536Z Compiling typify v0.3.0
33162025-04-30T20:17:18.536Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/88adb1a/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,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=8f75f13ef4ffbe20 -C extra-filename=-90606615f107dce4 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-90606615f107dce4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172025-04-30T20:17:18.536Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=de8a79f191dab4af -C extra-filename=-00912336722a107e --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-d4a1a48260117494.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-023490daf3d39f50.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182025-04-30T20:17:18.685Z Compiling progenitor-impl v0.9.1
33192025-04-30T20:17:18.735Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=919014739535befc -C extra-filename=-1f697c2609f50218 --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-898e01f7b1a1be18.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-00912336722a107e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202025-04-30T20:17:18.735Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
33212025-04-30T20:17:18.735Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/88adb1a/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=417ca6e5cd93e9d5 -C extra-filename=-80dc57a2bacc727a --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-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222025-04-30T20:17:18.869Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-90606615f107dce4/build-script-build`
33232025-04-30T20:17:18.954Z Compiling sigpipe v0.1.3
33242025-04-30T20:17:18.997Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec2396a39531900c -C extra-filename=-d100c6cd4db3eb76 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-04-30T20:17:19.103Z Compiling jiff v0.2.10
33262025-04-30T20:17:19.143Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=ea308ad8da3e3ca9 -C extra-filename=-c7b379eb7bb74f12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272025-04-30T20:17:19.666Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
33282025-04-30T20:17:19.706Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-41c41244d8cc4d69/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2153df30fb1e2283 -C extra-filename=-262c70b59e20e201 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292025-04-30T20:17:19.959Z Compiling zone_cfg_derive v0.3.0
33302025-04-30T20:17:21.936Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efe46ae74c921ba6 -C extra-filename=-0cd8c275e201c7bc --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-317511b4e6521cea.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18923da8a157ebf2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312025-04-30T20:17:22.065Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
33322025-04-30T20:17:22.065Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bad0c7c2892e85d9 -C extra-filename=-d116e292f1acc967 --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-f9843d87f643e91e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332025-04-30T20:17:22.065Z Compiling num-derive v0.4.2
33342025-04-30T20:17:22.065Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4bebb8e23796431 -C extra-filename=-91c83042d7e916ab --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352025-04-30T20:17:22.065Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33362025-04-30T20:17:22.065Z Running `/home/build/.rustup/toolchains/1.86.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="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=b7c465e1dc0678aa -C extra-filename=-758d449d5f1c7e05 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-758d449d5f1c7e05 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372025-04-30T20:17:22.065Z Compiling zone v0.3.1
33382025-04-30T20:17:22.065Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-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="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=652d9652d7f3fd6b -C extra-filename=-ce1751a2aa420a04 --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-b2eb77ef70b05f8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-0cd8c275e201c7bc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392025-04-30T20:17:22.066Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-758d449d5f1c7e05/build-script-build`
33402025-04-30T20:17:22.066Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
33412025-04-30T20:17:22.066Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=38d4336fc512dab7 -C extra-filename=-907485d191f72d36 --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-d116e292f1acc967.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422025-04-30T20:17:22.137Z Compiling convert_case v0.4.0
33432025-04-30T20:17:22.178Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=b564a11fc41d8b69 -C extra-filename=-a32bb62cf8cefa7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442025-04-30T20:17:22.890Z Compiling atomicwrites v0.4.4
33452025-04-30T20:17:22.968Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5eceeaf36d1c6656 -C extra-filename=-0b1af953b46738b0 --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-90fb2c852f96a7bd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-04-30T20:17:22.968Z Compiling derive_more v0.99.19
33472025-04-30T20:17:22.968Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
33482025-04-30T20:17:22.968Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.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 --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,test)' --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=00f13be94e4174fb -C extra-filename=-26a47253d879fafe --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-a32bb62cf8cefa7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492025-04-30T20:17:22.968Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=43b6c599ad7f04f2 -C extra-filename=-c85311ff38a8f3f8 --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-d31ac486a411b0cb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-91c83042d7e916ab.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502025-04-30T20:17:23.182Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
33512025-04-30T20:17:23.223Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-5eb88cc65053c079/bff9324/ingot-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=da564d0d2e14cd5b -C extra-filename=-43d650b2e49e4a93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-668da3cce140bc1e.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-917d586881b8133b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522025-04-30T20:17:23.280Z Compiling utf-8 v0.7.6
33532025-04-30T20:17:23.321Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=329f999abe98b615 -C extra-filename=-44e1b8eb4856db91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542025-04-30T20:17:23.633Z Compiling newline-converter v0.3.0
33552025-04-30T20:17:23.675Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3b794824e1f0647 -C extra-filename=-2be4345241d0dbdc --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-ad84214d9a4bf3fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562025-04-30T20:17:23.716Z Compiling num-rational v0.4.2
33572025-04-30T20:17:23.716Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=049c206e1c2384c9 -C extra-filename=-5ffcc06fd5bfd2b2 --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-6b8f3f4a98e59b6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582025-04-30T20:17:23.827Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
33592025-04-30T20:17:23.871Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-5eb88cc65053c079/bff9324/ingot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=0835235d652779c2 -C extra-filename=-3c7da32bd0887328 --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-6a561cfe737ae6c8.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-668da3cce140bc1e.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-43d650b2e49e4a93.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-917d586881b8133b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602025-04-30T20:17:23.916Z Compiling expectorate v1.1.0
33612025-04-30T20:17:23.916Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=9a33d095f6a34717 -C extra-filename=-268cd1ef0f5d5e81 --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-9282f5134aa6ca48.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-2be4345241d0dbdc.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-de8def02646ad1c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622025-04-30T20:17:24.092Z Compiling num-complex v0.4.6
33632025-04-30T20:17:24.133Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=1c7ad06d87e1c2a2 -C extra-filename=-eeff3646f9579c3a --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-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642025-04-30T20:17:24.342Z Compiling progenitor-macro v0.9.1
33652025-04-30T20:17:24.384Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=30e9ce6af30235be -C extra-filename=-56e35b3a17b9b1e9 --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-bebe141ada6d2f7b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1f697c2609f50218.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-b81448be29120b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662025-04-30T20:17:24.928Z Compiling num v0.4.3
33672025-04-30T20:17:24.969Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=8c4100aa4afeccba -C extra-filename=-79102a7176aa61dc --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-eeff3646f9579c3a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-654d082f1ab23d47.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-5ffcc06fd5bfd2b2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682025-04-30T20:17:25.047Z Compiling tungstenite v0.21.0
33692025-04-30T20:17:25.092Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=d7d6c6e3b00f42fa -C extra-filename=-52b45c4638be18ba --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-2129b7fb5c80af14.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-729ac19f9ff8ff78.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-31d17b43dfb8e636.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-44e1b8eb4856db91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702025-04-30T20:17:25.093Z Compiling float-ord v0.3.2
33712025-04-30T20:17:25.093Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3131dd3534ae71af -C extra-filename=-3ca8aac67caff154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722025-04-30T20:17:25.281Z Compiling fixedbitset v0.5.7
33732025-04-30T20:17:25.324Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8fd6e305f1e7abea -C extra-filename=-8b61bbca6586a0f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742025-04-30T20:17:25.852Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
33752025-04-30T20:17:25.898Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/88adb1a/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,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=131a178a1a5e0661 -C extra-filename=-36015598ba84150e --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-5642247021bcb22d.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-3c7da32bd0887328.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-af97b0b2a29d1b5b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-3e51c5a5b1893f14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762025-04-30T20:17:25.943Z Compiling petgraph v0.7.1
33772025-04-30T20:17:25.943Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-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="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=6db27a5f10dc3385 -C extra-filename=-1ca3c89e8047667a --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-8b61bbca6586a0f0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782025-04-30T20:17:26.640Z Compiling tokio-tungstenite v0.21.0
33792025-04-30T20:17:26.689Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=70efb9043999e665 -C extra-filename=-e723987a05a39d25 --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-22b3486293b2b9f0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-52b45c4638be18ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802025-04-30T20:17:27.303Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/88adb1a/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,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=62ee4cfdf173ceec -C extra-filename=-3960c83a05f0c9db --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-6a561cfe737ae6c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-06fcd8d2e0fd472e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-5642247021bcb22d.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-3c7da32bd0887328.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-80dc57a2bacc727a.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-36015598ba84150e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-af97b0b2a29d1b5b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-3e51c5a5b1893f14.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-7049edb7c9a9636d.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)'`
33812025-04-30T20:17:27.377Z Compiling indent_write v2.2.0
33822025-04-30T20:17:27.427Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bfbc28fed5c87018 -C extra-filename=-34a3c5d50cd9a3a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832025-04-30T20:17:27.469Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
33842025-04-30T20:17:27.470Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/88adb1a/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,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=066137a95e606f1b -C extra-filename=-85a6b652bc2a2765 --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-7f8514ed35d62a3a.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-5642247021bcb22d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3960c83a05f0c9db.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-262c70b59e20e201.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-3e51c5a5b1893f14.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-7049edb7c9a9636d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-917d586881b8133b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852025-04-30T20:17:27.596Z Compiling password-hash v0.5.0
33862025-04-30T20:17:27.666Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=a8faeb85638ae751 -C extra-filename=-32818a50e3d58991 --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-8be1ba0eaa8fca01.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872025-04-30T20:17:28.232Z Compiling aws-lc-sys v0.26.0
33882025-04-30T20:17:28.276Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.26.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=13bab21cc6ee4926 -C extra-filename=-481d412ce0d567ca --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-481d412ce0d567ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-d248380f5c7cdc9d.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-321634af65711493.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-4858c6f2010da081.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-def24bb22f20c5b6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892025-04-30T20:17:28.353Z Compiling blake2 v0.10.6
33902025-04-30T20:17:28.406Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=7c4f1ec7eb0ebb1c -C extra-filename=-1fd3335e9181b0aa --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-5521fc2fbb46472c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912025-04-30T20:17:28.406Z Compiling half v2.4.1
33922025-04-30T20:17:28.407Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=e2a9918d1d5a0d2d -C extra-filename=-78edee7592c107b3 --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-7f8514ed35d62a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932025-04-30T20:17:28.608Z Compiling ciborium-io v0.2.2
33942025-04-30T20:17:28.657Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=2455998bc90e83cf -C extra-filename=-72e469e32d957671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952025-04-30T20:17:28.772Z Compiling arc-swap v1.7.1
33962025-04-30T20:17:28.816Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=566d773c209c9848 -C extra-filename=-d2d2a8673216732c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972025-04-30T20:17:28.897Z Compiling argon2 v0.5.3
33982025-04-30T20:17:28.946Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=c9ca9fadde1457ec -C extra-filename=-f05c6b1bae7a28e5 --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-8be1ba0eaa8fca01.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-1fd3335e9181b0aa.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-32818a50e3d58991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992025-04-30T20:17:29.003Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
34002025-04-30T20:17:29.058Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/88adb1a/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dacd41af577147ed -C extra-filename=-68b3aaf24e3da703 --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-f9843d87f643e91e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-72b78886d4d0790d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3960c83a05f0c9db.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-85a6b652bc2a2765.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-af97b0b2a29d1b5b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012025-04-30T20:17:29.114Z Compiling ciborium-ll v0.2.2
34022025-04-30T20:17:29.125Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=a2a78318dc4282a5 -C extra-filename=-bfd8d98352c2b9ee --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-72e469e32d957671.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-78edee7592c107b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032025-04-30T20:17:29.217Z Compiling slog-scope v4.4.0
34042025-04-30T20:17:29.259Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f2d74d00eaa4f5c -C extra-filename=-4f11a3b064959f59 --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-d2d2a8673216732c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052025-04-30T20:17:29.330Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34062025-04-30T20:17:29.372Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/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,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=b19ca0bc2b54f1cd -C extra-filename=-3e2a72f11a90febe --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-3e2a72f11a90febe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072025-04-30T20:17:29.421Z Compiling same-file v1.0.6
34082025-04-30T20:17:29.421Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ad2ec04c0025181 -C extra-filename=-04895e1b12795e8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092025-04-30T20:17:29.499Z Compiling slog-stdlog v4.1.1
34102025-04-30T20:17:29.544Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=906fc34ce9cff7c7 -C extra-filename=-838f207c2b20a471 --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-daba4f3c1b68dcbf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-4f11a3b064959f59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112025-04-30T20:17:29.683Z Compiling walkdir v2.5.0
34122025-04-30T20:17:29.729Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d61ffe163c608fe -C extra-filename=-4172296b484ad0eb --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-04895e1b12795e8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132025-04-30T20:17:29.729Z Compiling ciborium v0.2.2
34142025-04-30T20:17:29.729Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=892e410f42666038 -C extra-filename=-4a903d30cf223e9a --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-72e469e32d957671.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-bfd8d98352c2b9ee.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152025-04-30T20:17:29.842Z Compiling xattr v1.3.1
34162025-04-30T20:17:29.888Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=d84f470ff386b0d5 -C extra-filename=-5965a989474fea70 --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-90fb2c852f96a7bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172025-04-30T20:17:30.074Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-3e2a72f11a90febe/build-script-build`
34182025-04-30T20:17:30.149Z Compiling filetime v0.2.25
34192025-04-30T20:17:30.149Z Compiling owo-colors v4.2.0
34202025-04-30T20:17:30.149Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2657bed2302d3aa2 -C extra-filename=-1b6046de928d0aef --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-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212025-04-30T20:17:30.192Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.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,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=b4aef141167b40e7 -C extra-filename=-83029e4a3fdb87a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-83029e4a3fdb87a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222025-04-30T20:17:30.198Z Compiling cancel-safe-futures v0.1.5
34232025-04-30T20:17:30.198Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=d00a62172f4ffb4e -C extra-filename=-f064a93615ef6058 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f064a93615ef6058 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242025-04-30T20:17:30.316Z Compiling slog-envlogger v2.2.0
34252025-04-30T20:17:30.362Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=ddb80b48aa56326a -C extra-filename=-b0d86c61f951383a --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-daba4f3c1b68dcbf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-4f11a3b064959f59.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-838f207c2b20a471.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-04-30T20:17:30.463Z Compiling tar v0.4.44
34272025-04-30T20:17:30.516Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=790b788b4cec3cf0 -C extra-filename=-c7f57a8e748b4293 --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-1b6046de928d0aef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-5965a989474fea70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282025-04-30T20:17:30.579Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f064a93615ef6058/build-script-build`
34292025-04-30T20:17:30.624Z Compiling libsw-core v0.3.1
34302025-04-30T20:17:30.624Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=967e3d50fd91f461 -C extra-filename=-4c0adb52c1641bbe --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-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-04-30T20:17:30.745Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-83029e4a3fdb87a5/build-script-build`
34322025-04-30T20:17:30.830Z Compiling swrite v0.1.0
34332025-04-30T20:17:30.878Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=8c0248aae4639675 -C extra-filename=-7d86e322625d40ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342025-04-30T20:17:30.886Z Compiling libsw v3.4.0
34352025-04-30T20:17:30.928Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=13763839aa66c8d1 -C extra-filename=-fe798fd6e64b997d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libsw_core=/work/oxidecomputer/omicron/target/debug/deps/liblibsw_core-4c0adb52c1641bbe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362025-04-30T20:17:30.928Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=71de7f5be8f9ffae -C extra-filename=-d00dfe191d9f284a --out-dir /work/oxidecomputer/omicron/target/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 const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
34372025-04-30T20:17:30.975Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=828d8c0603121e72 -C extra-filename=-b93a03729a3c9803 --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-20cc0d919cf526a3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382025-04-30T20:17:31.030Z Compiling linear-map v1.2.0
34392025-04-30T20:17:31.030Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=6446a15bd94a8363 -C extra-filename=-3aead9fef1408a62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402025-04-30T20:17:31.143Z Compiling pem v3.0.5
34412025-04-30T20:17:31.189Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a5288eeb36ac2ae6 -C extra-filename=-94df663eada64052 --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-388427588bad31ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422025-04-30T20:17:31.189Z Compiling highway v1.3.0
34432025-04-30T20:17:31.235Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highway-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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7c5240402e1b5a2a -C extra-filename=-44ff0ad742991a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442025-04-30T20:17:31.336Z Compiling typify-impl v0.2.0
34452025-04-30T20:17:31.378Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59d567640f112ca8 -C extra-filename=-d5b61bee3e81e37d --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-898e01f7b1a1be18.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462025-04-30T20:17:31.449Z Compiling headers-core v0.3.0
34472025-04-30T20:17:31.496Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e184afa910846eb -C extra-filename=-72d130c514a55add --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-d0626d2a571d5399.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482025-04-30T20:17:31.645Z Compiling linked-hash-map v0.5.6
34492025-04-30T20:17:32.148Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=909d75483f54ca2e -C extra-filename=-b05ea296ee12e0d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502025-04-30T20:17:32.240Z Compiling headers v0.4.0
34512025-04-30T20:17:32.240Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=cc0bde78d9c23689 -C extra-filename=-39770a35e9e72b9b --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-e160ba038ce5e281.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-72d130c514a55add.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-04bf4929f7a54a53.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-80e1054dc5264632.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522025-04-30T20:17:32.240Z Compiling resolv-conf v0.7.0
34532025-04-30T20:17:32.240Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=fe91764d0d14614b -C extra-filename=-31c7b1eae87d6337 --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-5b9a84fbe043126e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-1117ffb342c3b6bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542025-04-30T20:17:32.240Z Compiling lru-cache v0.1.2
34552025-04-30T20:17:32.240Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=8840b1fe174f9ae5 -C extra-filename=-fb9cd732f9db5865 --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-b05ea296ee12e0d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562025-04-30T20:17:32.240Z Compiling lzma-sys v0.1.20
34572025-04-30T20:17:32.240Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=67a1e29f54c82b7b -C extra-filename=-58247355fbcbcc06 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-58247355fbcbcc06 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582025-04-30T20:17:32.240Z Compiling heck v0.3.3
34592025-04-30T20:17:32.285Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=51998ca704aebe76 -C extra-filename=-bc48c5cf5f6736c3 --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-ad84214d9a4bf3fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602025-04-30T20:17:32.473Z Compiling hickory-resolver v0.24.4
34612025-04-30T20:17:32.517Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --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,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=9364566c60ea57e1 -C extra-filename=-c9c30ab7cb3a2854 --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-7f8514ed35d62a3a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-fb9cd732f9db5865.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-31c7b1eae87d6337.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622025-04-30T20:17:32.517Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34632025-04-30T20:17:32.560Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aad59a931c4ba825 -C extra-filename=-aa334faa873d5782 --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-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-627769ba0dc3f32a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642025-04-30T20:17:32.561Z Compiling zone_cfg_derive v0.1.2
34652025-04-30T20:17:32.561Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1269ebb87094d369 -C extra-filename=-d1236350d3a0e85a --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-bc48c5cf5f6736c3.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18923da8a157ebf2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662025-04-30T20:17:32.871Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-58247355fbcbcc06/build-script-build`
34672025-04-30T20:17:32.916Z Compiling yasna v0.5.2
34682025-04-30T20:17:32.916Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=2a17b53d13d488ad -C extra-filename=-9af39d8e2b56ce4a --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-1fea0e4a1756d87c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692025-04-30T20:17:32.961Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=427bc5b061bfeb87 -C extra-filename=-fab9f34a09a01cc2 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
34702025-04-30T20:17:33.123Z Compiling humantime v2.1.0
34712025-04-30T20:17:33.167Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7d88c1355737fe6 -C extra-filename=-8f7115015abc9270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722025-04-30T20:17:33.256Z Compiling base64 v0.13.1
34732025-04-30T20:17:33.302Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3bf52cf9b367b777 -C extra-filename=-c8e779c15ea77b8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742025-04-30T20:17:33.547Z Compiling keccak v0.1.5
34752025-04-30T20:17:33.614Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=e3517f305307fa5a -C extra-filename=-36dd2d3c25ee0db3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762025-04-30T20:17:33.751Z Compiling rcgen v0.12.1
34772025-04-30T20:17:33.804Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=11693f7f8c5c94d9 -C extra-filename=-ad3becd8de036556 --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-94df663eada64052.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9af39d8e2b56ce4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
34782025-04-30T20:17:33.804Z Compiling zone v0.1.8
34792025-04-30T20:17:33.807Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b789b2c32163546a -C extra-filename=-19f52a852fb7e21f --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-4762b94fa4a567ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-d1236350d3a0e85a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802025-04-30T20:17:34.164Z Compiling sha3 v0.10.8
34812025-04-30T20:17:34.211Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=435844402425ef10 -C extra-filename=-42f45d371fc21546 --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-5521fc2fbb46472c.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-36dd2d3c25ee0db3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822025-04-30T20:17:34.437Z Compiling ron v0.7.1
34832025-04-30T20:17:34.480Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=5f90a4ba35c3cfe8 -C extra-filename=-8fd199f90180a4d1 --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-c8e779c15ea77b8e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-583cffbe97cd9a36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842025-04-30T20:17:34.917Z Compiling xz2 v0.1.7
34852025-04-30T20:17:34.960Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xz2-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=9ba2691daccbb67c -C extra-filename=-3f94d906667ce549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-fab9f34a09a01cc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
34862025-04-30T20:17:34.960Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34872025-04-30T20:17:34.960Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25f28d85c45d2023 -C extra-filename=-c6ada892c5e10108 --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-aa334faa873d5782.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-627769ba0dc3f32a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-04-30T20:17:35.049Z Compiling semver v0.1.20
34892025-04-30T20:17:35.098Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=daea15f42841c6f8 -C extra-filename=-0252d8112447c22b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902025-04-30T20:17:35.328Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/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,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=c2761c55e54fa2c3 -C extra-filename=-5fe528dd8f8def08 --out-dir /work/oxidecomputer/omicron/target/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`
34912025-04-30T20:17:35.447Z Compiling rustc_version v0.1.7
34922025-04-30T20:17:35.495Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa645a36633dc776 -C extra-filename=-74801207d3479dc7 --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-0252d8112447c22b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932025-04-30T20:17:35.553Z Compiling secrecy v0.10.3
34942025-04-30T20:17:35.553Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-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 embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=93315cae402444de -C extra-filename=-e5f78bcf8c5172cd --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-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952025-04-30T20:17:35.600Z Compiling subprocess v0.2.9
34962025-04-30T20:17:35.600Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6f47d8b676d07f8 -C extra-filename=-7f38ee2012cba243 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972025-04-30T20:17:35.646Z Compiling universal-hash v0.5.1
34982025-04-30T20:17:35.646Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=a0730f26cecdb164 -C extra-filename=-ba37617c069a1ce3 --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-2de6d8a2c2415463.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992025-04-30T20:17:35.805Z Compiling opaque-debug v0.3.1
35002025-04-30T20:17:35.856Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4daecf1cbd25f23f -C extra-filename=-5fa40915afa4914b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012025-04-30T20:17:35.856Z Compiling aead v0.5.2
35022025-04-30T20:17:35.856Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=f38c76dc25a1a316 -C extra-filename=-9c1a4ddeaa945015 --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-2de6d8a2c2415463.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032025-04-30T20:17:35.900Z Compiling newtype_derive v0.1.6
35042025-04-30T20:17:35.900Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=b3d7a71b16c83137 -C extra-filename=-228a6b025f752c3a --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-228a6b025f752c3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74801207d3479dc7.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052025-04-30T20:17:35.945Z Compiling poly1305 v0.8.0
35062025-04-30T20:17:35.945Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=4a5146e9e3233fde -C extra-filename=-a6062a6c1b502b79 --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-2b80f643c97b05f7.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-5fa40915afa4914b.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-ba37617c069a1ce3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072025-04-30T20:17:36.262Z Compiling chacha20 v0.9.1
35082025-04-30T20:17:36.366Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=bafecdd78c5f2e42 -C extra-filename=-5e6821f4f8279c7e --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-7f8514ed35d62a3a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092025-04-30T20:17:36.366Z Compiling thiserror-impl-no-std v2.0.2
35102025-04-30T20:17:36.366Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=7825aeaf442ff01a -C extra-filename=-e78540e043554deb --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112025-04-30T20:17:36.366Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-228a6b025f752c3a/build-script-build`
35122025-04-30T20:17:36.419Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=4bc195f3bd6d1a52 -C extra-filename=-3f17a3fbc1133616 --out-dir /work/oxidecomputer/omicron/target/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`
35132025-04-30T20:17:36.511Z Compiling steno v0.4.1
35142025-04-30T20:17:36.554Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=90f8cc773e4c7bb1 -C extra-filename=-72e150966e747fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fcbb94f616a5d791.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152025-04-30T20:17:36.619Z Compiling chacha20poly1305 v0.10.1
35162025-04-30T20:17:36.661Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=bd8aa73eb3f896b9 -C extra-filename=-88cce0b63f506f0b --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-9c1a4ddeaa945015.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-5e6821f4f8279c7e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a6062a6c1b502b79.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172025-04-30T20:17:36.872Z Compiling qorb v0.3.1
35182025-04-30T20:17:36.914Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-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"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=b20c187386581121 -C extra-filename=-202419341ed45ded --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4466570b4cdfa8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192025-04-30T20:17:37.017Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
35202025-04-30T20:17:37.067Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=254e0e580a27d849 -C extra-filename=-d8b1919364315ac4 --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-388427588bad31ec.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d31ac486a411b0cb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212025-04-30T20:17:37.140Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
35222025-04-30T20:17:37.186Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec9a5478080c5c28 -C extra-filename=-a164b63fe3657a89 --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-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232025-04-30T20:17:37.230Z Compiling bytecount v0.6.8
35242025-04-30T20:17:37.231Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=ad8147671f2d4585 -C extra-filename=-02ca1c0622733289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252025-04-30T20:17:37.471Z Compiling display-error-chain v0.2.2
35262025-04-30T20:17:37.523Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4f21d5ec65ab12f -C extra-filename=-2d9db2c7190092e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272025-04-30T20:17:37.702Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
35282025-04-30T20:17:37.703Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b365c83f1e8b6ad -C extra-filename=-41c3ccac5a2969df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-d8b1919364315ac4.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-a164b63fe3657a89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292025-04-30T20:17:37.744Z Compiling slog-dtrace v0.3.0
35302025-04-30T20:17:37.744Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=992ac80697924cb2 -C extra-filename=-d8d746612e89cda3 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-d8d746612e89cda3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312025-04-30T20:17:37.918Z Compiling gethostname v0.5.0
35322025-04-30T20:17:37.964Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=078e5dde01e7ea72 -C extra-filename=-1ba4dfee93cde855 --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-90fb2c852f96a7bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332025-04-30T20:17:38.116Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-d8d746612e89cda3/build-script-build`
35342025-04-30T20:17:38.166Z Compiling nibble_vec v0.1.0
35352025-04-30T20:17:38.166Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cf7e3c1bc97ed5f -C extra-filename=-433666aeedaa800b --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-2b53ddeb7bc9109c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362025-04-30T20:17:38.214Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3883917d78d290c0 -C extra-filename=-dca471660565ee7a --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-635dd001e5f79077.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372025-04-30T20:17:38.379Z Compiling endian-type v0.1.2
35382025-04-30T20:17:38.482Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c43ce4ab6cb3a0e3 -C extra-filename=-75c1b6d223b583e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392025-04-30T20:17:38.651Z Compiling thiserror-no-std v2.0.2
35402025-04-30T20:17:38.700Z Compiling radix_trie v0.2.1
35412025-04-30T20:17:38.700Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=ebdce29e7eb10f90 -C extra-filename=-1e7a159636efd780 --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-e78540e043554deb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422025-04-30T20:17:38.700Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=1a209a6b1316a835 -C extra-filename=-26cb45c217f77f82 --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-75c1b6d223b583e7.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-433666aeedaa800b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432025-04-30T20:17:38.756Z Compiling vsss-rs v3.3.4
35442025-04-30T20:17:38.809Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=fa5ee35444e99240 -C extra-filename=-991f4c42f9ecbe73 --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-e71be508c6f571a4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-02bea97130a9046e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-1e7a159636efd780.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452025-04-30T20:17:38.809Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35462025-04-30T20:17:38.810Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/build.rs --error-format=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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d89f094f1aec537 -C extra-filename=-eb74211e5ac6a6d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-eb74211e5ac6a6d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472025-04-30T20:17:38.964Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-481d412ce0d567ca/build-script-main`
35482025-04-30T20:17:39.213Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-eb74211e5ac6a6d0/build-script-build`
35492025-04-30T20:17:39.261Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8172518acf65c67f -C extra-filename=-8db78efdf0dd0aa8 --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-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
35502025-04-30T20:17:39.261Z Compiling proc-macro-error-attr2 v2.0.0
35512025-04-30T20:17:39.261Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e78a8a2b42d43f8 -C extra-filename=-b2406679dd02b250 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522025-04-30T20:17:39.638Z Compiling maplit v1.0.2
35532025-04-30T20:17:39.685Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=12444660afd4e375 -C extra-filename=-bcad5addf0b648e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542025-04-30T20:17:39.795Z Compiling papergrid v0.14.0
35552025-04-30T20:17:39.837Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=a5250da498dac954 -C extra-filename=-badf57ce31b19941 --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-02ca1c0622733289.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-3d57464229351c79.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8eb4dc81f9420728.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562025-04-30T20:17:40.049Z Compiling proc-macro-error2 v2.0.1
35572025-04-30T20:17:40.099Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=c51d2d0a0a360110 -C extra-filename=-466f6b6b41cc0cb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-b2406679dd02b250.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582025-04-30T20:17:40.589Z Compiling tabled_derive v0.10.0
35592025-04-30T20:17:40.648Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9a21033b9ad7ced -C extra-filename=-014415e869210249 --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-898e01f7b1a1be18.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-466f6b6b41cc0cb0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602025-04-30T20:17:40.648Z Compiling num-derive v0.3.3
35612025-04-30T20:17:40.649Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.3.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,test)' --check-cfg 'cfg(feature, values("full-syntax"))' -C metadata=f3c5d488db8189b0 -C extra-filename=-4e8e958ceaf6a093 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622025-04-30T20:17:41.428Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
35632025-04-30T20:17:41.469Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/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="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=3046d62fe172ac50 -C extra-filename=-486ad51567d1d761 --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-6a561cfe737ae6c8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642025-04-30T20:17:41.741Z Compiling fxhash v0.2.1
35652025-04-30T20:17:41.785Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1601f2fcc526c4ea -C extra-filename=-dde9df454645c87d --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-2129b7fb5c80af14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662025-04-30T20:17:41.966Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
35672025-04-30T20:17:42.007Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/controller/build.rs --error-format=json --json=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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=984a5dcb030df6d4 -C extra-filename=-52fcd5caf6249a2c --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-52fcd5caf6249a2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682025-04-30T20:17:42.327Z Compiling vte_generate_state_changes v0.1.2
35692025-04-30T20:17:42.368Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte_generate_state_changes-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb008dca9f18c2e6 -C extra-filename=-037aa84a1c5d4aeb --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702025-04-30T20:17:42.368Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-52fcd5caf6249a2c/build-script-build`
35712025-04-30T20:17:42.415Z Compiling libscf-sys v1.1.0
35722025-04-30T20:17:42.415Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d794e16e6c34719 -C extra-filename=-ef1320aaad2eacaf --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-f9843d87f643e91e.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-4e8e958ceaf6a093.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732025-04-30T20:17:42.455Z Compiling crc8 v0.1.1
35742025-04-30T20:17:42.500Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crc8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc8-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=09f5c8fb6110b06f -C extra-filename=-25efa93a1fe1669c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752025-04-30T20:17:42.639Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35762025-04-30T20:17:42.692Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf6e81a943d6aaec -C extra-filename=-1f7330b92eeba7ca --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-f9843d87f643e91e.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-ef1320aaad2eacaf.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772025-04-30T20:17:42.693Z Compiling const_format_proc_macros v0.2.34
35782025-04-30T20:17:42.693Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=f04b7e64533e9da1 -C extra-filename=-a2014f202da92492 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9a19e123728e4c50.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-04-30T20:17:42.790Z Compiling typify-macro v0.2.0
35802025-04-30T20:17:42.836Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c00b05d981c164f1 -C extra-filename=-f3c50d05497aa99d --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-d5b61bee3e81e37d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812025-04-30T20:17:42.878Z Compiling fd-lock v4.0.2
35822025-04-30T20:17:42.878Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=89bade38bacaed31 -C extra-filename=-9b723cba68ae468d --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-7f8514ed35d62a3a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832025-04-30T20:17:42.939Z Compiling tabled v0.18.0
35842025-04-30T20:17:42.980Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=f53fc39b45b1c1d7 -C extra-filename=-d1129058a71ace58 --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-badf57ce31b19941.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-014415e869210249.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852025-04-30T20:17:42.980Z Compiling vte v0.11.1
35862025-04-30T20:17:42.980Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=855c83275488d404 -C extra-filename=-b0985306a3bfbedb --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-955928cd69d22d1b.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-037aa84a1c5d4aeb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-04-30T20:17:43.105Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
35882025-04-30T20:17:43.150Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/decode/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=08e8b55577dff5fe -C extra-filename=-753ce69a9b6e2626 --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-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-486ad51567d1d761.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892025-04-30T20:17:43.303Z Compiling async-recursion v1.1.1
35902025-04-30T20:17:43.352Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1624ad1823cc296f -C extra-filename=-d7917cc794aa9241 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-04-30T20:17:43.353Z Compiling nu-ansi-term v0.50.1
35922025-04-30T20:17:43.353Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=2091f5872eeecdf8 -C extra-filename=-49704f2b55d410c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932025-04-30T20:17:43.934Z Compiling radium v0.7.0
35942025-04-30T20:17:43.980Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=83b9a3e81893f09b -C extra-filename=-3ae92a3d4fefe356 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-3ae92a3d4fefe356 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952025-04-30T20:17:44.150Z Compiling strip-ansi-escapes v0.2.0
35962025-04-30T20:17:44.194Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=22d0ce5ece1235d0 -C extra-filename=-977833393ca6aa3b --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-b0985306a3bfbedb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972025-04-30T20:17:44.358Z Compiling const_format v0.2.34
35982025-04-30T20:17:44.414Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__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", "rust_1_83"))' -C metadata=252482eb54ba8d3e -C extra-filename=-f041b42439f43bad --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-a2014f202da92492.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-04-30T20:17:44.499Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-3ae92a3d4fefe356/build-script-build`
36002025-04-30T20:17:44.546Z Compiling reedline v0.38.0
36012025-04-30T20:17:44.546Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.38.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=28be3d56af482e12 -C extra-filename=-4d6f0001d10592a8 --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-635dd001e5f79077.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9b723cba68ae468d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b2eb77ef70b05f8c.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-49704f2b55d410c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-977833393ca6aa3b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bd43e950c1d3283c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-ad84214d9a4bf3fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022025-04-30T20:17:44.598Z Compiling maybe-uninit v2.0.0
36032025-04-30T20:17:44.598Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=895fd6ccdfab2690 -C extra-filename=-a626c617e68cf75f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-a626c617e68cf75f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042025-04-30T20:17:44.754Z Compiling termcolor v1.4.1
36052025-04-30T20:17:44.828Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba6f085b10bf8937 -C extra-filename=-3e36a839e9953a7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062025-04-30T20:17:45.024Z Compiling tap v1.0.1
36072025-04-30T20:17:45.069Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a55c5877cece2b37 -C extra-filename=-47975f1cfda174a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082025-04-30T20:17:45.145Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-a626c617e68cf75f/build-script-build`
36092025-04-30T20:17:45.193Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca0c05f9ac77258f -C extra-filename=-72d8dd92df680d76 --out-dir /work/oxidecomputer/omicron/target/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`
36102025-04-30T20:17:45.256Z Compiling wyz v0.5.1
36112025-04-30T20:17:45.300Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=68b57e03d2d7999f -C extra-filename=-488636b8b25c5c85 --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-47975f1cfda174a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122025-04-30T20:17:45.425Z Compiling crc-catalog v2.4.0
36132025-04-30T20:17:45.468Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=84afc03fcb637976 -C extra-filename=-6eea81ceac6dc896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142025-04-30T20:17:45.606Z Compiling funty v2.0.0
36152025-04-30T20:17:45.656Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b8ef263f796bb5d9 -C extra-filename=-3665d2829c0e8866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162025-04-30T20:17:45.656Z Compiling packed_struct v0.10.1
36172025-04-30T20:17:45.706Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=0bdb6cf454e35fd7 -C extra-filename=-faecb2965877af20 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-faecb2965877af20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182025-04-30T20:17:45.706Z Compiling crc v3.2.1
36192025-04-30T20:17:45.707Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb566e6bcead7f37 -C extra-filename=-0b36c1824d283845 --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-6eea81ceac6dc896.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202025-04-30T20:17:46.104Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/controller/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=4d234f88f53c1573 -C extra-filename=-7b93507025585798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d1129058a71ace58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-753ce69a9b6e2626.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-486ad51567d1d761.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
36212025-04-30T20:17:46.278Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-faecb2965877af20/build-script-build`
36222025-04-30T20:17:46.321Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e018e79f589f179d -C extra-filename=-f49394949f81c0b9 --out-dir /work/oxidecomputer/omicron/target/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`
36232025-04-30T20:17:46.363Z Compiling packed_struct_codegen v0.10.1
36242025-04-30T20:17:46.363Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=966e84dbb621f0ac -C extra-filename=-cea1787d48220429 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252025-04-30T20:17:46.453Z Compiling bitvec v1.0.1
36262025-04-30T20:17:46.496Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=595cf196c68d6a3a -C extra-filename=-fe3d44545757b2b2 --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-3665d2829c0e8866.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-72d8dd92df680d76.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-47975f1cfda174a2.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-488636b8b25c5c85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-04-30T20:17:46.663Z Compiling typify v0.2.0
36282025-04-30T20:17:46.709Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=4316ef235b360849 -C extra-filename=-68ff0ba0a5127b5d --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-d5b61bee3e81e37d.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-f3c50d05497aa99d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292025-04-30T20:17:46.848Z Compiling progenitor-impl v0.8.0
36302025-04-30T20:17:46.895Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c59e6fadd4d24b6 -C extra-filename=-c1ac476c07a1efd1 --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-898e01f7b1a1be18.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-68ff0ba0a5127b5d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312025-04-30T20:17:46.998Z Compiling indexmap v1.9.3
36322025-04-30T20:17:47.044Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=c34116ce7bd13143 -C extra-filename=-acd1a5ff7165bb51 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-acd1a5ff7165bb51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332025-04-30T20:17:48.509Z Compiling nodrop v0.1.14
36342025-04-30T20:17:48.509Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=2102fc977e275141 -C extra-filename=-8f1791f5f96188af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352025-04-30T20:17:48.509Z Compiling array-init v0.0.4
36362025-04-30T20:17:48.509Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=beaf96168f718766 -C extra-filename=-61aec7a4491efada --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-8f1791f5f96188af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372025-04-30T20:17:48.509Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-acd1a5ff7165bb51/build-script-build`
36382025-04-30T20:17:48.510Z Compiling smallvec v0.6.14
36392025-04-30T20:17:48.511Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=99aa91d2a8d9c25a -C extra-filename=-51884dfabe602813 --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-f49394949f81c0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402025-04-30T20:17:48.511Z Compiling hashbrown v0.12.3
36412025-04-30T20:17:48.511Z Compiling bitfield v0.14.0
36422025-04-30T20:17:48.511Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=6a8f0796d1e30bd1 -C extra-filename=-b3adeb558ab08f9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-04-30T20:17:48.511Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f7410681c88537d -C extra-filename=-b5e02b0c4f09f06e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442025-04-30T20:17:48.646Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36452025-04-30T20:17:48.646Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=6d433dccb7a1f69f -C extra-filename=-86b15adaea86fac1 --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-2129b7fb5c80af14.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0b36c1824d283845.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-986f800d9db672b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462025-04-30T20:17:48.690Z Compiling serde-hex v0.1.0
36472025-04-30T20:17:48.734Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a8b91e71652c3a4 -C extra-filename=-cd5a842fa6376f1e --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-61aec7a4491efada.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-51884dfabe602813.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482025-04-30T20:17:48.774Z Compiling env_logger v0.10.2
36492025-04-30T20:17:48.774Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=9be124b1459bf1f9 -C extra-filename=-b3ad912097acfa33 --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-9716797e058e3331.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3e36a839e9953a7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502025-04-30T20:17:48.834Z Compiling ron v0.8.1
36512025-04-30T20:17:48.877Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=873f22dda8cb9b59 -C extra-filename=-ea3cb651ce67aaab --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-e160ba038ce5e281.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522025-04-30T20:17:49.323Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=bb65704a1193cdb8 -C extra-filename=-791cfa692a15f936 --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-fe3d44545757b2b2.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-cea1787d48220429.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532025-04-30T20:17:49.363Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=39d8d4f6a8bfa7ed -C extra-filename=-2e4ee4481a7c160e --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-b3adeb558ab08f9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
36542025-04-30T20:17:49.689Z Compiling hashbrown v0.13.2
36552025-04-30T20:17:49.733Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=07c2ed42f13812db -C extra-filename=-5cc6ea1a66f53889 --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-f6fdc33726fc3fba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562025-04-30T20:17:49.928Z Compiling crc-any v2.5.0
36572025-04-30T20:17:49.969Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=dc0c748963897193 -C extra-filename=-d2ba709c4cf7b9fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582025-04-30T20:17:50.181Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36592025-04-30T20:17:50.181Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c92712760dcaf0e -C extra-filename=-9e9728b2d15da62f --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-ea3cb651ce67aaab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-86b15adaea86fac1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-986f800d9db672b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602025-04-30T20:17:50.376Z Compiling papergrid v0.11.0
36612025-04-30T20:17:50.417Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=518a659604a97e1a -C extra-filename=-be021978e68ce1b8 --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-02ca1c0622733289.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-3d57464229351c79.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-04-30T20:17:50.635Z Compiling object v0.30.4
36632025-04-30T20:17:50.692Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=4883dbb11fec27c8 -C extra-filename=-d04c6809698d939e --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-dc6ff59ed603a867.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5cc6ea1a66f53889.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e4ee4481a7c160e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642025-04-30T20:17:50.692Z Compiling tabled_derive v0.7.0
36652025-04-30T20:17:50.692Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=25838dbba514c391 -C extra-filename=-93ebff1ba44b3f2a --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-317511b4e6521cea.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18923da8a157ebf2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-04-30T20:17:50.808Z Compiling kstat-rs v0.2.4
36672025-04-30T20:17:50.850Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9aa0a40614f302e -C extra-filename=-e1b75a6b1615462a --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-f9843d87f643e91e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682025-04-30T20:17:51.294Z Compiling libefi-sys v0.1.0
36692025-04-30T20:17:51.334Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=04ce399b65b152b7 -C extra-filename=-21f3814779d807e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-21f3814779d807e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702025-04-30T20:17:51.621Z Compiling path-slash v0.1.5
36712025-04-30T20:17:51.661Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6a2bd240841019b -C extra-filename=-84832d7b000ec4fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722025-04-30T20:17:51.829Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-21f3814779d807e2/build-script-build`
36732025-04-30T20:17:51.872Z Compiling bitfield-struct v0.6.2
36742025-04-30T20:17:51.872Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=481e9a172a2dee4c -C extra-filename=-830877d519d0eaf8 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752025-04-30T20:17:52.317Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
36762025-04-30T20:17:52.357Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/17d04af/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=027a0fa2316584ec -C extra-filename=-b3529767ce97eb0d --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-b5e02b0c4f09f06e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-791cfa692a15f936.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772025-04-30T20:17:52.400Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
36782025-04-30T20:17:52.400Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb49c44d2b0829fa -C extra-filename=-9939c96b0c9085f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-9939c96b0c9085f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792025-04-30T20:17:52.443Z Compiling progenitor-macro v0.8.0
36802025-04-30T20:17:52.443Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b73ba0892fb2103a -C extra-filename=-346d82cc4ad6e9fe --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-bebe141ada6d2f7b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c1ac476c07a1efd1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-b81448be29120b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812025-04-30T20:17:52.554Z Compiling tabled v0.15.0
36822025-04-30T20:17:52.595Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=1ad33e29560dd13a -C extra-filename=-6b80968fa3270374 --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-be021978e68ce1b8.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-93ebff1ba44b3f2a.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832025-04-30T20:17:52.819Z Compiling diff v0.1.13
36842025-04-30T20:17:52.859Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1cf9f5bf5bb066e -C extra-filename=-98e8bdfc7784bdcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852025-04-30T20:17:53.112Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36862025-04-30T20:17:53.154Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b49e0baa0983112 -C extra-filename=-433f0ea00f78ee22 --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-830877d519d0eaf8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872025-04-30T20:17:53.309Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-9939c96b0c9085f6/build-script-build`
36882025-04-30T20:17:53.350Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb3512174cdf2b92 -C extra-filename=-228598e7b743ac7c --out-dir /work/oxidecomputer/omicron/target/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`
36892025-04-30T20:17:53.429Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36902025-04-30T20:17:53.471Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2980c058825d5192 -C extra-filename=-0a89236474e39989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0232dbc3efebdc04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912025-04-30T20:17:53.710Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36922025-04-30T20:17:53.750Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed8129b782747976 -C extra-filename=-0ffc9091803b04e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932025-04-30T20:17:53.750Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36942025-04-30T20:17:53.750Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e49a91091521214 -C extra-filename=-ed699df247d0ef10 --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-f9843d87f643e91e.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-228598e7b743ac7c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952025-04-30T20:17:53.886Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36962025-04-30T20:17:53.928Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=50192f8a0fc5da9f -C extra-filename=-4f565285ad15b3a5 --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-433f0ea00f78ee22.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-0ffc9091803b04e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972025-04-30T20:17:54.005Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=913f7cb464573d46 -C extra-filename=-00acf1985169e259 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0a89236474e39989.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -l static=pci`
36982025-04-30T20:17:54.096Z Compiling dsl_auto_type v0.1.2
36992025-04-30T20:17:54.145Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0026ebfaf4d6c8a4 -C extra-filename=-532c7deadc4bb71c --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-cb1763339f5b26b8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002025-04-30T20:17:54.512Z Compiling phf_generator v0.11.2
37012025-04-30T20:17:54.553Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=123f68902171766f -C extra-filename=-69f15b0859e1e502 --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-757c80bfc90f886b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022025-04-30T20:17:54.700Z Compiling diesel_table_macro_syntax v0.2.0
37032025-04-30T20:17:54.742Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e992d3cf6f9dcaf -C extra-filename=-adb367bd4e6ad57a --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-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-04-30T20:17:54.742Z Compiling scheduled-thread-pool v0.2.7
37052025-04-30T20:17:54.742Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d361f385eb5a51e9 -C extra-filename=-2d80a6a0ff5a3e56 --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-113e367aef165863.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-04-30T20:17:55.078Z Compiling r2d2 v0.8.10
37072025-04-30T20:17:55.119Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa5893600de50f88 -C extra-filename=-2d16141f00450443 --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-daba4f3c1b68dcbf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-2d80a6a0ff5a3e56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082025-04-30T20:17:55.235Z Compiling phf_codegen v0.11.2
37092025-04-30T20:17:55.276Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c78a4153fa7d3df6 -C extra-filename=-db998c660f59fd5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_generator=/work/oxidecomputer/omicron/target/debug/deps/libphf_generator-69f15b0859e1e502.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-757c80bfc90f886b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102025-04-30T20:17:55.339Z Compiling diesel_derives v2.2.3
37112025-04-30T20:17:55.381Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --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=31a8e66d562fa190 -C extra-filename=-543afbe3d7a7de30 --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-adb367bd4e6ad57a.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-532c7deadc4bb71c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122025-04-30T20:17:55.455Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
37132025-04-30T20:17:55.499Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/04681f2/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8edb31ab9f4547f5 -C extra-filename=-b464895b0e581eba --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-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142025-04-30T20:17:55.499Z Compiling parse-zoneinfo v0.3.1
37152025-04-30T20:17:55.540Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34ce2b83c24594e4 -C extra-filename=-580129187adc8f51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162025-04-30T20:17:55.894Z Compiling nanorand v0.7.0
37172025-04-30T20:17:55.946Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=66477454a90dc0f4 -C extra-filename=-e040708de4faa130 --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-ef5fc587d8c2f327.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182025-04-30T20:17:56.367Z Compiling cfg_aliases v0.1.1
37192025-04-30T20:17:56.408Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe1c62a9bc491511 -C extra-filename=-9e85db9c25a8b994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202025-04-30T20:17:56.493Z Compiling parking_lot_core v0.8.6
37212025-04-30T20:17:56.537Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=c8a7c26b67717831 -C extra-filename=-40a8cb32f7f823e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-40a8cb32f7f823e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222025-04-30T20:17:56.985Z Compiling nix v0.28.0
37232025-04-30T20:17:57.027Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=4ca30890c8c3020b -C extra-filename=-b9a475c0cd65a5d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-b9a475c0cd65a5d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-9e85db9c25a8b994.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242025-04-30T20:17:57.027Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-40a8cb32f7f823e6/build-script-build`
37252025-04-30T20:17:57.028Z Compiling flume v0.11.1
37262025-04-30T20:17:57.028Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=48943c05d94747e3 -C extra-filename=-bc03c9be3a2766a8 --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-20cc0d919cf526a3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-e040708de4faa130.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272025-04-30T20:17:57.169Z Compiling chrono-tz-build v0.4.0
37282025-04-30T20:17:57.210Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-build-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=5fcb5b646ed0db27 -C extra-filename=-f402d5dd3c08d5b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_zoneinfo=/work/oxidecomputer/omicron/target/debug/deps/libparse_zoneinfo-580129187adc8f51.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-db998c660f59fd5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292025-04-30T20:17:57.495Z Compiling bcs v0.1.6
37302025-04-30T20:17:57.544Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ed38c0089decb63 -C extra-filename=-4782c6e2b79c72e0 --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-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312025-04-30T20:17:57.584Z Compiling crunchy v0.2.2
37322025-04-30T20:17:57.584Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=7c9dd18af620ae0f -C extra-filename=-afc01af4ff229447 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-afc01af4ff229447 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332025-04-30T20:17:57.625Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-b9a475c0cd65a5d7/build-script-build`
37342025-04-30T20:17:57.667Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=5d2a1f0a0e17dabb -C extra-filename=-49ed9dca22537e9a --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-7f8514ed35d62a3a.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-8eeda69d2eb506c8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352025-04-30T20:17:58.061Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-afc01af4ff229447/build-script-build`
37362025-04-30T20:17:58.112Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37372025-04-30T20:17:58.112Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7807fa671d2ebeb4 -C extra-filename=-494f3ea00c0c1e42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382025-04-30T20:17:58.163Z Compiling tiny-keccak v2.0.2
37392025-04-30T20:17:58.163Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=9dc1c50a425aada2 -C extra-filename=-0c479247aac3c4be --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-0c479247aac3c4be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402025-04-30T20:17:58.213Z Compiling chrono-tz v0.10.3
37412025-04-30T20:17:58.213Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=681f9fe5a09d1233 -C extra-filename=-73579cc346263d5d --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-73579cc346263d5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-f402d5dd3c08d5b3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422025-04-30T20:17:58.213Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=faf6efcdf548f862 -C extra-filename=-9a6c8cf95a318188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432025-04-30T20:17:58.341Z Compiling parking_lot v0.11.2
37442025-04-30T20:17:58.383Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=63f48d0e66adf9cb -C extra-filename=-3c06bd3c5b29956f --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-8eeda69d2eb506c8.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-31b2d6ca86b3761f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-49ed9dca22537e9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452025-04-30T20:17:58.472Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-0c479247aac3c4be/build-script-build`
37462025-04-30T20:17:58.512Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=983e69ef674acc2c -C extra-filename=-b93853c9fd6cd061 --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-6a561cfe737ae6c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
37472025-04-30T20:17:58.917Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-73579cc346263d5d/build-script-build`
37482025-04-30T20:17:59.061Z Compiling peg-macros v0.8.5
37492025-04-30T20:17:59.102Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=e2ea915e13be2446 -C extra-filename=-cf2bdb69a3dfa936 --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-cf718d047ff93beb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502025-04-30T20:17:59.766Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37512025-04-30T20:17:59.817Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=dd273c94746cbe99 -C extra-filename=-2b572f189dfb41b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-2b572f189dfb41b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522025-04-30T20:18:00.557Z Compiling sqlparser_derive v0.2.2
37532025-04-30T20:18:00.603Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4851372f3cf8585e -C extra-filename=-745d42d2272f104c --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542025-04-30T20:18:00.778Z Compiling ref-cast v1.0.23
37552025-04-30T20:18:00.823Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0be8b88e581bbba3 -C extra-filename=-74fc4e97008fb52d --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-74fc4e97008fb52d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562025-04-30T20:18:01.370Z Compiling xshell-macros v0.2.7
37572025-04-30T20:18:01.430Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name xshell_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-macros-0.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=565434623dfae432 -C extra-filename=-3adfa493d4646476 --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`
37582025-04-30T20:18:01.480Z Compiling bit-vec v0.6.3
37592025-04-30T20:18:01.525Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=35392a1fcc04b6fd -C extra-filename=-50ba64b3a519b75e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602025-04-30T20:18:01.719Z Compiling unicode_categories v0.1.1
37612025-04-30T20:18:01.800Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a11dd9c416ae39e3 -C extra-filename=-93a233d4ee943a49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622025-04-30T20:18:01.935Z Compiling bit-set v0.5.3
37632025-04-30T20:18:01.976Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ea6aed413e23e4c1 -C extra-filename=-118ffdfde6a1bb17 --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-50ba64b3a519b75e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642025-04-30T20:18:01.976Z Compiling peg v0.8.5
37652025-04-30T20:18:01.977Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-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,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=17bd88f43e221548 -C extra-filename=-5f20c5aba636cae0 --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-cf2bdb69a3dfa936.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-cf718d047ff93beb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662025-04-30T20:18:02.079Z Compiling sqlformat v0.2.6
37672025-04-30T20:18:02.122Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1787ee1c748f279a -C extra-filename=-fe4abe7d96b838cb --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-cf470c3b09ba6d38.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-93a233d4ee943a49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682025-04-30T20:18:02.122Z Compiling sqlparser v0.45.0
37692025-04-30T20:18:02.164Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=2e56da790f7cffe7 -C extra-filename=-6843e137f1cd9982 --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-daba4f3c1b68dcbf.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-745d42d2272f104c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702025-04-30T20:18:02.164Z Compiling xshell v0.2.7
37712025-04-30T20:18:02.206Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name xshell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aea932f6c2d48a54 -C extra-filename=-ac2c39574489ca21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern xshell_macros=/work/oxidecomputer/omicron/target/debug/deps/libxshell_macros-3adfa493d4646476.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722025-04-30T20:18:02.250Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-74fc4e97008fb52d/build-script-build`
37732025-04-30T20:18:02.296Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-2b572f189dfb41b2/build-script-build`
37742025-04-30T20:18:02.338Z Compiling rustyline v14.0.0
37752025-04-30T20:18:02.338Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=5090446675f069fd -C extra-filename=-f09ef8d065f2a8be --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-6a561cfe737ae6c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9b723cba68ae468d.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-a0c58be9c9839aee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b93853c9fd6cd061.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-26cb45c217f77f82.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-ad84214d9a4bf3fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-955928cd69d22d1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762025-04-30T20:18:03.137Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
37772025-04-30T20:18:03.185Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/17d04af/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,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=523ed0bd3d6e8f17 -C extra-filename=-5108f9d69d46b1f4 --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-2129b7fb5c80af14.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-411b812118811da9.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-d2ba709c4cf7b9fd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-59cd39f573908132.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-b3ad912097acfa33.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-b3529767ce97eb0d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-791cfa692a15f936.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-cd5a842fa6376f1e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-986f800d9db672b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782025-04-30T20:18:03.338Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=794b1e4b8228b780 -C extra-filename=-0157e2345a706862 --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-635dd001e5f79077.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ba75054ed4b09b87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792025-04-30T20:18:04.158Z Compiling diesel v2.2.9
37802025-04-30T20:18:04.202Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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 --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=4449f87ab5d31b69 -C extra-filename=-71f469adb87fdc78 --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-6a561cfe737ae6c8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-543afbe3d7a7de30.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-2d16141f00450443.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37812025-04-30T20:18:05.249Z Compiling sled v0.34.7
37822025-04-30T20:18:05.349Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=a054853de83d9057 -C extra-filename=-8616a8b3bc9ba192 --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-dc6ff59ed603a867.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c912c30a73c6fb4f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-dde9df454645c87d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-3c06bd3c5b29956f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832025-04-30T20:18:05.502Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2)
37842025-04-30T20:18:05.544Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/6054a3c/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d332973e175409df -C extra-filename=-f7f4bc7704c9c2c9 --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-5521fc2fbb46472c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-b3529767ce97eb0d.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-5108f9d69d46b1f4.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-d04c6809698d939e.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-84832d7b000ec4fd.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-86b15adaea86fac1.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-9e9728b2d15da62f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-627769ba0dc3f32a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-986f800d9db672b6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-457fb615310852bd.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-aece66bfb5c8df92/out/lib`
37852025-04-30T20:18:06.808Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=1af7394980ba0033 -C extra-filename=-4628b5530aefc1e3 --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-9a6c8cf95a318188.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862025-04-30T20:18:07.413Z Compiling hickory-client v0.24.4
37872025-04-30T20:18:07.455Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=55515a31065868d6 -C extra-filename=-949fdffb744aceb3 --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-7f8514ed35d62a3a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-729ac19f9ff8ff78.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-26cb45c217f77f82.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882025-04-30T20:18:08.408Z Compiling ascii-canvas v3.0.0
37892025-04-30T20:18:08.451Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdc121d8893cde8d -C extra-filename=-c3a344507b139e20 --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-349d83d8ef81886c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902025-04-30T20:18:08.582Z Compiling hickory-server v0.24.4
37912025-04-30T20:18:08.626Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=5af3513aac01bf1b -C extra-filename=-9f2d1787fbedd520 --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-d267ed5fcc66eb5b.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-298892a68e048e3a.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922025-04-30T20:18:08.872Z Compiling ref-cast-impl v1.0.23
37932025-04-30T20:18:08.918Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffd9f4ae10c67997 -C extra-filename=-8841024bf01a7119 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942025-04-30T20:18:10.607Z Compiling ena v0.14.3
37952025-04-30T20:18:10.665Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=688774a3c1ee1b48 -C extra-filename=-45a745f7290d244f --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-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962025-04-30T20:18:10.706Z Compiling regex-syntax v0.6.29
37972025-04-30T20:18:10.706Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=d67148f989396ea3 -C extra-filename=-78da441de6aee808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982025-04-30T20:18:12.101Z Compiling bindgen v0.71.1
37992025-04-30T20:18:12.147Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --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=303eecc734c41c77 -C extra-filename=-ef7136a1880b8bc4 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-ef7136a1880b8bc4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002025-04-30T20:18:12.277Z Compiling termtree v0.5.1
38012025-04-30T20:18:12.319Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-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 '--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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a9d57ad56d3c30d -C extra-filename=-53c5cb6e06dcc59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022025-04-30T20:18:12.554Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e4bc5af234842c4 -C extra-filename=-7e4738f774742e9a --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-8841024bf01a7119.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)'`
38032025-04-30T20:18:12.738Z Compiling rustc-hash v2.1.1
38042025-04-30T20:18:12.781Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=aa72f4d8ae233c99 -C extra-filename=-88326cdea985f0ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052025-04-30T20:18:12.953Z Compiling derive_builder_core v0.20.2
38062025-04-30T20:18:13.000Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=dbd04713d2a37b9d -C extra-filename=-c23064d20e7a8b5c --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-cb1763339f5b26b8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072025-04-30T20:18:13.040Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-ef7136a1880b8bc4/build-script-build`
38082025-04-30T20:18:13.083Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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"' --check-cfg 'cfg(docsrs,test)' --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=7c2cbb66c0959dee -C extra-filename=-60ea7d6f8a846fbe --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-6a561cfe737ae6c8.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-594b7546f0073c6e.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-b1e025758cc4f457.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3322afa9ef710511.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-88326cdea985f0ce.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-00e54bee3a24be47.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092025-04-30T20:18:13.161Z Compiling libxml v0.3.3
38102025-04-30T20:18:13.209Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=45be5ed000279076 -C extra-filename=-85ac3e9a78751dd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-85ac3e9a78751dd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112025-04-30T20:18:13.593Z Compiling lalrpop v0.19.12
38122025-04-30T20:18:13.636Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=cdb34dc31a5dd504 -C extra-filename=-e95b1780b6e4da4a --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-c3a344507b139e20.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-118ffdfde6a1bb17.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-98e8bdfc7784bdcb.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-45a745f7290d244f.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9716797e058e3331.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b894433656de4993.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fcbb94f616a5d791.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-78da441de6aee808.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-03f720d69f7a63cf.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-4628b5530aefc1e3.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9a19e123728e4c50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132025-04-30T20:18:14.941Z Compiling derive_builder_macro v0.20.2
38142025-04-30T20:18:14.985Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=a61d36abd59ec159 -C extra-filename=-5d23ec7a79375836 --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-c23064d20e7a8b5c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152025-04-30T20:18:15.190Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-85ac3e9a78751dd7/build-script-build`
38162025-04-30T20:18:15.235Z Compiling strum_macros v0.24.3
38172025-04-30T20:18:15.235Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=36e6c2b8a374edc0 -C extra-filename=-2d6496d0645ee8da --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-317511b4e6521cea.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-3fc5ea9e75a3a53d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182025-04-30T20:18:15.688Z Compiling indoc v1.0.9
38192025-04-30T20:18:15.734Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9c07a41ea1bb5f1 -C extra-filename=-2ae6d48a90474597 --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`
38202025-04-30T20:18:15.903Z Compiling derive_builder v0.20.2
38212025-04-30T20:18:15.950Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=941f8764a7aeb830 -C extra-filename=-a22ac171016518a5 --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-5d23ec7a79375836.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222025-04-30T20:18:16.109Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5141128dd39d9f56 -C extra-filename=-422673131a2c2491 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
38232025-04-30T20:18:16.536Z Compiling primeorder v0.13.6
38242025-04-30T20:18:16.578Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=3a870064e991f9a3 -C extra-filename=-bfc9d757a8204476 --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-b3ca9dc8640c22ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252025-04-30T20:18:17.023Z Compiling quick-xml v0.37.2
38262025-04-30T20:18:17.068Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --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=a2a6f56f782f75d2 -C extra-filename=-6ea3e5ed7de3e1da --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-2f30e680c9e63b82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272025-04-30T20:18:18.075Z Compiling oso-derive v0.27.3
38282025-04-30T20:18:18.118Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=43e053aeedcd2ca7 -C extra-filename=-fd30fd0081c495f2 --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-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292025-04-30T20:18:18.163Z Compiling impl-trait-for-tuples v0.2.2
38302025-04-30T20:18:18.163Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ec9a784aaa8c603 -C extra-filename=-f4dd4ce3db6d1b76 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-04-30T20:18:19.025Z Compiling unicase v2.7.0
38322025-04-30T20:18:19.071Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=130a1fb01c4f156e -C extra-filename=-9ff87ebc1bcbc111 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-9ff87ebc1bcbc111 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332025-04-30T20:18:19.459Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-9ff87ebc1bcbc111/build-script-build`
38342025-04-30T20:18:19.677Z Compiling signal-hook-tokio v0.3.1
38352025-04-30T20:18:19.722Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=da24c174b4e0944f -C extra-filename=-f74fc6d45f1e3ff2 --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-20cc0d919cf526a3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362025-04-30T20:18:19.884Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=71d2928b07f6a71b -C extra-filename=-50b534a3a396dede --out-dir /work/oxidecomputer/omicron/target/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`
38372025-04-30T20:18:19.925Z Compiling salty v0.3.0
38382025-04-30T20:18:19.970Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=8ad28658544f0a40 -C extra-filename=-a593215176da5899 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-a593215176da5899 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-04-30T20:18:20.256Z Compiling mime_guess v2.0.5
38402025-04-30T20:18:20.298Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=cd2fde71cbc80b74 -C extra-filename=-df91a7e2669177ca --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-df91a7e2669177ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-50b534a3a396dede.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412025-04-30T20:18:20.421Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-a593215176da5899/build-script-build`
38422025-04-30T20:18:20.463Z Compiling p384 v0.13.0
38432025-04-30T20:18:20.463Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=aa14861b7c09e842 -C extra-filename=-b00fe5ba8da9297e --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-0b73039aa680ab70.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-bfc9d757a8204476.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442025-04-30T20:18:21.231Z Compiling tungstenite v0.23.0
38452025-04-30T20:18:21.272Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --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=491dd6e16b1fafa0 -C extra-filename=-dad41378900a1e08 --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-2129b7fb5c80af14.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-729ac19f9ff8ff78.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-31d17b43dfb8e636.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-44e1b8eb4856db91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462025-04-30T20:18:21.625Z Compiling diesel-dtrace v0.4.2
38472025-04-30T20:18:21.691Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d9fc7e4c961af6c -C extra-filename=-48df7adcb4bbaab8 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-48df7adcb4bbaab8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482025-04-30T20:18:21.691Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
38492025-04-30T20:18:21.692Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/f9566e6/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8216e6513d2a5580 -C extra-filename=-cdeaabf620532b54 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-cdeaabf620532b54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502025-04-30T20:18:21.962Z Compiling http-range v0.1.5
38512025-04-30T20:18:22.020Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ae3a2a88da37180 -C extra-filename=-a4509153735407f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522025-04-30T20:18:22.021Z Compiling void v1.0.2
38532025-04-30T20:18:22.021Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name void --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/void-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f02c139071eabe99 -C extra-filename=-c7157d42b0ac48cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542025-04-30T20:18:22.193Z Compiling lzss v0.8.2
38552025-04-30T20:18:22.261Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name lzss --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzss-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "const_panic", "default", "std"))' -C metadata=7af2076c27d6fcef -C extra-filename=-610142dcd5f41005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern void=/work/oxidecomputer/omicron/target/debug/deps/libvoid-c7157d42b0ac48cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562025-04-30T20:18:22.334Z Compiling tokio-tungstenite v0.23.1
38572025-04-30T20:18:22.334Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=7b3f8657daf04cfa -C extra-filename=-be7d18b159d57aee --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-22b3486293b2b9f0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-dad41378900a1e08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582025-04-30T20:18:22.583Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-cdeaabf620532b54/build-script-build`
38592025-04-30T20:18:22.644Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-48df7adcb4bbaab8/build-script-build`
38602025-04-30T20:18:22.716Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-df91a7e2669177ca/build-script-build`
38612025-04-30T20:18:22.785Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=1f884a43d4c96afb -C extra-filename=-180ed03ec9aa1778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
38622025-04-30T20:18:22.840Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38632025-04-30T20:18:22.840Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=a4389e933984f545 -C extra-filename=-34da5d96583e37de --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-2129b7fb5c80af14.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0b36c1824d283845.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-986f800d9db672b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642025-04-30T20:18:22.899Z Compiling nix v0.27.1
38652025-04-30T20:18:22.988Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=3afa5609412ce953 -C extra-filename=-aff82d53740fedde --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-6a561cfe737ae6c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-58ee7cafd1a12e02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-04-30T20:18:23.111Z Compiling bb8 v0.8.5
38672025-04-30T20:18:23.170Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=915c52dc471bdc42 -C extra-filename=-a7c61a80624b91e2 --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-d267ed5fcc66eb5b.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682025-04-30T20:18:23.610Z Compiling cargo-platform v0.1.8
38692025-04-30T20:18:23.669Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=68cc0742e4c3e1be -C extra-filename=-55cd20f1090b16d9 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702025-04-30T20:18:23.669Z Compiling atty v0.2.14
38712025-04-30T20:18:23.669Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=398526abb58c045d -C extra-filename=-ebc6e561bc5f2f7a --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722025-04-30T20:18:23.813Z Compiling env_filter v0.1.2
38732025-04-30T20:18:23.855Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=4acf66a72150fbe0 -C extra-filename=-d43c647669411db0 --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-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742025-04-30T20:18:23.856Z Compiling assert_matches v1.5.0
38752025-04-30T20:18:23.857Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=05eb9d2c88618432 -C extra-filename=-e6d592fac097b6ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762025-04-30T20:18:23.980Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/f9566e6/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=200bcd11d9c1b537 -C extra-filename=-4d778889c009f344 --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-d267ed5fcc66eb5b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6d487ea5efdc2301.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-dde9df454645c87d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-fb9cd732f9db5865.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-610142dcd5f41005.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-aff82d53740fedde.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-7f20eaa552f350a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-03f720d69f7a63cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-34da5d96583e37de.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-457fb615310852bd.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-aece66bfb5c8df92/out/lib`
38772025-04-30T20:18:24.079Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38782025-04-30T20:18:24.121Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/3cc953c/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=92718845e57ba907 -C extra-filename=-76352d245c4d46a7 --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-ef5fc587d8c2f327.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-180ed03ec9aa1778.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792025-04-30T20:18:24.347Z Compiling env_logger v0.11.5
38802025-04-30T20:18:24.413Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=d5da9620c18fe5a4 -C extra-filename=-46fe869ce0d08942 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-d43c647669411db0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812025-04-30T20:18:24.457Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=8607fe408b881434 -C extra-filename=-7ec16a2d81710ad2 --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-80e1054dc5264632.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-50b534a3a396dede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822025-04-30T20:18:24.818Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
38832025-04-30T20:18:24.858Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/6d31fa6/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d03d6c2ff202ea0 -C extra-filename=-7eee80b0a480bbb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-7eee80b0a480bbb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842025-04-30T20:18:24.977Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38852025-04-30T20:18:25.025Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/3cc953c/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a6c27119d281117 -C extra-filename=-9e66b1fefcd37338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-76352d245c4d46a7.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-411b812118811da9.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-1c92916e93af5ccb.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-46fe869ce0d08942.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-b00fe5ba8da9297e.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-04-30T20:18:25.170Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-7eee80b0a480bbb6/build-script-build`
38872025-04-30T20:18:25.259Z Compiling hyper-staticfile v0.10.1
38882025-04-30T20:18:25.259Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e55f733350890ac8 -C extra-filename=-c917a96ad86543d8 --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-22b3486293b2b9f0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-04bf4929f7a54a53.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-7ec16a2d81710ad2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892025-04-30T20:18:25.304Z Compiling secrecy v0.8.0
38902025-04-30T20:18:25.304Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=b36837079b20fb56 -C extra-filename=-9b52301b789bcb54 --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-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38912025-04-30T20:18:25.578Z Compiling pin-project-internal v1.1.6
38922025-04-30T20:18:25.638Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1774ac4f38882a0 -C extra-filename=-8284d4ba3ca3a394 --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-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932025-04-30T20:18:25.871Z Compiling rand_seeder v0.3.0
38942025-04-30T20:18:25.915Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2dea1408ffe790b7 -C extra-filename=-b310a1cf1ea49d6b --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-e46a24b1c936db89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952025-04-30T20:18:26.154Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38962025-04-30T20:18:26.196Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/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="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=638486ab07bbbbfb -C extra-filename=-c1d8a43bfb774079 --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-6a561cfe737ae6c8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972025-04-30T20:18:26.196Z Compiling snafu-derive v0.8.5
38982025-04-30T20:18:26.269Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=b726ab525adcfe58 -C extra-filename=-1231515a3a4e559a --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-898e01f7b1a1be18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992025-04-30T20:18:29.843Z Compiling pin-project v1.1.6
39002025-04-30T20:18:29.961Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6654abd183f72169 -C extra-filename=-cf8554e44e215ff0 --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-8284d4ba3ca3a394.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-04-30T20:18:29.961Z Compiling fs-err v2.11.0
39022025-04-30T20:18:29.961Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=2a3ea04dc40bf40e -C extra-filename=-f3819cc8316cba87 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-f3819cc8316cba87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032025-04-30T20:18:29.961Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39042025-04-30T20:18:29.961Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/build.rs --error-format=json --json=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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=18c59326a4082c0b -C extra-filename=-baa3de38de33029d --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-baa3de38de33029d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052025-04-30T20:18:29.961Z Compiling io-lifetimes v1.0.11
39062025-04-30T20:18:29.961Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-1.0.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="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=f72bacfba8a83f6e -C extra-filename=-573382c0258c8f36 --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-573382c0258c8f36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072025-04-30T20:18:29.961Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-baa3de38de33029d/build-script-build`
39082025-04-30T20:18:29.961Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-f3819cc8316cba87/build-script-build`
39092025-04-30T20:18:29.961Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39102025-04-30T20:18:29.961Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/decode/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=7eaa206f9f93d1df -C extra-filename=-336d10b79933b413 --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-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c1d8a43bfb774079.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112025-04-30T20:18:29.962Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-573382c0258c8f36/build-script-build`
39122025-04-30T20:18:29.962Z Compiling olpc-cjson v0.1.4
39132025-04-30T20:18:29.962Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=942011b115c9f3bf -C extra-filename=-ad970af17f0ac29f --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-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f7df39549d51b09e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142025-04-30T20:18:29.962Z Compiling globset v0.4.15
39152025-04-30T20:18:29.962Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=079afb36acb041c0 -C extra-filename=-75f6f458638e01eb --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-9fe64012782fa9a6.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-890e49335d5c84ae.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-523fd530d45e20da.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162025-04-30T20:18:29.962Z Compiling serde_plain v1.0.2
39172025-04-30T20:18:29.962Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0060e5bb29b38429 -C extra-filename=-718190b9bd647788 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182025-04-30T20:18:30.005Z Compiling typed-path v0.9.3
39192025-04-30T20:18:30.006Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-path-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7cc8eb83d54f403d -C extra-filename=-82df6874f35df40e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202025-04-30T20:18:30.251Z Compiling snafu v0.8.5
39212025-04-30T20:18:30.305Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=bca447f202a0b0ec -C extra-filename=-23f6798548746795 --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-20cc0d919cf526a3.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-cf8554e44e215ff0.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-1231515a3a4e559a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222025-04-30T20:18:30.740Z Compiling rustix v0.37.28
39232025-04-30T20:18:30.788Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/build.rs --error-format=json --json=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="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=e63432970a354266 -C extra-filename=-7a296a60d538ff4a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-7a296a60d538ff4a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242025-04-30T20:18:30.897Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=a7c77afe3a5ba5c0 -C extra-filename=-45bb652a13272e66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d1129058a71ace58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-336d10b79933b413.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c1d8a43bfb774079.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
39252025-04-30T20:18:31.349Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-7a296a60d538ff4a/build-script-build`
39262025-04-30T20:18:31.636Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-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 --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=531c114323730790 -C extra-filename=-d604759755c3ace0 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg io_safety_is_in_std`
39272025-04-30T20:18:31.760Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=60106bf8b1802fe3 -C extra-filename=-6cbbd44c6d0b877e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
39282025-04-30T20:18:31.861Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39292025-04-30T20:18:31.902Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cece36078d621d21 -C extra-filename=-0e5c92c3658e7001 --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-317511b4e6521cea.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302025-04-30T20:18:32.264Z Compiling async-bb8-diesel v0.2.1
39312025-04-30T20:18:32.319Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=12c5eb788eacc8f2 -C extra-filename=-6c4fe18700ed0225 --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-d267ed5fcc66eb5b.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a7c61a80624b91e2.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39322025-04-30T20:18:32.467Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9893c63dd6339f7b -C extra-filename=-6f42b2cf59f91dc3 --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-71f469adb87fdc78.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39332025-04-30T20:18:32.909Z Compiling parse-size v1.1.0
39342025-04-30T20:18:32.950Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-size-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=78be53e77d0ba6f8 -C extra-filename=-162a6217309e34db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352025-04-30T20:18:32.998Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=53c2d9e2eb2ec7fd -C extra-filename=-c068481f6b65cc41 --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-583cffbe97cd9a36.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-2f00e4fa369b3ceb.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-d604759755c3ace0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
39362025-04-30T20:18:33.045Z Compiling yansi v1.0.1
39372025-04-30T20:18:33.085Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=327ffcd63c2fe0fd -C extra-filename=-69861cd603e37d58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382025-04-30T20:18:33.183Z Compiling castaway v0.2.3
39392025-04-30T20:18:33.224Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=427ce4eb22ffb552 -C extra-filename=-8111c87b0043df9c --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-3fc5ea9e75a3a53d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402025-04-30T20:18:33.321Z Compiling is_ci v1.2.0
39412025-04-30T20:18:33.321Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1081f90c7ac1a2a6 -C extra-filename=-cff6fa208fe0bc51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422025-04-30T20:18:33.387Z Compiling indoc v2.0.6
39432025-04-30T20:18:33.427Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=888037a56015a96d -C extra-filename=-c837b867497c2b3d --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`
39442025-04-30T20:18:33.568Z Compiling pretty_assertions v1.4.1
39452025-04-30T20:18:33.608Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=cf38e2383f19861a -C extra-filename=-77810e8859134555 --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-98e8bdfc7784bdcb.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-69861cd603e37d58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462025-04-30T20:18:33.664Z Compiling smawk v0.3.2
39472025-04-30T20:18:33.705Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=9039a070e9e3ddce -C extra-filename=-7721c7235384bb89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482025-04-30T20:18:33.906Z Compiling unicode-linebreak v0.1.5
39492025-04-30T20:18:33.948Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dd2a3ffd26b2848 -C extra-filename=-b44c3bd398dce6cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-04-30T20:18:34.046Z Compiling terminal_size v0.2.6
39512025-04-30T20:18:34.088Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97e06f3391f189ed -C extra-filename=-4128f8e042211d84 --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-c068481f6b65cc41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522025-04-30T20:18:34.131Z Compiling supports-color v3.0.2
39532025-04-30T20:18:34.131Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fda10aeabc1948fa -C extra-filename=-67264aa1445fa674 --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-cff6fa208fe0bc51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542025-04-30T20:18:34.174Z Compiling compact_str v0.8.0
39552025-04-30T20:18:34.175Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=2f3c2b7182b532f4 -C extra-filename=-8619140f26cca05d --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-8111c87b0043df9c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-3fc5ea9e75a3a53d.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ab6482233eaa368.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562025-04-30T20:18:34.267Z Compiling textwrap v0.16.1
39572025-04-30T20:18:34.309Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=2545f18e1433a66e -C extra-filename=-fe4b1dc7b0d4cc76 --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-7721c7235384bb89.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-4128f8e042211d84.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-b44c3bd398dce6cf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582025-04-30T20:18:34.309Z Compiling unicode-truncate v1.1.0
39592025-04-30T20:18:34.309Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3cc644ed83329628 -C extra-filename=-c833c0d2d7bb08d7 --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-3322afa9ef710511.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-ad84214d9a4bf3fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602025-04-30T20:18:34.359Z Compiling instability v0.3.2
39612025-04-30T20:18:34.402Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ca5a6b9bd2a89a2 -C extra-filename=-458e3a0e367d59f8 --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-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622025-04-30T20:18:34.475Z Compiling lru v0.12.5
39632025-04-30T20:18:34.519Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=9ab8f46a830cfe52 -C extra-filename=-963783c47a9fd77b --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-8b275c11e2bd0883.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642025-04-30T20:18:34.601Z Compiling cassowary v0.3.0
39652025-04-30T20:18:34.642Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a0c0d8154d7994e -C extra-filename=-de571ec7bc69117a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662025-04-30T20:18:34.778Z Compiling cargo_metadata v0.19.2
39672025-04-30T20:18:34.819Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=1eafaf6c01498d90 -C extra-filename=-692061a063a150be --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-ffcf51777a761bbd.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-55cd20f1090b16d9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682025-04-30T20:18:35.266Z Compiling concurrent-queue v2.5.0
39692025-04-30T20:18:35.310Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=0da29ac998301c21 -C extra-filename=-bd0478bf78f5417e --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-663aa3ae28b698ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702025-04-30T20:18:35.399Z Compiling libz-sys v1.1.20
39712025-04-30T20:18:35.439Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=2c87032ee8b48d16 -C extra-filename=-5d610f100ef64a1d --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-5d610f100ef64a1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ef2577dd9478d7f6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722025-04-30T20:18:35.439Z Compiling ratatui v0.29.0
39732025-04-30T20:18:35.439Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=bfa43eba7c8854b4 -C extra-filename=-c2c5194f4885ed4c --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-6a561cfe737ae6c8.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-de571ec7bc69117a.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-8619140f26cca05d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-c837b867497c2b3d.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-458e3a0e367d59f8.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3322afa9ef710511.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-963783c47a9fd77b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-ad84214d9a4bf3fe.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-c833c0d2d7bb08d7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8eb4dc81f9420728.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-04-30T20:18:35.591Z Compiling parking v2.2.1
39752025-04-30T20:18:35.633Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=80e6c6293f032534 -C extra-filename=-5b2e0b7154407021 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762025-04-30T20:18:35.674Z Compiling libgit2-sys v0.17.0+1.8.1
39772025-04-30T20:18:35.674Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=223f155992e4cad3 -C extra-filename=-84757289abaedd3e --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-84757289abaedd3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782025-04-30T20:18:35.904Z Compiling shell-words v1.1.0
39792025-04-30T20:18:35.945Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5bcbafc71b3e8bdf -C extra-filename=-2c8c408103b12f70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802025-04-30T20:18:36.108Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-5d610f100ef64a1d/build-script-build`
39812025-04-30T20:18:36.192Z Compiling event-listener v5.3.1
39822025-04-30T20:18:36.282Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=73ce58ab1ec91040 -C extra-filename=-13d5c6819e79e4a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-bd0478bf78f5417e.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-5b2e0b7154407021.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832025-04-30T20:18:36.285Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=7ee31738878a2fad -C extra-filename=-236dd7ee19339c62 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
39842025-04-30T20:18:36.427Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-84757289abaedd3e/build-script-build`
39852025-04-30T20:18:36.468Z Compiling vergen v8.3.2
39862025-04-30T20:18:36.468Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-8.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=ca4e4052875f3e8e -C extra-filename=-cf780681d412a0ee --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-cf780681d412a0ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-3fc5ea9e75a3a53d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872025-04-30T20:18:36.709Z Compiling event-listener-strategy v0.5.2
39882025-04-30T20:18:36.750Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=08a1dfdcab390da0 -C extra-filename=-d183a4e4614a32d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-13d5c6819e79e4a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892025-04-30T20:18:36.800Z Compiling csv-core v0.1.11
39902025-04-30T20:18:36.841Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=32f384a63638c301 -C extra-filename=-76aa7ee76779c3c0 --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-2f30e680c9e63b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912025-04-30T20:18:36.961Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-cf780681d412a0ee/build-script-build`
39922025-04-30T20:18:37.001Z Compiling futures-lite v2.3.0
39932025-04-30T20:18:37.001Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=bbfaffd76eadf653 -C extra-filename=-d47177b0744523f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c648c227574ade4c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-5b2e0b7154407021.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942025-04-30T20:18:37.300Z Compiling csv v1.3.1
39952025-04-30T20:18:37.341Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=846d7c2cb2bf5aad -C extra-filename=-c9b1cc28d1fb8db9 --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-76aa7ee76779c3c0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ab6482233eaa368.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962025-04-30T20:18:37.567Z Compiling cargo_metadata v0.18.1
39972025-04-30T20:18:37.608Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=d1cbff5eb1907b45 -C extra-filename=-0d7c5ab75ba89ee4 --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-ffcf51777a761bbd.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-55cd20f1090b16d9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982025-04-30T20:18:38.321Z Compiling rtoolbox v0.0.2
39992025-04-30T20:18:38.362Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=e26abb5387fc5b63 -C extra-filename=-345ba7d8959b666b --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002025-04-30T20:18:38.403Z Compiling hex-literal v0.4.1
40012025-04-30T20:18:38.403Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c48400d5e5a8a072 -C extra-filename=-fde220034c5893f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022025-04-30T20:18:38.552Z Compiling rustls v0.21.12
40032025-04-30T20:18:38.593Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=bc92b3a23f7cbb8f -C extra-filename=-2b45185616c035d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-2b45185616c035d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042025-04-30T20:18:38.711Z Compiling rpassword v7.3.1
40052025-04-30T20:18:38.752Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7eff198ff10aeb1 -C extra-filename=-875255c293e3643b --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-f9843d87f643e91e.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-345ba7d8959b666b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062025-04-30T20:18:38.930Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2b45185616c035d2/build-script-build`
40072025-04-30T20:18:38.971Z Compiling tui-tree-widget v0.23.0
40082025-04-30T20:18:38.972Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b88ae3ecee135b41 -C extra-filename=-d504c4e11c5d5040 --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-c2c5194f4885ed4c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8eb4dc81f9420728.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092025-04-30T20:18:39.012Z Compiling petname v2.0.2
40102025-04-30T20:18:39.013Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=8139fa466523d8c8 -C extra-filename=-b41fde16415a061f --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-b41fde16415a061f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112025-04-30T20:18:39.321Z Compiling rustls-webpki v0.101.7
40122025-04-30T20:18:39.362Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6dfc03b8f65d3702 -C extra-filename=-27e7518a65bba310 --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-b591337e3059e592.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9bbb5166464e8f20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
40132025-04-30T20:18:39.953Z Compiling sct v0.7.1
40142025-04-30T20:18:39.994Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0279ea5c9cb072b3 -C extra-filename=-95e4d1cc5f4d7802 --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-b591337e3059e592.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9bbb5166464e8f20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
40152025-04-30T20:18:40.143Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-b41fde16415a061f/build-script-build`
40162025-04-30T20:18:40.267Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=6dbf473fbfb89a81 -C extra-filename=-082e892703a7a4da --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-daba4f3c1b68dcbf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-27e7518a65bba310.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-95e4d1cc5f4d7802.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
40172025-04-30T20:18:40.401Z Compiling async-lock v3.4.0
40182025-04-30T20:18:40.442Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=7cde8c227806a3ea -C extra-filename=-84f17f8291d36372 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-13d5c6819e79e4a4.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-d183a4e4614a32d8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192025-04-30T20:18:40.758Z Compiling polyval v0.6.2
40202025-04-30T20:18:40.799Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=51f2f6dcdd6e5dbc -C extra-filename=-d4d70b02b9695305 --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-7f8514ed35d62a3a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-5fa40915afa4914b.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-ba37617c069a1ce3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212025-04-30T20:18:40.840Z Compiling polling v3.7.3
40222025-04-30T20:18:40.840Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce2d416272fbb765 -C extra-filename=-e4164524c77e4e8e --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-7f8514ed35d62a3a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-04-30T20:18:41.171Z Compiling ghash v0.5.1
40242025-04-30T20:18:41.212Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=f11c92106757eb14 -C extra-filename=-2fc36364540c6982 --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-5fa40915afa4914b.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-d4d70b02b9695305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252025-04-30T20:18:41.387Z Compiling async-io v2.3.4
40262025-04-30T20:18:41.428Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05472285a5a7dfcb -C extra-filename=-c4996f6b989a566b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-84f17f8291d36372.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-bd0478bf78f5417e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d47177b0744523f7.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-5b2e0b7154407021.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-e4164524c77e4e8e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f1cd1fc5bded71a0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272025-04-30T20:18:41.430Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-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 --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=e83242c0e9e8a8a5 -C extra-filename=-1fbde3982e664328 --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-258406cf9b8c383a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282025-04-30T20:18:41.471Z Compiling rustls-pemfile v1.0.4
40292025-04-30T20:18:41.471Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=326128f5667e3945 -C extra-filename=-3e5470921d4e104f --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-e160ba038ce5e281.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302025-04-30T20:18:41.823Z Compiling twox-hash v2.1.0
40312025-04-30T20:18:41.867Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-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 --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=d48417554594752e -C extra-filename=-166632be0023aa12 --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-f5c83a10f24bdf57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322025-04-30T20:18:42.569Z Compiling ctr v0.9.2
40332025-04-30T20:18:42.610Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=5f9f209fecf9aa50 -C extra-filename=-fdb3623e94fc6258 --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-3b39b99f841cf550.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342025-04-30T20:18:42.913Z Compiling async-task v4.7.1
40352025-04-30T20:18:42.955Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=a62105c4c66ffb70 -C extra-filename=-3e4cb5bd8395a1ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362025-04-30T20:18:43.053Z Compiling sync-ptr v0.1.1
40372025-04-30T20:18:43.094Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5d17cff3ef6122a -C extra-filename=-d05fa9154c448b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382025-04-30T20:18:43.095Z Compiling plotters-backend v0.3.7
40392025-04-30T20:18:43.095Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-backend-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dd69ad402c2784c -C extra-filename=-05ceebc37aea0989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-04-30T20:18:43.285Z Compiling target-lexicon v0.13.2
40412025-04-30T20:18:43.325Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=1321c3a36c0d1ba1 -C extra-filename=-aee536c273288715 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-aee536c273288715 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422025-04-30T20:18:43.366Z Compiling aes-gcm v0.10.3
40432025-04-30T20:18:43.366Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=2cadfb5f23e62bf0 -C extra-filename=-e237294d2c431c8d --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-9c1a4ddeaa945015.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-308dc52d8875a7e1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fdb3623e94fc6258.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-2fc36364540c6982.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442025-04-30T20:18:43.606Z Compiling tokio-rustls v0.24.1
40452025-04-30T20:18:43.648Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=4307948b9795ec7c -C extra-filename=-f99402bd3fbd2a9f --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-082e892703a7a4da.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
40462025-04-30T20:18:43.695Z Compiling plotters-svg v0.3.7
40472025-04-30T20:18:43.737Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-svg-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=6ff568ef616a64f1 -C extra-filename=-583612f4d40a93ad --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-05ceebc37aea0989.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482025-04-30T20:18:44.001Z Compiling async-channel v2.3.1
40492025-04-30T20:18:44.042Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ff0666dc0b1b9964 -C extra-filename=-bc02f217199b959b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-bd0478bf78f5417e.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-d183a4e4614a32d8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502025-04-30T20:18:44.083Z Compiling piper v0.2.4
40512025-04-30T20:18:44.125Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=df78bd4d2f9a9928 -C extra-filename=-9f5f6d90ffee7395 --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-01f90c7a2d94184a.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c648c227574ade4c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522025-04-30T20:18:44.228Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-aee536c273288715/build-script-build`
40532025-04-30T20:18:44.311Z Compiling fatfs v0.3.6
40542025-04-30T20:18:44.352Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=33d184b958da4981 -C extra-filename=-9daae4b4f2aba377 --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-583cffbe97cd9a36.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552025-04-30T20:18:44.352Z Compiling ssh-encoding v0.2.0
40562025-04-30T20:18:44.352Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=a6854cbb9619c2ad -C extra-filename=-02602231ddd71aa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8be1ba0eaa8fca01.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572025-04-30T20:18:44.495Z Compiling blowfish v0.9.1
40582025-04-30T20:18:44.538Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=f699f7563c313789 -C extra-filename=-41c38f8daaf8e715 --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-2129b7fb5c80af14.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592025-04-30T20:18:44.838Z Compiling arrayvec v0.7.6
40602025-04-30T20:18:44.879Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=7a04730f832b4993 -C extra-filename=-d4ceb6e7ad782902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612025-04-30T20:18:44.920Z Compiling arrayref v0.3.9
40622025-04-30T20:18:44.921Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac7632edf2d72324 -C extra-filename=-a22d07dae427290f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632025-04-30T20:18:45.049Z Compiling guppy-workspace-hack v0.1.0
40642025-04-30T20:18:45.090Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=12e4cd953f99f884 -C extra-filename=-07e8ee62b0ca0533 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-07e8ee62b0ca0533 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652025-04-30T20:18:45.238Z Compiling cast v0.3.0
40662025-04-30T20:18:45.279Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d899bfea6f0557c1 -C extra-filename=-379200d47f1747bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672025-04-30T20:18:45.395Z Compiling constant_time_eq v0.3.1
40682025-04-30T20:18:45.437Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=6d7446389494cecf -C extra-filename=-c7cf0261ea0b559b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692025-04-30T20:18:45.562Z Compiling criterion-plot v0.5.0
40702025-04-30T20:18:45.609Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=45d556ac11d48346 -C extra-filename=-c9bc20738ead119d --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-379200d47f1747bc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712025-04-30T20:18:45.659Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-07e8ee62b0ca0533/build-script-build`
40722025-04-30T20:18:45.702Z Compiling bcrypt-pbkdf v0.10.0
40732025-04-30T20:18:45.702Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=cc7364e4c7c679b9 -C extra-filename=-c434922d101439f3 --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-41c38f8daaf8e715.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-0ad0ab21d288e441.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742025-04-30T20:18:45.702Z Compiling ssh-cipher v0.2.0
40752025-04-30T20:18:45.702Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=dc47b6f71f31aa44 -C extra-filename=-d1c2afe1a684684a --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-308dc52d8875a7e1.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-e237294d2c431c8d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-36fd22a7b9a4cc1b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-5e6821f4f8279c7e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fdb3623e94fc6258.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a6062a6c1b502b79.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-02602231ddd71aa9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762025-04-30T20:18:46.199Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=26c8369b0cafa539 -C extra-filename=-c67146d3d84d078c --out-dir /work/oxidecomputer/omicron/target/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"'`
40772025-04-30T20:18:46.399Z Compiling blocking v1.6.1
40782025-04-30T20:18:46.440Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=ded955571b567beb -C extra-filename=-8209d8e5304fb126 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-bc02f217199b959b.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-3e4cb5bd8395a1ee.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d47177b0744523f7.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-9f5f6d90ffee7395.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40792025-04-30T20:18:46.517Z Compiling plotters v0.3.7
40802025-04-30T20:18:46.573Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --check-cfg 'cfg(doc_cfg)' --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --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=40e45ca92a2a5848 -C extra-filename=-922726323982b38c --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-b016ab649b5092da.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-05ceebc37aea0989.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-583612f4d40a93ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812025-04-30T20:18:46.851Z Compiling async-executor v1.13.1
40822025-04-30T20:18:46.892Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=af1d0b4dcb1b019d -C extra-filename=-042fd01f57e61318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-3e4cb5bd8395a1ee.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-bd0478bf78f5417e.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c648c227574ade4c.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d47177b0744523f7.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f1cd1fc5bded71a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832025-04-30T20:18:46.934Z Compiling async-signal v0.2.10
40842025-04-30T20:18:46.934Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee2f76201c5e6cae -C extra-filename=-04f16d8674ed874d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c4996f6b989a566b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-b62228e231647547.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852025-04-30T20:18:46.934Z Compiling password-hash v0.4.2
40862025-04-30T20:18:46.934Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=da87dbd1facfef41 -C extra-filename=-337274a8a0a8b230 --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-8be1ba0eaa8fca01.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40872025-04-30T20:18:47.302Z Compiling tinytemplate v1.2.1
40882025-04-30T20:18:47.343Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d9dbbc1dce2c050 -C extra-filename=-9988b2240d630b6a --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-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892025-04-30T20:18:47.519Z Compiling oorandom v11.1.4
40902025-04-30T20:18:47.566Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f96c214d4c0386d -C extra-filename=-6b260a72007983d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40912025-04-30T20:18:47.686Z Compiling anes v0.1.6
40922025-04-30T20:18:47.727Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=4fa736b3e0db35fc -C extra-filename=-b141b14bb80cae0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40932025-04-30T20:18:47.768Z Compiling event-listener v2.5.3
40942025-04-30T20:18:47.768Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9524d2736f63985 -C extra-filename=-0fb4761ce81370be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952025-04-30T20:18:48.107Z Compiling futures-timer v3.0.3
40962025-04-30T20:18:48.149Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=9f445d2f27c06bc5 -C extra-filename=-d307143fdf031b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972025-04-30T20:18:48.149Z Compiling target-spec v3.4.2
40982025-04-30T20:18:48.149Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.4.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=2f0d2085bbce5c7f -C extra-filename=-e7b40beaef035076 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-e7b40beaef035076 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992025-04-30T20:18:48.190Z Compiling criterion v0.5.1
41002025-04-30T20:18:48.190Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=eddb13253d68d5dc -C extra-filename=-5d8e1cfeab120276 --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-b141b14bb80cae0c.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-379200d47f1747bc.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-c9bc20738ead119d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9716797e058e3331.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-6b260a72007983d2.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-922726323982b38c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-eb7ccd3b497b41c6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-9988b2240d630b6a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012025-04-30T20:18:48.488Z Compiling async-channel v1.9.0
41022025-04-30T20:18:48.528Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e97636cb90111018 -C extra-filename=-4667ea8572d39389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-bd0478bf78f5417e.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-0fb4761ce81370be.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032025-04-30T20:18:48.669Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-e7b40beaef035076/build-script-build`
41042025-04-30T20:18:48.709Z Compiling pbkdf2 v0.11.0
41052025-04-30T20:18:48.710Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=3adf3e5d7dfba098 -C extra-filename=-a5b05972b2a468b1 --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-5521fc2fbb46472c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-337274a8a0a8b230.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062025-04-30T20:18:48.806Z Compiling async-global-executor v2.4.1
41072025-04-30T20:18:48.847Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=0b5bd1a9f7aa7b18 -C extra-filename=-e7717c01afd88b99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-bc02f217199b959b.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-042fd01f57e61318.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c4996f6b989a566b.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-84f17f8291d36372.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-8209d8e5304fb126.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d47177b0744523f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41082025-04-30T20:18:48.847Z Compiling async-process v2.3.0
41092025-04-30T20:18:48.848Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83c5c7c5a3e2c71c -C extra-filename=-f3373ae35d3c20ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c4996f6b989a566b.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-84f17f8291d36372.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-04f16d8674ed874d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-13d5c6819e79e4a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d47177b0744523f7.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102025-04-30T20:18:49.072Z Compiling cfg-expr v0.18.0
41112025-04-30T20:18:49.113Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=6eb3d41835d15979 -C extra-filename=-77cf3f1c43552cd7 --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-2b53ddeb7bc9109c.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-c67146d3d84d078c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122025-04-30T20:18:49.973Z Compiling ssh-key v0.6.6
41132025-04-30T20:18:50.016Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=43daff7e82074466 -C extra-filename=-a5be266733ece3f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-c434922d101439f3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-1c92916e93af5ccb.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-06f61af37fe62196.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-a439ed21d8d9232f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f0068d85b2ab1558.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-d1c2afe1a684684a.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-02602231ddd71aa9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142025-04-30T20:18:50.058Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d178bd9346e1908 -C extra-filename=-03f45e6aeee1f336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152025-04-30T20:18:50.164Z Compiling p256 v0.13.2
41162025-04-30T20:18:50.206Z Compiling p521 v0.13.3
41172025-04-30T20:18:50.207Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --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=c76335fa93b2ba5e -C extra-filename=-200512867f9d6eb9 --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-0b73039aa680ab70.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-bfc9d757a8204476.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182025-04-30T20:18:50.247Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --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=8a8aaeb2ab100444 -C extra-filename=-9758e0703e9bc1f3 --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-2f0f34c3a81c542d.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0b73039aa680ab70.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-bfc9d757a8204476.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192025-04-30T20:18:50.852Z Compiling async-attributes v1.1.2
41202025-04-30T20:18:50.893Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-attributes-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28bdd5bb9f9c84c2 -C extra-filename=-2ce2659476f89113 --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-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212025-04-30T20:18:51.670Z Compiling blake3 v1.5.4
41222025-04-30T20:18:51.711Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=d8fd52e41d9d34d9 -C extra-filename=-264fc11213d26574 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-264fc11213d26574 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232025-04-30T20:18:51.922Z Compiling russh-cryptovec v0.7.3
41242025-04-30T20:18:51.964Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b259d7b829a6af8 -C extra-filename=-6fb74d8b9dfdac87 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252025-04-30T20:18:52.238Z Compiling kv-log-macro v1.0.7
41262025-04-30T20:18:52.279Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=613b4808188d8e93 -C extra-filename=-c25c61ca1c75c91a --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-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272025-04-30T20:18:52.320Z Compiling md5 v0.7.0
41282025-04-30T20:18:52.321Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1d457141a9c8a564 -C extra-filename=-4eb0b42c07414034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292025-04-30T20:18:52.471Z Compiling async-std v1.13.0
41302025-04-30T20:18:52.512Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=dd9c6e6d6834e9b4 -C extra-filename=-529c6d897594d06b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-2ce2659476f89113.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-4667ea8572d39389.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-e7717c01afd88b99.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c4996f6b989a566b.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-84f17f8291d36372.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-f3373ae35d3c20ed.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d47177b0744523f7.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-c25c61ca1c75c91a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-27d1c9ca7c5ddbf7.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f1cd1fc5bded71a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312025-04-30T20:18:52.766Z Compiling russh-keys v0.45.0
41322025-04-30T20:18:52.810Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=f8922aba2cf85982 -C extra-filename=-3927ef9e17095ee9 --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-308dc52d8875a7e1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-c434922d101439f3.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-155c6d23c437eaab.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-36fd22a7b9a4cc1b.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fdb3623e94fc6258.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-729ac19f9ff8ff78.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-59cd39f573908132.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0b73039aa680ab70.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-1c92916e93af5ccb.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-a0c58be9c9839aee.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd6a995b14bf83c2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-4eb0b42c07414034.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-200512867f9d6eb9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-b00fe5ba8da9297e.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-9758e0703e9bc1f3.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-a5b05972b2a468b1.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-45d3e80f6b1a1bfc.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-2692fb030494441e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-6fb74d8b9dfdac87.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-a439ed21d8d9232f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-02602231ddd71aa9.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-a5be266733ece3f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b8753dbc7a4a6e96.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332025-04-30T20:18:53.367Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-264fc11213d26574/build-script-build`
41342025-04-30T20:18:53.998Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=11582ebdeabfa4cf -C extra-filename=-7f0d59f4aa977923 --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-77cf3f1c43552cd7.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-03f45e6aeee1f336.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-c67146d3d84d078c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352025-04-30T20:18:54.814Z Compiling pathdiff v0.2.3
41362025-04-30T20:18:54.855Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-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="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=8113fdf9c3341ce7 -C extra-filename=-5460a8ae4ed9b55f --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-ffcf51777a761bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372025-04-30T20:18:55.010Z Compiling num-bigint v0.4.6
41382025-04-30T20:18:55.053Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=f153dd03ffa1d1f9 -C extra-filename=-a17db094db9c7d34 --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-6b8f3f4a98e59b6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392025-04-30T20:18:55.851Z Compiling des v0.8.1
41402025-04-30T20:18:55.891Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=36f8f7aad74354d1 -C extra-filename=-a183c3fab3e4b544 --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-3b39b99f841cf550.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412025-04-30T20:18:56.166Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41422025-04-30T20:18:56.206Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/dhcproto-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb7b01ba2891f8a1 -C extra-filename=-96475b2e659a91ee --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-802d9ddf17521018.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432025-04-30T20:18:56.940Z Compiling memmap2 v0.9.5
41442025-04-30T20:18:56.980Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=828335118b97988f -C extra-filename=-e3c2d613b06b5d35 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452025-04-30T20:18:57.210Z Compiling nested v0.1.1
41462025-04-30T20:18:57.250Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=15a5ade1290b01e8 -C extra-filename=-10521563f6eb05d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472025-04-30T20:18:57.334Z Compiling doc-comment v0.3.3
41482025-04-30T20:18:57.375Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=ea78a4dfcbcb9f98 -C extra-filename=-df10b1ad3e48bda5 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-df10b1ad3e48bda5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492025-04-30T20:18:57.495Z Compiling russh v0.45.0
41502025-04-30T20:18:57.537Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=6bfc0c38b3605918 -C extra-filename=-c73d8b1833dd6683 --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-308dc52d8875a7e1.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-e237294d2c431c8d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-36fd22a7b9a4cc1b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-5e6821f4f8279c7e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fdb3623e94fc6258.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-e71be508c6f571a4.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-a183c3fab3e4b544.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a17db094db9c7d34.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-200512867f9d6eb9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-b00fe5ba8da9297e.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-9758e0703e9bc1f3.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a6062a6c1b502b79.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-6fb74d8b9dfdac87.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-3927ef9e17095ee9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-02602231ddd71aa9.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-a5be266733ece3f3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512025-04-30T20:18:59.109Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-df10b1ad3e48bda5/build-script-build`
41522025-04-30T20:18:59.149Z Compiling guppy v0.17.17
41532025-04-30T20:18:59.149Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=9cc090fd8c2f4268 -C extra-filename=-e3b642b292b88e4b --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-f6fdc33726fc3fba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-8b61bbca6586a0f0.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-03f45e6aeee1f336.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-10521563f6eb05d2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-5460a8ae4ed9b55f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-7f0d59f4aa977923.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542025-04-30T20:18:59.149Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=0932e3b6e790dc12 -C extra-filename=-d5b0d2d4ef2dcb91 --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-a22d07dae427290f.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-d4ceb6e7ad782902.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-c7cf0261ea0b559b.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-e3c2d613b06b5d35.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-a7d6a0ede62f02f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'`
41552025-04-30T20:18:59.194Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41562025-04-30T20:18:59.194Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=61f7f7c6ab1ce451 -C extra-filename=-fa8b027298a2400f --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-96475b2e659a91ee.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572025-04-30T20:19:01.631Z Compiling async-object-pool v0.1.5
41582025-04-30T20:19:01.672Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=060689b8bae33545 -C extra-filename=-b5b9399bc2af3376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-529c6d897594d06b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41592025-04-30T20:19:01.848Z Compiling rstest_macros v0.24.0
41602025-04-30T20:19:01.890Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.24.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=4979feb8d021d6c1 -C extra-filename=-593731e09fbe6ea8 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-593731e09fbe6ea8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-778b52d530948f9a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612025-04-30T20:19:02.374Z Compiling assert-json-diff v2.0.2
41622025-04-30T20:19:02.416Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a78db869534c5e38 -C extra-filename=-fc88cd29fe0f630c --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-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632025-04-30T20:19:02.947Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-75e95752b55a2521/build-script-build`
41642025-04-30T20:19:02.987Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=e570ddb00174e03d -C extra-filename=-9b0056938e976c28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
41652025-04-30T20:19:03.088Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-d32c2fc7133c9096/build-script-build`
41662025-04-30T20:19:03.130Z Compiling serde_regex v1.1.0
41672025-04-30T20:19:03.171Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0b10a2797d21c7f -C extra-filename=-df56ca77fdd05b95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682025-04-30T20:19:03.331Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41692025-04-30T20:19:03.370Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbfc27186cb64749 -C extra-filename=-0bcb897aeafd39f7 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702025-04-30T20:19:03.433Z Compiling path-tree v0.8.1
41712025-04-30T20:19:03.473Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19c8468e4d9ac1f3 -C extra-filename=-b2d9b769b85699a3 --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-2b53ddeb7bc9109c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41722025-04-30T20:19:03.473Z Compiling internet-checksum v0.2.1
41732025-04-30T20:19:03.514Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=7502146e757898c8 -C extra-filename=-05384b49a4446cf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41742025-04-30T20:19:03.692Z Compiling stringmetrics v2.2.2
41752025-04-30T20:19:03.732Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=81017f6cb9e3756b -C extra-filename=-c67c5ceb2f01a8a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41762025-04-30T20:19:03.772Z Compiling target-triple v0.1.3
41772025-04-30T20:19:03.772Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=392198810fdd5372 -C extra-filename=-402175690a0086c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-402175690a0086c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782025-04-30T20:19:03.950Z Compiling termtree v0.4.1
41792025-04-30T20:19:03.990Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bafc4e7db6347bc0 -C extra-filename=-e6628843ecff765f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802025-04-30T20:19:03.993Z Compiling assert_cmd v2.0.17
41812025-04-30T20:19:03.993Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=02175bb0dab47957 -C extra-filename=-e8078627bac93dba --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-e8078627bac93dba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822025-04-30T20:19:04.147Z Compiling topological-sort v0.2.2
41832025-04-30T20:19:04.187Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a97819ff2611db9 -C extra-filename=-dd33363ebf6cb21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842025-04-30T20:19:04.227Z Compiling predicates-tree v1.0.11
41852025-04-30T20:19:04.227Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0ab68986192ba92 -C extra-filename=-19a3d806f145f5c2 --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-842844d0abd222c5.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e6628843ecff765f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862025-04-30T20:19:04.283Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-402175690a0086c2/build-script-build`
41872025-04-30T20:19:04.323Z Compiling httpmock v0.8.0-alpha.1
41882025-04-30T20:19:04.363Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=c52decfaf8d584b9 -C extra-filename=-be3024251858b52f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-fc88cd29fe0f630c.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-b5b9399bc2af3376.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-529c6d897594d06b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-e492f5405f6e4d85.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-d307143fdf031b32.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3a84f5d5133d8b3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-b2d9b769b85699a3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-df56ca77fdd05b95.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-de8def02646ad1c7.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-c67c5ceb2f01a8a6.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-7049edb7c9a9636d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892025-04-30T20:19:04.405Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-593731e09fbe6ea8/build-script-build`
41902025-04-30T20:19:04.447Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-e8078627bac93dba/build-script-build`
41912025-04-30T20:19:04.487Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=976cd2dda7e7eb45 -C extra-filename=-d1333915ddab83b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922025-04-30T20:19:04.547Z Compiling proc-macro-crate v3.2.0
41932025-04-30T20:19:04.588Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=435f87db3043ecb0 -C extra-filename=-6967fc3f79b99e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942025-04-30T20:19:04.780Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
41952025-04-30T20:19:04.780Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 dev-tools/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=217302d9495916ef -C extra-filename=-46a479c0098c7ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962025-04-30T20:19:04.823Z Compiling relative-path v1.9.3
41972025-04-30T20:19:04.823Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=8439b27d9d0f619a -C extra-filename=-b259ddb13aebf2be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982025-04-30T20:19:04.970Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.12.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="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=e64673405decac80 -C extra-filename=-597ab7a291e40e81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9b0056938e976c28.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-da2daee8d92d2236.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
41992025-04-30T20:19:05.065Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=86b82642113facef -C extra-filename=-a82c388ae69cd30f --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-1e83090b88d7e230.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-890e49335d5c84ae.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-d1333915ddab83b8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2b702856b78ea336.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-842844d0abd222c5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-19a3d806f145f5c2.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-29452a6293c44bc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002025-04-30T20:19:05.278Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4d92628ccaabca1 -C extra-filename=-076e5769bdf3671f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
42012025-04-30T20:19:05.422Z Compiling multimap v0.10.0
42022025-04-30T20:19:05.462Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=2055f928b2390d8f -C extra-filename=-3f1a564d5e79cf2a --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42032025-04-30T20:19:05.632Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=f4761455a73f728e -C extra-filename=-9146e67779382581 --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-7f8514ed35d62a3a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-6967fc3f79b99e0c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-b259ddb13aebf2be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042025-04-30T20:19:05.742Z Compiling uzers v0.12.1
42052025-04-30T20:19:05.782Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=be24c31396ef7f8b -C extra-filename=-eb534fce29ca14c5 --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-f9843d87f643e91e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062025-04-30T20:19:06.102Z Compiling trybuild v1.0.103
42072025-04-30T20:19:06.143Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.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,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=a34808c77309a5ea -C extra-filename=-af7b81d0e973d9f7 --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-4708494c033545d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-076e5769bdf3671f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3e36a839e9953a7b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082025-04-30T20:19:06.726Z Compiling rustls-webpki v0.102.8
42092025-04-30T20:19:06.768Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=615c333216866133 -C extra-filename=-f6236e561b84c718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-597ab7a291e40e81.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9bbb5166464e8f20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
42102025-04-30T20:19:07.482Z Compiling blake2b_simd v1.0.2
42112025-04-30T20:19:07.524Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=c9d95161aeaa645a -C extra-filename=-8a691653cf4d7ed2 --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-a22d07dae427290f.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-d4ceb6e7ad782902.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-c7cf0261ea0b559b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122025-04-30T20:19:08.337Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.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="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=1c141efe5ba1ee2b -C extra-filename=-96a5fba03810e1eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-597ab7a291e40e81.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-f6236e561b84c718.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
42132025-04-30T20:19:11.284Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=966d93007d92fd14 -C extra-filename=-d8e48370c5816819 --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-daba4f3c1b68dcbf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-f6236e561b84c718.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts`
42142025-04-30T20:19:11.461Z Compiling partial-io v0.5.4
42152025-04-30T20:19:11.503Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=fc0ea7269b62d5cf -C extra-filename=-75bfb8a8688b87d2 --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-47fc53334f83c231.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-cf8554e44e215ff0.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162025-04-30T20:19:11.915Z Compiling httptest v0.16.3
42172025-04-30T20:19:11.956Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=deb49488d6d5691d -C extra-filename=-fbc6bca9e221d728 --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-890e49335d5c84ae.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-488018d63261b619.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-e492f5405f6e4d85.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3a84f5d5133d8b3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42182025-04-30T20:19:13.446Z Compiling rstest v0.24.0
42192025-04-30T20:19:13.487Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=047aa63cde51bbd0 -C extra-filename=-289649cfcc9c7e10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-d307143fdf031b32.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-9146e67779382581.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202025-04-30T20:19:13.710Z Compiling rustls-native-certs v0.7.3
42212025-04-30T20:19:13.750Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd7bbb183c45e064 -C extra-filename=-9770eb0cd1b466c5 --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-2c7c5d32c902c35b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222025-04-30T20:19:14.236Z Compiling tokio-rustls v0.26.0
42232025-04-30T20:19:14.277Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=00c10966dd8ad29c -C extra-filename=-414f2f5b40dd4e0c --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-96a5fba03810e1eb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
42242025-04-30T20:19:14.696Z Compiling hyper-rustls v0.27.3
42252025-04-30T20:19:14.737Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=da3e390b77e1ca82 -C extra-filename=-c765b0b76fe4bf70 --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-22b3486293b2b9f0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3a84f5d5133d8b3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96a5fba03810e1eb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-414f2f5b40dd4e0c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d4879014808bc9b4.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-9bcee1d2cec39e1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
42262025-04-30T20:19:15.311Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
42272025-04-30T20:19:15.352Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/git/checkouts/reqwest-691f072c9d01bc8f/114d97c/src/lib.rs --error-format=json --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(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=33bf2d2bbb7ce2ed -C extra-filename=-7b686aa585323990 --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-388427588bad31ec.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-b83e800facb9d66e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-70d9e28b912dffa4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-98bc3226bfda47d3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b4e86787846c9cb7.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c765b0b76fe4bf70.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-0d0e7985e7353858.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3a84f5d5133d8b3.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-80e1054dc5264632.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-3b61d498e20b443d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96a5fba03810e1eb.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-da2e0efedec480f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-3e89d7d3d4b0cd64.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-414f2f5b40dd4e0c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-713102f9d90d4cda.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d4879014808bc9b4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-9bcee1d2cec39e1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42282025-04-30T20:19:16.067Z Compiling tokio-rustls v0.25.0
42292025-04-30T20:19:16.109Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=9f9fa39df47d63a4 -C extra-filename=-c8c12f76a02c03c8 --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-d8e48370c5816819.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts`
42302025-04-30T20:19:16.476Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-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 '--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(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c2446bfd743d03a6 -C extra-filename=-beca5b4809f1cf52 --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-15955e0aed6929da.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-a0f48e393d525958.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-e492f5405f6e4d85.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-7b5ec3d7176288cb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3a84f5d5133d8b3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-1400ed68023ccfb1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8064d750b6af2dee.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-72c2daeab0f9ec10.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c8c12f76a02c03c8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c7ecda6e3775e29b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts`
42312025-04-30T20:19:17.851Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/6d31fa6/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfe7d7e77f84a554 -C extra-filename=-07a2891dec479607 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-76352d245c4d46a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-9e66b1fefcd37338.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-1c92916e93af5ccb.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8db78efdf0dd0aa8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96a5fba03810e1eb.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9b52301b789bcb54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-414f2f5b40dd4e0c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
42322025-04-30T20:19:18.566Z Compiling progenitor-client v0.9.1
42332025-04-30T20:19:18.609Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c800723f0bc8d9b1 -C extra-filename=-782f4988028c68ee --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-9f8e64fcba1e5df2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42342025-04-30T20:19:19.095Z Compiling progenitor v0.9.1
42352025-04-30T20:19:19.136Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=43d89aff7191d11a -C extra-filename=-0899e4b50f74fccf --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-782f4988028c68ee.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1f697c2609f50218.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-56e35b3a17b9b1e9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42362025-04-30T20:19:19.266Z Compiling progenitor-client v0.8.0
42372025-04-30T20:19:19.308Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c3028998034a051 -C extra-filename=-5f409a9d92357bb1 --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-9f8e64fcba1e5df2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42382025-04-30T20:19:19.351Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
42392025-04-30T20:19:19.351Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=75c0527da02c872d -C extra-filename=-1698285ea88827e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42402025-04-30T20:19:19.637Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
42412025-04-30T20:19:19.678Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22faf43f0d40792d -C extra-filename=-ad2d3b6e33cb73b7 --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-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e160ba038ce5e281.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-d8b1919364315ac4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-41c3ccac5a2969df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e723987a05a39d25.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42422025-04-30T20:19:19.769Z Compiling progenitor v0.8.0
42432025-04-30T20:19:19.810Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f86cb6b03c9d408 -C extra-filename=-c85e74c7169e11b6 --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-5f409a9d92357bb1.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c1ac476c07a1efd1.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-346d82cc4ad6e9fe.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42442025-04-30T20:19:20.000Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
42452025-04-30T20:19:20.044Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=fa8c5a94198b2879 -C extra-filename=-7eea1476b1de474a --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-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e160ba038ce5e281.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c85e74c7169e11b6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e723987a05a39d25.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42462025-04-30T20:19:22.930Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
42472025-04-30T20:19:22.973Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c81f2fcfac69f38d -C extra-filename=-98155c6ddfe66f3d --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-17e0f7ff36da3706.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42482025-04-30T20:19:24.059Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
42492025-04-30T20:19:24.100Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-45d28c3107cfa8a3/f3fe054/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=389b73b7b7e082a5 -C extra-filename=-56d25a1f95080c2e --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-1e83090b88d7e230.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-72b78886d4d0790d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7eea1476b1de474a.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-c6ada892c5e10108.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-8fd199f90180a4d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-7049edb7c9a9636d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e723987a05a39d25.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-627769ba0dc3f32a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-3f94d906667ce549.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-19f52a852fb7e21f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42502025-04-30T20:19:24.144Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
42512025-04-30T20:19:24.185Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d7f82c1ca305e2f -C extra-filename=-f72146329e73300e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d31ac486a411b0cb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42522025-04-30T20:19:24.185Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
42532025-04-30T20:19:24.264Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1999499ad3762a07 -C extra-filename=-443ea62418b43762 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-443ea62418b43762 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-f6fdc33726fc3fba.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-9fe64012782fa9a6.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-597ab7a291e40e81.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2f0f34c3a81c542d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8be1ba0eaa8fca01.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-583cffbe97cd9a36.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-890e49335d5c84ae.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-b1e025758cc4f457.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-402848661cd7e43d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9282f5134aa6ca48.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c912c30a73c6fb4f.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2de6d8a2c2415463.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-e71be508c6f571a4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-736ad87ef407909e.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0b73039aa680ab70.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-1c92916e93af5ccb.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-35d01822ad41ba00.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fbb481fac23fa7e5.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d36381fd22eefd16.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8b275c11e2bd0883.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c765b0b76fe4bf70.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3a84f5d5133d8b3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd6a995b14bf83c2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b2eb77ef70b05f8c.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b894433656de4993.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b1f7a664d8168c6.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-06f61af37fe62196.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-654d082f1ab23d47.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-cf718d047ff93beb.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fcbb94f616a5d791.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ba75054ed4b09b87.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-757c80bfc90f886b.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-2fdfe8560e9404c7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2b702856b78ea336.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-523fd530d45e20da.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96a5fba03810e1eb.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-f6236e561b84c718.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-de8def02646ad1c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-03f720d69f7a63cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c716e8fce188e66e.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-414f2f5b40dd4e0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-627769ba0dc3f32a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-54ceb39e42f90769.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9a19e123728e4c50.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c11d658f1074ec63.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-917d586881b8133b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-457fb615310852bd.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42542025-04-30T20:19:24.267Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
42552025-04-30T20:19:24.268Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2c3eae931a512de -C extra-filename=-eb0ea1e34ce826c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-ebc6e561bc5f2f7a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e160ba038ce5e281.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-41c3ccac5a2969df.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-a164b63fe3657a89.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e723987a05a39d25.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
42562025-04-30T20:19:24.538Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-443ea62418b43762/build-script-build`
42572025-04-30T20:19:24.606Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35b0a9af40dffb9e -C extra-filename=-5704fa4ca6bf0d19 --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-f6fdc33726fc3fba.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-9fe64012782fa9a6.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-597ab7a291e40e81.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2f0f34c3a81c542d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8be1ba0eaa8fca01.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-583cffbe97cd9a36.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-890e49335d5c84ae.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-402848661cd7e43d.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9282f5134aa6ca48.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c912c30a73c6fb4f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2de6d8a2c2415463.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-e71be508c6f571a4.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-736ad87ef407909e.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0b73039aa680ab70.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-1c92916e93af5ccb.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-35d01822ad41ba00.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fbb481fac23fa7e5.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d36381fd22eefd16.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8b275c11e2bd0883.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c765b0b76fe4bf70.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3a84f5d5133d8b3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd6a995b14bf83c2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b2eb77ef70b05f8c.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b894433656de4993.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b1f7a664d8168c6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-06f61af37fe62196.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-654d082f1ab23d47.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-cf718d047ff93beb.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fcbb94f616a5d791.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ba75054ed4b09b87.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-757c80bfc90f886b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-2fdfe8560e9404c7.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2b702856b78ea336.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-523fd530d45e20da.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96a5fba03810e1eb.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-f6236e561b84c718.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-de8def02646ad1c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-03f720d69f7a63cf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-414f2f5b40dd4e0c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-627769ba0dc3f32a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-54ceb39e42f90769.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c11d658f1074ec63.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-917d586881b8133b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-457fb615310852bd.rmeta --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42582025-04-30T20:19:24.708Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
42592025-04-30T20:19:24.749Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb1c895e5a47c3e1 -C extra-filename=-bc0b0209127c9f64 --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-5704fa4ca6bf0d19.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42602025-04-30T20:19:25.335Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
42612025-04-30T20:19:25.376Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad1166e172c9422b -C extra-filename=-ff2bc3cac853adc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42622025-04-30T20:19:25.526Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42632025-04-30T20:19:25.568Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42642025-04-30T20:19:25.568Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a32649ad7212c5f -C extra-filename=-e7e146c11e793a52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-c7b379eb7bb74f12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-d100c6cd4db3eb76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42652025-04-30T20:19:25.568Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=737efdfa665ab309 -C extra-filename=-2e9fb8801766c6ac --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-5704fa4ca6bf0d19.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42662025-04-30T20:19:25.610Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42672025-04-30T20:19:25.610Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=171a1e36ac3c8f8f -C extra-filename=-139c9b24261d3a3d --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-f05c6b1bae7a28e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42682025-04-30T20:19:25.689Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42692025-04-30T20:19:25.730Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=b0dd432005ac7342 -C extra-filename=-a9ccbd9e500147cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-bc0b0209127c9f64.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6d487ea5efdc2301.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-9af69aa2b85ffb75.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42702025-04-30T20:19:25.838Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
42712025-04-30T20:19:25.879Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a638978fdd70953b -C extra-filename=-e2fe82ee5b96314f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-fe798fd6e64b997d.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-3aead9fef1408a62.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42722025-04-30T20:19:26.037Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
42732025-04-30T20:19:26.080Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4de9cf6eb1be406 -C extra-filename=-a4cfb956907d34b0 --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-388427588bad31ec.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42742025-04-30T20:19:26.380Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=edd7d8aab5ef40f3 -C extra-filename=-dbc337ee1b651d21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-bc0b0209127c9f64.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6d487ea5efdc2301.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-9af69aa2b85ffb75.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42752025-04-30T20:19:28.764Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42762025-04-30T20:19:28.805Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bbf18b00df92610 -C extra-filename=-07e0b4961291f041 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-07e0b4961291f041 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42772025-04-30T20:19:29.065Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42782025-04-30T20:19:29.106Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0909d3a3a7f3a80 -C extra-filename=-8fcd2945783f471e --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-5704fa4ca6bf0d19.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42792025-04-30T20:19:29.154Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-07e0b4961291f041/build-script-build`
42802025-04-30T20:19:29.195Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
42812025-04-30T20:19:29.195Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8f83b47edd1adc9 -C extra-filename=-392ee0596319280a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42822025-04-30T20:19:29.702Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
42832025-04-30T20:19:29.744Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0274ee3a94408418 -C extra-filename=-6120427de3f3286d --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-5704fa4ca6bf0d19.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42842025-04-30T20:19:30.146Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42852025-04-30T20:19:30.146Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4d3d57b62e5b00c -C extra-filename=-3da4d2236ec6541d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42862025-04-30T20:19:30.659Z Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
42872025-04-30T20:19:30.700Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_api --edition=2024 ereport/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d69367b1aaa5eaed -C extra-filename=-d96ea850c035e6c8 --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-beca5b4809f1cf52.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3da4d2236ec6541d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42882025-04-30T20:19:30.760Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42892025-04-30T20:19:30.801Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e51db0f4177603c -C extra-filename=-f9d614b57f39be62 --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-5704fa4ca6bf0d19.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42902025-04-30T20:19:30.842Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42912025-04-30T20:19:30.842Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=44fb2092efee2d8b -C extra-filename=-5844ca4149c4f400 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-5844ca4149c4f400 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42922025-04-30T20:19:31.024Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42932025-04-30T20:19:31.066Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b3da366ef0c892c -C extra-filename=-3c064dc95d54b7eb --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-898e01f7b1a1be18.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f9d614b57f39be62.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42942025-04-30T20:19:31.206Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-5844ca4149c4f400/build-script-build`
42952025-04-30T20:19:31.248Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42962025-04-30T20:19:31.248Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=236bcc5c40e185dc -C extra-filename=-da1dbb2b2d7505b2 --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-71f469adb87fdc78.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.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/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42972025-04-30T20:19:31.481Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42982025-04-30T20:19:31.522Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6061e732a2ade25 -C extra-filename=-452ac45b13802c0c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-452ac45b13802c0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42992025-04-30T20:19:31.853Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
43002025-04-30T20:19:31.894Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d844a31b0d60edd5 -C extra-filename=-4262443cf0cb51fe --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-5704fa4ca6bf0d19.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43012025-04-30T20:19:32.098Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-452ac45b13802c0c/build-script-build`
43022025-04-30T20:19:32.139Z Compiling samael v0.0.18
43032025-04-30T20:19:32.140Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.18/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,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=6c89b3d530285564 -C extra-filename=-c4497a46711ff1e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-c4497a46711ff1e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-60ea7d6f8a846fbe.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43042025-04-30T20:19:32.583Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43052025-04-30T20:19:32.628Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f76254ec2e716c6a -C extra-filename=-0a17c74f7550ff96 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-0a17c74f7550ff96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43062025-04-30T20:19:32.960Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-0a17c74f7550ff96/build-script-build`
43072025-04-30T20:19:33.005Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43082025-04-30T20:19:33.046Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6eae70a76567562 -C extra-filename=-6a1b9928a87b98fe --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-898e01f7b1a1be18.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f9d614b57f39be62.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43092025-04-30T20:19:33.721Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43102025-04-30T20:19:33.762Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ab069c0e7147e03 -C extra-filename=-ed2d37829049bc8b --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-beca5b4809f1cf52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43112025-04-30T20:19:34.308Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-c4497a46711ff1e8/build-script-bindings`
43122025-04-30T20:19:34.675Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43132025-04-30T20:19:34.716Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-lookup/build.rs --error-format=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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b29cb64c134bb7e -C extra-filename=-72bf6c8ca8c31866 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-72bf6c8ca8c31866 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43142025-04-30T20:19:35.073Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
43152025-04-30T20:19:35.114Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a7ae055f76573a9 -C extra-filename=-3b2b0d843a4b0301 --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-635dd001e5f79077.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43162025-04-30T20:19:35.155Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-72bf6c8ca8c31866/build-script-build`
43172025-04-30T20:19:35.155Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43182025-04-30T20:19:35.155Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=df66bbda434267d2 -C extra-filename=-73a93dfa7785d7f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-73a93dfa7785d7f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43192025-04-30T20:19:35.532Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-73a93dfa7785d7f9/build-script-build`
43202025-04-30T20:19:35.573Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
43212025-04-30T20:19:35.573Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07c05bd57498949f -C extra-filename=-37a6070ded5ad3eb --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-9f8e64fcba1e5df2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43222025-04-30T20:19:36.045Z Running `/home/build/.rustup/toolchains/1.86.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="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0d1cc6f4463da184 -C extra-filename=-9d23aed7d5a46841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-907485d191f72d36.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-c85311ff38a8f3f8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-68b3aaf24e3da703.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-85a6b652bc2a2765.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e7e146c11e793a52.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-cf922a9abcda0b48.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out --check-cfg 'cfg(svcadm_autoclear)'`
43232025-04-30T20:19:36.171Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242025-04-30T20:19:36.212Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f532d9baafc83b7b -C extra-filename=-f8a7bf6db74c493b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43252025-04-30T20:19:36.395Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43262025-04-30T20:19:36.436Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c95b9b9828a77933 -C extra-filename=-7bad5f652c3619ee --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-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43272025-04-30T20:19:39.102Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43282025-04-30T20:19:39.142Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa0213356c661897 -C extra-filename=-618345c29b853799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43292025-04-30T20:19:39.187Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43302025-04-30T20:19:39.187Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35837b1394bdd8dd -C extra-filename=-5a640189c3e193ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43312025-04-30T20:19:39.983Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43322025-04-30T20:19:40.024Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3ea6019ca52427d -C extra-filename=-d26aa1e08a935d07 --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-9d23aed7d5a46841.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43332025-04-30T20:19:40.460Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43342025-04-30T20:19:40.501Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbc4f0952df11a20 -C extra-filename=-d4516c9df6d72bd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43352025-04-30T20:19:40.981Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
43362025-04-30T20:19:41.022Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8110618df9910da3 -C extra-filename=-91e4cc2775320a9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43372025-04-30T20:19:41.526Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43382025-04-30T20:19:41.604Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=934c53a75de8638f -C extra-filename=-4d9c94c3fa2a5054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1b6046de928d0aef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-56d25a1f95080c2e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43392025-04-30T20:19:42.049Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c162380784b2903b -C extra-filename=-9cbdceaf442f4591 --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-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-991f4c42f9ecbe73.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43402025-04-30T20:19:43.109Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43412025-04-30T20:19:43.187Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c09c179052f8526 -C extra-filename=-f440294d66341818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-bc0b0209127c9f64.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43422025-04-30T20:19:43.233Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66dd2bf5760539cc -C extra-filename=-b28ec27bcf2db2cf --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-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-dbc337ee1b651d21.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43432025-04-30T20:19:43.274Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43442025-04-30T20:19:43.274Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b7dccbb50915fcf -C extra-filename=-af4acedcdd9c00ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43452025-04-30T20:19:43.837Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43462025-04-30T20:19:43.878Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6aba570797c8e2e4 -C extra-filename=-ca88c48593b8b0bd --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-47fc53334f83c231.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43472025-04-30T20:19:44.078Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43482025-04-30T20:19:44.118Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76501799f3ba6c33 -C extra-filename=-78efa5950c7341ed --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-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-dbc337ee1b651d21.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43492025-04-30T20:19:45.164Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43502025-04-30T20:19:45.204Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f13c58849ef27a16 -C extra-filename=-97233a37d8812aa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43512025-04-30T20:19:46.521Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=259933a2b62d0e39 -C extra-filename=-474512cbcc41a620 --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-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43522025-04-30T20:19:48.825Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f242f4513ee7f01a -C extra-filename=-3b38a84f0df0cf3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b28ec27bcf2db2cf.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43532025-04-30T20:19:49.684Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43542025-04-30T20:19:49.724Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=79dfde4065b9f963 -C extra-filename=-c4d597a6f50cd821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43552025-04-30T20:19:51.681Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43562025-04-30T20:19:51.721Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abc985981813d673 -C extra-filename=-d2a1bf58b5c0eae1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-78efa5950c7341ed.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43572025-04-30T20:19:51.763Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
43582025-04-30T20:19:51.763Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eddd48937e0bac15 -C extra-filename=-b6efd119d3584873 --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-5704fa4ca6bf0d19.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3b38a84f0df0cf3f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b28ec27bcf2db2cf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43592025-04-30T20:19:54.610Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43602025-04-30T20:19:54.650Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bcde25c447360c6 -C extra-filename=-eb9033e250aeab08 --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-5704fa4ca6bf0d19.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-d2a1bf58b5c0eae1.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-78efa5950c7341ed.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43612025-04-30T20:19:55.761Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08b8cd7d0ddf0c95 -C extra-filename=-6343f234f5892db7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-474512cbcc41a620.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43622025-04-30T20:19:58.739Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
43632025-04-30T20:19:58.779Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=48bc5a2ec401a164 -C extra-filename=-dcd32acc9b93624f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8fcd2945783f471e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-af4acedcdd9c00ce.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b6efd119d3584873.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43642025-04-30T20:19:58.823Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43652025-04-30T20:19:58.863Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bc71de70a764907 -C extra-filename=-a64dbd717a30f59a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43662025-04-30T20:19:59.130Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43672025-04-30T20:19:59.170Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=9097b4769e883d9e -C extra-filename=-465ddd473510e2ad --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-7f8514ed35d62a3a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e1b75a6b1615462a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43682025-04-30T20:19:59.210Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43692025-04-30T20:19:59.251Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=24df5a78c2857507 -C extra-filename=-a44671d1d99bbc84 --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-2d9db2c7190092e3.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-180494aa4b808d97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-e69c70cf5e0049db.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43702025-04-30T20:20:00.081Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43712025-04-30T20:20:00.211Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=895434e7d73a91af -C extra-filename=-4b17aa823c85d139 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8db78efdf0dd0aa8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43722025-04-30T20:20:00.621Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43732025-04-30T20:20:00.662Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3656e5d14800547 -C extra-filename=-510b07952143dd95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0a89236474e39989.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-ed699df247d0ef10.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-4f565285ad15b3a5.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-00acf1985169e259.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
43742025-04-30T20:20:00.882Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
43752025-04-30T20:20:00.922Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d25d94ab76e31da4 -C extra-filename=-262897ceda645da4 --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-635dd001e5f79077.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43762025-04-30T20:20:01.986Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43772025-04-30T20:20:02.026Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aaef5ed0205e8b39 -C extra-filename=-9b50cf29931dde4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6120427de3f3286d.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6343f234f5892db7.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-eb9033e250aeab08.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-474512cbcc41a620.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43782025-04-30T20:20:02.117Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
43792025-04-30T20:20:02.158Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6448710a13d76b9 -C extra-filename=-e4a0d950c03d5bdc --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-635dd001e5f79077.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43802025-04-30T20:20:02.421Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
43812025-04-30T20:20:02.462Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c30b0ae84616120 -C extra-filename=-0e4ff5e5bb3c880e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b50cf29931dde4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1f7330b92eeba7ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43822025-04-30T20:20:02.538Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43832025-04-30T20:20:02.578Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a05d3c675d9615e -C extra-filename=-80543a19f63733b0 --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-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43842025-04-30T20:20:03.060Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43852025-04-30T20:20:03.101Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=048571755ee7e936 -C extra-filename=-c021e88813abf9be --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-d267ed5fcc66eb5b.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43862025-04-30T20:20:03.233Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43872025-04-30T20:20:03.273Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4063839c2b9af197 -C extra-filename=-18a6bf709d96cf63 --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-cf0f40bada2203d9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43882025-04-30T20:20:03.562Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=c073f3f8a831132a -C extra-filename=-230ee7b79f75d6b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0157e2345a706862.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-4e9142cffc87c3a1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5f20c5aba636cae0.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f09ef8d065f2a8be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fe4abe7d96b838cb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6843e137f1cd9982.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-53c5cb6e06dcc59f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43892025-04-30T20:20:03.884Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43902025-04-30T20:20:03.924Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ed5e29ff7c43245 -C extra-filename=-a6a8617efde1783e --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-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43912025-04-30T20:20:03.965Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43922025-04-30T20:20:03.965Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8fd669b4cb29b9ff -C extra-filename=-4e54e2f21736020a --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-c72da711e3bfca3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43932025-04-30T20:20:05.267Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
43942025-04-30T20:20:05.307Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=980d79fd8b42c95a -C extra-filename=-ffc7f9dca58ab606 --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-d267ed5fcc66eb5b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-0e4ff5e5bb3c880e.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-25efa93a1fe1669c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7b93507025585798.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43952025-04-30T20:20:06.039Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43962025-04-30T20:20:06.080Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=cbae95df651f759c -C extra-filename=-8ea75910c69ed82c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ac2c39574489ca21.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
43972025-04-30T20:20:06.547Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43982025-04-30T20:20:06.590Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=51f764f6b133b36b -C extra-filename=-af36c241081cc418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43992025-04-30T20:20:07.987Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=960daebaf1b6e288 -C extra-filename=-c43224cc635a5966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3c064dc95d54b7eb.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4e54e2f21736020a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a44671d1d99bbc84.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44002025-04-30T20:20:09.414Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44012025-04-30T20:20:09.454Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f74f94e0dfe52c33 -C extra-filename=-70793392a9be9dd1 --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-98155c6ddfe66f3d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44022025-04-30T20:20:10.251Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
44032025-04-30T20:20:10.291Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edf805c047d99483 -C extra-filename=-ddb42ea1f6d02dd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e7e146c11e793a52.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44042025-04-30T20:20:10.488Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.18/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,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=f8bf54dda20add01 -C extra-filename=-9d0f4ab2bc37f92d --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-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-729ac19f9ff8ff78.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-a22ac171016518a5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-422673131a2c2491.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2c7c5d32c902c35b.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-e69c70cf5e0049db.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-6ea3e5ed7de3e1da.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
44052025-04-30T20:20:12.100Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
44062025-04-30T20:20:12.141Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d2254a28ecffd8d -C extra-filename=-711ea33db8eb1681 --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-ffcf51777a761bbd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44072025-04-30T20:20:12.228Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
44082025-04-30T20:20:12.268Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3b2073b88bd0b72 -C extra-filename=-ac503e1f172f9f71 --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-beca5b4809f1cf52.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44092025-04-30T20:20:13.308Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
44102025-04-30T20:20:13.348Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2858d9c9d9b58f58 -C extra-filename=-58f828de681b6bcd --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-635dd001e5f79077.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44112025-04-30T20:20:14.413Z Compiling polar-core v0.27.3
44122025-04-30T20:20:14.454Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ce9021f9c5ac59fc -C extra-filename=-b0df54654ff9fe16 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-b0df54654ff9fe16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-e95b1780b6e4da4a.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44132025-04-30T20:20:15.814Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
44142025-04-30T20:20:15.855Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c6cc49368b34a6e -C extra-filename=-b7b33a22d7462c8a --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-beca5b4809f1cf52.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44152025-04-30T20:20:15.895Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-b0df54654ff9fe16/build-script-build`
44162025-04-30T20:20:17.363Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44172025-04-30T20:20:17.441Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cece99ba09f82b5 -C extra-filename=-57dcee9876336486 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ac503e1f172f9f71.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4d778889c009f344.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/`
44182025-04-30T20:20:17.482Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=bf1a73c617a7c2a8 -C extra-filename=-d24e261c2f335f16 --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-2ae6d48a90474597.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b894433656de4993.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-2d6496d0645ee8da.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44192025-04-30T20:20:17.483Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44202025-04-30T20:20:17.483Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c0631a58760d503 -C extra-filename=-83a8622a76286a79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44212025-04-30T20:20:17.696Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
44222025-04-30T20:20:17.737Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0228bc9e60507473 -C extra-filename=-921b712730ff53d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
44232025-04-30T20:20:19.558Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
44242025-04-30T20:20:19.600Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=458b0757ee61ab3f -C extra-filename=-26889db68076a2c3 --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-635dd001e5f79077.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44252025-04-30T20:20:20.994Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44262025-04-30T20:20:21.109Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=16f166420b5c9b16 -C extra-filename=-455b1b8f7ffc4381 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-68b3aaf24e3da703.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eb0ea1e34ce826c1.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-41c3ccac5a2969df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-921b712730ff53d9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07a2891dec479607.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-00acf1985169e259.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44272025-04-30T20:20:21.151Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44282025-04-30T20:20:21.151Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7833816660ab8d58 -C extra-filename=-484e4b9f3671f09b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44292025-04-30T20:20:21.803Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
44302025-04-30T20:20:21.843Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=205c59f0fa70634d -C extra-filename=-1a452433e41c15ca --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-635dd001e5f79077.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44312025-04-30T20:20:21.908Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
44322025-04-30T20:20:21.948Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4e5ea093701686d -C extra-filename=-3157c1b6c4b3fc5c --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-635dd001e5f79077.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44332025-04-30T20:20:22.588Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
44342025-04-30T20:20:22.628Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=069e7c06471fdeb5 -C extra-filename=-fa5f4a9dbd4b0f6a --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-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44352025-04-30T20:20:23.694Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44362025-04-30T20:20:23.734Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7df21e2f31b7f8ed -C extra-filename=-f05d30ef583b2017 --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-ffcf51777a761bbd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57dcee9876336486.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
44372025-04-30T20:20:23.980Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
44382025-04-30T20:20:24.021Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=daa84eb43297f9b5 -C extra-filename=-33b3f3c297f79848 --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-56a9db23fa53bda5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-b310a1cf1ea49d6b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44392025-04-30T20:20:24.272Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44402025-04-30T20:20:24.313Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9d6b986fdb8b135 -C extra-filename=-2c239afb137da871 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-33b3f3c297f79848.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44412025-04-30T20:20:24.313Z Compiling tough v0.20.0
44422025-04-30T20:20:24.314Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-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="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=15d7856474416ee2 -C extra-filename=-915aa0bc631e7fc4 --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-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-597ab7a291e40e81.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-06fcd8d2e0fd472e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-75f6f458638e01eb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-ad970af17f0ac29f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96a5fba03810e1eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-718190b9bd647788.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-23f6798548746795.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-82df6874f35df40e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-da2daee8d92d2236.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
44432025-04-30T20:20:24.463Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44442025-04-30T20:20:24.503Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=faa29a6a32f2e928 -C extra-filename=-a83800c65ea266bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44452025-04-30T20:20:25.877Z Compiling oso v0.27.3
44462025-04-30T20:20:25.918Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b8d1c2622a55eab9 -C extra-filename=-3b7290082ab67324 --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-f4dd4ce3db6d1b76.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-fd30fd0081c495f2.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-d24e261c2f335f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472025-04-30T20:20:28.510Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44482025-04-30T20:20:28.588Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6f00830307ea688 -C extra-filename=-19b8e5bea7dea7cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-33b3f3c297f79848.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44492025-04-30T20:20:28.898Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44502025-04-30T20:20:28.938Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6428c48c32aaee7 -C extra-filename=-9c7b3386f4625a5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3157c1b6c4b3fc5c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44512025-04-30T20:20:30.160Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
44522025-04-30T20:20:30.200Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/04681f2/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=31034f252e6bf36d -C extra-filename=-b1246ec6f6487fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-597ab7a291e40e81.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6cbbd44c6d0b877e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3322afa9ef710511.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-162a6217309e34db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8064d750b6af2dee.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44532025-04-30T20:20:32.930Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44542025-04-30T20:20:32.971Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=826ee9ae5798442d -C extra-filename=-11a6d6713baeb504 --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-d267ed5fcc66eb5b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44552025-04-30T20:20:33.425Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44562025-04-30T20:20:33.465Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=526900be85e41a58 -C extra-filename=-42a07cfd028ded11 --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-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44572025-04-30T20:20:34.784Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44582025-04-30T20:20:34.825Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=72d732bff40fbb77 -C extra-filename=-9aeb9ef3139f45bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44592025-04-30T20:20:35.515Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44602025-04-30T20:20:35.555Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=31d385534b5a0ffd -C extra-filename=-97e2f20ebd2df112 --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-635dd001e5f79077.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44612025-04-30T20:20:36.731Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=c777f2338356770a -C extra-filename=-668e245126700886 --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-f9843d87f643e91e.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-236dd7ee19339c62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
44622025-04-30T20:20:36.838Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44632025-04-30T20:20:36.878Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f03fda96d607e83 -C extra-filename=-7c8de7e18cb8b328 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-7c8de7e18cb8b328 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44642025-04-30T20:20:37.225Z Compiling git2 v0.19.0
44652025-04-30T20:20:37.265Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=3f7f4397ea62b15c -C extra-filename=-457b06ca6c52f1d7 --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-6a561cfe737ae6c8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-668e245126700886.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/usr/lib/amd64`
44662025-04-30T20:20:37.306Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-7c8de7e18cb8b328/build-script-build`
44672025-04-30T20:20:37.347Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44682025-04-30T20:20:37.348Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=98511bb1aad19fd0 -C extra-filename=-8662e5632bbd790a --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-beca5b4809f1cf52.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44692025-04-30T20:20:38.072Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44702025-04-30T20:20:38.113Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d31175273960d8c -C extra-filename=-a87dec960d63ea00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44712025-04-30T20:20:40.911Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44722025-04-30T20:20:40.951Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e5856860f3d9740 -C extra-filename=-0d402dc5161c5ed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44732025-04-30T20:20:42.478Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-8.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=238ea24ffb419970 -C extra-filename=-cf638ed4f18cb6ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d7c5ab75ba89ee4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-457b06ca6c52f1d7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-778b52d530948f9a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
44742025-04-30T20:20:43.723Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44752025-04-30T20:20:43.765Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=167ce7292233a71f -C extra-filename=-e8c091a13a1d9f43 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e8c091a13a1d9f43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44762025-04-30T20:20:43.990Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44772025-04-30T20:20:44.031Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/rendezvous/build.rs --error-format=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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d859ecc4af4af42 -C extra-filename=-21d8727c3ceb9de4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-21d8727c3ceb9de4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44782025-04-30T20:20:44.099Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44792025-04-30T20:20:44.139Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a7105498c9af8e2 -C extra-filename=-b1811a253636c90c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-b1811a253636c90c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44802025-04-30T20:20:44.376Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-21d8727c3ceb9de4/build-script-build`
44812025-04-30T20:20:44.430Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e8c091a13a1d9f43/build-script-build`
44822025-04-30T20:20:44.475Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44832025-04-30T20:20:44.516Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0eff504163185ec1 -C extra-filename=-b4144d34d5ca7e16 --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-635dd001e5f79077.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44842025-04-30T20:20:44.556Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-b1811a253636c90c/build-script-build`
44852025-04-30T20:20:44.556Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44862025-04-30T20:20:44.557Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c2307a52760a97f -C extra-filename=-d4ff264ac00576c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-875255c293e3643b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d504c4e11c5d5040.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-97e2f20ebd2df112.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44872025-04-30T20:20:44.723Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
44882025-04-30T20:20:44.767Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ccad5ebeb243f52 -C extra-filename=-5c9e1cd4dcc6d884 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-5c9e1cd4dcc6d884 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-cf638ed4f18cb6ea.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/usr/lib/amd64`
44892025-04-30T20:20:45.417Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
44902025-04-30T20:20:45.458Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48963453efbfd64c -C extra-filename=-735924395c13ced7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44912025-04-30T20:20:46.481Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-5c9e1cd4dcc6d884/build-script-build`
44922025-04-30T20:20:46.759Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44932025-04-30T20:20:46.799Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=63e0d42d4a5e6547 -C extra-filename=-f4874106dcc90ec0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f4874106dcc90ec0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44942025-04-30T20:20:46.863Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
44952025-04-30T20:20:46.904Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/lldpd-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fc35e4441b44e91 -C extra-filename=-217ca92611eea32f --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-635dd001e5f79077.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-735924395c13ced7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-9af69aa2b85ffb75.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44962025-04-30T20:20:47.136Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f4874106dcc90ec0/build-script-build`
44972025-04-30T20:20:47.176Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44982025-04-30T20:20:47.176Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de2598a28e5b9b8f -C extra-filename=-e39bba2fa1aa01ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8fcd2945783f471e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44992025-04-30T20:20:47.964Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=892e34c9f1ebbb5a -C extra-filename=-4bcbaffa123f0a0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-ebc6e561bc5f2f7a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d31ac486a411b0cb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3e5470921d4e104f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f99402bd3fbd2a9f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-166632be0023aa12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts`
45002025-04-30T20:20:48.052Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6516ac09b1e26a25 -C extra-filename=-dd87231ae5e8c9d9 --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-c43224cc635a5966.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45012025-04-30T20:20:48.731Z Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client)
45022025-04-30T20:20:48.772Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_client --edition=2024 clients/ereport-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b548b5f91a10991 -C extra-filename=-1b4ca5e7724c66e9 --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-635dd001e5f79077.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3da4d2236ec6541d.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45032025-04-30T20:20:49.318Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f8be3c50edd4bb1 -C extra-filename=-0c68fee94cdd2efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6a1b9928a87b98fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-dd87231ae5e8c9d9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-3b7290082ab67324.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d0f4ab2bc37f92d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45042025-04-30T20:20:49.863Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45052025-04-30T20:20:49.903Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e9c9ddd075ecf0a -C extra-filename=-be89aba6eb768ae3 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-be89aba6eb768ae3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45062025-04-30T20:20:50.043Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45072025-04-30T20:20:50.083Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a21c410c19058d3 -C extra-filename=-f1ede6fe6a0aa363 --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-5704fa4ca6bf0d19.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45082025-04-30T20:20:50.244Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
45092025-04-30T20:20:50.285Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 dev-tools/repl-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5df1cd1ef0e2d224 -C extra-filename=-e370b7deb51e92af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45102025-04-30T20:20:50.285Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
45112025-04-30T20:20:50.285Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9acca5095d7ebce7 -C extra-filename=-1f978df0018f64ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d31ac486a411b0cb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
45122025-04-30T20:20:50.351Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-be89aba6eb768ae3/build-script-build`
45132025-04-30T20:20:50.392Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45142025-04-30T20:20:50.392Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c345db9f82ca00a -C extra-filename=-f605ae54ae2eb977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1fbde3982e664328.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d05fa9154c448b6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-33b3f3c297f79848.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45152025-04-30T20:20:50.524Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45162025-04-30T20:20:50.565Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dd5538b5a6de235 -C extra-filename=-a33ce32c1730b96a --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-a6a8617efde1783e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45172025-04-30T20:20:52.472Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45182025-04-30T20:20:52.516Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bae750926e5b071d -C extra-filename=-c94f546558f13034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45192025-04-30T20:20:53.052Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45202025-04-30T20:20:53.093Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=39602c009f5bc4b4 -C extra-filename=-21d030eba2e0a07b --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-635dd001e5f79077.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45212025-04-30T20:20:54.153Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45222025-04-30T20:20:54.231Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94ebcefff7f0fea5 -C extra-filename=-66c7325fbede2d28 --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-71f469adb87fdc78.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45232025-04-30T20:20:54.231Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
45242025-04-30T20:20:54.231Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42324d63e0823e96 -C extra-filename=-0be57b5f9ad3bff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45252025-04-30T20:20:54.684Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45262025-04-30T20:20:54.724Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=686f1cf16718979e -C extra-filename=-a0c47e08655a0cc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45272025-04-30T20:20:55.271Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3226050391f5c320 -C extra-filename=-97cd2349e50a5140 --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-6c4fe18700ed0225.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3c064dc95d54b7eb.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6f42b2cf59f91dc3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-66c7325fbede2d28.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45282025-04-30T20:20:57.435Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45292025-04-30T20:20:57.476Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=37d66e8f0fb8de3a -C extra-filename=-460c85c06cdeaf2e --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-21d030eba2e0a07b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45302025-04-30T20:20:58.740Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b123c785f395a94 -C extra-filename=-9745cf4f4e42e2cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-f605ae54ae2eb977.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-e370b7deb51e92af.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45312025-04-30T20:21:00.987Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45322025-04-30T20:21:01.028Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a5c0fbe050d2c31 -C extra-filename=-bb162b74a113aa63 --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-a64dbd717a30f59a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45332025-04-30T20:21:02.212Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=fa9e8ffbdace2002 -C extra-filename=-029a90d04426698c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3c064dc95d54b7eb.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6f42b2cf59f91dc3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-66c7325fbede2d28.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-dd87231ae5e8c9d9.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45342025-04-30T20:21:02.954Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
45352025-04-30T20:21:02.994Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d55cf63ac15deb61 -C extra-filename=-103e73045564d3fb --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-ffcf51777a761bbd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45362025-04-30T20:21:03.536Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
45372025-04-30T20:21:03.577Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e6e4a9dbf184ce7 -C extra-filename=-99e2f15472a03dea --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-5704fa4ca6bf0d19.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45382025-04-30T20:21:04.840Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45392025-04-30T20:21:04.918Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=9237f3ee76941649 -C extra-filename=-24d3dc690471c937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb162b74a113aa63.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
45402025-04-30T20:21:04.973Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
45412025-04-30T20:21:05.013Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/04681f2/bin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f97597d49d27b42b -C extra-filename=-8245a8f39bb5b6f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9282f5134aa6ca48.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45422025-04-30T20:21:06.503Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
45432025-04-30T20:21:06.544Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4802c4373f200dd2 -C extra-filename=-7bcdfd00917bac85 --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-f9843d87f643e91e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45442025-04-30T20:21:07.127Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45452025-04-30T20:21:07.167Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e4af5cd02450aec -C extra-filename=-7e5cad44311f1e7a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-7e5cad44311f1e7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45462025-04-30T20:21:07.489Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45472025-04-30T20:21:07.530Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=05d65700b6b456ca -C extra-filename=-d04c9c9b03efc5ee --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-d04c9c9b03efc5ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45482025-04-30T20:21:07.853Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45492025-04-30T20:21:07.893Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cdf1c8886f4e47d -C extra-filename=-d7f4f302879682e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-d7f4f302879682e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45502025-04-30T20:21:08.218Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
45512025-04-30T20:21:08.258Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6337935399b6d59e -C extra-filename=-1987185cf341d586 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-1987185cf341d586 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45522025-04-30T20:21:08.571Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45532025-04-30T20:21:08.612Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c747534ab684060f -C extra-filename=-d8e2c1d276e09341 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-d8e2c1d276e09341 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45542025-04-30T20:21:08.973Z Compiling omicron-zone-package v0.12.0
45552025-04-30T20:21:09.014Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca53e7cce3bceaf6 -C extra-filename=-5542ecb18eec474f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-d5b0d2d4ef2dcb91.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1b6046de928d0aef.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-627769ba0dc3f32a.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-dd33363ebf6cb21b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
45562025-04-30T20:21:09.089Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-d8e2c1d276e09341/build-script-build`
45572025-04-30T20:21:09.129Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-1987185cf341d586/build-script-build`
45582025-04-30T20:21:09.170Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-d7f4f302879682e4/build-script-build`
45592025-04-30T20:21:09.210Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-d04c9c9b03efc5ee/build-script-build`
45602025-04-30T20:21:09.250Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-7e5cad44311f1e7a/build-script-build`
45612025-04-30T20:21:09.291Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45622025-04-30T20:21:09.291Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d32e42f076640840 -C extra-filename=-56394bdbe201d3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c94f546558f13034.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a44671d1d99bbc84.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a33ce32c1730b96a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-97e2f20ebd2df112.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45632025-04-30T20:21:12.641Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45642025-04-30T20:21:12.682Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,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,test)' --check-cfg 'cfg(feature, values())' -C metadata=95ed19b580bc7fdf -C extra-filename=-662aaa83cc24e415 --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-5521fc2fbb46472c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45652025-04-30T20:21:13.641Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45662025-04-30T20:21:13.682Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be8665aa7dff2e71 -C extra-filename=-c19f61e30a585745 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45672025-04-30T20:21:13.942Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45682025-04-30T20:21:13.982Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f03ebe0774d282f4 -C extra-filename=-ae3ce54c75938466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d4ff264ac00576c3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45692025-04-30T20:21:14.150Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45702025-04-30T20:21:14.190Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f49e61490deef383 -C extra-filename=-31feb43083a30ffa --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-31feb43083a30ffa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45712025-04-30T20:21:14.559Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
45722025-04-30T20:21:14.599Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce1b9019579b236a -C extra-filename=-777ab501e4bb8726 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-777ab501e4bb8726 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45732025-04-30T20:21:14.942Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
45742025-04-30T20:21:14.982Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4c1ce4b4186c1a9 -C extra-filename=-53ffb2c234ded003 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-53ffb2c234ded003 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2e9fb8801766c6ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45752025-04-30T20:21:15.327Z Compiling rand_distr v0.4.3
45762025-04-30T20:21:15.367Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=15c2a1db06c70efe -C extra-filename=-094b8fb70d5dece4 --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-b016ab649b5092da.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45772025-04-30T20:21:16.157Z Compiling approx v0.5.1
45782025-04-30T20:21:16.197Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=d17a5d2cde7f9bca -C extra-filename=-389438b91975bd41 --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-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45792025-04-30T20:21:16.443Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-53ffb2c234ded003/build-script-build`
45802025-04-30T20:21:16.482Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-777ab501e4bb8726/build-script-build`
45812025-04-30T20:21:16.523Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-31feb43083a30ffa/build-script-build`
45822025-04-30T20:21:16.566Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
45832025-04-30T20:21:16.566Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2021 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fca017d7b870998d -C extra-filename=-995ec40c1fd60079 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-662aaa83cc24e415.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45842025-04-30T20:21:19.257Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45852025-04-30T20:21:19.335Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fc55048b07a8410 -C extra-filename=-6b93192fa0917a98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-46a479c0098c7ec3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5542ecb18eec474f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-eb7ccd3b497b41c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
45862025-04-30T20:21:19.815Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8eda8cfdf9bb608 -C extra-filename=-cdaa44fc04c1988b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-460c85c06cdeaf2e.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-21d030eba2e0a07b.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45872025-04-30T20:21:23.697Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
45882025-04-30T20:21:23.775Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4fc739cc24ee5b6 -C extra-filename=-ed33872aed194c0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-460c85c06cdeaf2e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ac503e1f172f9f71.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c94f546558f13034.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a87dec960d63ea00.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8662e5632bbd790a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3157c1b6c4b3fc5c.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-de8def02646ad1c7.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a33ce32c1730b96a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45892025-04-30T20:21:24.148Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
45902025-04-30T20:21:24.188Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9955ca665a59827 -C extra-filename=-d6a744d9406ebfb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45912025-04-30T20:21:24.249Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45922025-04-30T20:21:24.290Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c15dbc8a4099d80e -C extra-filename=-8e443091febbe93c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eb534fce29ca14c5.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45932025-04-30T20:21:25.267Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
45942025-04-30T20:21:25.308Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f93e2a8021ddda16 -C extra-filename=-a5526b6ae472ebca --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-5704fa4ca6bf0d19.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45952025-04-30T20:21:25.526Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45962025-04-30T20:21:25.567Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fd7eecd3ac4c18c -C extra-filename=-17b919e83f3bbae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45972025-04-30T20:21:26.101Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
45982025-04-30T20:21:26.141Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe70da9917fd4d1e -C extra-filename=-17765faabdc90b4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45992025-04-30T20:21:26.268Z Compiling hyper-rustls v0.26.0
46002025-04-30T20:21:26.308Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=68ccab8331461b50 -C extra-filename=-0051a6c6ada7ab5f --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-22b3486293b2b9f0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3a84f5d5133d8b3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-9770eb0cd1b466c5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c8c12f76a02c03c8.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d4879014808bc9b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts`
46012025-04-30T20:21:26.799Z Compiling rust-argon2 v2.1.0
46022025-04-30T20:21:26.840Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=a21f66c46044bae0 -C extra-filename=-3a060de4e6572323 --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-e160ba038ce5e281.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-8a691653cf4d7ed2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-c7cf0261ea0b559b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46032025-04-30T20:21:27.458Z Compiling cargo_toml v0.21.0
46042025-04-30T20:21:27.499Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=0bbc659cff035960 -C extra-filename=-2098814ae6e14ab8 --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-fcfda3857d1092f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46052025-04-30T20:21:28.302Z Compiling termios v0.3.3
46062025-04-30T20:21:28.344Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=13a8c490307ccba5 -C extra-filename=-4b56f546ecaacc65 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46072025-04-30T20:21:28.591Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46082025-04-30T20:21:28.636Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca4303757a273ede -C extra-filename=-9c4e7afcd4b679d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-4b56f546ecaacc65.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46092025-04-30T20:21:32.888Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e14fa48af600bcb3 -C extra-filename=-2085259f84eeb76a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f05c6b1bae7a28e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3a060de4e6572323.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46102025-04-30T20:21:33.583Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46112025-04-30T20:21:33.661Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=323d05b0e67e5444 -C extra-filename=-65c4c239d8f37c93 --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-1e83090b88d7e230.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fa8b027298a2400f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-05384b49a4446cf6.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-0bcb897aeafd39f7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c73d8b1833dd6683.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-3927ef9e17095ee9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46122025-04-30T20:21:34.312Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46132025-04-30T20:21:34.389Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=38269ccbf8ade97e -C extra-filename=-18b4e6c014f788e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-2098814ae6e14ab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-46a479c0098c7ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142025-04-30T20:21:34.389Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/bin/openapi-manager/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=85e651081bf59005 -C extra-filename=-dff5996df50af9b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-460c85c06cdeaf2e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ac503e1f172f9f71.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c94f546558f13034.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a87dec960d63ea00.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8662e5632bbd790a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-ed33872aed194c0d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3157c1b6c4b3fc5c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-de8def02646ad1c7.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a33ce32c1730b96a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46152025-04-30T20:21:35.671Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c756f5a3a654434c -C extra-filename=-45c41ed70a6f032c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-17765faabdc90b4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46162025-04-30T20:21:36.370Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46172025-04-30T20:21:36.410Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=195a0e3493c851cc -C extra-filename=-62616148e497fc84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-17b919e83f3bbae4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5542ecb18eec474f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out`
46182025-04-30T20:21:36.451Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f757ce66254eb06f -C extra-filename=-887acc0ede063d5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-d6a744d9406ebfb1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46192025-04-30T20:21:36.590Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5469107b135b6d7e -C extra-filename=-a8b9f774ccc14fe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eb534fce29ca14c5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-8e443091febbe93c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46202025-04-30T20:21:38.325Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c4f3657bab1897d -C extra-filename=-2fed7a9b0448878c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-46a479c0098c7ec3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-6b93192fa0917a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5542ecb18eec474f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-eb7ccd3b497b41c6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
46212025-04-30T20:21:38.923Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=268776408ea4b814 -C extra-filename=-e260caa61b142b81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d4ff264ac00576c3.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ae3ce54c75938466.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46222025-04-30T20:21:38.964Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e59e872ba0a4b724 -C extra-filename=-40d1a133f22fe598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d4ff264ac00576c3.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ae3ce54c75938466.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46232025-04-30T20:21:41.268Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fcd1b279ccd208e -C extra-filename=-a2aaae56705b7410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-c19f61e30a585745.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46242025-04-30T20:21:41.396Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=815ca13c3fd8ce9a -C extra-filename=-b4bbc524c9ac82b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-c19f61e30a585745.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46252025-04-30T20:21:42.219Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b66b244eed2f821 -C extra-filename=-764938dd2e807337 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-c19f61e30a585745.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46262025-04-30T20:21:43.262Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name coordinator --edition=2021 trust-quorum/tests/coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d1b345549975c32 -C extra-filename=-c0bbb5e0144684aa --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-e6d592fac097b6ae.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-662aaa83cc24e415.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-995ec40c1fd60079.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46272025-04-30T20:21:43.733Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=abecd83dab4d87cf -C extra-filename=-59ce86c21297334e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46282025-04-30T20:21:44.536Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ba9a7a11585c252 -C extra-filename=-ce8818be5904deb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c94f546558f13034.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a44671d1d99bbc84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-56394bdbe201d3af.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a33ce32c1730b96a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-97e2f20ebd2df112.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46292025-04-30T20:21:45.014Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=427a040e57044023 -C extra-filename=-9b5a5636c34000ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6a1b9928a87b98fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-dd87231ae5e8c9d9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-3b7290082ab67324.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d0f4ab2bc37f92d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46302025-04-30T20:21:45.894Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
46312025-04-30T20:21:45.973Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=1a4d24165ea300ab -C extra-filename=-0524452672725d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46322025-04-30T20:21:49.858Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46332025-04-30T20:21:49.899Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa3bdba8e0faaccd -C extra-filename=-eb009275a9056c8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46342025-04-30T20:21:51.794Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46352025-04-30T20:21:51.834Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2cf569220fb0f6a -C extra-filename=-121946a417c019be --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-47fc53334f83c231.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46362025-04-30T20:21:53.136Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f74463ed418bf59 -C extra-filename=-d913e60917729938 --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-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46372025-04-30T20:21:53.466Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e17160cea604d0f0 -C extra-filename=-9604200e68b245ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b4144d34d5ca7e16.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-121946a417c019be.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46382025-04-30T20:21:53.655Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4618bb312c908b50 -C extra-filename=-52aaf0dde4f0fdbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46392025-04-30T20:21:54.550Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7ac04340e79f621 -C extra-filename=-ebb6cc945c5993b9 --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-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46402025-04-30T20:21:54.694Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc68a474cc970503 -C extra-filename=-2df632b94bac7611 --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-71f469adb87fdc78.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46412025-04-30T20:21:55.330Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 nexus/db-lookup/tests/integration/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=803aa36b8ed31d17 -C extra-filename=-b0445b570fca7d67 --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-6c4fe18700ed0225.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3c064dc95d54b7eb.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6f42b2cf59f91dc3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-66c7325fbede2d28.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46422025-04-30T20:21:55.538Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb60f47de9b42665 -C extra-filename=-18b1e7872548df05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-06fcd8d2e0fd472e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3f1a564d5e79cf2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-66c7325fbede2d28.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d913e60917729938.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46432025-04-30T20:21:55.909Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=303f54d03a8f0c0d -C extra-filename=-d4c69664537896b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46442025-04-30T20:21:57.003Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31e40115155ba107 -C extra-filename=-c0a3b913136adee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46452025-04-30T20:21:58.491Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb2ee974cfd9e409 -C extra-filename=-96c244a5745e65dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-a5526b6ae472ebca.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46462025-04-30T20:22:01.900Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8625ad0ef0902e4e -C extra-filename=-c3fbe19173f9859b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b4144d34d5ca7e16.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4bcbaffa123f0a0d.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1f978df0018f64ba.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rmeta --extern ereport_client=/work/oxidecomputer/omicron/target/debug/deps/libereport_client-1b4ca5e7724c66e9.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-217ca92611eea32f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f1ede6fe6a0aa363.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4e54e2f21736020a.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a87dec960d63ea00.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8662e5632bbd790a.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ebb6cc945c5993b9.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-121946a417c019be.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9604200e68b245ec.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-52aaf0dde4f0fdbc.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d913e60917729938.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d0f4ab2bc37f92d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46472025-04-30T20:22:07.006Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a3f6b8367c81898 -C extra-filename=-27de683ea53b6f44 --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-1e83090b88d7e230.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fa8b027298a2400f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-05384b49a4446cf6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-0bcb897aeafd39f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c73d8b1833dd6683.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-3927ef9e17095ee9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46482025-04-30T20:22:15.963Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f28c1115c07f836 -C extra-filename=-63e2a76b5b1144d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-460c85c06cdeaf2e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-21d030eba2e0a07b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cdaa44fc04c1988b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46492025-04-30T20:22:18.517Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2021 dev-tools/reconfigurator-exec-unsafe/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f4130575373b71e -C extra-filename=-c876ca3fe173167d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9604200e68b245ec.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46502025-04-30T20:22:18.606Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=a2de59d12056b23b -C extra-filename=-dc0a56e61cd848e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3c064dc95d54b7eb.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6f42b2cf59f91dc3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0051a6c6ada7ab5f.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-66c7325fbede2d28.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-dd87231ae5e8c9d9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-3b7290082ab67324.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2b702856b78ea336.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46512025-04-30T20:22:19.922Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4a2e066144c2999c -C extra-filename=-46665ff26ac9b20e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e3b642b292b88e4b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-68b3aaf24e3da703.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eb0ea1e34ce826c1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-41c3ccac5a2969df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-921b712730ff53d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07a2891dec479607.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-00acf1985169e259.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46522025-04-30T20:22:24.909Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=81dd3a15032eccae -C extra-filename=-ae712017e6f6f8ba --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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-99e2f15472a03dea.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46532025-04-30T20:22:29.704Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=27640c0e177a6d6b -C extra-filename=-d1a99fabbd35346d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46542025-04-30T20:22:29.791Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d6a3979b4100cd1 -C extra-filename=-d64d60b11e097d17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-33b3f3c297f79848.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46552025-04-30T20:22:34.839Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=49b09fc571898ce2 -C extra-filename=-efc6835629f5ba8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-460c85c06cdeaf2e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-21d030eba2e0a07b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46562025-04-30T20:22:38.553Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=85ddbd0173803eb0 -C extra-filename=-59d715196e20ff69 --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-1e83090b88d7e230.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fa8b027298a2400f.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-65c4c239d8f37c93.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-05384b49a4446cf6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-0bcb897aeafd39f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c73d8b1833dd6683.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-3927ef9e17095ee9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46572025-04-30T20:22:39.995Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2d22edeeb2b230cb -C extra-filename=-07ad880ae9aee620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e3b642b292b88e4b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-68b3aaf24e3da703.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eb0ea1e34ce826c1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-41c3ccac5a2969df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-921b712730ff53d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07a2891dec479607.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-00acf1985169e259.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46582025-04-30T20:22:40.972Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=a9ba208261b56044 -C extra-filename=-fd3ba04b3de52c2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e3b642b292b88e4b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-68b3aaf24e3da703.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eb0ea1e34ce826c1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-41c3ccac5a2969df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-921b712730ff53d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07a2891dec479607.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-00acf1985169e259.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46592025-04-30T20:22:42.145Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=0851f0a801c8ee5d -C extra-filename=-cbe949bab47bfe1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e3b642b292b88e4b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-68b3aaf24e3da703.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eb0ea1e34ce826c1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-41c3ccac5a2969df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-921b712730ff53d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07a2891dec479607.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-00acf1985169e259.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46602025-04-30T20:22:42.465Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=d0689647351e5d72 -C extra-filename=-4ef35b3f069ef55a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-68b3aaf24e3da703.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eb0ea1e34ce826c1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-41c3ccac5a2969df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-921b712730ff53d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07a2891dec479607.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-00acf1985169e259.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
46612025-04-30T20:22:43.542Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=a6c054dac17c3b43 -C extra-filename=-fa039eaa4800104f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-68b3aaf24e3da703.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eb0ea1e34ce826c1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-41c3ccac5a2969df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-921b712730ff53d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07a2891dec479607.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-00acf1985169e259.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
46622025-04-30T20:22:51.933Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3991b133694295a9 -C extra-filename=-7354d9b4d928574f --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-1e83090b88d7e230.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fa8b027298a2400f.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-65c4c239d8f37c93.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-05384b49a4446cf6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-0bcb897aeafd39f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c73d8b1833dd6683.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-3927ef9e17095ee9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46632025-04-30T20:22:54.260Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=41d14ef6a58ff0bb -C extra-filename=-e4eb2e687caab15d --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-6c4fe18700ed0225.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbc6bca9e221d728.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46642025-04-30T20:22:54.952Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2667e42379ae33b9 -C extra-filename=-a41e19b55b688123 --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-1e83090b88d7e230.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fa8b027298a2400f.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-65c4c239d8f37c93.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-05384b49a4446cf6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-0bcb897aeafd39f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c73d8b1833dd6683.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-3927ef9e17095ee9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46652025-04-30T20:22:57.477Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=f3edaabb4adefdac -C extra-filename=-bfb9fcaa45b24cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-68b3aaf24e3da703.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eb0ea1e34ce826c1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-41c3ccac5a2969df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-921b712730ff53d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07a2891dec479607.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-00acf1985169e259.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
46662025-04-30T20:23:07.643Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=575c34bbdc81598f -C extra-filename=-ca02526d07a72652 --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-6c4fe18700ed0225.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3c064dc95d54b7eb.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6f42b2cf59f91dc3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-66c7325fbede2d28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46672025-04-30T20:23:15.616Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=41bb3f76496726b7 -C extra-filename=-ae6383f182015858 --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-47fc53334f83c231.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46682025-04-30T20:23:18.629Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=793510687861ac9c -C extra-filename=-0f449f7ccfc4fa7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-24d3dc690471c937.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c94f546558f13034.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb162b74a113aa63.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a44671d1d99bbc84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8245a8f39bb5b6f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d4ff264ac00576c3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-56394bdbe201d3af.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a33ce32c1730b96a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-97e2f20ebd2df112.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46692025-04-30T20:23:23.087Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=59a16f2179e96b35 -C extra-filename=-606838505e7dd98c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-24d3dc690471c937.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c94f546558f13034.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb162b74a113aa63.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a44671d1d99bbc84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8245a8f39bb5b6f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d4ff264ac00576c3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-56394bdbe201d3af.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a33ce32c1730b96a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-97e2f20ebd2df112.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46702025-04-30T20:23:23.368Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be7b523155dffa32 -C extra-filename=-1007d62eddc594b0 --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-389438b91975bd41.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8fcd2945783f471e.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-094b8fb70d5dece4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-289649cfcc9c7e10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-af7b81d0e973d9f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46712025-04-30T20:23:27.331Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d34175995dbde70 -C extra-filename=-3de774900b5dc36d --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-389438b91975bd41.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8fcd2945783f471e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-094b8fb70d5dece4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-289649cfcc9c7e10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-af7b81d0e973d9f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46722025-04-30T20:23:28.392Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2021 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4b8728a5e97cca2 -C extra-filename=-588b3fdf372e00df --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-e6d592fac097b6ae.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-662aaa83cc24e415.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46732025-04-30T20:23:28.947Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=642a252f5de8e8b3 -C extra-filename=-9fe26e556bec1cb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-46a479c0098c7ec3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5542ecb18eec474f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-eb7ccd3b497b41c6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
46742025-04-30T20:23:31.257Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=613d17865cf07567 -C extra-filename=-877e9175b8e84347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-24d3dc690471c937.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c94f546558f13034.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb162b74a113aa63.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a44671d1d99bbc84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8245a8f39bb5b6f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d4ff264ac00576c3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a33ce32c1730b96a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-97e2f20ebd2df112.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46752025-04-30T20:23:35.802Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=ead0abd3cf25746d -C extra-filename=-ed7f3582ac3b4163 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-24d3dc690471c937.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb162b74a113aa63.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-75bfb8a8688b87d2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/usr/lib/amd64`
46762025-04-30T20:23:36.542Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b944cfee3df23062 -C extra-filename=-5a9eaa9d21f5e5c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a82c388ae69cd30f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-875255c293e3643b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d504c4e11c5d5040.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d4ff264ac00576c3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-97e2f20ebd2df112.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46772025-04-30T20:23:37.846Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ceb1cf3811867a9 -C extra-filename=-082f41e4d3afbcc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-875255c293e3643b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d504c4e11c5d5040.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d4ff264ac00576c3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-97e2f20ebd2df112.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46782025-04-30T20:23:38.455Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4a6fe7a2f43c0ce -C extra-filename=-06285998278e5275 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d4ff264ac00576c3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46792025-04-30T20:23:41.252Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=571abf264ca9bfc5 -C extra-filename=-00d20fc7091e0910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a82c388ae69cd30f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-875255c293e3643b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d504c4e11c5d5040.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d4ff264ac00576c3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-97e2f20ebd2df112.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46802025-04-30T20:23:41.577Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a6e22063b35dc34 -C extra-filename=-dda127592eeaf9da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-9745cf4f4e42e2cc.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/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46812025-04-30T20:23:42.384Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3f56ba4b21c30e9 -C extra-filename=-75a2edb4fee92a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-7bcdfd00917bac85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46822025-04-30T20:23:49.858Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd4aa56cc356ac69 -C extra-filename=-338172ae7672baca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46832025-04-30T20:23:52.112Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=096cd9703fdae39f -C extra-filename=-da26f892609f2273 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-7bcdfd00917bac85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46842025-04-30T20:23:52.183Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6381cd12ba397e44 -C extra-filename=-1eb21799f4eee1e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-f605ae54ae2eb977.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-e370b7deb51e92af.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-9745cf4f4e42e2cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46852025-04-30T20:23:54.655Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=90059d70d7a70c21 -C extra-filename=-c43ef588e7afa690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-f605ae54ae2eb977.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-e370b7deb51e92af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-9745cf4f4e42e2cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46862025-04-30T20:23:54.784Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=83bc1cf2e2d76bdd -C extra-filename=-976a03e1293711e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-f605ae54ae2eb977.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-e370b7deb51e92af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-9745cf4f4e42e2cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46872025-04-30T20:23:57.009Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a1a57e21a192380 -C extra-filename=-411a96cf89d1d342 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8245a8f39bb5b6f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46882025-04-30T20:23:59.358Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=58c4b01efcca0e8c -C extra-filename=-161398b3fa7f48f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb162b74a113aa63.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-75bfb8a8688b87d2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
46892025-04-30T20:24:01.502Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab614bfd1ca47713 -C extra-filename=-ff82e6a1b7a5f499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-103e73045564d3fb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0be57b5f9ad3bff4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e39bba2fa1aa01ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46902025-04-30T20:24:03.178Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d784f413efbcdba5 -C extra-filename=-4e3d836686a48f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-103e73045564d3fb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0be57b5f9ad3bff4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e39bba2fa1aa01ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46912025-04-30T20:24:03.647Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8678613b445b7cad -C extra-filename=-2f466f3a4be6d171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-103e73045564d3fb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e39bba2fa1aa01ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46922025-04-30T20:24:05.454Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46932025-04-30T20:24:05.502Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c52a9219766acf9 -C extra-filename=-945ae5d35180f6f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-103e73045564d3fb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e39bba2fa1aa01ca.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46942025-04-30T20:24:05.752Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d05ccd936f368807 -C extra-filename=-bda1acd058e31310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-103e73045564d3fb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0be57b5f9ad3bff4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e39bba2fa1aa01ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46952025-04-30T20:24:07.612Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c1558b632676205 -C extra-filename=-89e5d3f755ccb5ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-103e73045564d3fb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0be57b5f9ad3bff4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e39bba2fa1aa01ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46962025-04-30T20:24:07.939Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=539dd514c5b4ae56 -C extra-filename=-7c6a9b2d0ee37e92 --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-c43224cc635a5966.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46972025-04-30T20:24:15.056Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=484a81810685540a -C extra-filename=-ca410f46969b22ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0be57b5f9ad3bff4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46982025-04-30T20:24:15.264Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b6bb387520dff7a -C extra-filename=-1095572b8b5d5720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0be57b5f9ad3bff4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46992025-04-30T20:24:20.781Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72c8be779f127e5d -C extra-filename=-4cb64645ce8f0a4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0be57b5f9ad3bff4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47002025-04-30T20:24:20.823Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=79e9a8f33e6e88e2 -C extra-filename=-e6dce3001c2775d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-460c85c06cdeaf2e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ac503e1f172f9f71.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c94f546558f13034.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a87dec960d63ea00.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8662e5632bbd790a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3157c1b6c4b3fc5c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-de8def02646ad1c7.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a33ce32c1730b96a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47012025-04-30T20:24:22.749Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=63d7d8d481688a30 -C extra-filename=-7590a624bdeccdca --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-21d030eba2e0a07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47022025-04-30T20:24:24.757Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68d4a8deb45aae5f -C extra-filename=-d7dd5f323d534e1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-f605ae54ae2eb977.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-e370b7deb51e92af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47032025-04-30T20:24:25.183Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47042025-04-30T20:24:25.223Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2021 dev-tools/reconfigurator-sp-updater/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=88de41a3664167dc -C extra-filename=-cb157555122d4c1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-e370b7deb51e92af.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47052025-04-30T20:24:27.753Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=ae2990333867b539 -C extra-filename=-bd550e38d0c633bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0157e2345a706862.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-4e9142cffc87c3a1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e39bba2fa1aa01ca.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5f20c5aba636cae0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f09ef8d065f2a8be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fe4abe7d96b838cb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6843e137f1cd9982.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-53c5cb6e06dcc59f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47062025-04-30T20:24:27.862Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=6c22dc1f1118cf0c -C extra-filename=-684fc9b14de03826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0157e2345a706862.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-4e9142cffc87c3a1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e39bba2fa1aa01ca.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5f20c5aba636cae0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f09ef8d065f2a8be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fe4abe7d96b838cb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6843e137f1cd9982.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-53c5cb6e06dcc59f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47072025-04-30T20:24:30.635Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=ba5ad12aedc76a7b -C extra-filename=-e62ae387068efac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0157e2345a706862.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-4e9142cffc87c3a1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e39bba2fa1aa01ca.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5f20c5aba636cae0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f09ef8d065f2a8be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fe4abe7d96b838cb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6843e137f1cd9982.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-53c5cb6e06dcc59f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47082025-04-30T20:24:31.129Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a598789b74aefb43 -C extra-filename=-6effbc83b83f638c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a82c388ae69cd30f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-875255c293e3643b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d504c4e11c5d5040.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-97e2f20ebd2df112.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47092025-04-30T20:24:32.360Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ef1ef731180d5e0 -C extra-filename=-d8e078d471d554b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-be3024251858b52f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3157c1b6c4b3fc5c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47102025-04-30T20:24:34.856Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3629fb2f624d5e2b -C extra-filename=-7b1f778d2dc54ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-be3024251858b52f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3157c1b6c4b3fc5c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47112025-04-30T20:24:37.009Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee69ea826f4a9bf0 -C extra-filename=-c38177cbee6e13c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-be3024251858b52f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3157c1b6c4b3fc5c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47122025-04-30T20:24:37.090Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=50b18d524a400c1b -C extra-filename=-c09e5b2d46a2eeb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3157c1b6c4b3fc5c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47132025-04-30T20:24:43.736Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=571a1aed09165d63 -C extra-filename=-872aa0679638019c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3157c1b6c4b3fc5c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47142025-04-30T20:24:48.537Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_updater --edition=2021 nexus/mgs-updates/tests/host_phase1_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfcdaab427a9fb79 -C extra-filename=-1171b19cc042a904 --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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47152025-04-30T20:24:48.538Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rot_updater --edition=2021 nexus/mgs-updates/tests/rot_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf5f9ae95d4ffc79 -C extra-filename=-e032141bbebe4e7c --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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47162025-04-30T20:24:48.845Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_updater --edition=2021 nexus/mgs-updates/tests/sp_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8a7e29b74657b2b -C extra-filename=-6100805c3d9764d3 --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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47172025-04-30T20:24:50.349Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47182025-04-30T20:24:50.406Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2021 dev-tools/repo-depot-standalone/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8d31ba999dc7f40 -C extra-filename=-1c503b5d5b1769c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47192025-04-30T20:24:52.437Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bf02758eb2194b2 -C extra-filename=-9601fbee769a0ff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47202025-04-30T20:25:16.166Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3b1679aa3a7599a -C extra-filename=-3fa4ae8f8ef0239b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1fbde3982e664328.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d05fa9154c448b6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-33b3f3c297f79848.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47212025-04-30T20:25:19.157Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c21e63cc60a93185 -C extra-filename=-46f5ad0119918eb0 --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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47222025-04-30T20:25:28.449Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=81082c3c5498ddcd -C extra-filename=-4bb98318b92fc0a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ac503e1f172f9f71.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4d778889c009f344.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57dcee9876336486.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47232025-04-30T20:25:28.611Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=175deed9d089e698 -C extra-filename=-d32ce63e393872a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ac503e1f172f9f71.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4d778889c009f344.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57dcee9876336486.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/`
47242025-04-30T20:25:28.613Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a7fcd45c6eee855 -C extra-filename=-daf740e9dc9d7ead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ac503e1f172f9f71.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4d778889c009f344.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57dcee9876336486.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47252025-04-30T20:25:28.617Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=71c839345d573935 -C extra-filename=-4a60fb35c692eeb0 --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-ffcf51777a761bbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57dcee9876336486.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47262025-04-30T20:25:28.618Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e65308f529b6da9 -C extra-filename=-933b9a127f98dfaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ac503e1f172f9f71.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4d778889c009f344.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47272025-04-30T20:25:28.806Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47282025-04-30T20:25:28.806Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=65a23421a43484c8 -C extra-filename=-627f82e28230ba57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57dcee9876336486.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47292025-04-30T20:25:28.807Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aeedb8f5ce7c33fe -C extra-filename=-5679b1b93fa209e2 --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-635dd001e5f79077.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47302025-04-30T20:25:28.808Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8ff1a76a3e339c3 -C extra-filename=-0d2e5f806e12ff6d --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-a6a8617efde1783e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47312025-04-30T20:25:28.808Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f804c7fc6cf6d2f9 -C extra-filename=-6754724baf8e5762 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-33b3f3c297f79848.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47322025-04-30T20:25:30.285Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a0dfd520e7982fb -C extra-filename=-6ce693e7e58f34ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-be3024251858b52f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3157c1b6c4b3fc5c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47332025-04-30T20:25:37.063Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2ffd8a42ce45b87a -C extra-filename=-c7b58e4e502f21ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e3b642b292b88e4b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-68b3aaf24e3da703.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eb0ea1e34ce826c1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-41c3ccac5a2969df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-921b712730ff53d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07a2891dec479607.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-00acf1985169e259.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
47342025-04-30T20:25:46.820Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a1ffdfe6366783e -C extra-filename=-30bb6783b451ce94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47352025-04-30T20:25:48.120Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b41573265ec3b5c6 -C extra-filename=-f154c3072aa1eb58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8fcd2945783f471e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47362025-04-30T20:25:52.755Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=2eff73298bdca659 -C extra-filename=-8b2f6aac643b9935 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0157e2345a706862.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-4e9142cffc87c3a1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5f20c5aba636cae0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f09ef8d065f2a8be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fe4abe7d96b838cb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6843e137f1cd9982.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-53c5cb6e06dcc59f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47372025-04-30T20:25:52.882Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1da5f7397bb7cfb3 -C extra-filename=-75c7f590a604af93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47382025-04-30T20:25:54.882Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c5cd41a5bb8f178 -C extra-filename=-68632da6105e5e90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47392025-04-30T20:26:00.288Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d9191a5974a53ec -C extra-filename=-b2342afff00aa924 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47402025-04-30T20:26:01.304Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c89ca0de2a2b8bfb -C extra-filename=-3375ba9a7eab6c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
47412025-04-30T20:26:03.045Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5356595c803b0a8a -C extra-filename=-bb28b43be0491b90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3c064dc95d54b7eb.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4e54e2f21736020a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a44671d1d99bbc84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47422025-04-30T20:26:07.573Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9311c9f74cc4efac -C extra-filename=-f973e0e0d022c778 --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-beca5b4809f1cf52.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47432025-04-30T20:26:08.019Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb63c0ffd5325d1a -C extra-filename=-5f38b42de9dfa97b --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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47442025-04-30T20:26:10.528Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62ece4f5e45c3e9f -C extra-filename=-84fa76dd5eb342f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47452025-04-30T20:26:14.478Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1483e60b3e71c61 -C extra-filename=-d0d08535767fcb5e --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-d267ed5fcc66eb5b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47462025-04-30T20:26:16.609Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aed015605e13a479 -C extra-filename=-13664162103d71ab --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-ffcf51777a761bbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47472025-04-30T20:26:18.132Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a70287b3f2ca255c -C extra-filename=-12c55a611f0f7cd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47482025-04-30T20:26:19.862Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=28ba5d7e831bbf67 -C extra-filename=-9671a7058f64fcf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47492025-04-30T20:26:20.187Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d99051afa792f35 -C extra-filename=-ecc16a157f9419e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47502025-04-30T20:26:20.488Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ab9d586595b0174 -C extra-filename=-a547001ae45317fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47512025-04-30T20:26:21.862Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cb0b72525a25c36 -C extra-filename=-a61c4b461b16403a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47522025-04-30T20:26:23.015Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=65995d854e880c07 -C extra-filename=-0b149a93a7bd36ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47532025-04-30T20:26:25.277Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=346e287534050508 -C extra-filename=-63b379d2a3beba81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47542025-04-30T20:26:36.308Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e036d08b26828281 -C extra-filename=-e8dcc151cc28cce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47552025-04-30T20:26:37.059Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56dbdc7f608d78a3 -C extra-filename=-1e6f2bf762c734dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47562025-04-30T20:26:37.150Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84a2ad604a342f26 -C extra-filename=-e59ce48d984143b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e7e146c11e793a52.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
47572025-04-30T20:26:37.677Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b250b25285880a96 -C extra-filename=-07eafddc80b2515d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47582025-04-30T20:26:37.788Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=71045654da4a7a4d -C extra-filename=-670bf1710f135696 --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-beca5b4809f1cf52.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47592025-04-30T20:26:39.893Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0b6d2679192eaaa7 -C extra-filename=-7eb3e41a26a4c3d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ac2c39574489ca21.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
47602025-04-30T20:26:41.446Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d8f1671d9976e06 -C extra-filename=-f0876cbd7b69522b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47612025-04-30T20:26:54.888Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab28fe4e8c41eb5d -C extra-filename=-b31b84bb9c5f8a1e --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-cf0f40bada2203d9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47622025-04-30T20:26:55.978Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d08f3e3abe5bd63 -C extra-filename=-6ccb2ac54f62470f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47632025-04-30T20:26:56.825Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ec9bdc4552486ed -C extra-filename=-f4467390d04a9a52 --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-a64dbd717a30f59a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47642025-04-30T20:26:58.244Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=7337c0446792c7de -C extra-filename=-cb760cdf301b89dd --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-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e1b75a6b1615462a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47652025-04-30T20:26:58.476Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=12b16daf22fc7e17 -C extra-filename=-4f9c3122081eb3b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47662025-04-30T20:26:59.560Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a3d0ab22cc331a9 -C extra-filename=-39ad03788f0a258b --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-beca5b4809f1cf52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47672025-04-30T20:27:00.538Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c892e82fefadd663 -C extra-filename=-ae81e95c11f960f8 --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-e6d592fac097b6ae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-991f4c42f9ecbe73.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47682025-04-30T20:27:02.018Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=adc30b708ad4d831 -C extra-filename=-322f17ced31f7e69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47692025-04-30T20:27:02.059Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b39635bee6c6af3a -C extra-filename=-3cfa047a63aed948 --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-e6d592fac097b6ae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-991f4c42f9ecbe73.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47702025-04-30T20:27:11.920Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a43b46ecb5f8bf09 -C extra-filename=-e44f581d70834794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eb534fce29ca14c5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47712025-04-30T20:27:13.186Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3692c4436905f83 -C extra-filename=-98a441811e664c1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8fcd2945783f471e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-af4acedcdd9c00ce.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b6efd119d3584873.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47722025-04-30T20:27:13.891Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d8718bc588d9303 -C extra-filename=-35a756f6047730e7 --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-5704fa4ca6bf0d19.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3b38a84f0df0cf3f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b28ec27bcf2db2cf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47732025-04-30T20:27:15.708Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ded52461cae4b633 -C extra-filename=-a2c731f39489dde2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-af4acedcdd9c00ce.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47742025-04-30T20:27:18.575Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47752025-04-30T20:27:18.616Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3d6290e65c90c74 -C extra-filename=-2094e0c271c0e6ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47762025-04-30T20:27:20.443Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=e69bde2c2c81f921 -C extra-filename=-d00fbfda64cdfd91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1b6046de928d0aef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-56d25a1f95080c2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47772025-04-30T20:27:22.839Z Running `/home/build/.rustup/toolchains/1.86.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="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=352bd93c45889876 -C extra-filename=-cbba2c2d0334e624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-907485d191f72d36.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-c85311ff38a8f3f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-68b3aaf24e3da703.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-85a6b652bc2a2765.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e7e146c11e793a52.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-cf922a9abcda0b48.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
47782025-04-30T20:27:22.942Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
47792025-04-30T20:27:22.982Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6e57c578dfb8853 -C extra-filename=-5ce8ead0f7d568b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47802025-04-30T20:27:23.394Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6db175f00a624550 -C extra-filename=-e8723b3874c9db64 --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-f9843d87f643e91e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47812025-04-30T20:27:23.524Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
47822025-04-30T20:27:23.565Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=199c765d91fb869a -C extra-filename=-428bdaec3bbb5015 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47832025-04-30T20:27:25.304Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa9fe294c1ecf78e -C extra-filename=-9fc5ec51960ae615 --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-e6d592fac097b6ae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-991f4c42f9ecbe73.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47842025-04-30T20:27:25.566Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fc20fc1aad91340 -C extra-filename=-e5d61a78a44b5433 --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-2d9db2c7190092e3.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-180494aa4b808d97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-e69c70cf5e0049db.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47852025-04-30T20:27:25.608Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f4f790fa73f4e0f -C extra-filename=-2896f9e9f56a906e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47862025-04-30T20:27:26.533Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f57f01db0ac7061 -C extra-filename=-dce0474274bf69b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0a89236474e39989.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-ed699df247d0ef10.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-4f565285ad15b3a5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-00acf1985169e259.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
47872025-04-30T20:27:29.413Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=e5d47a77ccba0c7c -C extra-filename=-c808c9f525bbeb8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1b6046de928d0aef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-56d25a1f95080c2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47882025-04-30T20:27:30.494Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=133bf91d901ff70d -C extra-filename=-717425952a0dde26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-c837b867497c2b3d.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-fe798fd6e64b997d.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-3aead9fef1408a62.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47892025-04-30T20:27:31.734Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e5dcd5f3cef9c8b -C extra-filename=-d2d812db13e47a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47902025-04-30T20:27:33.116Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7f783fb31dd1eb2 -C extra-filename=-074fcaafbe39b94e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-bc0b0209127c9f64.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47912025-04-30T20:27:34.329Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=756c39837c603b71 -C extra-filename=-8b5faa9a0306c145 --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-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47922025-04-30T20:27:37.836Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16c4b280b6b9ac85 -C extra-filename=-0512b142a41eec02 --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-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47932025-04-30T20:27:38.079Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e97da186e514ab2f -C extra-filename=-77c91cd29b829464 --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-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47942025-04-30T20:27:39.235Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1602cc6cce613ae -C extra-filename=-0ab878582f999d9d --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-ffcf51777a761bbd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47952025-04-30T20:27:39.400Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a64305d3e81940e -C extra-filename=-246148c173c4c64a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47962025-04-30T20:27:41.211Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6020630f925fd5a3 -C extra-filename=-f8a309353eb714ec --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-98155c6ddfe66f3d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47972025-04-30T20:27:41.341Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5722d3931e0beebe -C extra-filename=-449311b07724f118 --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-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47982025-04-30T20:27:41.432Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c35db2ee1d2687f9 -C extra-filename=-b0bba1a44ab95f7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47992025-04-30T20:27:43.270Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=844847c236a83c76 -C extra-filename=-625c20d499d6d041 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48002025-04-30T20:27:45.382Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d04231a69aa8b2de -C extra-filename=-36e59de215dcb4e5 --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-9d23aed7d5a46841.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48012025-04-30T20:27:49.025Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d830296bad1c3c7 -C extra-filename=-7b0016715f9167e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48022025-04-30T20:27:50.607Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92a7117ce158584c -C extra-filename=-19a567fa1cebc477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48032025-04-30T20:27:54.209Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=80c921abe9d933c6 -C extra-filename=-119c00e6e4385cbc --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-635dd001e5f79077.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48042025-04-30T20:27:55.691Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a841caf0b0597973 -C extra-filename=-012edf3a8ab39d94 --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-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48052025-04-30T20:27:56.494Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ae4fde1ac6d85cb -C extra-filename=-32321be91c513410 --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-d267ed5fcc66eb5b.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48062025-04-30T20:27:57.680Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8ba701466ead007 -C extra-filename=-26b2e718a49416c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48072025-04-30T20:28:04.111Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e03486836e0c7165 -C extra-filename=-b7b175a589e4afa0 --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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48082025-04-30T20:28:04.180Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=849cf17e263245bf -C extra-filename=-91899ca7ca0dc131 --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-c72da711e3bfca3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48092025-04-30T20:28:05.546Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3305fd1eef35d977 -C extra-filename=-ec6e7d4e0fdbc949 --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-635dd001e5f79077.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48102025-04-30T20:28:07.931Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=342f107b5dcd2d82 -C extra-filename=-d76c99d16277a4f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48112025-04-30T20:28:08.452Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0296b569e85ae65f -C extra-filename=-b13b3c8695fbde54 --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-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48122025-04-30T20:28:09.540Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44b3dc73b397f05b -C extra-filename=-faa83c41062ab57a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48132025-04-30T20:28:10.948Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7bb147a5d56c990 -C extra-filename=-e9f61c35485f5654 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8db78efdf0dd0aa8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48142025-04-30T20:28:14.526Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=813f6b70a5027ef9 -C extra-filename=-45e220397ffeca80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1b6046de928d0aef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-56d25a1f95080c2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48152025-04-30T20:28:14.849Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=80c2f69387d4c623 -C extra-filename=-652df735caa6b38f --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-268cd1ef0f5d5e81.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f9d614b57f39be62.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48162025-04-30T20:28:14.996Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa5699ee0317a413 -C extra-filename=-7842ba97ddcfe4d6 --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-268cd1ef0f5d5e81.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f9d614b57f39be62.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48172025-04-30T20:28:18.510Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_api --edition=2024 ereport/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9656e52abae5790 -C extra-filename=-76bf60124c1fce3c --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-beca5b4809f1cf52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3da4d2236ec6541d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48182025-04-30T20:28:19.842Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_client --edition=2024 clients/ereport-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=42da887d7ebfce59 -C extra-filename=-b87eee0e76026329 --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-635dd001e5f79077.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3da4d2236ec6541d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48192025-04-30T20:28:20.822Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e24bf2dfd70ff073 -C extra-filename=-bc4f9f0ba41bd6a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-c7b379eb7bb74f12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e7e146c11e793a52.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-d100c6cd4db3eb76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48202025-04-30T20:28:21.564Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=1bf05eb7e4fcc23e -C extra-filename=-3d167d74f2c6e892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-bc0b0209127c9f64.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6d487ea5efdc2301.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-9af69aa2b85ffb75.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48212025-04-30T20:28:23.049Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe8aaf891aa7877e -C extra-filename=-ae0dc39fcdd32c72 --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-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48222025-04-30T20:28:24.956Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d09eecc1f5f0dae -C extra-filename=-2853358192144f22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48232025-04-30T20:28:24.997Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ad42da4dd9e3a51 -C extra-filename=-507ecce82b0f8374 --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-635dd001e5f79077.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48242025-04-30T20:28:26.619Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1669194ebd69b241 -C extra-filename=-43b460f8ba55a836 --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-5704fa4ca6bf0d19.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48252025-04-30T20:28:26.962Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea616264a91c760b -C extra-filename=-464f0a64924be3a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48262025-04-30T20:28:27.357Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=780ddbde3141c8a0 -C extra-filename=-946c7bfed294bd2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48272025-04-30T20:28:27.680Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 trust-quorum/gfss/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=04d1c4c89cde05a9 -C extra-filename=-c6043d8509f90bfd --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-5521fc2fbb46472c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48282025-04-30T20:28:28.119Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f96ebec01a3e08df -C extra-filename=-51661332cb73acad --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-beca5b4809f1cf52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48292025-04-30T20:28:28.671Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bb72c623cc57c17 -C extra-filename=-be89821432686de8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48302025-04-30T20:28:29.876Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=808216bf7d09eb87 -C extra-filename=-246fd0aeb51b28f0 --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-5704fa4ca6bf0d19.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48312025-04-30T20:28:30.431Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34470ce77aa36532 -C extra-filename=-b6c279dfe3ea3deb --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-71f469adb87fdc78.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.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/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48322025-04-30T20:28:31.965Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c0fb5134c5d22b9 -C extra-filename=-4f13e03fa4a950c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-c7b379eb7bb74f12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-d100c6cd4db3eb76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48332025-04-30T20:28:33.464Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 dev-tools/repl-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=27cbe2cf4d9c2ad5 -C extra-filename=-de2bbdc20cc2e53a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48342025-04-30T20:28:33.937Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce0c50ff4d5d1d4d -C extra-filename=-8121d096467006e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48352025-04-30T20:28:34.071Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=09e72d3a10a3d500 -C extra-filename=-482bebddd7998242 --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-5704fa4ca6bf0d19.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48362025-04-30T20:28:34.509Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=808da3d33ed149eb -C extra-filename=-a9e0ef0f8572f34f --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-56a9db23fa53bda5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-b310a1cf1ea49d6b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48372025-04-30T20:28:35.146Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a665dd95cf8da627 -C extra-filename=-51686ce1c87f13bc --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-5704fa4ca6bf0d19.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48382025-04-30T20:28:35.910Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=618ae198ab3919f2 -C extra-filename=-9edfac8c9625cb9a --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-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48392025-04-30T20:28:35.950Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d609d4fe112e65b5 -C extra-filename=-ab81de4bbae0579e --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-5704fa4ca6bf0d19.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48402025-04-30T20:28:36.398Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=166a4cb1eb43e852 -C extra-filename=-24b250278d93f073 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48412025-04-30T20:28:36.952Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=38ca498b57075736 -C extra-filename=-dc2b2b96d8f6d239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48422025-04-30T20:28:37.062Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=52738bbab7e3f0a6 -C extra-filename=-3cf7b65e018ba808 --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-5704fa4ca6bf0d19.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48432025-04-30T20:28:37.891Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3605f246f4a4d22b -C extra-filename=-1c968ea62dff5a44 --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-5704fa4ca6bf0d19.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48442025-04-30T20:28:38.327Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=620d8ddaa68e52e7 -C extra-filename=-5bdcf9498cc59113 --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-9f8e64fcba1e5df2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b4e86787846c9cb7.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48452025-04-30T20:28:38.689Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23dc19b4ca3d6a63 -C extra-filename=-5775dabcc5ff5dd4 --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-f6fdc33726fc3fba.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-9fe64012782fa9a6.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-597ab7a291e40e81.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2f0f34c3a81c542d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8be1ba0eaa8fca01.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-583cffbe97cd9a36.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-890e49335d5c84ae.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-402848661cd7e43d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9282f5134aa6ca48.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c912c30a73c6fb4f.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2de6d8a2c2415463.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-e71be508c6f571a4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-736ad87ef407909e.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0b73039aa680ab70.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-1c92916e93af5ccb.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-35d01822ad41ba00.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fbb481fac23fa7e5.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d36381fd22eefd16.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8b275c11e2bd0883.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c765b0b76fe4bf70.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3a84f5d5133d8b3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd6a995b14bf83c2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b2eb77ef70b05f8c.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b894433656de4993.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b1f7a664d8168c6.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-06f61af37fe62196.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-654d082f1ab23d47.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-cf718d047ff93beb.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fcbb94f616a5d791.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ba75054ed4b09b87.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-757c80bfc90f886b.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-2fdfe8560e9404c7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2b702856b78ea336.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-523fd530d45e20da.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96a5fba03810e1eb.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-f6236e561b84c718.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-de8def02646ad1c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-03f720d69f7a63cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-414f2f5b40dd4e0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-627769ba0dc3f32a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-54ceb39e42f90769.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c11d658f1074ec63.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-917d586881b8133b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-457fb615310852bd.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48462025-04-30T20:28:39.168Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=23fe6cacd4b9e2f7 -C extra-filename=-3beaa24472ce21bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48472025-04-30T20:28:39.392Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 dev-tools/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=34017e1e611a4f25 -C extra-filename=-9eeddf1bc6ed20d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48482025-04-30T20:29:27.446Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=50a640fe5f66b73c -C extra-filename=-846842badda25535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-7bcdfd00917bac85.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48492025-04-30T20:29:27.524Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 nexus/reconfigurator/cli-integration-tests/tests/integration/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc1fba7ecc342a2e -C extra-filename=-0ecaa789325a4d56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-99e2f15472a03dea.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-9745cf4f4e42e2cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.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/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48502025-04-30T20:29:27.525Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=33c11f9d1f8ce750 -C extra-filename=-638c5fd1a09a6ab6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-06fcd8d2e0fd472e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3f1a564d5e79cf2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-66c7325fbede2d28.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d913e60917729938.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-99e2f15472a03dea.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48512025-04-30T20:29:27.525Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7eb1f8e286d4273 -C extra-filename=-24f2dfb2242ccc20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-99e2f15472a03dea.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-9745cf4f4e42e2cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.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/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48522025-04-30T20:29:27.566Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=facfe4de962163d3 -C extra-filename=-1774cfddcb70d805 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b4144d34d5ca7e16.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbc6bca9e221d728.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-121946a417c019be.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-99e2f15472a03dea.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48532025-04-30T20:29:27.567Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bfcab4fddd61008 -C extra-filename=-269a47f861c5cfb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-06fcd8d2e0fd472e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3f1a564d5e79cf2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-66c7325fbede2d28.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d913e60917729938.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-99e2f15472a03dea.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48542025-04-30T20:29:27.568Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2bff36530b48b7db -C extra-filename=-33dc404c27b573b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-7bcdfd00917bac85.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48552025-04-30T20:29:27.569Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c30381c141f535a3 -C extra-filename=-043adab99176ab79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48562025-04-30T20:33:20.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17m 34s
48572025-04-30T20:33:27.024Z
48582025-04-30T20:33:27.066Zreal 17:42.041208450
48592025-04-30T20:33:27.067Zuser 1:34:52.285041651
48602025-04-30T20:33:27.067Zsys 16:16.583559490
48612025-04-30T20:33:27.067Ztrap 6.885686571
48622025-04-30T20:33:27.067Ztflt 1.400003740
48632025-04-30T20:33:27.067Zdflt 3:06.064783565
48642025-04-30T20:33:27.067Zkflt 0.361728725
48652025-04-30T20:33:27.067Zlock 3:25:14.920934710
48662025-04-30T20:33:27.067Zslp 8:36:30.703854468
48672025-04-30T20:33:27.067Zlat 7:40.802196446
48682025-04-30T20:33:27.067Zstop 8:25.052492731
48692025-04-30T20:33:28.031Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
48702025-04-30T20:33:31.481Z Fresh unicode-ident v1.0.14
48712025-04-30T20:33:31.600Z Fresh cfg-if v1.0.0
48722025-04-30T20:33:31.600Z Fresh autocfg v1.4.0
48732025-04-30T20:33:31.600Z Fresh memchr v2.7.4
48742025-04-30T20:33:31.600Z Fresh version_check v0.9.5
48752025-04-30T20:33:31.600Z Fresh proc-macro2 v1.0.94
48762025-04-30T20:33:31.600Z Fresh value-bag v1.9.0
48772025-04-30T20:33:31.600Z Fresh smallvec v1.14.0
48782025-04-30T20:33:31.600Z Fresh itoa v1.0.11
48792025-04-30T20:33:31.600Z Fresh scopeguard v1.2.0
48802025-04-30T20:33:31.601Z Fresh quote v1.0.39
48812025-04-30T20:33:31.601Z Fresh libc v0.2.171
48822025-04-30T20:33:31.601Z Fresh log v0.4.22
48832025-04-30T20:33:31.601Z Fresh once_cell v1.21.3
48842025-04-30T20:33:31.601Z Fresh shlex v1.3.0
48852025-04-30T20:33:31.601Z Fresh ryu v1.0.18
48862025-04-30T20:33:31.601Z Fresh stable_deref_trait v1.2.0
48872025-04-30T20:33:31.601Z Fresh syn v2.0.98
48882025-04-30T20:33:31.601Z Fresh getrandom v0.2.15
48892025-04-30T20:33:31.601Z Fresh lock_api v0.4.12
48902025-04-30T20:33:31.601Z Fresh pin-project-lite v0.2.14
48912025-04-30T20:33:31.602Z Fresh jobserver v0.1.32
48922025-04-30T20:33:31.602Z Fresh byteorder v1.5.0
48932025-04-30T20:33:31.602Z Fresh serde_derive v1.0.219
48942025-04-30T20:33:31.602Z Fresh rand_core v0.6.4
48952025-04-30T20:33:31.602Z Fresh zeroize_derive v1.4.2
48962025-04-30T20:33:31.602Z Fresh cc v1.2.15
48972025-04-30T20:33:31.602Z Fresh synstructure v0.13.1
48982025-04-30T20:33:31.602Z Fresh serde v1.0.219
48992025-04-30T20:33:31.602Z Fresh zeroize v1.8.1
49002025-04-30T20:33:31.602Z Fresh libm v0.2.8
49012025-04-30T20:33:31.602Z Fresh zerofrom-derive v0.1.4
49022025-04-30T20:33:31.602Z Fresh yoke-derive v0.7.4
49032025-04-30T20:33:31.602Z Fresh subtle v2.6.1
49042025-04-30T20:33:31.602Z Fresh zerovec-derive v0.10.3
49052025-04-30T20:33:31.602Z Fresh bytes v1.10.1
49062025-04-30T20:33:31.602Z Fresh bitflags v2.9.0
49072025-04-30T20:33:31.602Z Fresh num-traits v0.2.19
49082025-04-30T20:33:31.602Z Fresh zerofrom v0.1.4
49092025-04-30T20:33:31.602Z Fresh serde_json v1.0.140
49102025-04-30T20:33:31.602Z Fresh displaydoc v0.2.5
49112025-04-30T20:33:31.602Z Fresh yoke v0.7.4
49122025-04-30T20:33:31.602Z Fresh regex-syntax v0.8.5
49132025-04-30T20:33:31.602Z Fresh writeable v0.5.5
49142025-04-30T20:33:31.602Z Fresh litemap v0.7.3
49152025-04-30T20:33:31.602Z Fresh icu_provider_macros v1.5.0
49162025-04-30T20:33:31.602Z Fresh zerovec v0.10.4
49172025-04-30T20:33:31.602Z Fresh parking_lot_core v0.9.10
49182025-04-30T20:33:31.602Z Fresh semver v1.0.25
49192025-04-30T20:33:31.602Z Fresh aho-corasick v1.1.3
49202025-04-30T20:33:31.602Z Fresh icu_locid_transform_data v1.5.0
49212025-04-30T20:33:31.602Z Fresh errno v0.3.9
49222025-04-30T20:33:31.602Z Fresh tinystr v0.7.6
49232025-04-30T20:33:31.602Z Fresh parking_lot v0.12.3
49242025-04-30T20:33:31.602Z Fresh typenum v1.17.0
49252025-04-30T20:33:31.602Z Fresh regex-automata v0.4.8
49262025-04-30T20:33:31.602Z Fresh icu_collections v1.5.0
49272025-04-30T20:33:31.602Z Fresh percent-encoding v2.3.1
49282025-04-30T20:33:31.602Z Fresh foldhash v0.1.3
49292025-04-30T20:33:31.602Z Fresh icu_locid v1.5.0
49302025-04-30T20:33:31.602Z Fresh equivalent v1.0.1
49312025-04-30T20:33:31.603Z Fresh icu_properties_data v1.5.0
49322025-04-30T20:33:31.603Z Fresh allocator-api2 v0.2.18
49332025-04-30T20:33:31.603Z Fresh generic-array v0.14.7
49342025-04-30T20:33:31.603Z Fresh signal-hook-registry v1.4.2
49352025-04-30T20:33:31.603Z Fresh utf16_iter v1.0.5
49362025-04-30T20:33:31.603Z Fresh utf8_iter v1.0.4
49372025-04-30T20:33:31.603Z Fresh icu_provider v1.5.0
49382025-04-30T20:33:31.603Z Fresh hashbrown v0.15.1
49392025-04-30T20:33:31.603Z Fresh icu_normalizer_data v1.5.0
49402025-04-30T20:33:31.603Z Fresh write16 v1.0.0
49412025-04-30T20:33:31.603Z Fresh fnv v1.0.7
49422025-04-30T20:33:31.603Z Fresh form_urlencoded v1.2.1
49432025-04-30T20:33:31.603Z Fresh futures-core v0.3.31
49442025-04-30T20:33:31.603Z Fresh icu_locid_transform v1.5.0
49452025-04-30T20:33:31.603Z Fresh thiserror-impl v1.0.69
49462025-04-30T20:33:31.603Z Fresh crypto-common v0.1.6
49472025-04-30T20:33:31.603Z Fresh regex v1.11.1
49482025-04-30T20:33:31.603Z Fresh mio v1.0.2
49492025-04-30T20:33:31.603Z Fresh either v1.14.0
49502025-04-30T20:33:31.603Z Fresh icu_properties v1.5.1
49512025-04-30T20:33:31.603Z Fresh rustix v0.38.37
49522025-04-30T20:33:31.603Z Fresh tokio-macros v2.5.0
49532025-04-30T20:33:31.604Z Fresh zerocopy-derive v0.7.35
49542025-04-30T20:33:31.604Z Fresh socket2 v0.5.9
49552025-04-30T20:33:31.604Z Fresh indexmap v2.7.1
49562025-04-30T20:33:31.604Z Fresh heck v0.5.0
49572025-04-30T20:33:31.604Z Fresh icu_normalizer v1.5.0
49582025-04-30T20:33:31.605Z Fresh thiserror v1.0.69
49592025-04-30T20:33:31.605Z Fresh tokio v1.43.1
49602025-04-30T20:33:31.605Z Fresh zerocopy v0.7.35
49612025-04-30T20:33:31.605Z Fresh spin v0.9.8
49622025-04-30T20:33:31.605Z Fresh iana-time-zone v0.1.63
49632025-04-30T20:33:31.605Z Fresh idna_adapter v1.2.0
49642025-04-30T20:33:31.605Z Fresh chrono v0.4.40
49652025-04-30T20:33:31.605Z Fresh const-oid v0.9.6
49662025-04-30T20:33:31.605Z Fresh pkg-config v0.3.31
49672025-04-30T20:33:31.605Z Fresh futures-io v0.3.31
49682025-04-30T20:33:31.605Z Fresh block-buffer v0.10.4
49692025-04-30T20:33:31.605Z Fresh idna v1.0.3
49702025-04-30T20:33:31.605Z Fresh getrandom v0.3.1
49712025-04-30T20:33:31.646Z Fresh slab v0.4.9
49722025-04-30T20:33:31.646Z Fresh digest v0.10.7
49732025-04-30T20:33:31.646Z Fresh lazy_static v1.5.0
49742025-04-30T20:33:31.646Z Fresh futures-sink v0.3.31
49752025-04-30T20:33:31.646Z Fresh cpufeatures v0.2.14
49762025-04-30T20:33:31.646Z Fresh url v2.5.3
49772025-04-30T20:33:31.646Z Fresh uuid v1.16.0
49782025-04-30T20:33:31.646Z Fresh serde_derive_internals v0.29.1
49792025-04-30T20:33:31.646Z Fresh dyn-clone v1.0.19
49802025-04-30T20:33:31.646Z Fresh pin-utils v0.1.0
49812025-04-30T20:33:31.646Z Fresh ppv-lite86 v0.2.20
49822025-04-30T20:33:31.648Z Fresh schemars_derive v0.8.22
49832025-04-30T20:33:31.648Z Fresh syn v1.0.109
49842025-04-30T20:33:31.648Z Fresh futures-channel v0.3.31
49852025-04-30T20:33:31.648Z Fresh futures-macro v0.3.31
49862025-04-30T20:33:31.648Z Fresh futures-task v0.3.31
49872025-04-30T20:33:31.649Z Fresh rand_chacha v0.3.1
49882025-04-30T20:33:31.649Z Fresh glob v0.3.2
49892025-04-30T20:33:31.649Z Fresh schemars v0.8.22
49902025-04-30T20:33:31.649Z Fresh futures-util v0.3.31
49912025-04-30T20:33:31.649Z Fresh rand v0.8.5
49922025-04-30T20:33:31.649Z Fresh tracing-attributes v0.1.27
49932025-04-30T20:33:31.649Z Fresh tracing-core v0.1.32
49942025-04-30T20:33:31.649Z Fresh strsim v0.11.1
49952025-04-30T20:33:31.649Z Fresh minimal-lexical v0.2.1
49962025-04-30T20:33:31.649Z Fresh tracing v0.1.40
49972025-04-30T20:33:31.649Z Fresh nom v7.1.3
49982025-04-30T20:33:31.649Z Fresh http v1.2.0
49992025-04-30T20:33:31.649Z Fresh adler2 v2.0.0
50002025-04-30T20:33:31.649Z Fresh libloading v0.8.5
50012025-04-30T20:33:31.649Z Fresh miniz_oxide v0.8.5
50022025-04-30T20:33:31.649Z Fresh cexpr v0.6.0
50032025-04-30T20:33:31.649Z Fresh clang-sys v1.8.1
50042025-04-30T20:33:31.649Z Fresh block-padding v0.3.3
50052025-04-30T20:33:31.649Z Fresh vcpkg v0.2.15
50062025-04-30T20:33:31.649Z Fresh prettyplease v0.2.30
50072025-04-30T20:33:31.649Z Fresh home v0.5.9
50082025-04-30T20:33:31.650Z Fresh paste v1.0.15
50092025-04-30T20:33:31.650Z Fresh inout v0.1.3
50102025-04-30T20:33:31.650Z Fresh itertools v0.12.1
50112025-04-30T20:33:31.650Z Fresh time-core v0.1.2
50122025-04-30T20:33:31.650Z Fresh crossbeam-utils v0.8.21
50132025-04-30T20:33:31.650Z Fresh cipher v0.4.4
50142025-04-30T20:33:31.650Z Fresh powerfmt v0.2.0
50152025-04-30T20:33:31.650Z Fresh num-conv v0.1.0
50162025-04-30T20:33:31.650Z Fresh num_threads v0.1.7
50172025-04-30T20:33:31.650Z Fresh which v4.4.2
50182025-04-30T20:33:31.650Z Fresh time-macros v0.2.18
50192025-04-30T20:33:31.650Z Fresh deranged v0.3.11
50202025-04-30T20:33:31.650Z Fresh tokio-util v0.7.13
50212025-04-30T20:33:31.650Z Fresh atomic-waker v1.1.2
50222025-04-30T20:33:31.650Z Fresh rustc-hash v1.1.0
50232025-04-30T20:33:31.650Z Fresh lazycell v1.3.0
50242025-04-30T20:33:31.650Z Fresh time v0.3.36
50252025-04-30T20:33:31.650Z Fresh base64ct v1.6.0
50262025-04-30T20:33:31.650Z Fresh bindgen v0.69.5
50272025-04-30T20:33:31.650Z Fresh sha2 v0.10.8
50282025-04-30T20:33:31.650Z Fresh hmac v0.12.1
50292025-04-30T20:33:31.650Z Fresh cmake v0.1.51
50302025-04-30T20:33:31.650Z Fresh dunce v1.0.5
50312025-04-30T20:33:31.650Z Fresh fs_extra v1.3.0
50322025-04-30T20:33:31.650Z Fresh untrusted v0.9.0
50332025-04-30T20:33:31.650Z Fresh gimli v0.31.1
50342025-04-30T20:33:31.651Z Fresh httparse v1.9.5
50352025-04-30T20:33:31.651Z Fresh object v0.36.5
50362025-04-30T20:33:31.651Z Fresh rustc-demangle v0.1.24
50372025-04-30T20:33:31.651Z Fresh serde_tokenstream v0.2.2
50382025-04-30T20:33:31.652Z Fresh ring v0.17.11
50392025-04-30T20:33:31.652Z Fresh addr2line v0.24.2
50402025-04-30T20:33:31.652Z Fresh toml_datetime v0.6.8
50412025-04-30T20:33:31.652Z Fresh serde_spanned v0.6.8
50422025-04-30T20:33:31.652Z Fresh rustls-pki-types v1.10.0
50432025-04-30T20:33:31.652Z Fresh backtrace v0.3.74
50442025-04-30T20:33:31.652Z Fresh pem-rfc7468 v0.7.0
50452025-04-30T20:33:31.652Z Fresh http-body v1.0.1
50462025-04-30T20:33:31.652Z Fresh base64 v0.22.1
50472025-04-30T20:33:31.652Z Fresh try-lock v0.2.5
50482025-04-30T20:33:31.652Z Fresh httpdate v1.0.3
50492025-04-30T20:33:31.652Z Fresh untrusted v0.7.1
50502025-04-30T20:33:31.652Z Fresh anyhow v1.0.98
50512025-04-30T20:33:31.652Z Fresh aws-lc-sys v0.26.0
50522025-04-30T20:33:31.652Z Fresh want v0.3.1
50532025-04-30T20:33:31.652Z Fresh h2 v0.4.6
50542025-04-30T20:33:31.652Z Fresh der_derive v0.7.3
50552025-04-30T20:33:31.652Z Fresh flagset v0.4.6
50562025-04-30T20:33:31.652Z Fresh aws-lc-rs v1.12.4
50572025-04-30T20:33:31.652Z Fresh hyper v1.6.0
50582025-04-30T20:33:31.652Z Fresh der v0.7.9
50592025-04-30T20:33:31.652Z Fresh pbkdf2 v0.12.2
50602025-04-30T20:33:31.653Z Fresh aes v0.8.4
50612025-04-30T20:33:31.653Z Fresh rustls-webpki v0.102.8
50622025-04-30T20:33:31.653Z Fresh utf8parse v0.2.2
50632025-04-30T20:33:31.653Z Fresh tower-service v0.3.3
50642025-04-30T20:33:31.653Z Fresh spki v0.7.3
50652025-04-30T20:33:31.653Z Fresh salsa20 v0.10.2
50662025-04-30T20:33:31.653Z Fresh cbc v0.1.2
50672025-04-30T20:33:31.653Z Fresh slog v2.7.0
50682025-04-30T20:33:31.653Z Fresh rustversion v1.0.17
50692025-04-30T20:33:31.653Z Fresh scrypt v0.11.0
50702025-04-30T20:33:31.653Z Fresh hyper-util v0.1.11
50712025-04-30T20:33:31.694Z Fresh rustc_version v0.4.1
50722025-04-30T20:33:31.694Z Fresh async-trait v0.1.88
50732025-04-30T20:33:31.694Z Fresh mime v0.3.17
50742025-04-30T20:33:31.694Z Fresh ipnet v2.11.0
50752025-04-30T20:33:31.696Z Fresh pkcs5 v0.7.1
50762025-04-30T20:33:31.696Z Fresh openssl-probe v0.1.5
50772025-04-30T20:33:31.696Z Fresh anstyle v1.0.10
50782025-04-30T20:33:31.696Z Fresh foreign-types-shared v0.1.1
50792025-04-30T20:33:31.696Z Fresh openssl-sys v0.9.107
50802025-04-30T20:33:31.696Z Fresh http-body-util v0.1.3
50812025-04-30T20:33:31.696Z Fresh openssl-macros v0.1.1
50822025-04-30T20:33:31.696Z Fresh pkcs8 v0.10.2
50832025-04-30T20:33:31.696Z Fresh foreign-types v0.3.2
50842025-04-30T20:33:31.696Z Fresh anstyle-parse v0.2.5
50852025-04-30T20:33:31.696Z Fresh rustls-pemfile v2.2.0
50862025-04-30T20:33:31.696Z Fresh colorchoice v1.0.2
50872025-04-30T20:33:31.696Z Fresh openssl v0.10.72
50882025-04-30T20:33:31.697Z Fresh is_terminal_polyfill v1.70.1
50892025-04-30T20:33:31.697Z Fresh anstyle-query v1.1.1
50902025-04-30T20:33:31.697Z Fresh futures-executor v0.3.31
50912025-04-30T20:33:31.697Z Fresh terminal_size v0.4.0
50922025-04-30T20:33:31.697Z Fresh serde_urlencoded v0.7.1
50932025-04-30T20:33:31.697Z Fresh rustls v0.23.19
50942025-04-30T20:33:31.697Z Fresh anstream v0.6.15
50952025-04-30T20:33:31.697Z Fresh encoding_rs v0.8.34
50962025-04-30T20:33:31.697Z Fresh clap_lex v0.7.4
50972025-04-30T20:33:31.697Z Fresh native-tls v0.2.12
50982025-04-30T20:33:31.697Z Fresh futures v0.3.31
50992025-04-30T20:33:31.697Z Fresh clap_derive v4.5.32
51002025-04-30T20:33:31.697Z Fresh tokio-rustls v0.26.0
51012025-04-30T20:33:31.697Z Fresh clap_builder v4.5.35
51022025-04-30T20:33:31.697Z Fresh litrs v0.4.1
51032025-04-30T20:33:31.697Z Fresh psl-types v2.0.11
51042025-04-30T20:33:31.697Z Fresh ucd-trie v0.1.7
51052025-04-30T20:33:31.697Z Fresh tokio-native-tls v0.3.1
51062025-04-30T20:33:31.697Z Fresh webpki-roots v0.26.6
51072025-04-30T20:33:31.697Z Fresh cookie v0.18.1
51082025-04-30T20:33:31.698Z Fresh publicsuffix v2.3.0
51092025-04-30T20:33:31.698Z Fresh pest v2.7.14
51102025-04-30T20:33:31.698Z Fresh document-features v0.2.10
51112025-04-30T20:33:31.698Z Fresh clap v4.5.35
51122025-04-30T20:33:31.698Z Fresh ipnetwork v0.21.1
51132025-04-30T20:33:31.698Z Fresh sync_wrapper v1.0.1
51142025-04-30T20:33:31.698Z Fresh tower-layer v0.3.3
51152025-04-30T20:33:31.698Z Fresh winnow v0.5.40
51162025-04-30T20:33:31.698Z Fresh cookie_store v0.21.1
51172025-04-30T20:33:31.698Z Fresh tower v0.5.2
51182025-04-30T20:33:31.698Z Fresh pest_meta v2.7.14
51192025-04-30T20:33:31.698Z Fresh hyper-rustls v0.27.3
51202025-04-30T20:33:31.698Z Fresh hyper-tls v0.6.0
51212025-04-30T20:33:31.698Z Fresh signature v2.2.0
51222025-04-30T20:33:31.698Z Fresh openapiv3 v2.0.0
51232025-04-30T20:33:31.698Z Fresh toml_edit v0.19.15
51242025-04-30T20:33:31.698Z Fresh scroll_derive v0.12.0
51252025-04-30T20:33:31.698Z Fresh data-encoding v2.6.0
51262025-04-30T20:33:31.698Z Fresh pest_generator v2.7.14
51272025-04-30T20:33:31.698Z Fresh reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
51282025-04-30T20:33:31.698Z Fresh siphasher v0.3.11
51292025-04-30T20:33:31.698Z Fresh plain v0.2.3
51302025-04-30T20:33:31.698Z Fresh tinyvec_macros v0.1.1
51312025-04-30T20:33:31.698Z Fresh scroll v0.12.0
51322025-04-30T20:33:31.698Z Fresh phf_shared v0.11.2
51332025-04-30T20:33:31.699Z Fresh pest_derive v2.7.14
51342025-04-30T20:33:31.699Z Fresh tinyvec v1.8.0
51352025-04-30T20:33:31.699Z Fresh bitflags v1.3.2
51362025-04-30T20:33:31.699Z Fresh pretty-hex v0.4.1
51372025-04-30T20:33:31.699Z Fresh goblin v0.8.2
51382025-04-30T20:33:31.699Z Fresh dtrace-parser v0.2.0
51392025-04-30T20:33:31.699Z Fresh sha1 v0.10.6
51402025-04-30T20:33:31.699Z Fresh num-integer v0.1.46
51412025-04-30T20:33:31.699Z Fresh zerocopy-derive v0.8.10
51422025-04-30T20:33:31.699Z Fresh thread-id v4.2.2
51432025-04-30T20:33:31.699Z Fresh dof v0.3.0
51442025-04-30T20:33:31.699Z Fresh winnow v0.7.3
51452025-04-30T20:33:31.699Z Fresh unicode-segmentation v1.12.0
51462025-04-30T20:33:31.699Z Fresh zerocopy v0.8.10
51472025-04-30T20:33:31.699Z Fresh crc32fast v1.4.2
51482025-04-30T20:33:31.699Z Fresh base16ct v0.2.0
51492025-04-30T20:33:31.699Z Fresh static_assertions v1.1.0
51502025-04-30T20:33:31.699Z Fresh hubpack_derive v0.1.1
51512025-04-30T20:33:31.699Z Fresh toml_edit v0.22.24
51522025-04-30T20:33:31.699Z Fresh usdt-impl v0.5.0
51532025-04-30T20:33:31.699Z Fresh sec1 v0.7.3
51542025-04-30T20:33:31.700Z Fresh ff v0.13.0
51552025-04-30T20:33:31.700Z Fresh unicode-width v0.2.0
51562025-04-30T20:33:31.700Z Fresh heck v0.4.1
51572025-04-30T20:33:31.700Z Fresh hubpack v0.1.2
51582025-04-30T20:33:31.700Z Fresh num-iter v0.1.45
51592025-04-30T20:33:31.700Z Fresh usdt-macro v0.5.0
51602025-04-30T20:33:31.700Z Fresh group v0.13.0
51612025-04-30T20:33:31.700Z Fresh usdt-attr-macro v0.5.0
51622025-04-30T20:33:31.700Z Fresh oxnet v0.1.1
51632025-04-30T20:33:31.700Z Fresh hkdf v0.12.4
51642025-04-30T20:33:31.700Z Fresh crypto-bigint v0.5.5
51652025-04-30T20:33:31.700Z Fresh memmap v0.7.0
51662025-04-30T20:33:31.700Z Fresh usdt v0.5.0
51672025-04-30T20:33:31.700Z Fresh elliptic-curve v0.13.8
51682025-04-30T20:33:31.701Z Fresh strum_macros v0.26.4
51692025-04-30T20:33:31.701Z Fresh bstr v1.10.0
51702025-04-30T20:33:31.701Z Fresh zerocopy-derive v0.6.6
51712025-04-30T20:33:31.743Z Fresh flate2 v1.1.1
51722025-04-30T20:33:31.743Z Fresh zerocopy v0.6.6
51732025-04-30T20:33:31.743Z Fresh num-bigint-dig v0.8.4
51742025-04-30T20:33:31.743Z Fresh strum v0.26.3
51752025-04-30T20:33:31.743Z Fresh pkcs1 v0.7.5
51762025-04-30T20:33:31.743Z Fresh crossbeam-epoch v0.9.18
51772025-04-30T20:33:31.743Z Fresh itertools v0.10.5
51782025-04-30T20:33:31.743Z Fresh rsa v0.9.6
51792025-04-30T20:33:31.743Z Fresh bzip2-sys v0.1.13+1.0.8
51802025-04-30T20:33:31.743Z Fresh unicode-normalization v0.1.24
51812025-04-30T20:33:31.743Z Fresh toml v0.7.8
51822025-04-30T20:33:31.744Z Fresh rfc6979 v0.4.0
51832025-04-30T20:33:31.744Z Fresh curve25519-dalek-derive v0.1.1
51842025-04-30T20:33:31.745Z Fresh managed v0.8.0
51852025-04-30T20:33:31.745Z Fresh ahash v0.8.11
51862025-04-30T20:33:31.745Z Fresh curve25519-dalek v4.1.3
51872025-04-30T20:33:31.745Z Fresh newtype-uuid v1.2.1
51882025-04-30T20:33:31.745Z Fresh ecdsa v0.16.9
51892025-04-30T20:33:31.745Z Fresh crossbeam-deque v0.8.5
51902025-04-30T20:33:31.745Z Fresh x509-cert v0.2.5
51912025-04-30T20:33:31.745Z Fresh daft-derive v0.1.3
51922025-04-30T20:33:31.745Z Fresh unicode-xid v0.2.6
51932025-04-30T20:33:31.745Z Fresh precomputed-hash v0.1.1
51942025-04-30T20:33:31.745Z Fresh new_debug_unreachable v1.0.6
51952025-04-30T20:33:31.745Z Fresh fixedbitset v0.4.2
51962025-04-30T20:33:31.745Z Fresh rayon-core v1.12.1
51972025-04-30T20:33:31.745Z Fresh string_cache v0.8.9
51982025-04-30T20:33:31.745Z Fresh signal-hook v0.3.17
51992025-04-30T20:33:31.745Z Fresh petgraph v0.6.5
52002025-04-30T20:33:31.745Z Fresh daft v0.1.3
52012025-04-30T20:33:31.745Z Fresh memoffset v0.9.1
52022025-04-30T20:33:31.745Z Fresh rand_core v0.9.2
52032025-04-30T20:33:31.745Z Fresh ed25519 v2.2.3
52042025-04-30T20:33:31.745Z Fresh enum-as-inner v0.6.1
52052025-04-30T20:33:31.745Z Fresh cfg_aliases v0.2.1
52062025-04-30T20:33:31.745Z Fresh ed25519-dalek v2.1.1
52072025-04-30T20:33:31.745Z Fresh hickory-proto v0.24.4
52082025-04-30T20:33:31.746Z Fresh rand_chacha v0.9.0
52092025-04-30T20:33:31.746Z Fresh zstd-sys v2.0.14+zstd.1.5.7
52102025-04-30T20:33:31.746Z Fresh bzip2 v0.4.4
52112025-04-30T20:33:31.746Z Fresh console v0.15.10
52122025-04-30T20:33:31.746Z Fresh lalrpop-util v0.19.12
52132025-04-30T20:33:31.746Z Fresh zip v0.6.6
52142025-04-30T20:33:31.746Z Fresh rand v0.9.0
52152025-04-30T20:33:31.746Z Fresh signal-hook-mio v0.2.4
52162025-04-30T20:33:31.746Z Fresh hash32 v0.2.1
52172025-04-30T20:33:31.746Z Fresh zstd-safe v7.2.3
52182025-04-30T20:33:31.746Z Fresh unicode-properties v0.1.3
52192025-04-30T20:33:31.746Z Fresh lockfree-object-pool v0.1.6
52202025-04-30T20:33:31.746Z Fresh unicode-bidi v0.3.17
52212025-04-30T20:33:31.746Z Fresh bumpalo v3.16.0
52222025-04-30T20:33:31.746Z Fresh simd-adler32 v0.3.7
52232025-04-30T20:33:31.746Z Fresh nix v0.29.0
52242025-04-30T20:33:31.746Z Fresh heapless v0.7.17
52252025-04-30T20:33:31.746Z Fresh stringprep v0.1.5
52262025-04-30T20:33:31.746Z Fresh zopfli v0.8.1
52272025-04-30T20:33:31.746Z Fresh zstd v0.13.3
52282025-04-30T20:33:31.746Z Fresh crossterm v0.28.1
52292025-04-30T20:33:31.746Z Fresh rayon v1.10.0
52302025-04-30T20:33:31.746Z Fresh bzip2 v0.5.2
52312025-04-30T20:33:31.746Z Fresh similar v2.7.0
52322025-04-30T20:33:31.746Z Fresh tokio-stream v0.1.17
52332025-04-30T20:33:31.746Z Fresh md-5 v0.10.6
52342025-04-30T20:33:31.746Z Fresh fallible-iterator v0.2.0
52352025-04-30T20:33:31.746Z Fresh predicates-core v1.0.8
52362025-04-30T20:33:31.747Z Fresh buf-list v1.0.3
52372025-04-30T20:33:31.747Z Fresh smoltcp v0.9.1
52382025-04-30T20:33:31.747Z Fresh postgres-protocol v0.6.8
52392025-04-30T20:33:31.747Z Fresh zip v2.6.1
52402025-04-30T20:33:31.747Z Fresh portable-atomic v1.11.0
52412025-04-30T20:33:31.747Z Fresh strum_macros v0.25.3
52422025-04-30T20:33:31.747Z Fresh phf v0.11.2
52432025-04-30T20:33:31.747Z Fresh float-cmp v0.10.0
52442025-04-30T20:33:31.747Z Fresh serde-big-array v0.5.1
52452025-04-30T20:33:31.747Z Fresh serde_repr v0.1.19
52462025-04-30T20:33:31.747Z Fresh difflib v0.4.0
52472025-04-30T20:33:31.747Z Fresh normalize-line-endings v0.3.0
52482025-04-30T20:33:31.747Z Fresh number_prefix v0.4.0
52492025-04-30T20:33:31.747Z Fresh peg-runtime v0.8.5
52502025-04-30T20:33:31.747Z Fresh fs-err v3.1.0
52512025-04-30T20:33:31.747Z Fresh postgres-types v0.2.9
52522025-04-30T20:33:31.747Z Fresh whoami v1.5.2
52532025-04-30T20:33:31.747Z Fresh indicatif v0.17.11
52542025-04-30T20:33:31.747Z Fresh predicates v3.1.3
52552025-04-30T20:33:31.747Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
52562025-04-30T20:33:31.747Z Fresh tokio-postgres v0.7.13
52572025-04-30T20:33:31.747Z Fresh thiserror-impl v2.0.12
52582025-04-30T20:33:31.747Z Fresh is-terminal v0.4.13
52592025-04-30T20:33:31.748Z Fresh fastrand v2.1.1
52602025-04-30T20:33:31.748Z Fresh regress v0.10.3
52612025-04-30T20:33:31.748Z Fresh dirs-sys-next v0.1.2
52622025-04-30T20:33:31.748Z Fresh ident_case v1.0.1
52632025-04-30T20:33:31.748Z Fresh unsafe-libyaml v0.2.11
52642025-04-30T20:33:31.748Z Fresh thiserror v2.0.12
52652025-04-30T20:33:31.748Z Fresh camino v1.1.9
52662025-04-30T20:33:31.748Z Fresh dirs-next v2.0.0
52672025-04-30T20:33:31.748Z Fresh darling_core v0.20.10
52682025-04-30T20:33:31.748Z Fresh serde_yaml v0.9.34+deprecated
52692025-04-30T20:33:31.748Z Fresh crossbeam-channel v0.5.15
52702025-04-30T20:33:31.748Z Fresh thread_local v1.1.8
52712025-04-30T20:33:31.789Z Fresh darling_macro v0.20.10
52722025-04-30T20:33:31.790Z Fresh term v0.7.0
52732025-04-30T20:33:31.790Z Fresh typify-impl v0.3.0
52742025-04-30T20:33:31.790Z Fresh take_mut v0.2.2
52752025-04-30T20:33:31.790Z Fresh tempfile v3.13.0
52762025-04-30T20:33:31.790Z Fresh toml v0.8.20
52772025-04-30T20:33:31.790Z Fresh darling v0.20.10
52782025-04-30T20:33:31.790Z Fresh slog-term v2.9.1
52792025-04-30T20:33:31.790Z Fresh typify-macro v0.3.0
52802025-04-30T20:33:31.790Z Fresh quick-error v1.2.3
52812025-04-30T20:33:31.790Z Fresh progenitor-client v0.9.1
52822025-04-30T20:33:31.790Z Fresh match_cfg v0.1.0
52832025-04-30T20:33:31.790Z Fresh hex v0.4.3
52842025-04-30T20:33:31.790Z Fresh slog-async v2.8.0
52852025-04-30T20:33:31.790Z Fresh typify v0.3.0
52862025-04-30T20:33:31.790Z Fresh hostname v0.3.1
52872025-04-30T20:33:31.790Z Fresh structmeta-derive v0.3.0
52882025-04-30T20:33:31.790Z Fresh debug-ignore v1.0.5
52892025-04-30T20:33:31.790Z Fresh wait-timeout v0.2.0
52902025-04-30T20:33:31.790Z Fresh bit-vec v0.8.0
52912025-04-30T20:33:31.790Z Fresh progenitor-impl v0.9.1
52922025-04-30T20:33:31.790Z Fresh structmeta v0.3.0
52932025-04-30T20:33:31.790Z Fresh bit-set v0.8.0
52942025-04-30T20:33:31.790Z Fresh rusty-fork v0.3.0
52952025-04-30T20:33:31.790Z Fresh serde_path_to_error v0.1.16
52962025-04-30T20:33:31.790Z Fresh rand_xorshift v0.3.0
52972025-04-30T20:33:31.790Z Fresh unarray v0.1.4
52982025-04-30T20:33:31.790Z Fresh progenitor-macro v0.9.1
52992025-04-30T20:33:31.790Z Fresh rustls v0.22.4
53002025-04-30T20:33:31.790Z Fresh proptest v1.6.0
53012025-04-30T20:33:31.790Z Fresh slog-json v2.6.1
53022025-04-30T20:33:31.790Z Fresh async-stream-impl v0.3.6
53032025-04-30T20:33:31.790Z Fresh test-strategy v0.4.0
53042025-04-30T20:33:31.790Z Fresh progenitor v0.9.1
53052025-04-30T20:33:31.790Z Fresh tokio-rustls v0.25.0
53062025-04-30T20:33:31.790Z Fresh slog-bunyan v2.5.0
53072025-04-30T20:33:31.790Z Fresh async-stream v0.3.6
53082025-04-30T20:33:31.790Z Fresh dropshot_endpoint v0.16.0
53092025-04-30T20:33:31.791Z Fresh waitgroup v0.1.2
53102025-04-30T20:33:31.791Z Fresh multer v3.1.0
53112025-04-30T20:33:31.791Z Fresh hostname v0.4.0
53122025-04-30T20:33:31.791Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
53132025-04-30T20:33:31.791Z Fresh serde_with_macros v3.12.0
53142025-04-30T20:33:31.791Z Fresh macaddr v1.0.1
53152025-04-30T20:33:31.791Z Fresh instant v0.1.13
53162025-04-30T20:33:31.791Z Fresh derive-where v1.2.7
53172025-04-30T20:33:31.791Z Fresh dropshot v0.16.0
53182025-04-30T20:33:31.791Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
53192025-04-30T20:33:31.791Z Fresh serde_with v3.12.0
53202025-04-30T20:33:31.791Z Fresh parse-display-derive v0.10.0
53212025-04-30T20:33:31.791Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53222025-04-30T20:33:31.791Z Fresh backoff v0.4.0
53232025-04-30T20:33:31.791Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
53242025-04-30T20:33:31.791Z Fresh parse-display v0.10.0
53252025-04-30T20:33:31.792Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53262025-04-30T20:33:31.792Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
53272025-04-30T20:33:31.792Z Fresh camino-tempfile v1.1.1
53282025-04-30T20:33:31.792Z Fresh unicode-width v0.1.14
53292025-04-30T20:33:31.792Z Fresh proc-macro-crate v1.3.1
53302025-04-30T20:33:31.792Z Fresh tabwriter v1.4.0
53312025-04-30T20:33:31.792Z Fresh foreign-types-macros v0.2.3
53322025-04-30T20:33:31.792Z Fresh proc-macro-error-attr v1.0.4
53332025-04-30T20:33:31.792Z Fresh num_enum_derive v0.5.11
53342025-04-30T20:33:31.792Z Fresh foreign-types-shared v0.3.1
53352025-04-30T20:33:31.792Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
53362025-04-30T20:33:31.792Z Fresh cstr-argument v0.1.2
53372025-04-30T20:33:31.792Z Fresh proc-macro-error v1.0.4
53382025-04-30T20:33:31.792Z Fresh num_enum v0.5.11
53392025-04-30T20:33:31.792Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
53402025-04-30T20:33:31.793Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
53412025-04-30T20:33:31.793Z Fresh foreign-types v0.5.0
53422025-04-30T20:33:31.793Z Fresh pretty-hex v0.2.1
53432025-04-30T20:33:31.793Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
53442025-04-30T20:33:31.793Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
53452025-04-30T20:33:31.793Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
53462025-04-30T20:33:31.793Z Fresh colored v2.2.0
53472025-04-30T20:33:31.793Z Fresh winnow v0.6.20
53482025-04-30T20:33:31.793Z Fresh smf v0.2.3
53492025-04-30T20:33:31.793Z Fresh itertools v0.14.0
53502025-04-30T20:33:31.793Z Fresh itertools v0.13.0
53512025-04-30T20:33:31.793Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
53522025-04-30T20:33:31.793Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
53532025-04-30T20:33:31.793Z Fresh hash32 v0.3.1
53542025-04-30T20:33:31.793Z Fresh cobs v0.2.3
53552025-04-30T20:33:31.793Z Fresh base64 v0.21.7
53562025-04-30T20:33:31.793Z Fresh crucible-workspace-hack v0.1.0
53572025-04-30T20:33:31.793Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
53582025-04-30T20:33:31.793Z Fresh postcard v1.0.10
53592025-04-30T20:33:31.793Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
53602025-04-30T20:33:31.793Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
53612025-04-30T20:33:31.793Z Fresh heapless v0.8.0
53622025-04-30T20:33:31.793Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
53632025-04-30T20:33:31.793Z Fresh sigpipe v0.1.3
53642025-04-30T20:33:31.793Z Fresh jiff v0.2.10
53652025-04-30T20:33:31.793Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
53662025-04-30T20:33:31.793Z Fresh zone_cfg_derive v0.3.0
53672025-04-30T20:33:31.793Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
53682025-04-30T20:33:31.793Z Fresh smoltcp v0.11.0
53692025-04-30T20:33:31.793Z Fresh num-derive v0.4.2
53702025-04-30T20:33:31.793Z Fresh zone v0.3.1
53712025-04-30T20:33:31.835Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
53722025-04-30T20:33:31.835Z Fresh convert_case v0.4.0
53732025-04-30T20:33:31.835Z Fresh atomicwrites v0.4.4
53742025-04-30T20:33:31.835Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
53752025-04-30T20:33:31.837Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
53762025-04-30T20:33:31.837Z Fresh derive_more v0.99.19
53772025-04-30T20:33:31.837Z Fresh utf-8 v0.7.6
53782025-04-30T20:33:31.837Z Fresh newline-converter v0.3.0
53792025-04-30T20:33:31.837Z Fresh num-rational v0.4.2
53802025-04-30T20:33:31.837Z Fresh num-complex v0.4.6
53812025-04-30T20:33:31.837Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
53822025-04-30T20:33:31.837Z Fresh expectorate v1.1.0
53832025-04-30T20:33:31.837Z Fresh tungstenite v0.21.0
53842025-04-30T20:33:31.837Z Fresh num v0.4.3
53852025-04-30T20:33:31.837Z Fresh float-ord v0.3.2
53862025-04-30T20:33:31.837Z Fresh fixedbitset v0.5.7
53872025-04-30T20:33:31.837Z Fresh indent_write v2.2.0
53882025-04-30T20:33:31.837Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
53892025-04-30T20:33:31.837Z Fresh tokio-tungstenite v0.21.0
53902025-04-30T20:33:31.837Z Fresh petgraph v0.7.1
53912025-04-30T20:33:31.837Z Fresh password-hash v0.5.0
53922025-04-30T20:33:31.837Z Fresh blake2 v0.10.6
53932025-04-30T20:33:31.837Z Fresh half v2.4.1
53942025-04-30T20:33:31.837Z Fresh ciborium-io v0.2.2
53952025-04-30T20:33:31.837Z Fresh arc-swap v1.7.1
53962025-04-30T20:33:31.838Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
53972025-04-30T20:33:31.838Z Fresh argon2 v0.5.3
53982025-04-30T20:33:31.838Z Fresh ciborium-ll v0.2.2
53992025-04-30T20:33:31.838Z Fresh slog-scope v4.4.0
54002025-04-30T20:33:31.838Z Fresh same-file v1.0.6
54012025-04-30T20:33:31.838Z Fresh xattr v1.3.1
54022025-04-30T20:33:31.838Z Fresh filetime v0.2.25
54032025-04-30T20:33:31.838Z Fresh ciborium v0.2.2
54042025-04-30T20:33:31.838Z Fresh walkdir v2.5.0
54052025-04-30T20:33:31.838Z Fresh slog-stdlog v4.1.1
54062025-04-30T20:33:31.838Z Fresh slog-envlogger v2.2.0
54072025-04-30T20:33:31.838Z Fresh tar v0.4.44
54082025-04-30T20:33:31.838Z Fresh libsw-core v0.3.1
54092025-04-30T20:33:31.838Z Fresh swrite v0.1.0
54102025-04-30T20:33:31.838Z Fresh owo-colors v4.2.0
54112025-04-30T20:33:31.838Z Fresh libsw v3.4.0
54122025-04-30T20:33:31.838Z Fresh cancel-safe-futures v0.1.5
54132025-04-30T20:33:31.838Z Fresh linear-map v1.2.0
54142025-04-30T20:33:31.838Z Fresh pem v3.0.5
54152025-04-30T20:33:31.838Z Fresh highway v1.3.0
54162025-04-30T20:33:31.838Z Fresh typify-impl v0.2.0
54172025-04-30T20:33:31.838Z Fresh headers-core v0.3.0
54182025-04-30T20:33:31.838Z Fresh linked-hash-map v0.5.6
54192025-04-30T20:33:31.838Z Fresh typify-macro v0.2.0
54202025-04-30T20:33:31.838Z Fresh lru-cache v0.1.2
54212025-04-30T20:33:31.838Z Fresh headers v0.4.0
54222025-04-30T20:33:31.838Z Fresh resolv-conf v0.7.0
54232025-04-30T20:33:31.838Z Fresh heck v0.3.3
54242025-04-30T20:33:31.839Z Fresh progenitor-client v0.8.0
54252025-04-30T20:33:31.839Z Fresh typify v0.2.0
54262025-04-30T20:33:31.839Z Fresh hickory-resolver v0.24.4
54272025-04-30T20:33:31.839Z Fresh zone_cfg_derive v0.1.2
54282025-04-30T20:33:31.839Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
54292025-04-30T20:33:31.839Z Fresh yasna v0.5.2
54302025-04-30T20:33:31.839Z Fresh keccak v0.1.5
54312025-04-30T20:33:31.839Z Fresh base64 v0.13.1
54322025-04-30T20:33:31.839Z Fresh progenitor-impl v0.8.0
54332025-04-30T20:33:31.839Z Fresh lzma-sys v0.1.20
54342025-04-30T20:33:31.839Z Fresh humantime v2.1.0
54352025-04-30T20:33:31.839Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
54362025-04-30T20:33:31.839Z Fresh ron v0.7.1
54372025-04-30T20:33:31.839Z Fresh rcgen v0.12.1
54382025-04-30T20:33:31.839Z Fresh sha3 v0.10.8
54392025-04-30T20:33:31.839Z Fresh zone v0.1.8
54402025-04-30T20:33:31.839Z Fresh progenitor-macro v0.8.0
54412025-04-30T20:33:31.839Z Fresh xz2 v0.1.7
54422025-04-30T20:33:31.839Z Fresh semver v0.1.20
54432025-04-30T20:33:31.839Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
54442025-04-30T20:33:31.839Z Fresh secrecy v0.10.3
54452025-04-30T20:33:31.840Z Fresh subprocess v0.2.9
54462025-04-30T20:33:31.840Z Fresh universal-hash v0.5.1
54472025-04-30T20:33:31.840Z Fresh opaque-debug v0.3.1
54482025-04-30T20:33:31.840Z Fresh progenitor v0.8.0
54492025-04-30T20:33:31.840Z Fresh rustc_version v0.1.7
54502025-04-30T20:33:31.840Z Fresh aead v0.5.2
54512025-04-30T20:33:31.840Z Fresh poly1305 v0.8.0
54522025-04-30T20:33:31.840Z Fresh chacha20 v0.9.1
54532025-04-30T20:33:31.840Z Fresh thiserror-impl-no-std v2.0.2
54542025-04-30T20:33:31.840Z Fresh qorb v0.3.1
54552025-04-30T20:33:31.840Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
54562025-04-30T20:33:31.840Z Fresh thiserror-no-std v2.0.2
54572025-04-30T20:33:31.840Z Fresh chacha20poly1305 v0.10.1
54582025-04-30T20:33:31.841Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
54592025-04-30T20:33:31.841Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
54602025-04-30T20:33:31.841Z Fresh bytecount v0.6.8
54612025-04-30T20:33:31.841Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
54622025-04-30T20:33:31.841Z Fresh vsss-rs v3.3.4
54632025-04-30T20:33:31.841Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
54642025-04-30T20:33:31.841Z Fresh display-error-chain v0.2.2
54652025-04-30T20:33:31.841Z Fresh newtype_derive v0.1.6
54662025-04-30T20:33:31.841Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
54672025-04-30T20:33:31.841Z Fresh gethostname v0.5.0
54682025-04-30T20:33:31.841Z Fresh steno v0.4.1
54692025-04-30T20:33:31.841Z Fresh nibble_vec v0.1.0
54702025-04-30T20:33:31.841Z Fresh endian-type v0.1.2
54712025-04-30T20:33:31.883Z Fresh proc-macro-error-attr2 v2.0.0
54722025-04-30T20:33:31.883Z Fresh slog-dtrace v0.3.0
54732025-04-30T20:33:31.883Z Fresh radix_trie v0.2.1
54742025-04-30T20:33:31.883Z Fresh proc-macro-error2 v2.0.1
54752025-04-30T20:33:31.883Z Fresh maplit v1.0.2
54762025-04-30T20:33:31.883Z Fresh tabled_derive v0.10.0
54772025-04-30T20:33:31.883Z Fresh papergrid v0.14.0
54782025-04-30T20:33:31.883Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
54792025-04-30T20:33:31.883Z Fresh num-derive v0.3.3
54802025-04-30T20:33:31.883Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
54812025-04-30T20:33:31.883Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
54822025-04-30T20:33:31.883Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
54832025-04-30T20:33:31.883Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
54842025-04-30T20:33:31.883Z Fresh tabled v0.18.0
54852025-04-30T20:33:31.883Z Fresh libscf-sys v1.1.0
54862025-04-30T20:33:31.883Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
54872025-04-30T20:33:31.883Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
54882025-04-30T20:33:31.883Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
54892025-04-30T20:33:31.883Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
54902025-04-30T20:33:31.883Z Fresh fxhash v0.2.1
54912025-04-30T20:33:31.883Z Fresh vte_generate_state_changes v0.1.2
54922025-04-30T20:33:31.883Z Fresh crc8 v0.1.1
54932025-04-30T20:33:31.883Z Fresh const_format_proc_macros v0.2.34
54942025-04-30T20:33:31.883Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
54952025-04-30T20:33:31.883Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
54962025-04-30T20:33:31.883Z Fresh vte v0.11.1
54972025-04-30T20:33:31.883Z Fresh fd-lock v4.0.2
54982025-04-30T20:33:31.883Z Fresh async-recursion v1.1.1
54992025-04-30T20:33:31.883Z Fresh const_format v0.2.34
55002025-04-30T20:33:31.883Z Fresh nu-ansi-term v0.50.1
55012025-04-30T20:33:31.883Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
55022025-04-30T20:33:31.883Z Fresh strip-ansi-escapes v0.2.0
55032025-04-30T20:33:31.883Z Fresh termcolor v1.4.1
55042025-04-30T20:33:31.883Z Fresh tap v1.0.1
55052025-04-30T20:33:31.883Z Fresh reedline v0.38.0
55062025-04-30T20:33:31.883Z Fresh radium v0.7.0
55072025-04-30T20:33:31.883Z Fresh wyz v0.5.1
55082025-04-30T20:33:31.884Z Fresh crc-catalog v2.4.0
55092025-04-30T20:33:31.884Z Fresh funty v2.0.0
55102025-04-30T20:33:31.884Z Fresh packed_struct_codegen v0.10.1
55112025-04-30T20:33:31.885Z Fresh crc v3.2.1
55122025-04-30T20:33:31.885Z Fresh maybe-uninit v2.0.0
55132025-04-30T20:33:31.885Z Fresh bitvec v1.0.1
55142025-04-30T20:33:31.885Z Fresh nodrop v0.1.14
55152025-04-30T20:33:31.885Z Fresh hashbrown v0.12.3
55162025-04-30T20:33:31.885Z Fresh bitfield v0.14.0
55172025-04-30T20:33:31.885Z Fresh array-init v0.0.4
55182025-04-30T20:33:31.885Z Fresh smallvec v0.6.14
55192025-04-30T20:33:31.885Z Fresh packed_struct v0.10.1
55202025-04-30T20:33:31.885Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
55212025-04-30T20:33:31.885Z Fresh env_logger v0.10.2
55222025-04-30T20:33:31.885Z Fresh ron v0.8.1
55232025-04-30T20:33:31.885Z Fresh hashbrown v0.13.2
55242025-04-30T20:33:31.885Z Fresh serde-hex v0.1.0
55252025-04-30T20:33:31.885Z Fresh indexmap v1.9.3
55262025-04-30T20:33:31.885Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
55272025-04-30T20:33:31.885Z Fresh crc-any v2.5.0
55282025-04-30T20:33:31.885Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
55292025-04-30T20:33:31.885Z Fresh papergrid v0.11.0
55302025-04-30T20:33:31.885Z Fresh tabled_derive v0.7.0
55312025-04-30T20:33:31.885Z Fresh kstat-rs v0.2.4
55322025-04-30T20:33:31.885Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
55332025-04-30T20:33:31.885Z Fresh object v0.30.4
55342025-04-30T20:33:31.885Z Fresh path-slash v0.1.5
55352025-04-30T20:33:31.885Z Fresh tabled v0.15.0
55362025-04-30T20:33:31.885Z Fresh diff v0.1.13
55372025-04-30T20:33:31.885Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2)
55382025-04-30T20:33:31.885Z Fresh dsl_auto_type v0.1.2
55392025-04-30T20:33:31.885Z Fresh phf_generator v0.11.2
55402025-04-30T20:33:31.885Z Fresh scheduled-thread-pool v0.2.7
55412025-04-30T20:33:31.885Z Fresh diesel_table_macro_syntax v0.2.0
55422025-04-30T20:33:31.885Z Fresh bitfield-struct v0.6.2
55432025-04-30T20:33:31.885Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
55442025-04-30T20:33:31.885Z Fresh r2d2 v0.8.10
55452025-04-30T20:33:31.885Z Fresh phf_codegen v0.11.2
55462025-04-30T20:33:31.885Z Fresh diesel_derives v2.2.3
55472025-04-30T20:33:31.885Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
55482025-04-30T20:33:31.886Z Fresh libefi-sys v0.1.0
55492025-04-30T20:33:31.886Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
55502025-04-30T20:33:31.886Z Fresh parse-zoneinfo v0.3.1
55512025-04-30T20:33:31.886Z Fresh cfg_aliases v0.1.1
55522025-04-30T20:33:31.886Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
55532025-04-30T20:33:31.886Z Fresh diesel v2.2.9
55542025-04-30T20:33:31.886Z Fresh bcs v0.1.6
55552025-04-30T20:33:31.886Z Fresh chrono-tz-build v0.4.0
55562025-04-30T20:33:31.886Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
55572025-04-30T20:33:31.887Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
55582025-04-30T20:33:31.887Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
55592025-04-30T20:33:31.887Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
55602025-04-30T20:33:31.887Z Fresh nanorand v0.7.0
55612025-04-30T20:33:31.887Z Fresh flume v0.11.1
55622025-04-30T20:33:31.887Z Fresh nix v0.28.0
55632025-04-30T20:33:31.887Z Fresh crunchy v0.2.2
55642025-04-30T20:33:31.887Z Fresh peg-macros v0.8.5
55652025-04-30T20:33:31.887Z Fresh sqlparser_derive v0.2.2
55662025-04-30T20:33:31.887Z Fresh bit-vec v0.6.3
55672025-04-30T20:33:31.887Z Fresh unicode_categories v0.1.1
55682025-04-30T20:33:31.887Z Fresh parking_lot_core v0.8.6
55692025-04-30T20:33:31.887Z Fresh peg v0.8.5
55702025-04-30T20:33:31.887Z Fresh tiny-keccak v2.0.2
55712025-04-30T20:33:31.929Z Fresh bit-set v0.5.3
55722025-04-30T20:33:31.929Z Fresh sqlformat v0.2.6
55732025-04-30T20:33:31.929Z Fresh sqlparser v0.45.0
55742025-04-30T20:33:31.929Z Fresh rustyline v14.0.0
55752025-04-30T20:33:31.929Z Fresh chrono-tz v0.10.3
55762025-04-30T20:33:31.929Z Fresh ascii-canvas v3.0.0
55772025-04-30T20:33:31.929Z Fresh ref-cast-impl v1.0.23
55782025-04-30T20:33:31.929Z Fresh ena v0.14.3
55792025-04-30T20:33:31.929Z Fresh termtree v0.5.1
55802025-04-30T20:33:31.929Z Fresh regex-syntax v0.6.29
55812025-04-30T20:33:31.929Z Fresh parking_lot v0.11.2
55822025-04-30T20:33:31.929Z Fresh lalrpop v0.19.12
55832025-04-30T20:33:31.929Z Fresh ref-cast v1.0.23
55842025-04-30T20:33:31.929Z Fresh rustc-hash v2.1.1
55852025-04-30T20:33:31.929Z Fresh xshell-macros v0.2.7
55862025-04-30T20:33:31.929Z Fresh bindgen v0.71.1
55872025-04-30T20:33:31.929Z Fresh sled v0.34.7
55882025-04-30T20:33:31.929Z Fresh hickory-client v0.24.4
55892025-04-30T20:33:31.929Z Fresh xshell v0.2.7
55902025-04-30T20:33:31.929Z Fresh derive_builder_core v0.20.2
55912025-04-30T20:33:31.929Z Fresh hickory-server v0.24.4
55922025-04-30T20:33:31.929Z Fresh derive_builder_macro v0.20.2
55932025-04-30T20:33:31.929Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
55942025-04-30T20:33:31.929Z Fresh strum_macros v0.24.3
55952025-04-30T20:33:31.929Z Fresh indoc v1.0.9
55962025-04-30T20:33:31.929Z Fresh polar-core v0.27.3
55972025-04-30T20:33:31.929Z Fresh derive_builder v0.20.2
55982025-04-30T20:33:31.929Z Fresh libxml v0.3.3
55992025-04-30T20:33:31.929Z Fresh oso-derive v0.27.3
56002025-04-30T20:33:31.929Z Fresh impl-trait-for-tuples v0.2.2
56012025-04-30T20:33:31.929Z Fresh quick-xml v0.37.2
56022025-04-30T20:33:31.930Z Fresh oso v0.27.3
56032025-04-30T20:33:31.930Z Fresh samael v0.0.18
56042025-04-30T20:33:31.930Z Fresh primeorder v0.13.6
56052025-04-30T20:33:31.931Z Fresh signal-hook-tokio v0.3.1
56062025-04-30T20:33:31.931Z Fresh http-range v0.1.5
56072025-04-30T20:33:31.931Z Fresh unicase v2.7.0
56082025-04-30T20:33:31.931Z Fresh bb8 v0.8.5
56092025-04-30T20:33:31.931Z Fresh cargo-platform v0.1.8
56102025-04-30T20:33:31.931Z Fresh atty v0.2.14
56112025-04-30T20:33:31.931Z Fresh assert_matches v1.5.0
56122025-04-30T20:33:31.931Z Fresh diesel-dtrace v0.4.2
56132025-04-30T20:33:31.931Z Fresh async-bb8-diesel v0.2.1
56142025-04-30T20:33:31.931Z Fresh p384 v0.13.0
56152025-04-30T20:33:31.931Z Fresh tungstenite v0.23.0
56162025-04-30T20:33:31.931Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
56172025-04-30T20:33:31.931Z Fresh void v1.0.2
56182025-04-30T20:33:31.931Z Fresh mime_guess v2.0.5
56192025-04-30T20:33:31.931Z Fresh tokio-tungstenite v0.23.1
56202025-04-30T20:33:31.931Z Fresh lzss v0.8.2
56212025-04-30T20:33:31.931Z Fresh salty v0.3.0
56222025-04-30T20:33:31.931Z Fresh hyper-staticfile v0.10.1
56232025-04-30T20:33:31.931Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
56242025-04-30T20:33:31.931Z Fresh nix v0.27.1
56252025-04-30T20:33:31.931Z Fresh env_filter v0.1.2
56262025-04-30T20:33:31.931Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
56272025-04-30T20:33:31.932Z Fresh env_logger v0.11.5
56282025-04-30T20:33:31.932Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
56292025-04-30T20:33:31.932Z Fresh secrecy v0.8.0
56302025-04-30T20:33:31.932Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
56312025-04-30T20:33:31.932Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
56322025-04-30T20:33:31.932Z Fresh rand_seeder v0.3.0
56332025-04-30T20:33:31.933Z Fresh pin-project-internal v1.1.6
56342025-04-30T20:33:31.933Z Fresh snafu-derive v0.8.5
56352025-04-30T20:33:31.933Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
56362025-04-30T20:33:31.933Z Fresh pin-project v1.1.6
56372025-04-30T20:33:31.933Z Fresh olpc-cjson v0.1.4
56382025-04-30T20:33:31.933Z Fresh globset v0.4.15
56392025-04-30T20:33:31.933Z Fresh serde_plain v1.0.2
56402025-04-30T20:33:31.933Z Fresh snafu v0.8.5
56412025-04-30T20:33:31.933Z Fresh typed-path v0.9.3
56422025-04-30T20:33:31.933Z Fresh parse-size v1.1.0
56432025-04-30T20:33:31.933Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
56442025-04-30T20:33:31.933Z Fresh tough v0.20.0
56452025-04-30T20:33:31.933Z Fresh fs-err v2.11.0
56462025-04-30T20:33:31.933Z Fresh yansi v1.0.1
56472025-04-30T20:33:31.933Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
56482025-04-30T20:33:31.933Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
56492025-04-30T20:33:31.933Z Fresh pretty_assertions v1.4.1
56502025-04-30T20:33:31.933Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
56512025-04-30T20:33:31.933Z Fresh io-lifetimes v1.0.11
56522025-04-30T20:33:31.933Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
56532025-04-30T20:33:31.933Z Fresh concurrent-queue v2.5.0
56542025-04-30T20:33:31.933Z Fresh parking v2.2.1
56552025-04-30T20:33:31.933Z Fresh rustix v0.37.28
56562025-04-30T20:33:31.933Z Fresh libz-sys v1.1.20
56572025-04-30T20:33:31.933Z Fresh castaway v0.2.3
56582025-04-30T20:33:31.934Z Fresh smawk v0.3.2
56592025-04-30T20:33:31.934Z Fresh indoc v2.0.6
56602025-04-30T20:33:31.934Z Fresh unicode-linebreak v0.1.5
56612025-04-30T20:33:31.934Z Fresh terminal_size v0.2.6
56622025-04-30T20:33:31.934Z Fresh is_ci v1.2.0
56632025-04-30T20:33:31.934Z Fresh libgit2-sys v0.17.0+1.8.1
56642025-04-30T20:33:31.934Z Fresh compact_str v0.8.0
56652025-04-30T20:33:31.934Z Fresh unicode-truncate v1.1.0
56662025-04-30T20:33:31.934Z Fresh lru v0.12.5
56672025-04-30T20:33:31.934Z Fresh textwrap v0.16.1
56682025-04-30T20:33:31.934Z Fresh supports-color v3.0.2
56692025-04-30T20:33:31.934Z Fresh instability v0.3.2
56702025-04-30T20:33:31.934Z Fresh cassowary v0.3.0
56712025-04-30T20:33:31.976Z Fresh git2 v0.19.0
56722025-04-30T20:33:31.976Z Fresh event-listener v5.3.1
56732025-04-30T20:33:31.976Z Fresh cargo_metadata v0.18.1
56742025-04-30T20:33:31.976Z Fresh ratatui v0.29.0
56752025-04-30T20:33:31.976Z Fresh vergen v8.3.2
56762025-04-30T20:33:31.977Z Fresh event-listener-strategy v0.5.2
56772025-04-30T20:33:31.977Z Fresh cargo_metadata v0.19.2
56782025-04-30T20:33:31.977Z Fresh sct v0.7.1
56792025-04-30T20:33:31.977Z Fresh rustls-webpki v0.101.7
56802025-04-30T20:33:31.977Z Fresh rustls v0.21.12
56812025-04-30T20:33:31.977Z Fresh futures-lite v2.3.0
56822025-04-30T20:33:31.977Z Fresh tokio-rustls v0.24.1
56832025-04-30T20:33:31.977Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
56842025-04-30T20:33:31.977Z Fresh rustls-pemfile v1.0.4
56852025-04-30T20:33:31.977Z Fresh twox-hash v2.1.0
56862025-04-30T20:33:31.977Z Fresh shell-words v1.1.0
56872025-04-30T20:33:31.977Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
56882025-04-30T20:33:31.977Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
56892025-04-30T20:33:31.978Z Fresh async-lock v3.4.0
56902025-04-30T20:33:31.978Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
56912025-04-30T20:33:31.978Z Fresh fatfs v0.3.6
56922025-04-30T20:33:31.978Z Fresh polling v3.7.3
56932025-04-30T20:33:31.978Z Fresh csv-core v0.1.11
56942025-04-30T20:33:31.978Z Fresh plotters-backend v0.3.7
56952025-04-30T20:33:31.978Z Fresh async-io v2.3.4
56962025-04-30T20:33:31.978Z Fresh async-task v4.7.1
56972025-04-30T20:33:31.978Z Fresh plotters-svg v0.3.7
56982025-04-30T20:33:31.978Z Fresh csv v1.3.1
56992025-04-30T20:33:31.978Z Fresh async-channel v2.3.1
57002025-04-30T20:33:31.979Z Fresh piper v0.2.4
57012025-04-30T20:33:31.979Z Fresh rtoolbox v0.0.2
57022025-04-30T20:33:31.979Z Fresh cast v0.3.0
57032025-04-30T20:33:31.979Z Fresh hex-literal v0.4.1
57042025-04-30T20:33:31.979Z Fresh plotters v0.3.7
57052025-04-30T20:33:31.979Z Fresh blocking v1.6.1
57062025-04-30T20:33:31.979Z Fresh async-signal v0.2.10
57072025-04-30T20:33:31.979Z Fresh async-executor v1.13.1
57082025-04-30T20:33:31.979Z Fresh rpassword v7.3.1
57092025-04-30T20:33:31.979Z Fresh tui-tree-widget v0.23.0
57102025-04-30T20:33:31.979Z Fresh criterion-plot v0.5.0
57112025-04-30T20:33:31.979Z Fresh tinytemplate v1.2.1
57122025-04-30T20:33:31.979Z Fresh event-listener v2.5.3
57132025-04-30T20:33:31.979Z Fresh futures-timer v3.0.3
57142025-04-30T20:33:31.979Z Fresh oorandom v11.1.4
57152025-04-30T20:33:31.979Z Fresh anes v0.1.6
57162025-04-30T20:33:31.979Z Fresh async-channel v1.9.0
57172025-04-30T20:33:31.979Z Fresh criterion v0.5.1
57182025-04-30T20:33:31.979Z Fresh async-global-executor v2.4.1
57192025-04-30T20:33:31.979Z Fresh async-process v2.3.0
57202025-04-30T20:33:31.979Z Fresh polyval v0.6.2
57212025-04-30T20:33:31.979Z Fresh async-attributes v1.1.2
57222025-04-30T20:33:31.979Z Fresh kv-log-macro v1.0.7
57232025-04-30T20:33:31.979Z Fresh ghash v0.5.1
57242025-04-30T20:33:31.979Z Fresh petname v2.0.2
57252025-04-30T20:33:31.979Z Fresh ctr v0.9.2
57262025-04-30T20:33:31.981Z Fresh sync-ptr v0.1.1
57272025-04-30T20:33:31.981Z Fresh async-std v1.13.0
57282025-04-30T20:33:31.981Z Fresh aes-gcm v0.10.3
57292025-04-30T20:33:31.981Z Fresh ssh-encoding v0.2.0
57302025-04-30T20:33:31.981Z Fresh blowfish v0.9.1
57312025-04-30T20:33:31.981Z Fresh async-object-pool v0.1.5
57322025-04-30T20:33:31.981Z Fresh serde_regex v1.1.0
57332025-04-30T20:33:31.981Z Fresh assert-json-diff v2.0.2
57342025-04-30T20:33:31.981Z Fresh path-tree v0.8.1
57352025-04-30T20:33:31.981Z Fresh arrayref v0.3.9
57362025-04-30T20:33:31.981Z Fresh constant_time_eq v0.3.1
57372025-04-30T20:33:31.981Z Fresh arrayvec v0.7.6
57382025-04-30T20:33:31.981Z Fresh stringmetrics v2.2.2
57392025-04-30T20:33:31.981Z Fresh bcrypt-pbkdf v0.10.0
57402025-04-30T20:33:31.981Z Fresh target-lexicon v0.13.2
57412025-04-30T20:33:31.981Z Fresh ssh-cipher v0.2.0
57422025-04-30T20:33:31.981Z Fresh httpmock v0.8.0-alpha.1
57432025-04-30T20:33:31.981Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
57442025-04-30T20:33:31.981Z Fresh password-hash v0.4.2
57452025-04-30T20:33:31.981Z Fresh cfg-expr v0.18.0
57462025-04-30T20:33:31.981Z Fresh ssh-key v0.6.6
57472025-04-30T20:33:31.981Z Fresh pbkdf2 v0.11.0
57482025-04-30T20:33:31.981Z Fresh guppy-workspace-hack v0.1.0
57492025-04-30T20:33:31.981Z Fresh p521 v0.13.3
57502025-04-30T20:33:31.981Z Fresh p256 v0.13.2
57512025-04-30T20:33:31.983Z Fresh russh-cryptovec v0.7.3
57522025-04-30T20:33:31.983Z Fresh md5 v0.7.0
57532025-04-30T20:33:31.983Z Fresh target-spec v3.4.2
57542025-04-30T20:33:31.983Z Fresh pathdiff v0.2.3
57552025-04-30T20:33:31.983Z Fresh russh-keys v0.45.0
57562025-04-30T20:33:31.983Z Fresh httptest v0.16.3
57572025-04-30T20:33:31.983Z Fresh num-bigint v0.4.6
57582025-04-30T20:33:31.983Z Fresh rustls-native-certs v0.7.3
57592025-04-30T20:33:31.983Z Fresh des v0.8.1
57602025-04-30T20:33:31.983Z Fresh memmap2 v0.9.5
57612025-04-30T20:33:31.983Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
57622025-04-30T20:33:31.983Z Fresh nested v0.1.1
57632025-04-30T20:33:31.983Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
57642025-04-30T20:33:31.983Z Fresh guppy v0.17.17
57652025-04-30T20:33:31.983Z Fresh blake3 v1.5.4
57662025-04-30T20:33:31.983Z Fresh hyper-rustls v0.26.0
57672025-04-30T20:33:31.983Z Fresh russh v0.45.0
57682025-04-30T20:33:31.983Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
57692025-04-30T20:33:31.983Z Fresh termtree v0.4.1
57702025-04-30T20:33:31.983Z Fresh internet-checksum v0.2.1
57712025-04-30T20:33:32.028Z Fresh topological-sort v0.2.2
57722025-04-30T20:33:32.028Z Fresh predicates-tree v1.0.11
57732025-04-30T20:33:32.028Z Fresh doc-comment v0.3.3
57742025-04-30T20:33:32.028Z Fresh omicron-zone-package v0.12.0
57752025-04-30T20:33:32.029Z Compiling similar-asserts v1.7.0
57762025-04-30T20:33:32.029Z Fresh proc-macro-crate v3.2.0
57772025-04-30T20:33:32.029Z Fresh relative-path v1.9.3
57782025-04-30T20:33:32.029Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-asserts-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="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=211be901bf9e45e7 -C extra-filename=-2a878e95f9868ded --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-9282f5134aa6ca48.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-de8def02646ad1c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
57792025-04-30T20:33:32.029Z Fresh rstest_macros v0.24.0
57802025-04-30T20:33:32.029Z Fresh assert_cmd v2.0.17
57812025-04-30T20:33:32.029Z Fresh target-triple v0.1.3
57822025-04-30T20:33:32.029Z Fresh multimap v0.10.0
57832025-04-30T20:33:32.029Z Fresh uzers v0.12.1
57842025-04-30T20:33:32.029Z Fresh trybuild v1.0.103
57852025-04-30T20:33:32.029Z Fresh rstest v0.24.0
57862025-04-30T20:33:32.029Z Fresh blake2b_simd v1.0.2
57872025-04-30T20:33:32.029Z Fresh partial-io v0.5.4
57882025-04-30T20:33:32.029Z Fresh rand_distr v0.4.3
57892025-04-30T20:33:32.029Z Fresh approx v0.5.1
57902025-04-30T20:33:32.029Z Fresh rust-argon2 v2.1.0
57912025-04-30T20:33:32.029Z Fresh cargo_toml v0.21.0
57922025-04-30T20:33:32.029Z Fresh termios v0.3.3
57932025-04-30T20:33:32.029Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
57942025-04-30T20:33:32.030Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
57952025-04-30T20:33:32.030Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
57962025-04-30T20:33:32.030Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
57972025-04-30T20:33:32.030Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
57982025-04-30T20:33:32.030Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
57992025-04-30T20:33:32.030Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
58002025-04-30T20:33:32.030Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
58012025-04-30T20:33:32.030Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
58022025-04-30T20:33:32.030Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
58032025-04-30T20:33:32.030Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
58042025-04-30T20:33:32.030Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
58052025-04-30T20:33:32.030Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
58062025-04-30T20:33:32.030Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
58072025-04-30T20:33:32.030Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
58082025-04-30T20:33:32.030Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
58092025-04-30T20:33:32.030Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
58102025-04-30T20:33:32.030Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
58112025-04-30T20:33:32.030Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
58122025-04-30T20:33:32.030Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
58132025-04-30T20:33:32.031Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
58142025-04-30T20:33:32.031Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
58152025-04-30T20:33:32.031Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
58162025-04-30T20:33:32.031Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
58172025-04-30T20:33:32.031Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
58182025-04-30T20:33:32.031Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
58192025-04-30T20:33:32.032Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
58202025-04-30T20:33:32.032Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
58212025-04-30T20:33:32.032Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
58222025-04-30T20:33:32.032Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
58232025-04-30T20:33:32.032Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
58242025-04-30T20:33:32.032Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
58252025-04-30T20:33:32.032Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
58262025-04-30T20:33:32.032Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
58272025-04-30T20:33:32.032Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
58282025-04-30T20:33:32.032Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
58292025-04-30T20:33:32.032Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
58302025-04-30T20:33:32.032Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
58312025-04-30T20:33:32.033Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
58322025-04-30T20:33:32.033Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
58332025-04-30T20:33:32.033Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
58342025-04-30T20:33:32.033Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
58352025-04-30T20:33:32.033Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
58362025-04-30T20:33:32.033Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=adebb2c4421bb729 -C extra-filename=-49ca559b6c38a464 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b4144d34d5ca7e16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4bcbaffa123f0a0d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1f978df0018f64ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_client=/work/oxidecomputer/omicron/target/debug/deps/libereport_client-1b4ca5e7724c66e9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-217ca92611eea32f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f1ede6fe6a0aa363.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4e54e2f21736020a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a87dec960d63ea00.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8662e5632bbd790a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ebb6cc945c5993b9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-121946a417c019be.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9604200e68b245ec.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-52aaf0dde4f0fdbc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d913e60917729938.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d0f4ab2bc37f92d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
58372025-04-30T20:33:32.035Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6a98baf7b80ec23 -C extra-filename=-5a33bc24a175ad34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b4144d34d5ca7e16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4bcbaffa123f0a0d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1f978df0018f64ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_client=/work/oxidecomputer/omicron/target/debug/deps/libereport_client-1b4ca5e7724c66e9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-217ca92611eea32f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f1ede6fe6a0aa363.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4e54e2f21736020a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a87dec960d63ea00.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8662e5632bbd790a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ebb6cc945c5993b9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-121946a417c019be.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9604200e68b245ec.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-52aaf0dde4f0fdbc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d913e60917729938.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d0f4ab2bc37f92d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
58382025-04-30T20:33:32.037Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
58392025-04-30T20:33:32.037Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
58402025-04-30T20:33:32.037Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
58412025-04-30T20:33:32.037Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
58422025-04-30T20:33:32.037Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
58432025-04-30T20:33:32.037Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
58442025-04-30T20:33:32.037Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
58452025-04-30T20:33:32.037Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
58462025-04-30T20:33:32.037Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
58472025-04-30T20:33:32.037Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
58482025-04-30T20:33:32.037Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
58492025-04-30T20:33:32.038Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
58502025-04-30T20:33:32.038Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
58512025-04-30T20:33:32.038Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
58522025-04-30T20:33:32.038Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
58532025-04-30T20:33:32.038Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
58542025-04-30T20:33:32.038Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
58552025-04-30T20:33:32.038Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
58562025-04-30T20:33:32.038Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
58572025-04-30T20:33:32.038Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
58582025-04-30T20:33:32.038Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
58592025-04-30T20:33:32.038Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
58602025-04-30T20:33:32.038Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
58612025-04-30T20:33:32.038Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
58622025-04-30T20:33:32.038Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
58632025-04-30T20:33:32.038Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
58642025-04-30T20:33:32.038Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
58652025-04-30T20:33:32.038Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
58662025-04-30T20:33:32.038Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
58672025-04-30T20:33:32.038Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
58682025-04-30T20:33:32.038Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
58692025-04-30T20:33:32.038Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
58702025-04-30T20:33:32.038Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
58712025-04-30T20:33:32.080Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
58722025-04-30T20:33:32.080Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
58732025-04-30T20:33:32.080Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
58742025-04-30T20:33:32.080Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
58752025-04-30T20:33:32.080Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
58762025-04-30T20:33:32.080Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
58772025-04-30T20:33:32.080Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
58782025-04-30T20:33:32.080Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
58792025-04-30T20:33:32.080Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
58802025-04-30T20:33:32.080Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
58812025-04-30T20:33:32.080Z Fresh ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client)
58822025-04-30T20:33:32.080Z Fresh ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
58832025-04-30T20:33:32.080Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
58842025-04-30T20:33:32.080Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
58852025-04-30T20:33:32.080Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
58862025-04-30T20:33:32.080Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
58872025-04-30T20:33:32.080Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
58882025-04-30T20:33:32.080Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
58892025-04-30T20:33:32.080Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
58902025-04-30T20:33:32.080Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
58912025-04-30T20:33:32.080Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
58922025-04-30T20:33:32.080Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
58932025-04-30T20:33:32.080Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
58942025-04-30T20:33:32.080Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
58952025-04-30T20:33:32.080Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
58962025-04-30T20:33:32.080Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
58972025-04-30T20:33:32.080Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
58982025-04-30T20:33:32.080Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
58992025-04-30T20:33:32.080Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59002025-04-30T20:33:32.081Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
59012025-04-30T20:33:32.081Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
59022025-04-30T20:33:32.081Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
59032025-04-30T20:33:32.081Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
59042025-04-30T20:33:32.081Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
59052025-04-30T20:33:32.081Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
59062025-04-30T20:33:32.081Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
59072025-04-30T20:33:32.081Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
59082025-04-30T20:33:32.081Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
59092025-04-30T20:33:32.081Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
59102025-04-30T20:33:32.081Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
59112025-04-30T20:33:32.081Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
59122025-04-30T20:33:32.081Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
59132025-04-30T20:33:32.081Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
59142025-04-30T20:33:32.081Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
59152025-04-30T20:33:32.081Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
59162025-04-30T20:33:32.081Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
59172025-04-30T20:33:32.081Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
59182025-04-30T20:33:32.081Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
59192025-04-30T20:33:32.081Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59202025-04-30T20:33:32.081Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
59212025-04-30T20:33:32.081Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
59222025-04-30T20:33:32.081Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
59232025-04-30T20:33:32.081Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
59242025-04-30T20:33:32.081Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
59252025-04-30T20:33:32.081Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
59262025-04-30T20:33:32.081Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
59272025-04-30T20:33:32.081Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
59282025-04-30T20:33:32.081Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
59292025-04-30T20:33:32.081Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
59302025-04-30T20:33:32.081Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
59312025-04-30T20:33:32.081Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
59322025-04-30T20:33:32.081Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
59332025-04-30T20:33:32.081Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
59342025-04-30T20:33:32.081Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
59352025-04-30T20:33:32.081Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
59362025-04-30T20:33:32.081Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
59372025-04-30T20:33:32.081Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
59382025-04-30T20:33:32.081Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
59392025-04-30T20:33:32.082Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
59402025-04-30T20:33:32.082Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
59412025-04-30T20:33:32.082Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
59422025-04-30T20:33:33.295Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=43b4ae2280fb1165 -C extra-filename=-7d997c8ce1cfdbe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b4144d34d5ca7e16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4bcbaffa123f0a0d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1f978df0018f64ba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_client=/work/oxidecomputer/omicron/target/debug/deps/libereport_client-1b4ca5e7724c66e9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-be3024251858b52f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbc6bca9e221d728.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0051a6c6ada7ab5f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-217ca92611eea32f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f1ede6fe6a0aa363.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4e54e2f21736020a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a87dec960d63ea00.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8662e5632bbd790a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ebb6cc945c5993b9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-121946a417c019be.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9604200e68b245ec.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-52aaf0dde4f0fdbc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d913e60917729938.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-99e2f15472a03dea.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d0f4ab2bc37f92d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a878e95f9868ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8245a8f39bb5b6f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
59432025-04-30T20:33:33.298Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aedb0ada1c0e6442 -C extra-filename=-7acfb53d2398ca18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b4144d34d5ca7e16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4bcbaffa123f0a0d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1f978df0018f64ba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_client=/work/oxidecomputer/omicron/target/debug/deps/libereport_client-1b4ca5e7724c66e9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-be3024251858b52f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbc6bca9e221d728.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0051a6c6ada7ab5f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-217ca92611eea32f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f1ede6fe6a0aa363.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4e54e2f21736020a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a87dec960d63ea00.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8662e5632bbd790a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ebb6cc945c5993b9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-121946a417c019be.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9604200e68b245ec.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-52aaf0dde4f0fdbc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d913e60917729938.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-99e2f15472a03dea.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d0f4ab2bc37f92d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a878e95f9868ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8245a8f39bb5b6f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
59442025-04-30T20:33:33.348Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e9f78865589f471 -C extra-filename=-b032464fc63e5c47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b4144d34d5ca7e16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4bcbaffa123f0a0d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1f978df0018f64ba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_client=/work/oxidecomputer/omicron/target/debug/deps/libereport_client-1b4ca5e7724c66e9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-be3024251858b52f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbc6bca9e221d728.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0051a6c6ada7ab5f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-217ca92611eea32f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f1ede6fe6a0aa363.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4e54e2f21736020a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a87dec960d63ea00.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8662e5632bbd790a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ebb6cc945c5993b9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-121946a417c019be.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9604200e68b245ec.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-52aaf0dde4f0fdbc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d913e60917729938.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-99e2f15472a03dea.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d0f4ab2bc37f92d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a878e95f9868ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8245a8f39bb5b6f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
59452025-04-30T20:33:33.348Z Running `/home/build/.rustup/toolchains/1.86.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa9e423e7a264902 -C extra-filename=-758e04045aaeb7df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b4144d34d5ca7e16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4bcbaffa123f0a0d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1f978df0018f64ba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_client=/work/oxidecomputer/omicron/target/debug/deps/libereport_client-1b4ca5e7724c66e9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-be3024251858b52f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbc6bca9e221d728.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0051a6c6ada7ab5f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-217ca92611eea32f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f1ede6fe6a0aa363.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4e54e2f21736020a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a87dec960d63ea00.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8662e5632bbd790a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ebb6cc945c5993b9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-121946a417c019be.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9604200e68b245ec.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-52aaf0dde4f0fdbc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d913e60917729938.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-99e2f15472a03dea.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d0f4ab2bc37f92d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a878e95f9868ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8245a8f39bb5b6f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.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-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
59462025-04-30T20:40:14.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 46s
59472025-04-30T20:40:14.785Z
59482025-04-30T20:40:14.785Zreal 6:46.660893070
59492025-04-30T20:40:14.785Zuser 14:52.402887222
59502025-04-30T20:40:14.785Zsys 1:09.780845437
59512025-04-30T20:40:14.785Ztrap 0.338878586
59522025-04-30T20:40:14.785Ztflt 0.868467192
59532025-04-30T20:40:14.785Zdflt 9.704521862
59542025-04-30T20:40:14.785Zkflt 0.061123337
59552025-04-30T20:40:14.826Zlock 32:53.859272522
59562025-04-30T20:40:14.826Zslp 46:57.770188115
59572025-04-30T20:40:14.826Zlat 3.630156599
59582025-04-30T20:40:14.826Zstop 6.361411183
59592025-04-30T20:40:14.826Z+ banner test
59602025-04-30T20:40:14.826Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
59612025-04-30T20:40:15.007Z
59622025-04-30T20:40:15.007Z ##### ###### #### #####
59632025-04-30T20:40:15.048Z # # # #
59642025-04-30T20:40:15.048Z # ##### #### #
59652025-04-30T20:40:15.048Z # # # #
59662025-04-30T20:40:15.048Z # # # # #
59672025-04-30T20:40:15.048Z # ###### #### #
59682025-04-30T20:40:15.048Z
59692025-04-30T20:40:18.117Zinfo: experimental features enabled: setup-scripts
59702025-04-30T20:40:20.374Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
59712025-04-30T20:40:20.426Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
59722025-04-30T20:40:20.466Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
59732025-04-30T20:40:20.507Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59742025-04-30T20:40:32.458Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.31s
59752025-04-30T20:40:37.923Z────────────
59762025-04-30T20:40:37.923Z Nextest run ID bd81c15d-8651-41fc-998e-1d9940bf7a44 with nextest profile: ci
59772025-04-30T20:40:37.923Z Starting 2009 tests across 202 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
59782025-04-30T20:40:37.962Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
59792025-04-30T20:40:39.329Z Compiling newtype-uuid v1.2.1
59802025-04-30T20:40:39.955Z Compiling daft v0.1.3
59812025-04-30T20:40:40.527Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
59822025-04-30T20:40:41.002Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
59832025-04-30T20:40:41.058Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
59842025-04-30T20:40:41.806Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59852025-04-30T20:40:51.905Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
59862025-04-30T20:40:54.534Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59872025-04-30T20:40:56.693Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
59882025-04-30T20:41:04.670Z Finished `test` profile [unoptimized + debuginfo] target(s) in 26.64s
59892025-04-30T20:41:04.787Z Running `target/debug/crdb-seed`
59902025-04-30T20:41:04.851ZApr 30 20:41:04.848 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpmGEDBq
59912025-04-30T20:41:04.892ZApr 30 20:41:04.848 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpuLNo60,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpmGEDBq/listen-url
59922025-04-30T20:41:04.892ZApr 30 20:41:04.851 INFO cockroach environment: BUILDOMAT_JOB_ID=01JT44ZNKKX4HXVB71HQCN9JYY BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.86.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_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=john/sled-agent-config-reconciler-1 GITHUB_REF=refs/heads/john/sled-agent-config-reconciler-1 GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=16a4c5675d86bcda0a448e8ffdda0b327cdeba13 GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out:/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envutFxWj NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out:/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=bd81c15d-8651-41fc-998e-1d9940bf7a44 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.86.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
59932025-04-30T20:41:05.699ZApr 30 20:41:05.696 INFO cockroach pid: 12291
59942025-04-30T20:41:05.699ZApr 30 20:41:05.696 INFO cockroach listen URL: postgresql://root@[::1]:38880/omicron?sslmode=disable
59952025-04-30T20:41:05.699ZApr 30 20:41:05.696 INFO cockroach: populating
59962025-04-30T20:41:08.659ZApr 30 20:41:08.656 INFO cockroach: populated
59972025-04-30T20:41:10.451ZApr 30 20:41:10.449 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/22f4be72cd1888b901554dfec9a901f25151412586e0d741f98f2463d0f59855.tar`
59982025-04-30T20:41:10.492Z SETUP PASS [ 32.535s] crdb-seed: cargo run -p crdb-seed --profile test
59992025-04-30T20:41:10.492Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
60002025-04-30T20:41:11.809Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
60012025-04-30T20:41:11.851Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
60022025-04-30T20:41:11.851Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
60032025-04-30T20:41:11.851Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
60042025-04-30T20:41:11.851Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
60052025-04-30T20:41:14.371Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
60062025-04-30T20:41:14.754Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
60072025-04-30T20:41:18.097Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
60082025-04-30T20:41:20.006Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
60092025-04-30T20:41:28.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.01s
60102025-04-30T20:41:28.698Z Running `target/debug/clickhouse-cluster-dev`
60112025-04-30T20:41:28.769ZApr 30 20:41:28.762 INFO Setting up a ClickHouse cluster
60122025-04-30T20:41:28.809ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
60132025-04-30T20:41:28.810ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
60142025-04-30T20:41:28.811ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
60152025-04-30T20:41:28.811ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
60162025-04-30T20:41:28.811ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
60172025-04-30T20:41:31.045ZApr 30 20:41:31.043 INFO ClickHouse server ready
60182025-04-30T20:41:31.147ZApr 30 20:41:31.146 INFO ClickHouse server ready
60192025-04-30T20:41:31.460ZApr 30 20:41:31.458 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
60202025-04-30T20:41:31.499Z SETUP PASS [ 21.011s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
60212025-04-30T20:41:53.754Z PASS [ 22.281s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
60222025-04-30T20:41:54.188Z PASS [ 22.714s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
60232025-04-30T20:42:01.363Z PASS [ 29.888s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
60242025-04-30T20:42:01.457Z PASS [ 29.984s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
60252025-04-30T20:42:07.445Z PASS [ 35.971s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
60262025-04-30T20:42:10.409Z PASS [ 38.936s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
60272025-04-30T20:42:28.130Z PASS [ 33.943s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
60282025-04-30T20:42:28.424Z PASS [ 34.668s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
60292025-04-30T20:42:31.548Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
60302025-04-30T20:42:31.590Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
60312025-04-30T20:42:34.786Z PASS [ 33.329s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
60322025-04-30T20:42:45.670Z PASS [ 35.261s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
60332025-04-30T20:42:46.064Z PASS [ 38.620s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
60342025-04-30T20:43:01.373Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
60352025-04-30T20:43:07.767Z PASS [ 39.638s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
60362025-04-30T20:43:07.809Z PASS [ 39.375s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
60372025-04-30T20:43:18.219Z PASS [ 32.153s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
60382025-04-30T20:43:23.846Z PASS [ 82.486s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
60392025-04-30T20:43:23.888Z PASS [ 0.042s] api_identity test::test_identity
60402025-04-30T20:43:23.930Z PASS [ 0.041s] api_identity test::test_identity_no_field
60412025-04-30T20:43:24.053Z PASS [ 0.122s] authz-macros tests::test_authz_snapshots
60422025-04-30T20:43:24.108Z PASS [ 0.055s] bootstore schemes::tests::hello_roundtrip
60432025-04-30T20:43:25.279Z PASS [ 1.171s] bootstore schemes::v0::peer::tests::basic_3_nodes
60442025-04-30T20:43:25.395Z PASS [ 0.115s] bootstore schemes::v0::peer::tests::network_config
60452025-04-30T20:43:25.464Z PASS [ 0.068s] bootstore schemes::v0::share_pkg::tests::create_packages
60462025-04-30T20:43:25.504Z PASS [ 0.032s] bootstore trust_quorum::rack_secret::tests::create_and_verify
60472025-04-30T20:43:25.543Z PASS [ 0.037s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
60482025-04-30T20:43:29.174Z PASS [ 21.376s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
60492025-04-30T20:43:29.966Z PASS [ 22.199s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
60502025-04-30T20:43:30.151Z PASS [ 0.185s] cert-dev::test-cert-dev test_cert_create
60512025-04-30T20:43:30.468Z PASS [ 0.317s] clickana chart::tests::gather_chart_data_failure
60522025-04-30T20:43:30.508Z PASS [ 0.035s] clickana chart::tests::gather_chart_data_for_disk_usage_success
60532025-04-30T20:43:30.548Z PASS [ 4.985s] bootstore::v0-fsm-proptest-learner run
60542025-04-30T20:43:30.548Z PASS [ 0.038s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
60552025-04-30T20:43:30.588Z PASS [ 0.038s] clickana chart::tests::gather_chart_data_for_query_count_success
60562025-04-30T20:43:30.588Z PASS [ 0.040s] clickana chart::tests::gather_chart_data_for_running_queries_success
60572025-04-30T20:43:30.629Z PASS [ 0.063s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
60582025-04-30T20:43:30.669Z PASS [ 0.049s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
60592025-04-30T20:43:30.669Z PASS [ 0.038s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
60602025-04-30T20:43:30.709Z PASS [ 0.038s] clickhouse-admin-types tests::test_empty_output_parse_fail
60612025-04-30T20:43:30.709Z PASS [ 0.036s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
60622025-04-30T20:43:30.751Z PASS [ 0.039s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
60632025-04-30T20:43:30.751Z PASS [ 0.042s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
60642025-04-30T20:43:30.790Z PASS [ 0.042s] clickhouse-admin-types tests::test_full_lgif_parse_success
60652025-04-30T20:43:30.791Z PASS [ 0.038s] clickhouse-admin-types tests::test_full_raft_config_parse_success
60662025-04-30T20:43:30.832Z PASS [ 0.056s] clickhouse-admin-types tests::test_generate_keeper_config
60672025-04-30T20:43:30.873Z PASS [ 0.063s] clickhouse-admin-types tests::test_generate_replica_config
60682025-04-30T20:43:30.873Z PASS [ 0.044s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
60692025-04-30T20:43:30.912Z PASS [ 0.041s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
60702025-04-30T20:43:30.913Z PASS [ 0.039s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
60712025-04-30T20:43:30.952Z PASS [ 0.058s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
60722025-04-30T20:43:30.952Z PASS [ 0.058s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
60732025-04-30T20:43:30.992Z PASS [ 0.046s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
60742025-04-30T20:43:31.032Z PASS [ 0.043s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
60752025-04-30T20:43:31.032Z PASS [ 0.040s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
60762025-04-30T20:43:31.072Z PASS [ 0.043s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
60772025-04-30T20:43:31.112Z PASS [ 0.035s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
60782025-04-30T20:43:31.112Z PASS [ 0.060s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
60792025-04-30T20:43:31.152Z PASS [ 0.036s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
60802025-04-30T20:43:31.192Z PASS [ 0.066s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
60812025-04-30T20:43:31.192Z PASS [ 0.053s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
60822025-04-30T20:43:31.232Z PASS [ 0.052s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
60832025-04-30T20:43:31.232Z PASS [ 0.073s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
60842025-04-30T20:43:31.271Z PASS [ 0.042s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
60852025-04-30T20:43:31.312Z PASS [ 0.061s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
60862025-04-30T20:43:31.361Z PASS [ 0.068s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
60872025-04-30T20:43:31.361Z PASS [ 0.098s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
60882025-04-30T20:43:31.414Z PASS [ 0.052s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
60892025-04-30T20:43:31.453Z PASS [ 0.081s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
60902025-04-30T20:43:31.540Z PASS [ 0.126s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
60912025-04-30T20:43:31.580Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
60922025-04-30T20:43:31.580Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
60932025-04-30T20:43:31.665Z PASS [ 0.220s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
60942025-04-30T20:43:31.727Z PASS [ 0.061s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
60952025-04-30T20:43:31.767Z PASS [ 0.206s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
60962025-04-30T20:43:31.807Z PASS [ 0.049s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
60972025-04-30T20:43:31.847Z PASS [ 0.051s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
60982025-04-30T20:43:31.847Z PASS [ 0.077s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
60992025-04-30T20:43:31.888Z PASS [ 0.049s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
61002025-04-30T20:43:32.180Z PASS [ 0.303s] db-dev::test-db-dev test_db_dev_wipe_no_args
61012025-04-30T20:43:32.221Z PASS [ 0.344s] db-dev::test-db-dev test_db_dev_populate_no_args
61022025-04-30T20:43:34.797Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61032025-04-30T20:43:37.228Z PASS [ 8.054s] bootstore::v0-fsm-proptest-rack-coordinator run
61042025-04-30T20:43:37.312Z PASS [ 0.083s] db-macros lookup::test::test_lookup_snapshots
61052025-04-30T20:43:37.352Z PASS [ 0.028s] db-macros tests::test_derive_metadata_identity_fails_for_enums
61062025-04-30T20:43:37.391Z PASS [ 0.031s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
61072025-04-30T20:43:37.431Z PASS [ 0.031s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
61082025-04-30T20:43:37.471Z PASS [ 0.030s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
61092025-04-30T20:43:37.471Z PASS [ 0.029s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
61102025-04-30T20:43:37.511Z PASS [ 0.036s] db-macros tests::test_derive_snapshots
61112025-04-30T20:43:37.551Z PASS [ 0.029s] db-macros tests::test_derive_with_unknown_field
61122025-04-30T20:43:37.873Z PASS [ 0.344s] dns-server storage::test::test_update_basic
61132025-04-30T20:43:38.223Z PASS [ 0.349s] dns-server storage::test::test_update_in_progress
61142025-04-30T20:43:38.351Z PASS [ 0.128s] dns-server storage::test::test_update_interrupted
61152025-04-30T20:43:39.611Z PASS [ 1.069s] dns-server::basic_test a_crud
61162025-04-30T20:43:39.749Z PASS [ 0.328s] dns-server::basic_test aaaa_crud
61172025-04-30T20:43:40.159Z PASS [ 0.409s] dns-server::basic_test answers_match_question
61182025-04-30T20:43:40.498Z PASS [ 0.340s] dns-server::basic_test empty_record
61192025-04-30T20:43:40.635Z PASS [ 8.455s] db-dev::test-db-dev test_db_killed
61202025-04-30T20:43:40.832Z PASS [ 0.333s] dns-server::basic_test multi_record_crud
61212025-04-30T20:43:40.950Z PASS [ 0.314s] dns-server::basic_test name_contains_zone
61222025-04-30T20:43:41.276Z PASS [ 0.444s] dns-server::basic_test nxdomain
61232025-04-30T20:43:41.316Z PASS [ 0.358s] dns-server::basic_test servfail
61242025-04-30T20:43:41.714Z PASS [ 0.438s] dns-server::basic_test srv_crud
61252025-04-30T20:43:41.756Z PASS [ 0.042s] ereport-types tests::test_roundtrip
61262025-04-30T20:43:41.821Z PASS [ 0.064s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
61272025-04-30T20:43:41.873Z PASS [ 0.052s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
61282025-04-30T20:43:41.977Z PASS [ 0.103s] gfss gf256::tests::test_all_multiplication
61292025-04-30T20:43:42.079Z PASS [ 0.101s] gfss gf256::tests::test_all_multiplicative_inverses
61302025-04-30T20:43:42.118Z PASS [ 0.031s] gfss gf256::tests::test_docs_example
61312025-04-30T20:43:45.587Z PASS [ 4.279s] dns-server::commands_test test_dnsadm
61322025-04-30T20:43:45.683Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
61332025-04-30T20:43:47.631Z PASS [ 2.039s] gfss shamir::tests::split_and_combine
61342025-04-30T20:43:47.671Z PASS [ 0.029s] gfss shamir::tests::test_share_reconstruction
61352025-04-30T20:43:47.712Z PASS [ 0.047s] id-map tests::deserialize_rejects_duplicates
61362025-04-30T20:43:47.754Z PASS [ 0.033s] id-map tests::deserialize_rejects_mismatched_keys
61372025-04-30T20:43:47.886Z PASS [ 0.148s] id-map tests::get_mut_panics_if_id_changes
61382025-04-30T20:43:47.959Z PASS [ 0.072s] id-map tests::iter_mut_panics_if_id_changes
61392025-04-30T20:43:48.000Z PASS [ 0.026s] id-map tests::methods_allow_borrowed_ids
61402025-04-30T20:43:48.052Z PASS [ 0.065s] id-map tests::mut_into_iter_panics_if_id_changes
61412025-04-30T20:43:48.132Z PASS [ 0.073s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
61422025-04-30T20:43:48.202Z PASS [ 0.072s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
61432025-04-30T20:43:48.276Z PASS [ 0.077s] id-map tests::occupied_entry_panics_if_id_changes_on_insert
61442025-04-30T20:43:48.344Z PASS [ 0.067s] id-map tests::retain_panics_if_id_changes
61452025-04-30T20:43:48.430Z PASS [ 0.082s] id-map tests::serialization_is_transparent
61462025-04-30T20:43:48.566Z PASS [ 0.138s] id-map tests::serialization_roundtrip
61472025-04-30T20:43:48.629Z PASS [ 0.063s] id-map tests::vacant_entry_panics_if_id_changed_after_insert
61482025-04-30T20:43:48.704Z PASS [ 0.075s] id-map tests::vacant_entry_panics_if_id_changes_on_insert
61492025-04-30T20:43:48.803Z PASS [ 0.095s] illumos-utils destructor::test::test_delayed_delete
61502025-04-30T20:43:49.795Z PASS [ 0.989s] illumos-utils destructor::test::test_delayed_delete_with_error
61512025-04-30T20:43:49.875Z PASS [ 0.081s] illumos-utils destructor::test::test_destructor_bad_close
61522025-04-30T20:43:49.917Z PASS [ 0.042s] illumos-utils link::test::test_allocate
61532025-04-30T20:43:49.993Z PASS [ 0.076s] illumos-utils link::test::test_allocate_within_scopes
61542025-04-30T20:43:50.091Z PASS [ 0.079s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
61552025-04-30T20:43:50.140Z PASS [ 0.043s] illumos-utils running_zone::tests::test_is_oxide_smf_service
61562025-04-30T20:43:50.259Z PASS [ 0.141s] illumos-utils zfs::test::directory_mutability
61572025-04-30T20:43:50.356Z PASS [ 0.099s] illumos-utils zfs::test::get_values_of_rpool
61582025-04-30T20:43:50.410Z PASS [ 0.053s] illumos-utils zfs::test::parse_dataset_bad_avail
61592025-04-30T20:43:50.450Z PASS [ 0.036s] illumos-utils zfs::test::parse_dataset_bad_quota
61602025-04-30T20:43:50.491Z PASS [ 0.040s] illumos-utils zfs::test::parse_dataset_bad_reservation
61612025-04-30T20:43:50.531Z PASS [ 0.037s] illumos-utils zfs::test::parse_dataset_bad_usage
61622025-04-30T20:43:50.573Z PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_bad_uuid
61632025-04-30T20:43:50.614Z PASS [ 0.049s] illumos-utils zfs::test::parse_dataset_missing_fields
61642025-04-30T20:43:50.656Z PASS [ 0.043s] illumos-utils zfs::test::parse_dataset_props
61652025-04-30T20:43:50.711Z PASS [ 0.055s] illumos-utils zfs::test::parse_dataset_props_with_optionals
61662025-04-30T20:43:50.756Z PASS [ 0.045s] illumos-utils zfs::test::parse_dataset_too_many_columns
61672025-04-30T20:43:50.816Z PASS [ 0.058s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
61682025-04-30T20:43:50.902Z PASS [ 0.087s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
61692025-04-30T20:43:50.942Z PASS [ 0.037s] illumos-utils zfs::test::parse_quota_ignored_if_default
61702025-04-30T20:43:50.984Z PASS [ 0.038s] illumos-utils zfs::test::parse_reservation_ignored_if_default
61712025-04-30T20:43:51.027Z PASS [ 0.038s] illumos-utils zfs::test::parse_sorts_and_dedups
61722025-04-30T20:43:51.084Z PASS [ 0.066s] illumos-utils zone::tests::delete_nonexistent_address
61732025-04-30T20:43:51.132Z PASS [ 0.050s] illumos-utils zone::tests::test_parse_ip_network
61742025-04-30T20:43:51.172Z PASS [ 0.039s] illumos-utils zpool::test::test_parse_zpool
61752025-04-30T20:43:51.213Z PASS [ 0.042s] illumos-utils zpool::test::test_parse_zpool_missing_column
61762025-04-30T20:43:53.333Z PASS [ 11.221s] gfss polynomial::tests::test_polynomial_eval
61772025-04-30T20:43:56.139Z PASS [ 2.807s] installinator write::tests::proptest_write_artifact
61782025-04-30T20:43:56.340Z PASS [ 0.200s] installinator-common block_size_writer::tests::proptest_block_writer
61792025-04-30T20:43:57.019Z PASS [ 0.678s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
61802025-04-30T20:43:57.374Z PASS [ 0.356s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
61812025-04-30T20:43:57.414Z PASS [ 6.190s] installinator mock_peers::tests::proptest_fetch_artifact
61822025-04-30T20:43:57.695Z PASS [ 0.320s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
61832025-04-30T20:43:57.989Z PASS [ 0.584s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
61842025-04-30T20:43:58.141Z PASS [ 25.953s] db-dev::test-db-dev test_db_run
61852025-04-30T20:43:58.184Z PASS [ 0.462s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
61862025-04-30T20:43:58.229Z PASS [ 0.055s] internal-dns-types config::test::display_hosts
61872025-04-30T20:43:58.280Z PASS [ 0.043s] internal-dns-types config::test::display_srv_service
61882025-04-30T20:43:58.329Z PASS [ 0.070s] internal-dns-types config::test::test_builder_errors
61892025-04-30T20:43:58.405Z PASS [ 0.075s] internal-dns-types config::test::test_builder_output
61902025-04-30T20:43:58.459Z PASS [ 0.056s] internal-dns-types diff::test::diff_different
61912025-04-30T20:43:58.501Z PASS [ 0.483s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
61922025-04-30T20:43:58.501Z PASS [ 0.036s] internal-dns-types diff::test::diff_equivalent
61932025-04-30T20:43:58.545Z PASS [ 0.046s] internal-dns-types diff::test::diff_invalid
61942025-04-30T20:43:58.545Z PASS [ 0.033s] ipcc tests::deserialize_fixed_value
61952025-04-30T20:43:58.585Z PASS [ 0.036s] ipcc tests::serialized_size
61962025-04-30T20:43:58.626Z PASS [ 0.098s] ipcc tests::installinator_image_id_round_trip
61972025-04-30T20:43:58.667Z PASS [ 0.080s] key-manager tests::different_disks_produce_different_keys
61982025-04-30T20:43:58.711Z PASS [ 0.054s] key-manager tests::different_ikm_produces_different_keys
61992025-04-30T20:43:58.751Z PASS [ 0.571s] internal-dns-resolver resolver::test::update_record
62002025-04-30T20:43:58.751Z PASS [ 0.052s] key-manager tests::disk_encryption_key_epoch_0
62012025-04-30T20:43:58.751Z PASS [ 0.068s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
62022025-04-30T20:43:58.844Z PASS [ 0.098s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
62032025-04-30T20:43:58.883Z PASS [ 0.152s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
62042025-04-30T20:43:58.883Z PASS [ 0.160s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
62052025-04-30T20:43:58.924Z PASS [ 0.070s] nexus-auth authn::external::session_cookie::test::test_get_token
62062025-04-30T20:43:58.964Z PASS [ 0.092s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
62072025-04-30T20:43:58.964Z PASS [ 0.084s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
62082025-04-30T20:43:59.027Z PASS [ 0.064s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
62092025-04-30T20:43:59.080Z PASS [ 0.073s] nexus-auth authn::external::session_cookie::test::test_other_cookie
62102025-04-30T20:43:59.080Z PASS [ 0.122s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
62112025-04-30T20:43:59.120Z PASS [ 0.054s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
62122025-04-30T20:43:59.120Z PASS [ 0.087s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
62132025-04-30T20:43:59.173Z PASS [ 0.079s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
62142025-04-30T20:43:59.213Z PASS [ 0.068s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
62152025-04-30T20:43:59.213Z PASS [ 0.142s] nexus-auth authn::external::spoof::test::test_make_header_value
62162025-04-30T20:43:59.254Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
62172025-04-30T20:43:59.295Z PASS [ 0.109s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
62182025-04-30T20:43:59.337Z PASS [ 0.092s] nexus-auth authn::external::test::test_authn_sequence
62192025-04-30T20:43:59.337Z PASS [ 0.050s] nexus-auth authn::external::token::test::test_make_header_value
62202025-04-30T20:43:59.378Z PASS [ 0.189s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
62212025-04-30T20:43:59.430Z PASS [ 0.056s] nexus-auth authn::external::token::test::test_token_header_missing
62222025-04-30T20:43:59.430Z PASS [ 0.097s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
62232025-04-30T20:43:59.470Z PASS [ 0.075s] nexus-auth authn::external::token::test::test_token_header_valid
62242025-04-30T20:43:59.528Z PASS [ 0.133s] nexus-auth authn::test::test_internal_users
62252025-04-30T20:43:59.571Z PASS [ 0.119s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
62262025-04-30T20:43:59.611Z PASS [ 0.178s] nexus-auth authz::context::test::test_unregistered_resource
62272025-04-30T20:43:59.673Z PASS [ 0.148s] nexus-auth context::test::test_background_context
62282025-04-30T20:43:59.717Z PASS [ 0.120s] nexus-auth context::test::test_test_context
62292025-04-30T20:43:59.757Z PASS [ 0.168s] nexus-auth context::test::test_child_context
62302025-04-30T20:43:59.800Z PASS [ 0.057s] nexus-config nexus_config::test::test_config_bad_toml
62312025-04-30T20:43:59.800Z PASS [ 0.058s] nexus-config nexus_config::test::test_config_empty
62322025-04-30T20:43:59.841Z PASS [ 0.042s] nexus-config nexus_config::test::test_config_nonexistent
62332025-04-30T20:43:59.841Z PASS [ 0.162s] nexus-config nexus_config::test::test_bad_authn_schemes
62342025-04-30T20:43:59.919Z PASS [ 0.101s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
62352025-04-30T20:43:59.964Z PASS [ 0.112s] nexus-config nexus_config::test::test_repo_configs_are_valid
62362025-04-30T20:44:00.008Z PASS [ 0.173s] nexus-config nexus_config::test::test_deployment_config_schema
62372025-04-30T20:44:00.009Z PASS [ 0.065s] nexus-config nexus_config::test::test_valid
62382025-04-30T20:44:00.009Z PASS [ 0.043s] nexus-config postgres_config::test::test_bad_url
62392025-04-30T20:44:00.009Z PASS [ 0.032s] nexus-config postgres_config::test::test_example_url
62402025-04-30T20:44:00.096Z PASS [ 0.052s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
62412025-04-30T20:44:00.096Z PASS [ 0.042s] nexus-db-fixed-data test::test_allowlist_id_is_valid
62422025-04-30T20:44:00.096Z PASS [ 0.055s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
62432025-04-30T20:44:00.139Z PASS [ 0.057s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
62442025-04-30T20:44:00.139Z PASS [ 0.057s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
62452025-04-30T20:44:00.139Z PASS [ 0.040s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
62462025-04-30T20:44:00.181Z PASS [ 0.053s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
62472025-04-30T20:44:00.224Z PASS [ 0.055s] nexus-db-model device_auth::test::test_generate_user_code
62482025-04-30T20:44:00.224Z PASS [ 0.063s] nexus-db-model instance_state::tests::test_from_str_roundtrips
62492025-04-30T20:44:00.265Z PASS [ 0.048s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
62502025-04-30T20:44:00.306Z PASS [ 0.045s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
62512025-04-30T20:44:00.346Z PASS [ 0.082s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
62522025-04-30T20:44:00.346Z PASS [ 0.062s] nexus-db-model schema_versions::test::test_known_versions
62532025-04-30T20:44:00.387Z PASS [ 0.042s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
62542025-04-30T20:44:00.428Z PASS [ 0.069s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
62552025-04-30T20:44:00.428Z PASS [ 0.045s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
62562025-04-30T20:44:00.472Z PASS [ 0.048s] nexus-db-model semver_version::test::test_to_from_sortable_string
62572025-04-30T20:44:00.514Z PASS [ 0.069s] nexus-db-model schema_versions::test::test_verify
62582025-04-30T20:44:00.514Z PASS [ 0.044s] nexus-db-model tests::test_ipv6_net_random_subnet
62592025-04-30T20:44:00.554Z PASS [ 0.073s] nexus-db-model tests::test_ip_subnet_check_requestable_address
62602025-04-30T20:44:00.595Z PASS [ 0.045s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
62612025-04-30T20:44:00.596Z PASS [ 0.070s] nexus-db-model tests::test_roles_database_strings
62622025-04-30T20:44:00.638Z PASS [ 0.042s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
62632025-04-30T20:44:00.638Z PASS [ 0.061s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
62642025-04-30T20:44:00.679Z PASS [ 0.042s] nexus-db-model webhook_event_class::tests::test_from_str_roundtrips
62652025-04-30T20:44:00.720Z PASS [ 0.063s] nexus-db-model webhook_event_class::tests::test_is_test
62662025-04-30T20:44:00.721Z PASS [ 0.050s] nexus-db-model webhook_rx::test::test_event_class_glob_to_regex
62672025-04-30T20:44:00.770Z PASS [ 0.068s] nexus-db-model webhook_rx::test::test_invalid_subscription_parsing
62682025-04-30T20:44:00.814Z PASS [ 0.080s] nexus-db-model webhook_rx::test::test_valid_subscription_parsing
62692025-04-30T20:44:05.274Z PASS [ 4.474s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
62702025-04-30T20:44:05.954Z PASS [ 5.184s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
62712025-04-30T20:44:06.020Z PASS [ 5.971s] nexus-db-lookup::integration lookup::test_lookup
62722025-04-30T20:44:09.200Z PASS [ 3.925s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
62732025-04-30T20:44:10.468Z PASS [ 4.448s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
62742025-04-30T20:44:11.143Z PASS [ 5.188s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
62752025-04-30T20:44:14.329Z PASS [ 5.113s] nexus-db-queries db::collection_attach::test::test_attach_once
62762025-04-30T20:44:14.404Z PASS [ 3.875s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
62772025-04-30T20:44:18.950Z PASS [ 4.044s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
62782025-04-30T20:44:18.951Z PASS [ 0.071s] nexus-db-queries db::collection_attach::test::test_verify_query
62792025-04-30T20:44:18.951Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
62802025-04-30T20:44:18.951Z PASS [ 4.501s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
62812025-04-30T20:44:18.991Z PASS [ 4.637s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
62822025-04-30T20:44:19.552Z PASS [ 4.293s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
62832025-04-30T20:44:22.574Z PASS [ 3.595s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
62842025-04-30T20:44:23.082Z PASS [ 4.267s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
62852025-04-30T20:44:23.478Z PASS [ 3.924s] nexus-db-queries db::collection_detach::test::test_detach_once
62862025-04-30T20:44:23.547Z PASS [ 0.070s] nexus-db-queries db::collection_detach::test::test_verify_query
62872025-04-30T20:44:26.295Z PASS [ 3.720s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
62882025-04-30T20:44:28.140Z PASS [ 4.254s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
62892025-04-30T20:44:28.181Z PASS [ 4.085s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
62902025-04-30T20:44:30.720Z PASS [ 4.424s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
62912025-04-30T20:44:31.477Z PASS [ 4.139s] nexus-db-queries db::collection_detach_many::test::test_detach_many
62922025-04-30T20:44:31.546Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
62932025-04-30T20:44:31.587Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
62942025-04-30T20:44:31.885Z PASS [ 4.252s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
62952025-04-30T20:44:33.868Z PASS [ 3.148s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
62962025-04-30T20:44:34.796Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62972025-04-30T20:44:35.089Z PASS [ 3.605s] nexus-db-queries db::collection_detach_many::test::test_detach_once
62982025-04-30T20:44:35.141Z PASS [ 0.058s] nexus-db-queries db::collection_detach_many::test::test_verify_query
62992025-04-30T20:44:35.740Z PASS [ 3.855s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
63002025-04-30T20:44:37.854Z PASS [ 3.986s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
63012025-04-30T20:44:37.965Z PASS [ 2.824s] nexus-db-queries db::collection_insert::test::test_collection_not_present
63022025-04-30T20:44:38.005Z PASS [ 0.139s] nexus-db-queries db::collection_insert::test::test_verify_query
63032025-04-30T20:44:38.069Z PASS [ 0.076s] nexus-db-queries db::column_walker::test::test_walk_columns
63042025-04-30T20:44:38.110Z PASS [ 0.113s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
63052025-04-30T20:44:38.150Z PASS [ 0.052s] nexus-db-queries db::column_walker::test::test_walk_table
63062025-04-30T20:44:38.714Z PASS [ 2.975s] nexus-db-queries db::collection_insert::test::test_collection_present
63072025-04-30T20:44:39.140Z PASS [ 113.471s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
63082025-04-30T20:44:45.123Z PASS [ 7.043s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
63092025-04-30T20:44:45.319Z PASS [ 7.196s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
63102025-04-30T20:44:46.378Z PASS [ 7.240s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
63112025-04-30T20:44:49.570Z PASS [ 10.856s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
63122025-04-30T20:44:51.718Z PASS [ 6.597s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
63132025-04-30T20:44:52.883Z PASS [ 7.565s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
63142025-04-30T20:44:52.923Z PASS [ 6.518s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
63152025-04-30T20:44:56.964Z PASS [ 7.393s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
63162025-04-30T20:44:57.942Z PASS [ 6.224s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
63172025-04-30T20:44:59.051Z PASS [ 6.168s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
63182025-04-30T20:44:59.317Z PASS [ 6.420s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
63192025-04-30T20:45:03.307Z PASS [ 6.341s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
63202025-04-30T20:45:04.619Z PASS [ 6.676s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
63212025-04-30T20:45:05.329Z PASS [ 6.012s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
63222025-04-30T20:45:09.926Z PASS [ 6.619s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
63232025-04-30T20:45:10.509Z PASS [ 11.457s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
63242025-04-30T20:45:12.376Z PASS [ 7.046s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
63252025-04-30T20:45:12.913Z PASS [ 8.292s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
63262025-04-30T20:45:16.780Z PASS [ 6.271s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
63272025-04-30T20:45:17.700Z PASS [ 7.775s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
63282025-04-30T20:45:18.228Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
63292025-04-30T20:45:18.355Z PASS [ 5.980s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
63302025-04-30T20:45:20.177Z PASS [ 7.266s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
63312025-04-30T20:45:24.271Z PASS [ 5.916s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
63322025-04-30T20:45:26.068Z PASS [ 9.288s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
63332025-04-30T20:45:26.166Z PASS [ 5.989s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
63342025-04-30T20:45:27.122Z PASS [ 9.393s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
63352025-04-30T20:45:30.500Z PASS [ 6.228s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
63362025-04-30T20:45:31.544Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63372025-04-30T20:45:31.584Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63382025-04-30T20:45:32.109Z PASS [ 5.942s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
63392025-04-30T20:45:32.306Z PASS [ 6.238s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
63402025-04-30T20:45:33.706Z PASS [ 6.612s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
63412025-04-30T20:45:33.833Z PASS [ 3.333s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
63422025-04-30T20:45:34.674Z PASS [ 2.564s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
63432025-04-30T20:45:34.796Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63442025-04-30T20:45:35.351Z PASS [ 3.044s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
63452025-04-30T20:45:40.769Z PASS [ 7.062s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
63462025-04-30T20:45:40.808Z PASS [ 6.969s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
63472025-04-30T20:45:41.016Z PASS [ 6.341s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
63482025-04-30T20:45:42.345Z PASS [ 6.994s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
63492025-04-30T20:45:46.860Z PASS [ 6.091s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
63502025-04-30T20:45:47.402Z PASS [ 6.387s] nexus-db-queries db::datastore::deployment::tests::test_set_target
63512025-04-30T20:45:47.467Z PASS [ 0.064s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
63522025-04-30T20:45:47.652Z PASS [ 6.850s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
63532025-04-30T20:45:50.369Z PASS [ 8.023s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
63542025-04-30T20:45:52.983Z PASS [ 6.122s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
63552025-04-30T20:45:53.430Z PASS [ 5.962s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
63562025-04-30T20:45:53.739Z PASS [ 6.087s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
63572025-04-30T20:45:58.488Z PASS [ 8.118s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
63582025-04-30T20:45:59.298Z PASS [ 6.316s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
63592025-04-30T20:45:59.656Z PASS [ 5.916s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
63602025-04-30T20:45:59.793Z PASS [ 6.363s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
63612025-04-30T20:46:06.113Z PASS [ 7.625s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
63622025-04-30T20:46:06.308Z PASS [ 6.652s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
63632025-04-30T20:46:06.585Z PASS [ 6.792s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
63642025-04-30T20:46:08.549Z PASS [ 9.249s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
63652025-04-30T20:46:12.800Z PASS [ 6.686s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
63662025-04-30T20:46:13.007Z PASS [ 6.697s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
63672025-04-30T20:46:13.047Z PASS [ 6.442s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
63682025-04-30T20:46:14.690Z PASS [ 6.142s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
63692025-04-30T20:46:18.228Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
63702025-04-30T20:46:19.031Z PASS [ 6.231s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
63712025-04-30T20:46:19.157Z PASS [ 6.152s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
63722025-04-30T20:46:19.384Z PASS [ 6.357s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
63732025-04-30T20:46:20.533Z PASS [ 5.837s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
63742025-04-30T20:46:25.949Z PASS [ 6.565s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
63752025-04-30T20:46:26.158Z PASS [ 7.127s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
63762025-04-30T20:46:27.447Z PASS [ 6.919s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
63772025-04-30T20:46:29.022Z PASS [ 9.864s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
63782025-04-30T20:46:35.256Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63792025-04-30T20:46:35.303Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63802025-04-30T20:46:35.303Z PASS [ 6.065s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
63812025-04-30T20:46:35.303Z PASS [ 6.616s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
63822025-04-30T20:46:35.303Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63832025-04-30T20:46:35.347Z PASS [ 6.281s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
63842025-04-30T20:46:36.695Z PASS [ 9.249s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
63852025-04-30T20:46:38.065Z PASS [ 6.050s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
63862025-04-30T20:46:38.877Z PASS [ 6.103s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
63872025-04-30T20:46:42.006Z PASS [ 6.704s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
63882025-04-30T20:46:43.967Z PASS [ 7.272s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
63892025-04-30T20:46:44.473Z PASS [ 6.408s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
63902025-04-30T20:46:46.239Z PASS [ 7.361s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
63912025-04-30T20:46:51.681Z PASS [ 6.764s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
63922025-04-30T20:46:51.993Z PASS [ 5.754s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
63932025-04-30T20:46:56.819Z PASS [ 6.088s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
63942025-04-30T20:46:58.347Z PASS [ 6.354s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
63952025-04-30T20:47:02.354Z PASS [ 20.348s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
63962025-04-30T20:47:02.835Z PASS [ 6.015s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
63972025-04-30T20:47:05.204Z PASS [ 6.856s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
63982025-04-30T20:47:09.299Z PASS [ 6.945s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
63992025-04-30T20:47:09.820Z PASS [ 6.986s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
64002025-04-30T20:47:11.578Z PASS [ 6.375s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
64012025-04-30T20:47:16.712Z PASS [ 7.413s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
64022025-04-30T20:47:17.905Z PASS [ 33.433s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
64032025-04-30T20:47:18.219Z PASS [ 8.399s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
64042025-04-30T20:47:18.259Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
64052025-04-30T20:47:18.301Z PASS [ 6.723s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
64062025-04-30T20:47:23.618Z PASS [ 6.905s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
64072025-04-30T20:47:24.791Z PASS [ 6.886s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
64082025-04-30T20:47:24.843Z PASS [ 0.051s] nexus-db-queries db::datastore::region::test::test_extent_count
64092025-04-30T20:47:26.412Z PASS [ 8.192s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
64102025-04-30T20:47:26.524Z PASS [ 8.222s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
64112025-04-30T20:47:30.409Z PASS [ 6.790s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
64122025-04-30T20:47:31.014Z PASS [ 6.170s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
64132025-04-30T20:47:31.552Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64142025-04-30T20:47:31.611Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64152025-04-30T20:47:32.673Z PASS [ 6.149s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
64162025-04-30T20:47:32.840Z PASS [ 6.428s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
64172025-04-30T20:47:34.795Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64182025-04-30T20:47:36.889Z PASS [ 6.480s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
64192025-04-30T20:47:37.106Z PASS [ 6.092s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
64202025-04-30T20:47:38.669Z PASS [ 5.949s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
64212025-04-30T20:47:39.119Z PASS [ 6.278s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
64222025-04-30T20:47:42.773Z PASS [ 5.884s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
64232025-04-30T20:47:43.404Z PASS [ 6.297s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
64242025-04-30T20:47:44.643Z PASS [ 6.020s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
64252025-04-30T20:47:45.432Z PASS [ 6.314s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
64262025-04-30T20:47:48.456Z PASS [ 5.683s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
64272025-04-30T20:47:48.907Z PASS [ 5.503s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
64282025-04-30T20:47:50.348Z PASS [ 5.704s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
64292025-04-30T20:47:51.392Z PASS [ 5.959s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
64302025-04-30T20:47:54.554Z PASS [ 5.646s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
64312025-04-30T20:47:54.665Z PASS [ 6.201s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
64322025-04-30T20:47:55.934Z PASS [ 5.586s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
64332025-04-30T20:47:57.047Z PASS [ 5.653s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
64342025-04-30T20:48:00.023Z PASS [ 5.364s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
64352025-04-30T20:48:00.163Z PASS [ 5.609s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
64362025-04-30T20:48:02.043Z PASS [ 6.108s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
64372025-04-30T20:48:03.189Z PASS [ 6.143s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
64382025-04-30T20:48:06.131Z PASS [ 6.108s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
64392025-04-30T20:48:06.210Z PASS [ 6.047s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
64402025-04-30T20:48:08.848Z PASS [ 6.805s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
64412025-04-30T20:48:09.294Z PASS [ 6.104s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
64422025-04-30T20:48:12.465Z PASS [ 6.254s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
64432025-04-30T20:48:12.624Z PASS [ 6.493s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
64442025-04-30T20:48:15.187Z PASS [ 6.339s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
64452025-04-30T20:48:15.600Z PASS [ 6.306s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
64462025-04-30T20:48:18.083Z PASS [ 5.459s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
64472025-04-30T20:48:18.229Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
64482025-04-30T20:48:18.386Z PASS [ 5.920s] nexus-db-queries db::datastore::sled::test::sled_list_batch
64492025-04-30T20:48:20.856Z PASS [ 5.668s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
64502025-04-30T20:48:21.021Z PASS [ 5.421s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
64512025-04-30T20:48:24.672Z PASS [ 6.286s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
64522025-04-30T20:48:25.182Z PASS [ 7.098s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
64532025-04-30T20:48:27.608Z PASS [ 6.587s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
64542025-04-30T20:48:30.967Z PASS [ 6.294s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
64552025-04-30T20:48:31.543Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64562025-04-30T20:48:31.583Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64572025-04-30T20:48:31.682Z PASS [ 6.500s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
64582025-04-30T20:48:33.069Z PASS [ 12.214s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
64592025-04-30T20:48:34.794Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64602025-04-30T20:48:36.588Z PASS [ 8.980s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
64612025-04-30T20:48:39.404Z PASS [ 8.437s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
64622025-04-30T20:48:39.521Z PASS [ 7.839s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
64632025-04-30T20:48:41.486Z PASS [ 8.417s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
64642025-04-30T20:48:43.052Z PASS [ 6.464s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
64652025-04-30T20:48:44.954Z PASS [ 5.433s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
64662025-04-30T20:48:45.402Z PASS [ 5.998s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
64672025-04-30T20:48:47.018Z PASS [ 5.531s] nexus-db-queries db::datastore::target_release::test::target_release_datastore
64682025-04-30T20:48:48.321Z PASS [ 5.269s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
64692025-04-30T20:48:50.012Z PASS [ 5.057s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
64702025-04-30T20:48:50.557Z PASS [ 5.155s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
64712025-04-30T20:48:51.931Z PASS [ 4.913s] nexus-db-queries db::datastore::test::test_project_creation
64722025-04-30T20:48:53.803Z PASS [ 5.482s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
64732025-04-30T20:48:56.227Z PASS [ 6.216s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
64742025-04-30T20:48:57.767Z PASS [ 5.837s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
64752025-04-30T20:49:00.363Z PASS [ 6.561s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
64762025-04-30T20:49:02.673Z PASS [ 6.445s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
64772025-04-30T20:49:05.752Z PASS [ 15.194s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
64782025-04-30T20:49:12.363Z PASS [ 14.595s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
64792025-04-30T20:49:15.648Z PASS [ 15.285s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
64802025-04-30T20:49:17.885Z PASS [ 5.522s] nexus-db-queries db::datastore::test::test_session_methods
64812025-04-30T20:49:18.228Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
64822025-04-30T20:49:20.534Z PASS [ 17.862s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
64832025-04-30T20:49:21.391Z PASS [ 5.742s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
64842025-04-30T20:49:22.640Z PASS [ 16.889s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
64852025-04-30T20:49:23.524Z PASS [ 5.639s] nexus-db-queries db::datastore::test::test_ssh_keys
64862025-04-30T20:49:26.466Z PASS [ 5.932s] nexus-db-queries db::datastore::test::test_table_scan
64872025-04-30T20:49:27.613Z PASS [ 6.222s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
64882025-04-30T20:49:28.992Z PASS [ 6.351s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
64892025-04-30T20:49:30.011Z PASS [ 6.487s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
64902025-04-30T20:49:31.541Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64912025-04-30T20:49:31.581Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64922025-04-30T20:49:32.637Z PASS [ 6.170s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
64932025-04-30T20:49:33.821Z PASS [ 6.208s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
64942025-04-30T20:49:33.876Z PASS [ 0.054s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
64952025-04-30T20:49:33.935Z PASS [ 0.058s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
64962025-04-30T20:49:34.531Z PASS [ 5.539s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
64972025-04-30T20:49:34.793Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64982025-04-30T20:49:35.726Z PASS [ 5.714s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
64992025-04-30T20:49:41.968Z PASS [ 6.242s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
65002025-04-30T20:49:46.212Z PASS [ 13.575s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
65012025-04-30T20:49:47.065Z PASS [ 5.096s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
65022025-04-30T20:49:48.242Z PASS [ 14.308s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
65032025-04-30T20:49:49.080Z PASS [ 14.549s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
65042025-04-30T20:49:52.249Z PASS [ 6.037s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
65052025-04-30T20:49:53.662Z PASS [ 6.597s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
65062025-04-30T20:49:55.231Z PASS [ 6.989s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
65072025-04-30T20:49:55.996Z PASS [ 0.764s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
65082025-04-30T20:49:58.385Z PASS [ 9.305s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
65092025-04-30T20:49:59.308Z PASS [ 3.312s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
65102025-04-30T20:49:59.348Z PASS [ 401.118s] oximeter-db client::tests::test_replicated
65112025-04-30T20:49:59.411Z PASS [ 0.086s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
65122025-04-30T20:49:59.454Z PASS [ 0.043s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
65132025-04-30T20:49:59.495Z PASS [ 0.037s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
65142025-04-30T20:49:59.535Z PASS [ 0.035s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
65152025-04-30T20:49:59.576Z PASS [ 0.043s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
65162025-04-30T20:50:00.141Z PASS [ 7.891s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
65172025-04-30T20:50:00.473Z PASS [ 0.901s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
65182025-04-30T20:50:00.953Z PASS [ 0.480s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
65192025-04-30T20:50:01.181Z PASS [ 0.227s] omicron-clickhouse-admin::integration_test test_lgif_parsing
65202025-04-30T20:50:01.566Z PASS [ 0.383s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
65212025-04-30T20:50:01.955Z PASS [ 0.389s] omicron-clickhouse-admin::integration_test test_teardown
65222025-04-30T20:50:02.022Z PASS [ 2.713s] nexus-db-queries db::datastore::webhook_rx::test::explain_event_class_glob
65232025-04-30T20:50:02.089Z PASS [ 0.134s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
65242025-04-30T20:50:02.383Z PASS [ 8.721s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
65252025-04-30T20:50:03.651Z PASS [ 5.265s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
65262025-04-30T20:50:04.518Z PASS [ 2.134s] nexus-db-queries db::explain::test::test_explain_async
65272025-04-30T20:50:05.863Z PASS [ 2.212s] nexus-db-queries db::explain::test::test_explain_full_table_scan
65282025-04-30T20:50:05.973Z PASS [ 5.832s] nexus-db-queries db::datastore::webhook_rx::test::test_event_class_globs
65292025-04-30T20:50:06.941Z PASS [ 4.918s] nexus-db-queries db::datastore::webhook_rx::test::test_rx_is_subscribed_to_event
65302025-04-30T20:50:07.513Z PASS [ 2.995s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
65312025-04-30T20:50:08.877Z PASS [ 3.013s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
65322025-04-30T20:50:08.930Z PASS [ 0.052s] nexus-db-queries db::pagination::test::test_paginator
65332025-04-30T20:50:09.872Z PASS [ 2.931s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
65342025-04-30T20:50:10.127Z PASS [ 4.154s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
65352025-04-30T20:50:10.739Z PASS [ 1.808s] nexus-db-queries db::pool::test::test_pool_can_be_terminated
65362025-04-30T20:50:10.828Z PASS [ 3.315s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
65372025-04-30T20:50:11.517Z PASS [ 1.644s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
65382025-04-30T20:50:16.835Z PASS [ 6.707s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
65392025-04-30T20:50:17.089Z PASS [ 6.261s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
65402025-04-30T20:50:17.152Z PASS [ 6.413s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
65412025-04-30T20:50:17.193Z PASS [ 5.650s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
65422025-04-30T20:50:22.929Z PASS [ 6.094s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
65432025-04-30T20:50:23.284Z PASS [ 6.194s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
65442025-04-30T20:50:23.513Z PASS [ 6.346s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
65452025-04-30T20:50:23.599Z PASS [ 6.446s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
65462025-04-30T20:50:23.654Z PASS [ 0.054s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
65472025-04-30T20:50:29.300Z PASS [ 6.371s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
65482025-04-30T20:50:29.535Z PASS [ 6.251s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
65492025-04-30T20:50:29.719Z PASS [ 6.065s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
65502025-04-30T20:50:31.222Z PASS [ 7.708s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
65512025-04-30T20:50:31.540Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65522025-04-30T20:50:31.580Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65532025-04-30T20:50:34.792Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65542025-04-30T20:50:35.519Z PASS [ 5.984s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
65552025-04-30T20:50:35.592Z PASS [ 6.292s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
65562025-04-30T20:50:35.734Z PASS [ 6.015s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
65572025-04-30T20:50:37.062Z PASS [ 5.839s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
65582025-04-30T20:50:41.289Z PASS [ 5.696s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
65592025-04-30T20:50:41.531Z PASS [ 5.796s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
65602025-04-30T20:50:41.595Z PASS [ 6.076s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
65612025-04-30T20:50:43.157Z PASS [ 6.095s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
65622025-04-30T20:50:47.657Z PASS [ 6.125s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
65632025-04-30T20:50:47.977Z PASS [ 6.689s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
65642025-04-30T20:50:48.017Z PASS [ 6.405s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
65652025-04-30T20:50:48.057Z PASS [ 0.055s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
65662025-04-30T20:50:50.320Z PASS [ 7.163s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
65672025-04-30T20:50:51.912Z PASS [ 3.879s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
65682025-04-30T20:50:53.782Z PASS [ 6.125s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
65692025-04-30T20:50:54.494Z PASS [ 6.493s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
65702025-04-30T20:50:54.554Z PASS [ 0.060s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
65712025-04-30T20:50:54.998Z PASS [ 4.677s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
65722025-04-30T20:50:55.270Z PASS [ 3.357s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
65732025-04-30T20:50:55.419Z PASS [ 0.421s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
65742025-04-30T20:50:55.712Z PASS [ 0.442s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
65752025-04-30T20:50:57.743Z PASS [ 3.188s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
65762025-04-30T20:50:57.805Z PASS [ 0.062s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
65772025-04-30T20:50:57.858Z PASS [ 4.076s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
65782025-04-30T20:50:57.898Z PASS [ 0.062s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
65792025-04-30T20:50:58.052Z PASS [ 2.632s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
65802025-04-30T20:50:58.676Z PASS [ 0.624s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
65812025-04-30T20:50:58.889Z PASS [ 3.176s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
65822025-04-30T20:50:59.298Z PASS [ 0.408s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
65832025-04-30T20:50:59.843Z PASS [ 0.545s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
65842025-04-30T20:50:59.887Z PASS [ 2.029s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
65852025-04-30T20:51:01.015Z PASS [ 2.338s] nexus-db-queries db::queries::regions_hard_delete::test::explainable
65862025-04-30T20:51:01.167Z PASS [ 3.299s] nexus-db-queries db::queries::region_allocation::test::explainable
65872025-04-30T20:51:01.455Z PASS [ 0.440s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
65882025-04-30T20:51:01.631Z PASS [ 0.463s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
65892025-04-30T20:51:01.947Z PASS [ 0.492s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
65902025-04-30T20:51:02.104Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
65912025-04-30T20:51:02.227Z PASS [ 0.596s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
65922025-04-30T20:51:02.525Z PASS [ 2.681s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
65932025-04-30T20:51:02.599Z PASS [ 2.711s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
65942025-04-30T20:51:04.336Z PASS [ 2.389s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
65952025-04-30T20:51:04.533Z PASS [ 0.195s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
65962025-04-30T20:51:04.575Z PASS [ 2.348s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
65972025-04-30T20:51:04.615Z PASS [ 0.067s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
65982025-04-30T20:51:04.655Z PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
65992025-04-30T20:51:04.694Z PASS [ 0.082s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
66002025-04-30T20:51:04.734Z PASS [ 2.171s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
66012025-04-30T20:51:04.734Z PASS [ 0.072s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
66022025-04-30T20:51:04.774Z PASS [ 2.159s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
66032025-04-30T20:51:06.956Z PASS [ 2.297s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
66042025-04-30T20:51:07.223Z PASS [ 2.502s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
66052025-04-30T20:51:07.485Z PASS [ 2.784s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
66062025-04-30T20:51:13.189Z PASS [ 5.709s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
66072025-04-30T20:51:13.238Z PASS [ 0.043s] nexus-defaults tests::test_random_vpc_ipv6_prefix
66082025-04-30T20:51:13.449Z PASS [ 6.226s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
66092025-04-30T20:51:13.505Z PASS [ 0.056s] nexus-inventory builder::test::test_empty
66102025-04-30T20:51:13.576Z PASS [ 0.068s] nexus-inventory builder::test::test_problems
66112025-04-30T20:51:13.832Z PASS [ 0.597s] nexus-inventory builder::test::test_basic
66122025-04-30T20:51:14.336Z PASS [ 72.249s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
66132025-04-30T20:51:15.594Z PASS [ 2.019s] nexus-inventory collector::test::test_basic
66142025-04-30T20:51:15.664Z PASS [ 1.832s] nexus-inventory collector::test::test_multi_mgs
66152025-04-30T20:51:16.171Z PASS [ 0.576s] nexus-inventory collector::test::test_multi_mgs_failure
66162025-04-30T20:51:16.788Z PASS [ 1.124s] nexus-inventory collector::test::test_sled_agent_failure
66172025-04-30T20:51:16.883Z PASS [ 12.125s] nexus-db-queries policy_test::test_conferred_roles
66182025-04-30T20:51:17.531Z PASS [ 3.194s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
66192025-04-30T20:51:20.683Z PASS [ 3.800s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_delivers_progress
66202025-04-30T20:51:21.114Z PASS [ 0.430s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_remembers_successful_mgs_instance
66212025-04-30T20:51:21.669Z PASS [ 0.555s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_switches_mgs_instances_on_failure
66222025-04-30T20:51:21.995Z PASS [ 0.326s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_updates_sled
66232025-04-30T20:51:22.126Z PASS [ 5.338s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
66242025-04-30T20:51:22.460Z PASS [ 6.289s] nexus-metrics-producer-gc tests::test_prune_expired_producers
66252025-04-30T20:51:22.819Z PASS [ 0.359s] nexus-mgs-updates::rot_updater test_rot_updater_switches_mgs_instances_on_failure
66262025-04-30T20:51:25.650Z PASS [ 3.655s] nexus-mgs-updates::rot_updater test_rot_updater_delivers_progress
66272025-04-30T20:51:25.706Z PASS [ 3.579s] nexus-mgs-updates::rot_updater test_rot_updater_remembers_successful_mgs_instance
66282025-04-30T20:51:26.144Z PASS [ 3.324s] nexus-mgs-updates::rot_updater test_rot_updater_updates_sled
66292025-04-30T20:51:29.001Z PASS [ 3.350s] nexus-mgs-updates::rot_updater test_rot_updater_updates_switch
66302025-04-30T20:51:30.430Z PASS [ 4.724s] nexus-mgs-updates::sp_updater test_sp_updater_delivers_progress
66312025-04-30T20:51:30.470Z PASS [ 1.463s] nexus-mgs-updates::sp_updater test_sp_updater_switches_mgs_instances_on_failure
66322025-04-30T20:51:30.644Z PASS [ 4.500s] nexus-mgs-updates::sp_updater test_sp_updater_remembers_successful_mgs_instance
66332025-04-30T20:51:30.810Z PASS [ 0.166s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
66342025-04-30T20:51:30.856Z PASS [ 0.045s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
66352025-04-30T20:51:30.914Z PASS [ 0.058s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
66362025-04-30T20:51:30.966Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
66372025-04-30T20:51:31.026Z PASS [ 0.059s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
66382025-04-30T20:51:31.077Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
66392025-04-30T20:51:31.127Z PASS [ 0.049s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
66402025-04-30T20:51:31.172Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
66412025-04-30T20:51:31.230Z PASS [ 0.060s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
66422025-04-30T20:51:31.277Z PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
66432025-04-30T20:51:31.336Z PASS [ 0.058s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
66442025-04-30T20:51:31.397Z PASS [ 0.061s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
66452025-04-30T20:51:31.446Z PASS [ 0.049s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
66462025-04-30T20:51:31.523Z PASS [ 0.076s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
66472025-04-30T20:51:31.563Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66482025-04-30T20:51:31.563Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66492025-04-30T20:51:32.206Z PASS [ 14.676s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
66502025-04-30T20:51:34.791Z SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66512025-04-30T20:51:34.831Z PASS [ 4.385s] nexus-mgs-updates::sp_updater test_sp_updater_updates_sled
66522025-04-30T20:51:35.010Z PASS [ 4.373s] nexus-mgs-updates::sp_updater test_sp_updater_updates_switch
66532025-04-30T20:51:35.050Z PASS [ 0.058s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
66542025-04-30T20:51:35.050Z PASS [ 0.091s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
66552025-04-30T20:51:35.090Z PASS [ 0.074s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
66562025-04-30T20:51:35.130Z PASS [ 0.074s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
66572025-04-30T20:51:35.175Z PASS [ 0.061s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
66582025-04-30T20:51:49.945Z PASS [ 17.739s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
66592025-04-30T20:52:06.968Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
66602025-04-30T20:52:11.054Z PASS [ 21.109s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
66612025-04-30T20:52:14.199Z PASS [ 42.677s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
66622025-04-30T20:52:30.855Z PASS [ 19.801s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
66632025-04-30T20:52:31.539Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66642025-04-30T20:52:31.579Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66652025-04-30T20:52:34.790Z SLOW [>600.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66662025-04-30T20:52:34.850Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
66672025-04-30T20:52:34.890Z PASS [ 20.681s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
66682025-04-30T20:52:35.069Z PASS [ 0.165s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
66692025-04-30T20:52:35.109Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
66702025-04-30T20:52:35.149Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
66712025-04-30T20:52:35.189Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
66722025-04-30T20:52:35.247Z PASS [ 0.111s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
66732025-04-30T20:52:35.301Z PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
66742025-04-30T20:52:35.363Z PASS [ 0.061s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
66752025-04-30T20:52:35.494Z PASS [ 0.131s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
66762025-04-30T20:52:35.604Z PASS [ 0.109s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
66772025-04-30T20:52:35.665Z PASS [ 0.060s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
66782025-04-30T20:52:35.710Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
66792025-04-30T20:52:35.756Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
66802025-04-30T20:52:35.802Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
66812025-04-30T20:52:35.863Z PASS [ 0.061s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
66822025-04-30T20:52:35.912Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
66832025-04-30T20:52:35.963Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
66842025-04-30T20:52:36.006Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
66852025-04-30T20:52:36.084Z PASS [ 0.078s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
66862025-04-30T20:52:36.173Z PASS [ 0.089s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
66872025-04-30T20:52:40.719Z PASS [ 93.766s] nexus-db-queries policy_test::test_iam_roles_behavior
66882025-04-30T20:52:40.773Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
66892025-04-30T20:52:41.783Z PASS [ 1.009s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
66902025-04-30T20:52:42.395Z PASS [ 6.219s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
66912025-04-30T20:52:42.833Z PASS [ 1.050s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
66922025-04-30T20:52:43.010Z PASS [ 0.614s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
66932025-04-30T20:52:43.059Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
66942025-04-30T20:52:43.122Z PASS [ 0.063s] nexus-reconfigurator-planning example::tests::builder_zone_counts
66952025-04-30T20:52:43.162Z PASS [ 0.315s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
66962025-04-30T20:52:43.202Z PASS [ 0.056s] nexus-reconfigurator-planning example::tests::instances_on_examples
66972025-04-30T20:52:43.242Z PASS [ 0.091s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
66982025-04-30T20:52:43.318Z PASS [ 0.076s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
66992025-04-30T20:52:43.368Z PASS [ 0.187s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
67002025-04-30T20:52:43.469Z PASS [ 0.101s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
67012025-04-30T20:52:43.609Z PASS [ 0.140s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
67022025-04-30T20:52:43.664Z PASS [ 0.346s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
67032025-04-30T20:52:43.704Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
67042025-04-30T20:52:43.771Z PASS [ 0.092s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
67052025-04-30T20:52:43.843Z PASS [ 0.178s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
67062025-04-30T20:52:43.917Z PASS [ 0.146s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
67072025-04-30T20:52:44.028Z PASS [ 0.184s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
67082025-04-30T20:52:44.068Z PASS [ 0.131s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
67092025-04-30T20:52:44.108Z PASS [ 0.072s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
67102025-04-30T20:52:44.251Z PASS [ 0.202s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
67112025-04-30T20:52:44.291Z PASS [ 0.169s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
67122025-04-30T20:52:44.423Z PASS [ 0.153s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
67132025-04-30T20:52:44.478Z PASS [ 0.226s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
67142025-04-30T20:52:44.606Z PASS [ 0.182s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
67152025-04-30T20:52:44.646Z PASS [ 0.156s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
67162025-04-30T20:52:44.739Z PASS [ 0.104s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
67172025-04-30T20:52:44.779Z PASS [ 0.154s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
67182025-04-30T20:52:44.931Z PASS [ 0.192s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
67192025-04-30T20:52:45.650Z PASS [ 70.815s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
67202025-04-30T20:52:45.772Z PASS [ 0.122s] nexus-saga-recovery recovery::test::test_execution_basic
67212025-04-30T20:52:45.820Z PASS [ 0.048s] nexus-saga-recovery recovery::test::test_plan_basic
67222025-04-30T20:52:45.862Z PASS [ 0.041s] nexus-saga-recovery recovery::test::test_read_all_from_channel
67232025-04-30T20:52:45.913Z PASS [ 0.051s] nexus-saga-recovery test::test_basic
67242025-04-30T20:52:45.959Z PASS [ 0.045s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
67252025-04-30T20:52:46.009Z PASS [ 0.050s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
67262025-04-30T20:52:46.059Z PASS [ 0.050s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
67272025-04-30T20:52:46.100Z PASS [ 0.040s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
67282025-04-30T20:52:46.140Z PASS [ 0.039s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
67292025-04-30T20:52:46.180Z PASS [ 0.038s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
67302025-04-30T20:52:46.222Z PASS [ 0.043s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
67312025-04-30T20:52:46.282Z PASS [ 0.059s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
67322025-04-30T20:52:46.348Z PASS [ 0.067s] nexus-types deployment::test::test_serialize_pending_mgs_updates
67332025-04-30T20:52:51.512Z PASS [ 20.655s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
67342025-04-30T20:52:55.290Z PASS [ 3.779s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
67352025-04-30T20:52:57.187Z PASS [ 10.839s] nexus-types deployment::tri_map::tests::proptest_ops
67362025-04-30T20:52:57.230Z PASS [ 0.042s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
67372025-04-30T20:52:57.271Z PASS [ 0.041s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
67382025-04-30T20:52:57.315Z PASS [ 0.044s] nexus-types external_api::shared::test::test_policy_parsing
67392025-04-30T20:52:57.385Z PASS [ 0.069s] nexus-types external_api::shared::test::test_webhook_subscription_validation
67402025-04-30T20:52:57.552Z PASS [ 0.167s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
67412025-04-30T20:52:57.641Z PASS [ 0.088s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
67422025-04-30T20:52:57.711Z PASS [ 0.069s] omicron-certificates tests::test_cert_extended_key_usage
67432025-04-30T20:52:57.773Z PASS [ 0.062s] omicron-certificates tests::test_common_name_is_validated
67442025-04-30T20:52:57.868Z PASS [ 0.095s] omicron-certificates tests::test_subject_alternate_names_are_validated
67452025-04-30T20:52:59.949Z PASS [ 84.776s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
67462025-04-30T20:53:01.870Z PASS [ 6.580s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
67472025-04-30T20:53:02.822Z PASS [ 4.954s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
67482025-04-30T20:53:04.113Z PASS [ 2.242s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
67492025-04-30T20:53:04.811Z PASS [ 1.988s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
67502025-04-30T20:53:06.424Z PASS [ 21.651s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
67512025-04-30T20:53:06.508Z PASS [ 0.096s] omicron-common address::test::test_dns_subnets
67522025-04-30T20:53:06.558Z PASS [ 0.050s] omicron-common address::test::test_ip_range_checks_non_decreasing
67532025-04-30T20:53:06.620Z PASS [ 0.061s] omicron-common address::test::test_ip_range_enum_deserialization
67542025-04-30T20:53:06.659Z PASS [ 0.037s] omicron-common address::test::test_ip_range_iter
67552025-04-30T20:53:06.709Z PASS [ 0.051s] omicron-common address::test::test_ip_range_length
67562025-04-30T20:53:06.750Z PASS [ 0.038s] omicron-common address::test::test_ip_range_try_from
67572025-04-30T20:53:06.799Z PASS [ 0.051s] omicron-common address::test::test_ipv6_subnet_deserialize
67582025-04-30T20:53:06.849Z PASS [ 0.049s] omicron-common address::test::test_sled_address
67592025-04-30T20:53:06.892Z PASS [ 0.043s] omicron-common api::external::error::test::test_bail_unless
67602025-04-30T20:53:06.942Z PASS [ 0.049s] omicron-common api::external::error::test::test_context
67612025-04-30T20:53:06.982Z PASS [ 2.154s] omicron-cockroach-admin context::tests::test_node_id
67622025-04-30T20:53:07.022Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_pagination_examples
67632025-04-30T20:53:07.061Z PASS [ 0.062s] omicron-common api::external::http_pagination::test::test_pagination_schemas
67642025-04-30T20:53:07.061Z PASS [ 0.056s] omicron-common api::external::http_pagination::test::test_scan_by_id
67652025-04-30T20:53:07.101Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_scan_by_name
67662025-04-30T20:53:07.101Z PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
67672025-04-30T20:53:07.140Z PASS [ 0.041s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
67682025-04-30T20:53:07.140Z PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
67692025-04-30T20:53:07.182Z PASS [ 0.041s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
67702025-04-30T20:53:07.182Z PASS [ 0.038s] omicron-common api::external::test::test_bytecount
67712025-04-30T20:53:07.222Z PASS [ 0.061s] omicron-common api::external::test::test_bytecount_display
67722025-04-30T20:53:07.262Z PASS [ 0.053s] omicron-common api::external::test::test_digest
67732025-04-30T20:53:07.301Z PASS [ 0.043s] omicron-common api::external::test::test_firewall_deserialization
67742025-04-30T20:53:07.341Z PASS [ 0.097s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
67752025-04-30T20:53:07.341Z PASS [ 0.072s] omicron-common api::external::test::test_firewall_rule_target_parse
67762025-04-30T20:53:07.381Z PASS [ 0.045s] omicron-common api::external::test::test_generation_display_parse
67772025-04-30T20:53:07.420Z PASS [ 0.053s] omicron-common api::external::test::test_generation_from_int
67782025-04-30T20:53:07.460Z PASS [ 0.058s] omicron-common api::external::test::test_generation_serde
67792025-04-30T20:53:07.515Z PASS [ 0.062s] omicron-common api::external::test::test_hostname_from_str
67802025-04-30T20:53:07.562Z PASS [ 0.047s] omicron-common api::external::test::test_ip_port_range_from_str
67812025-04-30T20:53:07.602Z PASS [ 0.040s] omicron-common api::external::test::test_ip_port_range_into_str
67822025-04-30T20:53:07.658Z PASS [ 0.055s] omicron-common api::external::test::test_ipv6_net_operations
67832025-04-30T20:53:07.712Z PASS [ 0.054s] omicron-common api::external::test::test_mac_system_iterator
67842025-04-30T20:53:07.753Z PASS [ 0.039s] omicron-common api::external::test::test_mac_to_int_conversions
67852025-04-30T20:53:07.808Z PASS [ 0.056s] omicron-common api::external::test::test_macaddr
67862025-04-30T20:53:07.875Z PASS [ 0.066s] omicron-common api::external::test::test_name_parse
67872025-04-30T20:53:07.924Z PASS [ 0.049s] omicron-common api::external::test::test_name_parse_from_param
67882025-04-30T20:53:07.965Z PASS [ 0.039s] omicron-common api::external::test::test_resource_name_parse
67892025-04-30T20:53:08.009Z PASS [ 0.046s] omicron-common api::external::test::test_role_name_parse
67902025-04-30T20:53:08.054Z PASS [ 0.044s] omicron-common api::external::test::test_route_destination_parse
67912025-04-30T20:53:08.110Z PASS [ 0.055s] omicron-common api::external::test::test_route_target_parse
67922025-04-30T20:53:08.149Z PASS [ 0.756s] omicron-common api::external::test::test_generation_overflow
67932025-04-30T20:53:08.190Z PASS [ 0.052s] omicron-common api::external::test::test_semver_serialize
67942025-04-30T20:53:08.190Z PASS [ 0.045s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
67952025-04-30T20:53:08.230Z PASS [ 0.045s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
67962025-04-30T20:53:08.230Z PASS [ 0.042s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
67972025-04-30T20:53:08.270Z PASS [ 0.054s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
67982025-04-30T20:53:08.309Z PASS [ 0.054s] omicron-common ledger::test::test_commit_handles_write_failures
67992025-04-30T20:53:08.349Z PASS [ 0.053s] omicron-common ledger::test::test_create_default_ledger
68002025-04-30T20:53:08.349Z PASS [ 0.075s] omicron-common ledger::test::test_create_ledger_reads_from_storage
68012025-04-30T20:53:08.435Z PASS [ 0.118s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
68022025-04-30T20:53:08.474Z PASS [ 0.111s] omicron-common zpool_name::test::test_parse_bad_zpool_names
68032025-04-30T20:53:08.474Z PASS [ 0.036s] omicron-common zpool_name::test::test_parse_external_zpool_name
68042025-04-30T20:53:08.514Z PASS [ 0.037s] omicron-common zpool_name::test::test_parse_internal_zpool_name
68052025-04-30T20:53:08.554Z PASS [ 0.048s] omicron-common zpool_name::test::test_parse_zpool_name_json
68062025-04-30T20:53:08.554Z PASS [ 0.037s] omicron-common zpool_name::test::test_zpool_name_regex
68072025-04-30T20:53:08.981Z PASS [ 9.032s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
68082025-04-30T20:53:09.331Z PASS [ 0.769s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
68092025-04-30T20:53:09.331Z PASS [ 0.754s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
68102025-04-30T20:53:09.371Z PASS [ 0.074s] omicron-gateway management_switch::location_map::tests::test_config_validation
68112025-04-30T20:53:09.411Z PASS [ 0.083s] omicron-gateway management_switch::location_map::tests::test_resolve_location
68122025-04-30T20:53:09.524Z PASS [ 0.149s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
68132025-04-30T20:53:09.928Z PASS [ 0.562s] omicron-gateway::test_all integration_tests::component_list::component_list
68142025-04-30T20:53:10.069Z PASS [ 0.541s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
68152025-04-30T20:53:10.164Z PASS [ 0.236s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
68162025-04-30T20:53:10.262Z PASS [ 0.195s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
68172025-04-30T20:53:10.400Z PASS [ 0.235s] omicron-gateway::test_all integration_tests::task_dump::task_dump
68182025-04-30T20:53:11.216Z PASS [ 26.285s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
68192025-04-30T20:53:12.292Z PASS [ 8.180s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init
68202025-04-30T20:53:28.823Z PASS [ 17.606s] omicron-nexus app::background::driver::test::test_driver_basic
68212025-04-30T20:53:29.855Z PASS [ 20.873s] omicron-dev::test-omicron-dev test_run_all
68222025-04-30T20:53:30.285Z PASS [ 19.885s] omicron-nexus app::background::driver::test::test_activation_in_progress
68232025-04-30T20:53:31.538Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68242025-04-30T20:53:31.578Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68252025-04-30T20:53:31.760Z PASS [ 19.468s] omicron-nexus app::background::init::test::test_dns_propagation_basic
68262025-04-30T20:53:34.788Z SLOW [>660.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68272025-04-30T20:53:37.303Z PASS [ 27.042s] omicron-ls-apis::test_dependencies test_api_dependencies
68282025-04-30T20:53:39.948Z PASS [ 665.184s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68292025-04-30T20:53:45.068Z PASS [ 5.112s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
68302025-04-30T20:53:50.078Z PASS [ 5.018s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
68312025-04-30T20:53:55.083Z PASS [ 5.004s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
68322025-04-30T20:53:55.123Z PASS [ 26.299s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
68332025-04-30T20:53:55.163Z PASS [ 0.057s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
68342025-04-30T20:53:55.495Z PASS [ 23.735s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
68352025-04-30T20:53:56.231Z PASS [ 26.378s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
68362025-04-30T20:53:56.497Z PASS [ 19.174s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
68372025-04-30T20:53:56.642Z PASS [ 26.358s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
68382025-04-30T20:54:13.461Z PASS [ 18.321s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
68392025-04-30T20:54:13.725Z PASS [ 18.604s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
68402025-04-30T20:54:13.788Z PASS [ 18.293s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
68412025-04-30T20:54:14.580Z PASS [ 18.349s] omicron-nexus app::background::tasks::dns_config::test::test_basic
68422025-04-30T20:54:15.067Z PASS [ 18.552s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
68432025-04-30T20:54:15.289Z PASS [ 18.647s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
68442025-04-30T20:54:31.541Z SLOW [>780.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68452025-04-30T20:54:31.582Z SLOW [>780.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68462025-04-30T20:54:36.025Z PASS [ 20.736s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
68472025-04-30T20:54:38.238Z PASS [ 24.513s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
68482025-04-30T20:54:39.046Z PASS [ 24.466s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
68492025-04-30T20:54:48.185Z PASS [ 33.156s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
68502025-04-30T20:54:53.165Z PASS [ 17.141s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
68512025-04-30T20:54:55.065Z PASS [ 16.005s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
68522025-04-30T20:54:58.051Z PASS [ 44.591s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
68532025-04-30T20:55:00.807Z PASS [ 22.570s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
68542025-04-30T20:55:04.985Z PASS [ 16.801s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
68552025-04-30T20:55:10.175Z PASS [ 818.728s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68562025-04-30T20:55:10.215Z PASS [ 17.044s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
68572025-04-30T20:55:11.730Z PASS [ 16.679s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
68582025-04-30T20:55:13.801Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
68592025-04-30T20:55:15.285Z PASS [ 17.234s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
68602025-04-30T20:55:19.085Z PASS [ 18.277s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
68612025-04-30T20:55:22.797Z PASS [ 831.350s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68622025-04-30T20:55:23.605Z PASS [ 18.619s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
68632025-04-30T20:55:26.019Z PASS [ 3.222s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
68642025-04-30T20:55:28.675Z PASS [ 18.501s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
68652025-04-30T20:55:29.169Z PASS [ 3.150s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
68662025-04-30T20:55:33.615Z PASS [ 23.406s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
68672025-04-30T20:55:34.420Z PASS [ 19.134s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
68682025-04-30T20:55:36.376Z PASS [ 24.646s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
68692025-04-30T20:55:38.048Z PASS [ 18.962s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
68702025-04-30T20:55:38.998Z PASS [ 85.211s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
68712025-04-30T20:55:44.358Z PASS [ 20.753s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
68722025-04-30T20:55:48.744Z PASS [ 19.575s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
68732025-04-30T20:55:49.083Z PASS [ 20.408s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
68742025-04-30T20:55:49.150Z PASS [ 0.066s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
68752025-04-30T20:55:49.554Z PASS [ 0.404s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
68762025-04-30T20:55:49.995Z PASS [ 0.439s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
68772025-04-30T20:55:50.306Z PASS [ 0.312s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
68782025-04-30T20:55:52.123Z PASS [ 1.817s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
68792025-04-30T20:55:53.325Z PASS [ 19.711s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
68802025-04-30T20:55:53.610Z PASS [ 19.191s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
68812025-04-30T20:55:53.726Z PASS [ 0.116s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
68822025-04-30T20:55:54.087Z PASS [ 0.761s] omicron-nexus app::external_endpoints::test::test_authority
68832025-04-30T20:55:54.184Z PASS [ 0.097s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
68842025-04-30T20:55:54.246Z PASS [ 0.061s] omicron-nexus app::external_endpoints::test::test_no_endpoint
68852025-04-30T20:55:54.314Z PASS [ 0.066s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
68862025-04-30T20:55:54.372Z PASS [ 0.058s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
68872025-04-30T20:55:54.431Z PASS [ 0.059s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
68882025-04-30T20:55:54.493Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
68892025-04-30T20:55:54.618Z PASS [ 0.124s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
68902025-04-30T20:55:54.674Z PASS [ 0.055s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
68912025-04-30T20:55:54.903Z PASS [ 18.526s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
68922025-04-30T20:55:55.327Z PASS [ 1.600s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
68932025-04-30T20:55:55.965Z PASS [ 17.917s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
68942025-04-30T20:55:58.867Z PASS [ 19.871s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
68952025-04-30T20:56:03.288Z PASS [ 18.931s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
68962025-04-30T20:56:08.401Z PASS [ 19.658s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
68972025-04-30T20:56:12.158Z PASS [ 20.035s] omicron-nexus app::background::tasks::webhook_dispatcher::test::test_glob_reprocessing
68982025-04-30T20:56:20.368Z PASS [ 25.466s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
68992025-04-30T20:56:20.826Z PASS [ 25.500s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
69002025-04-30T20:56:20.865Z PASS [ 21.997s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
69012025-04-30T20:56:21.450Z PASS [ 26.777s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
69022025-04-30T20:56:21.815Z PASS [ 25.852s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
69032025-04-30T20:56:29.860Z PASS [ 21.460s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
69042025-04-30T20:56:31.821Z PASS [ 28.534s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
69052025-04-30T20:56:46.436Z PASS [ 34.278s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
69062025-04-30T20:56:49.246Z PASS [ 28.879s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
69072025-04-30T20:56:49.919Z PASS [ 28.105s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
69082025-04-30T20:56:50.653Z PASS [ 29.826s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
69092025-04-30T20:56:50.934Z PASS [ 29.483s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
69102025-04-30T20:56:51.939Z PASS [ 31.076s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
69112025-04-30T20:57:02.501Z PASS [ 32.641s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
69122025-04-30T20:57:05.917Z PASS [ 34.096s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
69132025-04-30T20:57:15.748Z PASS [ 29.071s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
69142025-04-30T20:57:16.741Z PASS [ 26.602s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
69152025-04-30T20:57:16.781Z PASS [ 26.151s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
69162025-04-30T20:57:16.781Z PASS [ 25.970s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
69172025-04-30T20:57:23.683Z PASS [ 29.772s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
69182025-04-30T20:57:29.456Z PASS [ 26.956s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
69192025-04-30T20:57:39.286Z PASS [ 33.369s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
69202025-04-30T20:57:47.415Z PASS [ 31.567s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
69212025-04-30T20:57:47.994Z PASS [ 31.925s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
69222025-04-30T20:57:50.946Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
69232025-04-30T20:57:53.389Z PASS [ 31.606s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
69242025-04-30T20:58:01.941Z PASS [ 32.485s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
69252025-04-30T20:58:15.519Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
69262025-04-30T20:58:16.635Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
69272025-04-30T20:58:17.393Z PASS [ 29.980s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
69282025-04-30T20:58:18.482Z PASS [ 30.487s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
69292025-04-30T20:58:35.601Z PASS [ 33.661s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
69302025-04-30T20:58:39.296Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
69312025-04-30T20:58:48.053Z PASS [ 30.661s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
69322025-04-30T20:58:50.275Z PASS [ 119.345s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
69332025-04-30T20:58:53.328Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
69342025-04-30T20:59:07.213Z PASS [ 31.612s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
69352025-04-30T20:59:15.519Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
69362025-04-30T20:59:16.634Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
69372025-04-30T20:59:18.493Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
69382025-04-30T20:59:18.768Z PASS [ 85.454s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
69392025-04-30T20:59:18.907Z PASS [ 30.853s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
69402025-04-30T20:59:24.744Z PASS [ 128.126s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
69412025-04-30T20:59:38.308Z PASS [ 31.096s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
69422025-04-30T20:59:39.297Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
69432025-04-30T20:59:46.621Z PASS [ 151.119s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
69442025-04-30T20:59:49.902Z PASS [ 31.133s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
69452025-04-30T20:59:50.287Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
69462025-04-30T20:59:57.885Z PASS [ 33.142s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
69472025-04-30T21:00:12.383Z PASS [ 82.110s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
69482025-04-30T21:00:15.223Z PASS [ 28.603s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
69492025-04-30T21:00:18.491Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
69502025-04-30T21:00:18.918Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
69512025-04-30T21:00:19.507Z PASS [ 29.607s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
69522025-04-30T21:00:34.807Z PASS [ 19.583s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
69532025-04-30T21:00:37.503Z PASS [ 17.996s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
69542025-04-30T21:00:38.159Z PASS [ 25.777s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
69552025-04-30T21:00:38.321Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
69562025-04-30T21:00:38.825Z PASS [ 40.941s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
69572025-04-30T21:00:39.294Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
69582025-04-30T21:00:52.619Z PASS [ 154.144s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
69592025-04-30T21:00:55.680Z PASS [ 18.177s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
69602025-04-30T21:00:58.435Z PASS [ 19.611s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
69612025-04-30T21:01:00.293Z PASS [ 25.486s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
69622025-04-30T21:01:04.006Z PASS [ 25.848s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
69632025-04-30T21:01:04.864Z PASS [ 205.586s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
69642025-04-30T21:01:18.919Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
69652025-04-30T21:01:20.728Z PASS [ 28.109s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
69662025-04-30T21:01:20.794Z PASS [ 0.065s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
69672025-04-30T21:01:22.903Z PASS [ 18.039s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
69682025-04-30T21:01:23.137Z PASS [ 27.457s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
69692025-04-30T21:01:28.607Z PASS [ 30.173s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
69702025-04-30T21:01:28.868Z PASS [ 28.576s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
69712025-04-30T21:01:29.862Z PASS [ 130.961s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
69722025-04-30T21:01:32.627Z PASS [ 28.622s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
69732025-04-30T21:01:38.319Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
69742025-04-30T21:01:46.901Z PASS [ 18.294s] omicron-nexus app::sagas::test_saga::test_saga_stuck
69752025-04-30T21:01:47.679Z PASS [ 26.886s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
69762025-04-30T21:01:50.456Z PASS [ 20.594s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
69772025-04-30T21:01:51.116Z PASS [ 22.248s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
69782025-04-30T21:01:53.031Z PASS [ 20.405s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
69792025-04-30T21:01:53.224Z PASS [ 0.192s] omicron-nexus app::webhook::tests::test_event_class_list
69802025-04-30T21:01:57.728Z PASS [ 4.504s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
69812025-04-30T21:01:57.785Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_accept_gz
69822025-04-30T21:01:57.845Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
69832025-04-30T21:01:57.912Z PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
69842025-04-30T21:01:57.962Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
69852025-04-30T21:01:58.114Z PASS [ 35.211s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
69862025-04-30T21:01:58.187Z PASS [ 0.072s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
69872025-04-30T21:01:58.226Z PASS [ 0.242s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
69882025-04-30T21:01:58.266Z PASS [ 0.074s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
69892025-04-30T21:01:58.305Z PASS [ 0.075s] omicron-nexus external_api::console_api::test::test_relative_uri
69902025-04-30T21:01:58.614Z PASS [ 35.478s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
69912025-04-30T21:01:59.434Z PASS [ 141.130s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
69922025-04-30T21:02:07.622Z PASS [ 20.721s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
69932025-04-30T21:02:07.874Z PASS [ 20.194s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
69942025-04-30T21:02:12.085Z PASS [ 21.629s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
69952025-04-30T21:02:12.278Z PASS [ 21.162s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
69962025-04-30T21:02:17.788Z PASS [ 19.174s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
69972025-04-30T21:02:17.879Z PASS [ 19.599s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
69982025-04-30T21:02:29.874Z PASS [ 30.440s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
69992025-04-30T21:02:35.380Z PASS [ 27.758s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
70002025-04-30T21:02:37.691Z PASS [ 25.606s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
70012025-04-30T21:02:39.682Z PASS [ 1.991s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
70022025-04-30T21:02:40.330Z PASS [ 28.052s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
70032025-04-30T21:02:40.853Z PASS [ 0.523s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
70042025-04-30T21:02:41.957Z PASS [ 2.275s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
70052025-04-30T21:02:43.260Z PASS [ 45.000s] omicron-nexus populate::test::test_populators
70062025-04-30T21:02:45.294Z PASS [ 27.507s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
70072025-04-30T21:02:55.267Z PASS [ 47.395s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
70082025-04-30T21:02:55.440Z PASS [ 25.567s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
70092025-04-30T21:02:57.071Z PASS [ 21.692s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
70102025-04-30T21:02:59.756Z PASS [ 18.903s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
70112025-04-30T21:03:00.437Z PASS [ 18.480s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
70122025-04-30T21:03:01.843Z PASS [ 18.583s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
70132025-04-30T21:03:04.798Z PASS [ 19.504s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
70142025-04-30T21:03:05.927Z PASS [ 48.050s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
70152025-04-30T21:03:13.987Z PASS [ 18.547s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
70162025-04-30T21:03:15.857Z PASS [ 20.590s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
70172025-04-30T21:03:16.239Z PASS [ 19.168s] omicron-nexus::test_all integration_tests::basic::test_ping
70182025-04-30T21:03:21.942Z PASS [ 20.099s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
70192025-04-30T21:03:23.628Z PASS [ 18.814s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
70202025-04-30T21:03:24.629Z PASS [ 18.703s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
70212025-04-30T21:03:25.729Z PASS [ 1.099s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
70222025-04-30T21:03:26.927Z PASS [ 1.197s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
70232025-04-30T21:03:27.044Z PASS [ 0.116s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
70242025-04-30T21:03:27.457Z PASS [ 27.701s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
70252025-04-30T21:03:31.611Z PASS [ 17.623s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
70262025-04-30T21:03:33.382Z PASS [ 17.521s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
70272025-04-30T21:03:36.434Z PASS [ 20.195s] omicron-nexus::test_all integration_tests::certificates::test_crud
70282025-04-30T21:03:36.501Z PASS [ 36.065s] omicron-nexus::test_all integration_tests::basic::test_projects_list
70292025-04-30T21:03:40.409Z PASS [ 18.467s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
70302025-04-30T21:03:45.563Z PASS [ 18.519s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
70312025-04-30T21:03:46.181Z PASS [ 18.722s] omicron-nexus::test_all integration_tests::console_api::test_assets
70322025-04-30T21:03:50.203Z PASS [ 18.588s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
70332025-04-30T21:03:51.847Z PASS [ 28.234s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
70342025-04-30T21:03:54.920Z PASS [ 18.379s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
70352025-04-30T21:03:57.816Z PASS [ 24.438s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
70362025-04-30T21:03:59.412Z PASS [ 19.004s] omicron-nexus::test_all integration_tests::console_api::test_session_me
70372025-04-30T21:04:00.824Z PASS [ 24.389s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
70382025-04-30T21:04:04.662Z PASS [ 19.099s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
70392025-04-30T21:04:08.908Z PASS [ 18.710s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
70402025-04-30T21:04:12.836Z PASS [ 26.657s] omicron-nexus::test_all integration_tests::console_api::test_sessions
70412025-04-30T21:04:27.394Z PASS [ 32.449s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
70422025-04-30T21:04:27.903Z PASS [ 36.057s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
70432025-04-30T21:04:32.188Z PASS [ 34.373s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
70442025-04-30T21:04:35.414Z PASS [ 36.002s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
70452025-04-30T21:04:48.940Z PASS [ 48.119s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
70462025-04-30T21:04:50.821Z PASS [ 46.160s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
70472025-04-30T21:04:54.292Z PASS [ 41.457s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
70482025-04-30T21:04:55.299Z PASS [ 46.392s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
70492025-04-30T21:05:12.030Z PASS [ 44.129s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
70502025-04-30T21:05:13.879Z PASS [ 24.939s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
70512025-04-30T21:05:13.976Z PASS [ 46.647s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
70522025-04-30T21:05:19.297Z PASS [ 47.111s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
70532025-04-30T21:05:35.428Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
70542025-04-30T21:05:42.656Z PASS [ 47.358s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
70552025-04-30T21:05:50.833Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
70562025-04-30T21:05:51.128Z PASS [ 75.716s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
70572025-04-30T21:05:54.305Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
70582025-04-30T21:06:00.983Z PASS [ 48.954s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
70592025-04-30T21:06:02.530Z PASS [ 19.873s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
70602025-04-30T21:06:06.895Z PASS [ 53.017s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
70612025-04-30T21:06:11.502Z PASS [ 20.372s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
70622025-04-30T21:06:11.554Z PASS [ 80.735s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
70632025-04-30T21:06:13.989Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
70642025-04-30T21:06:17.734Z PASS [ 83.444s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
70652025-04-30T21:06:19.424Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
70662025-04-30T21:06:31.827Z PASS [ 30.845s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
70672025-04-30T21:06:33.860Z PASS [ 26.967s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
70682025-04-30T21:06:37.868Z PASS [ 26.367s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
70692025-04-30T21:06:38.040Z PASS [ 26.488s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
70702025-04-30T21:06:42.870Z PASS [ 40.342s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
70712025-04-30T21:06:44.452Z PASS [ 26.719s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
70722025-04-30T21:06:50.534Z PASS [ 94.784s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
70732025-04-30T21:06:55.852Z PASS [ 24.024s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
70742025-04-30T21:07:06.586Z PASS [ 23.716s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
70752025-04-30T21:07:07.839Z PASS [ 19.082s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
70762025-04-30T21:07:08.709Z PASS [ 24.257s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
70772025-04-30T21:07:11.908Z PASS [ 38.047s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
70782025-04-30T21:07:15.472Z PASS [ 37.606s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
70792025-04-30T21:07:16.739Z PASS [ 20.888s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
70802025-04-30T21:07:19.417Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
70812025-04-30T21:07:26.963Z PASS [ 48.923s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
70822025-04-30T21:07:27.644Z PASS [ 19.804s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
70832025-04-30T21:07:29.706Z PASS [ 23.120s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
70842025-04-30T21:07:36.066Z PASS [ 27.356s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
70852025-04-30T21:07:37.167Z PASS [ 137.873s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
70862025-04-30T21:07:41.412Z PASS [ 25.939s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
70872025-04-30T21:07:44.584Z PASS [ 27.845s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
70882025-04-30T21:07:52.930Z PASS [ 41.024s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
70892025-04-30T21:07:54.112Z PASS [ 27.149s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
70902025-04-30T21:07:58.359Z PASS [ 28.641s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
70912025-04-30T21:07:58.925Z PASS [ 31.283s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
70922025-04-30T21:08:02.740Z PASS [ 25.574s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
70932025-04-30T21:08:03.417Z PASS [ 27.352s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
70942025-04-30T21:08:09.086Z PASS [ 27.675s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
70952025-04-30T21:08:09.491Z PASS [ 24.907s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
70962025-04-30T21:08:17.500Z PASS [ 23.389s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
70972025-04-30T21:08:19.894Z PASS [ 26.964s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
70982025-04-30T21:08:21.209Z PASS [ 22.863s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
70992025-04-30T21:08:25.973Z PASS [ 27.048s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
71002025-04-30T21:08:27.805Z PASS [ 25.065s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
71012025-04-30T21:08:36.229Z PASS [ 32.813s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
71022025-04-30T21:08:40.352Z PASS [ 31.266s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
71032025-04-30T21:08:41.134Z PASS [ 19.925s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
71042025-04-30T21:08:45.171Z PASS [ 35.681s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
71052025-04-30T21:08:50.149Z PASS [ 22.344s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
71062025-04-30T21:08:57.837Z PASS [ 31.864s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
71072025-04-30T21:09:00.190Z PASS [ 19.839s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
71082025-04-30T21:09:00.732Z PASS [ 19.597s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
71092025-04-30T21:09:03.163Z PASS [ 45.664s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
71102025-04-30T21:09:04.806Z PASS [ 19.635s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
71112025-04-30T21:09:05.747Z PASS [ 45.854s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
71122025-04-30T21:09:06.976Z PASS [ 30.748s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
71132025-04-30T21:09:13.736Z PASS [ 23.588s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
71142025-04-30T21:09:19.384Z PASS [ 21.548s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
71152025-04-30T21:09:21.456Z PASS [ 21.266s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
71162025-04-30T21:09:25.287Z PASS [ 24.556s] omicron-nexus::test_all integration_tests::images::test_image_create
71172025-04-30T21:09:29.622Z PASS [ 26.459s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
71182025-04-30T21:09:30.663Z PASS [ 24.917s] omicron-nexus::test_all integration_tests::images::test_image_promotion
71192025-04-30T21:09:31.844Z PASS [ 24.868s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
71202025-04-30T21:09:33.254Z PASS [ 28.449s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
71212025-04-30T21:09:35.192Z PASS [ 5.570s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
71222025-04-30T21:09:35.900Z PASS [ 5.236s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
71232025-04-30T21:09:36.248Z PASS [ 22.512s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
71242025-04-30T21:09:38.339Z PASS [ 6.494s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
71252025-04-30T21:09:38.438Z PASS [ 13.152s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
71262025-04-30T21:09:42.557Z PASS [ 21.101s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
71272025-04-30T21:09:42.614Z PASS [ 23.231s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
71282025-04-30T21:10:00.867Z PASS [ 24.620s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
71292025-04-30T21:10:04.486Z PASS [ 28.587s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
71302025-04-30T21:10:05.270Z PASS [ 26.832s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
71312025-04-30T21:10:06.190Z PASS [ 27.848s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
71322025-04-30T21:10:07.764Z PASS [ 34.511s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
71332025-04-30T21:10:11.998Z PASS [ 36.806s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
71342025-04-30T21:10:12.649Z PASS [ 30.035s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
71352025-04-30T21:10:20.825Z PASS [ 19.958s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
71362025-04-30T21:10:23.875Z PASS [ 19.389s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
71372025-04-30T21:10:25.126Z PASS [ 42.570s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
71382025-04-30T21:10:28.576Z PASS [ 20.812s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
71392025-04-30T21:10:35.655Z PASS [ 30.385s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
71402025-04-30T21:10:44.175Z PASS [ 19.049s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
71412025-04-30T21:10:46.415Z PASS [ 40.229s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
71422025-04-30T21:10:50.191Z PASS [ 26.317s] omicron-nexus::test_all integration_tests::instances::test_instance_access
71432025-04-30T21:10:51.786Z PASS [ 39.790s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
71442025-04-30T21:10:59.317Z PASS [ 30.741s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
71452025-04-30T21:10:59.813Z PASS [ 38.989s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
71462025-04-30T21:11:08.904Z PASS [ 33.250s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
71472025-04-30T21:11:12.665Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
71482025-04-30T21:11:17.224Z PASS [ 33.050s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
71492025-04-30T21:11:19.050Z PASS [ 28.860s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
71502025-04-30T21:11:19.609Z PASS [ 33.195s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
71512025-04-30T21:11:21.701Z PASS [ 21.888s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
71522025-04-30T21:11:24.357Z PASS [ 32.571s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
71532025-04-30T21:11:25.948Z PASS [ 73.301s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
71542025-04-30T21:11:29.173Z PASS [ 29.857s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
71552025-04-30T21:11:39.884Z PASS [ 30.981s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
71562025-04-30T21:11:45.706Z PASS [ 24.005s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
71572025-04-30T21:11:46.984Z PASS [ 27.375s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
71582025-04-30T21:11:51.898Z PASS [ 27.541s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
71592025-04-30T21:11:52.477Z PASS [ 35.253s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
71602025-04-30T21:11:55.067Z PASS [ 29.120s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
71612025-04-30T21:11:56.915Z PASS [ 27.743s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
71622025-04-30T21:12:09.554Z PASS [ 29.671s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
71632025-04-30T21:12:09.595Z PASS [ 50.513s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
71642025-04-30T21:12:13.188Z PASS [ 27.482s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
71652025-04-30T21:12:14.360Z PASS [ 27.377s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
71662025-04-30T21:12:30.203Z PASS [ 37.728s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
71672025-04-30T21:12:31.252Z PASS [ 34.338s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
71682025-04-30T21:12:33.554Z PASS [ 38.487s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
71692025-04-30T21:12:37.661Z PASS [ 23.301s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
71702025-04-30T21:12:40.948Z PASS [ 49.052s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
71712025-04-30T21:12:44.528Z PASS [ 34.974s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
71722025-04-30T21:12:48.643Z PASS [ 39.082s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
71732025-04-30T21:12:50.085Z PASS [ 18.757s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
71742025-04-30T21:12:52.442Z PASS [ 39.255s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
71752025-04-30T21:12:57.334Z PASS [ 19.674s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
71762025-04-30T21:13:04.781Z PASS [ 31.228s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
71772025-04-30T21:13:06.583Z PASS [ 25.635s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
71782025-04-30T21:13:06.624Z PASS [ 17.957s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
71792025-04-30T21:13:07.593Z PASS [ 37.390s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
71802025-04-30T21:13:08.183Z PASS [ 23.656s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
71812025-04-30T21:13:18.421Z PASS [ 28.413s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
71822025-04-30T21:13:19.215Z PASS [ 26.773s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
71832025-04-30T21:13:23.643Z PASS [ 17.043s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
71842025-04-30T21:13:26.604Z PASS [ 19.011s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
71852025-04-30T21:13:27.398Z PASS [ 19.216s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
71862025-04-30T21:13:30.446Z PASS [ 25.665s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
71872025-04-30T21:13:36.103Z PASS [ 29.520s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
71882025-04-30T21:13:37.552Z PASS [ 19.131s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
71892025-04-30T21:13:38.503Z PASS [ 41.169s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
71902025-04-30T21:13:40.574Z PASS [ 16.932s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
71912025-04-30T21:13:49.712Z PASS [ 30.498s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
71922025-04-30T21:13:56.421Z PASS [ 29.023s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
71932025-04-30T21:13:56.550Z PASS [ 18.047s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
71942025-04-30T21:13:57.798Z PASS [ 27.353s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
71952025-04-30T21:13:58.704Z PASS [ 32.100s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
71962025-04-30T21:14:00.976Z PASS [ 20.402s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
71972025-04-30T21:14:07.107Z PASS [ 29.555s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
71982025-04-30T21:14:09.135Z PASS [ 19.423s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
71992025-04-30T21:14:09.648Z PASS [ 33.546s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
72002025-04-30T21:14:14.873Z PASS [ 18.452s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
72012025-04-30T21:14:15.126Z PASS [ 18.576s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
72022025-04-30T21:14:16.849Z PASS [ 18.145s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
72032025-04-30T21:14:16.939Z PASS [ 19.141s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
72042025-04-30T21:14:19.697Z PASS [ 18.721s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
72052025-04-30T21:14:26.594Z PASS [ 19.487s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
72062025-04-30T21:14:29.037Z PASS [ 19.388s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
72072025-04-30T21:14:30.597Z PASS [ 21.462s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
72082025-04-30T21:14:36.085Z PASS [ 19.237s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
72092025-04-30T21:14:37.137Z PASS [ 22.011s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
72102025-04-30T21:14:38.133Z PASS [ 23.260s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
72112025-04-30T21:14:46.779Z PASS [ 29.840s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
72122025-04-30T21:14:53.488Z PASS [ 17.403s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
72132025-04-30T21:14:54.175Z PASS [ 25.139s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
72142025-04-30T21:14:55.834Z PASS [ 18.697s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
72152025-04-30T21:14:58.956Z PASS [ 39.260s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
72162025-04-30T21:15:01.370Z PASS [ 23.237s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
72172025-04-30T21:15:16.939Z PASS [ 22.764s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
72182025-04-30T21:15:19.425Z PASS [ 32.646s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
72192025-04-30T21:15:19.597Z PASS [ 23.763s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
72202025-04-30T21:15:22.239Z PASS [ 23.283s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
72212025-04-30T21:15:22.346Z PASS [ 51.750s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
72222025-04-30T21:15:23.368Z PASS [ 56.776s] omicron-nexus::test_all integration_tests::metrics::test_metrics
72232025-04-30T21:15:32.666Z PASS [ 39.179s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
72242025-04-30T21:15:42.841Z PASS [ 41.472s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
72252025-04-30T21:15:42.892Z PASS [ 23.467s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
72262025-04-30T21:15:50.693Z PASS [ 28.455s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
72272025-04-30T21:15:53.764Z PASS [ 31.418s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
72282025-04-30T21:15:54.249Z PASS [ 21.583s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
72292025-04-30T21:15:54.431Z PASS [ 37.492s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
72302025-04-30T21:15:54.578Z PASS [ 31.210s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
72312025-04-30T21:15:58.675Z PASS [ 39.079s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
72322025-04-30T21:16:13.631Z PASS [ 19.381s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
72332025-04-30T21:16:13.671Z PASS [ 19.071s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
72342025-04-30T21:16:13.733Z PASS [ 19.302s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
72352025-04-30T21:16:14.023Z PASS [ 20.260s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
72362025-04-30T21:16:22.967Z PASS [ 24.292s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
72372025-04-30T21:16:23.642Z PASS [ 40.802s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
72382025-04-30T21:16:25.836Z PASS [ 42.945s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
72392025-04-30T21:16:34.639Z PASS [ 20.990s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
72402025-04-30T21:16:37.147Z PASS [ 23.516s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
72412025-04-30T21:16:39.128Z PASS [ 25.395s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
72422025-04-30T21:16:40.632Z PASS [ 26.609s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
72432025-04-30T21:16:42.941Z PASS [ 19.300s] omicron-nexus::test_all integration_tests::projects::test_projects
72442025-04-30T21:16:43.727Z PASS [ 20.760s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
72452025-04-30T21:16:47.008Z PASS [ 21.173s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
72462025-04-30T21:16:50.704Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
72472025-04-30T21:16:54.350Z PASS [ 17.203s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
72482025-04-30T21:16:56.587Z PASS [ 17.460s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
72492025-04-30T21:17:01.591Z PASS [ 20.959s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
72502025-04-30T21:17:02.007Z PASS [ 18.280s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
72512025-04-30T21:17:02.184Z PASS [ 19.243s] omicron-nexus::test_all integration_tests::rack::test_sled_add
72522025-04-30T21:17:06.300Z PASS [ 19.292s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
72532025-04-30T21:17:15.352Z PASS [ 18.765s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
72542025-04-30T21:17:15.469Z PASS [ 21.120s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
72552025-04-30T21:17:19.100Z PASS [ 17.510s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
72562025-04-30T21:17:20.553Z PASS [ 18.545s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
72572025-04-30T21:17:20.668Z PASS [ 0.115s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
72582025-04-30T21:17:20.803Z PASS [ 0.134s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
72592025-04-30T21:17:20.916Z PASS [ 0.113s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
72602025-04-30T21:17:21.120Z PASS [ 0.203s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
72612025-04-30T21:17:21.325Z PASS [ 0.203s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
72622025-04-30T21:17:23.705Z PASS [ 21.521s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
72632025-04-30T21:17:26.614Z PASS [ 95.923s] omicron-nexus::test_all integration_tests::password_login::test_local_users
72642025-04-30T21:17:27.190Z PASS [ 20.890s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
72652025-04-30T21:17:27.235Z PASS [ 52.598s] omicron-nexus::test_all integration_tests::quotas::test_quotas
72662025-04-30T21:17:36.825Z PASS [ 21.354s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
72672025-04-30T21:17:40.664Z PASS [ 19.341s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
72682025-04-30T21:17:40.769Z PASS [ 0.105s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
72692025-04-30T21:17:41.073Z PASS [ 21.973s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
72702025-04-30T21:17:42.333Z PASS [ 18.628s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
72712025-04-30T21:17:42.440Z PASS [ 0.107s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
72722025-04-30T21:17:42.544Z PASS [ 0.103s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
72732025-04-30T21:17:44.523Z PASS [ 29.172s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
72742025-04-30T21:17:45.072Z PASS [ 18.459s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
72752025-04-30T21:17:45.961Z PASS [ 18.726s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
72762025-04-30T21:17:46.001Z PASS [ 18.802s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
72772025-04-30T21:17:54.847Z PASS [ 18.023s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
72782025-04-30T21:17:58.179Z PASS [ 17.106s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
72792025-04-30T21:17:58.431Z PASS [ 17.662s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
72802025-04-30T21:17:58.891Z PASS [ 16.347s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
72812025-04-30T21:17:59.609Z PASS [ 14.537s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
72822025-04-30T21:18:00.158Z PASS [ 15.634s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
72832025-04-30T21:18:01.156Z PASS [ 15.195s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
72842025-04-30T21:18:01.259Z PASS [ 2.828s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
72852025-04-30T21:18:03.498Z PASS [ 2.239s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
72862025-04-30T21:18:03.578Z PASS [ 2.422s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
72872025-04-30T21:18:05.696Z PASS [ 2.197s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
72882025-04-30T21:18:05.772Z PASS [ 2.193s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
72892025-04-30T21:18:07.908Z PASS [ 2.212s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
72902025-04-30T21:18:09.396Z PASS [ 1.488s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
72912025-04-30T21:18:56.282Z PASS [ 46.886s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
72922025-04-30T21:19:05.882Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
72932025-04-30T21:19:11.544Z PASS [ 65.774s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
72942025-04-30T21:19:17.611Z PASS [ 21.329s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
72952025-04-30T21:19:53.986Z PASS [ 42.441s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
72962025-04-30T21:20:06.236Z PASS [ 12.250s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
72972025-04-30T21:20:06.278Z PASS [ 12.267s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
72982025-04-30T21:20:06.649Z PASS [ 12.664s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
72992025-04-30T21:20:07.076Z PASS [ 13.090s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
73002025-04-30T21:20:09.674Z PASS [ 52.064s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
73012025-04-30T21:20:25.324Z PASS [ 19.089s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
73022025-04-30T21:20:25.518Z PASS [ 18.442s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
73032025-04-30T21:20:25.639Z PASS [ 19.388s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
73042025-04-30T21:20:25.893Z PASS [ 19.244s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
73052025-04-30T21:20:29.351Z PASS [ 19.669s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
73062025-04-30T21:20:29.807Z PASS [ 20.134s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
73072025-04-30T21:20:29.848Z PASS [ 20.155s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
73082025-04-30T21:20:31.289Z PASS [ 21.607s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
73092025-04-30T21:20:45.357Z PASS [ 20.034s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
73102025-04-30T21:20:45.808Z PASS [ 19.915s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
73112025-04-30T21:20:46.044Z PASS [ 20.527s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
73122025-04-30T21:20:48.632Z PASS [ 18.824s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
73132025-04-30T21:20:49.861Z PASS [ 20.025s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
73142025-04-30T21:20:51.808Z PASS [ 22.457s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
73152025-04-30T21:20:51.950Z PASS [ 20.661s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
73162025-04-30T21:20:54.476Z PASS [ 28.838s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
73172025-04-30T21:21:05.412Z PASS [ 19.604s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
73182025-04-30T21:21:05.618Z PASS [ 20.260s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
73192025-04-30T21:21:09.295Z PASS [ 23.250s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
73202025-04-30T21:21:11.013Z PASS [ 21.153s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
73212025-04-30T21:21:13.879Z PASS [ 21.929s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
73222025-04-30T21:21:17.857Z PASS [ 26.050s] omicron-nexus::test_all integration_tests::silos::test_silos
73232025-04-30T21:21:17.948Z PASS [ 29.317s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
73242025-04-30T21:21:26.322Z PASS [ 20.911s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
73252025-04-30T21:21:26.562Z PASS [ 32.086s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
73262025-04-30T21:21:30.446Z PASS [ 21.152s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
73272025-04-30T21:21:31.288Z PASS [ 25.671s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
73282025-04-30T21:21:35.881Z PASS [ 17.933s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
73292025-04-30T21:21:42.605Z PASS [ 31.592s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
73302025-04-30T21:21:46.426Z PASS [ 20.104s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
73312025-04-30T21:21:47.297Z PASS [ 20.735s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
73322025-04-30T21:21:47.459Z PASS [ 29.603s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
73332025-04-30T21:21:48.027Z PASS [ 34.149s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
73342025-04-30T21:21:51.496Z PASS [ 21.051s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
73352025-04-30T21:22:03.145Z PASS [ 27.265s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
73362025-04-30T21:22:04.688Z PASS [ 33.401s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
73372025-04-30T21:22:06.082Z PASS [ 18.623s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
73382025-04-30T21:22:13.478Z PASS [ 21.982s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
73392025-04-30T21:22:13.729Z PASS [ 31.124s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
73402025-04-30T21:22:14.454Z PASS [ 0.975s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
73412025-04-30T21:22:15.119Z PASS [ 27.823s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
73422025-04-30T21:22:15.628Z PASS [ 29.203s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
73432025-04-30T21:22:23.541Z PASS [ 18.853s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release
73442025-04-30T21:22:24.038Z PASS [ 20.893s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
73452025-04-30T21:22:24.559Z PASS [ 36.533s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
73462025-04-30T21:22:32.777Z PASS [ 17.658s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
73472025-04-30T21:22:32.926Z PASS [ 19.197s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
73482025-04-30T21:22:34.034Z PASS [ 18.406s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
73492025-04-30T21:22:38.797Z PASS [ 24.344s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
73502025-04-30T21:22:50.915Z PASS [ 26.877s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
73512025-04-30T21:22:53.270Z PASS [ 28.712s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
73522025-04-30T21:22:55.009Z PASS [ 31.429s] omicron-nexus::test_all integration_tests::utilization::test_utilization
73532025-04-30T21:22:56.531Z PASS [ 23.754s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
73542025-04-30T21:23:01.616Z PASS [ 28.691s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
73552025-04-30T21:23:05.083Z PASS [ 31.050s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
73562025-04-30T21:23:06.095Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
73572025-04-30T21:23:09.545Z PASS [ 30.748s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
73582025-04-30T21:23:21.178Z PASS [ 30.264s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
73592025-04-30T21:23:21.795Z PASS [ 28.525s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
73602025-04-30T21:23:22.731Z PASS [ 27.762s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
73612025-04-30T21:23:24.902Z PASS [ 28.371s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
73622025-04-30T21:23:25.192Z PASS [ 23.576s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
73632025-04-30T21:23:42.610Z PASS [ 21.433s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
73642025-04-30T21:23:44.444Z PASS [ 21.713s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
73652025-04-30T21:23:51.105Z PASS [ 29.310s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
73662025-04-30T21:23:52.294Z PASS [ 27.393s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
73672025-04-30T21:23:57.911Z PASS [ 32.719s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
73682025-04-30T21:23:58.910Z PASS [ 49.367s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
73692025-04-30T21:24:00.469Z PASS [ 55.387s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
73702025-04-30T21:24:06.095Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
73712025-04-30T21:24:14.799Z PASS [ 32.189s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
73722025-04-30T21:24:22.056Z PASS [ 37.613s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
73732025-04-30T21:24:24.396Z PASS [ 25.486s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
73742025-04-30T21:24:25.961Z PASS [ 25.493s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
73752025-04-30T21:24:26.357Z PASS [ 140.279s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
73762025-04-30T21:24:27.576Z PASS [ 36.472s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
73772025-04-30T21:24:30.148Z PASS [ 37.854s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
73782025-04-30T21:24:38.492Z PASS [ 40.583s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
73792025-04-30T21:24:47.185Z PASS [ 32.386s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
73802025-04-30T21:24:50.309Z PASS [ 23.951s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
73812025-04-30T21:24:52.125Z PASS [ 24.549s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
73822025-04-30T21:24:54.891Z PASS [ 24.744s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
73832025-04-30T21:25:03.269Z PASS [ 24.778s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
73842025-04-30T21:25:07.757Z PASS [ 43.361s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
73852025-04-30T21:25:12.412Z PASS [ 17.520s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
73862025-04-30T21:25:12.636Z PASS [ 25.452s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
73872025-04-30T21:25:15.859Z PASS [ 49.900s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
73882025-04-30T21:25:21.069Z PASS [ 17.800s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
73892025-04-30T21:25:21.123Z PASS [ 28.999s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
73902025-04-30T21:25:21.713Z PASS [ 31.405s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
73912025-04-30T21:25:22.069Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
73922025-04-30T21:25:25.575Z PASS [ 17.819s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
73932025-04-30T21:25:31.007Z PASS [ 18.596s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
73942025-04-30T21:25:31.860Z PASS [ 19.224s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
73952025-04-30T21:25:34.805Z PASS [ 18.946s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
73962025-04-30T21:25:39.086Z PASS [ 18.017s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
73972025-04-30T21:25:40.152Z PASS [ 19.030s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
73982025-04-30T21:25:40.768Z PASS [ 19.054s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
73992025-04-30T21:25:47.823Z PASS [ 22.249s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
74002025-04-30T21:25:48.812Z PASS [ 17.806s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
74012025-04-30T21:25:49.372Z PASS [ 17.512s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
74022025-04-30T21:25:53.110Z PASS [ 18.304s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
74032025-04-30T21:25:56.752Z PASS [ 17.665s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
74042025-04-30T21:25:57.801Z PASS [ 17.648s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
74052025-04-30T21:25:58.600Z PASS [ 17.833s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
74062025-04-30T21:26:03.202Z PASS [ 101.149s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
74072025-04-30T21:26:07.189Z PASS [ 18.377s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
74082025-04-30T21:26:07.662Z PASS [ 18.290s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
74092025-04-30T21:26:11.680Z PASS [ 18.570s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
74102025-04-30T21:26:15.437Z PASS [ 18.686s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
74112025-04-30T21:26:15.765Z PASS [ 17.964s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
74122025-04-30T21:26:16.672Z PASS [ 18.073s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
74132025-04-30T21:26:20.552Z PASS [ 32.729s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
74142025-04-30T21:26:26.137Z PASS [ 18.475s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
74152025-04-30T21:26:30.247Z PASS [ 18.567s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
74162025-04-30T21:26:33.369Z PASS [ 17.933s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
74172025-04-30T21:26:33.890Z PASS [ 30.689s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
74182025-04-30T21:26:34.659Z PASS [ 18.893s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
74192025-04-30T21:26:35.026Z PASS [ 18.354s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
74202025-04-30T21:26:41.050Z PASS [ 33.862s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
74212025-04-30T21:26:48.997Z PASS [ 22.860s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
74222025-04-30T21:26:49.869Z PASS [ 19.623s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
74232025-04-30T21:26:50.821Z PASS [ 30.270s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
74242025-04-30T21:26:55.746Z PASS [ 22.377s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
74252025-04-30T21:26:59.876Z PASS [ 25.217s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
74262025-04-30T21:27:01.576Z PASS [ 27.687s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
74272025-04-30T21:27:11.120Z PASS [ 30.071s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
74282025-04-30T21:27:11.757Z PASS [ 16.012s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
74292025-04-30T21:27:13.399Z PASS [ 24.403s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
74302025-04-30T21:27:13.439Z PASS [ 23.543s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
74312025-04-30T21:27:17.429Z PASS [ 17.552s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
74322025-04-30T21:27:20.637Z PASS [ 19.059s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
74332025-04-30T21:27:22.054Z PASS [ 47.028s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
74342025-04-30T21:27:28.525Z PASS [ 17.404s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
74352025-04-30T21:27:29.672Z PASS [ 17.915s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
74362025-04-30T21:27:35.984Z PASS [ 15.349s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
74372025-04-30T21:27:37.253Z PASS [ 15.200s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
74382025-04-30T21:27:40.875Z PASS [ 11.201s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
74392025-04-30T21:27:41.163Z PASS [ 12.638s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
74402025-04-30T21:27:42.838Z PASS [ 52.017s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
74412025-04-30T21:27:47.674Z PASS [ 11.689s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
74422025-04-30T21:27:47.759Z PASS [ 0.085s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
74432025-04-30T21:27:47.801Z PASS [ 0.034s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
74442025-04-30T21:27:47.851Z PASS [ 0.056s] omicron-package config::tests::multi_preset_arg
74452025-04-30T21:27:47.895Z PASS [ 0.044s] omicron-package dot::test::test_bad_dependency
74462025-04-30T21:27:47.935Z PASS [ 0.034s] omicron-package dot::test::test_dot_output
74472025-04-30T21:27:48.785Z PASS [ 11.531s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
74482025-04-30T21:27:48.825Z PASS [ 0.027s] omicron-passwords test::test_password_constraints
74492025-04-30T21:27:50.619Z PASS [ 7.782s] omicron-omdb::test_all_output test_omdb_usage_errors
74502025-04-30T21:27:52.456Z PASS [ 3.644s] omicron-passwords test::test_reproducible
74512025-04-30T21:27:52.505Z PASS [ 0.048s] omicron-passwords test::test_stable
74522025-04-30T21:27:52.545Z PASS [ 0.027s] omicron-passwords test::test_weak_hashes
74532025-04-30T21:27:52.585Z PASS [ 0.029s] omicron-rpaths internal::tests::test_configure_from_path
74542025-04-30T21:27:52.625Z PASS [ 0.055s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
74552025-04-30T21:27:52.666Z PASS [ 0.024s] omicron-rpaths internal::tests::test_emit_rpath
74562025-04-30T21:27:52.997Z PASS [ 0.355s] omicron-sled-agent artifact_store::test::generations
74572025-04-30T21:27:53.136Z PASS [ 0.139s] omicron-sled-agent artifact_store::test::issue_7796
74582025-04-30T21:27:53.267Z PASS [ 0.130s] omicron-sled-agent artifact_store::test::list_get_put
74592025-04-30T21:27:53.375Z PASS [ 0.108s] omicron-sled-agent artifact_store::test::no_dataset
74602025-04-30T21:27:53.501Z PASS [ 0.126s] omicron-sled-agent artifact_store::test::wrong_hash
74612025-04-30T21:27:53.612Z PASS [ 0.110s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
74622025-04-30T21:27:54.224Z PASS [ 0.610s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
74632025-04-30T21:27:54.325Z PASS [ 0.101s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
74642025-04-30T21:27:54.478Z PASS [ 0.150s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
74652025-04-30T21:27:54.570Z PASS [ 0.094s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
74662025-04-30T21:27:55.128Z PASS [ 0.558s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
74672025-04-30T21:27:55.174Z PASS [ 0.044s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
74682025-04-30T21:27:55.223Z PASS [ 0.049s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
74692025-04-30T21:27:55.278Z PASS [ 0.056s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
74702025-04-30T21:27:55.318Z PASS [ 0.036s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
74712025-04-30T21:27:55.359Z PASS [ 0.038s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
74722025-04-30T21:27:55.399Z PASS [ 0.033s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
74732025-04-30T21:27:55.439Z PASS [ 0.036s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
74742025-04-30T21:27:55.479Z PASS [ 0.033s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
74752025-04-30T21:27:55.519Z PASS [ 0.034s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
74762025-04-30T21:27:55.560Z PASS [ 0.054s] omicron-sled-agent config::test::test_smf_configs
74772025-04-30T21:27:56.159Z PASS [ 8.230s] omicron-passwords test::test_compatible
74782025-04-30T21:27:58.242Z PASS [ 2.694s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
74792025-04-30T21:27:58.286Z PASS [ 17.413s] omicron-omdb::test_all_output test_omdb_env_settings
74802025-04-30T21:27:58.815Z PASS [ 2.655s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
74812025-04-30T21:28:00.127Z PASS [ 46.728s] omicron-nexus::test_all integration_tests::webhooks::test_probe
74822025-04-30T21:28:01.615Z PASS [ 3.371s] omicron-sled-agent instance::tests::test_instance_create_events_normal
74832025-04-30T21:28:02.347Z PASS [ 4.061s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
74842025-04-30T21:28:02.387Z PASS [ 3.547s] omicron-sled-agent instance::tests::test_instance_manager_creation
74852025-04-30T21:28:02.427Z PASS [ 0.046s] omicron-sled-agent probe_manager::test::probe_state_set_ops
74862025-04-30T21:28:02.427Z PASS [ 0.038s] omicron-sled-agent profile::tests::empty_profile
74872025-04-30T21:28:02.467Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_instance
74882025-04-30T21:28:02.467Z PASS [ 0.046s] omicron-sled-agent profile::tests::test_disabled_instance
74892025-04-30T21:28:02.509Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_property
74902025-04-30T21:28:02.509Z PASS [ 0.048s] omicron-sled-agent profile::tests::test_multiple
74912025-04-30T21:28:02.549Z PASS [ 0.046s] omicron-sled-agent profile::tests::test_property_group
74922025-04-30T21:28:02.550Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_service
74932025-04-30T21:28:02.590Z PASS [ 0.043s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
74942025-04-30T21:28:02.590Z PASS [ 0.051s] omicron-sled-agent profile::tests::test_service_property_group
74952025-04-30T21:28:02.630Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
74962025-04-30T21:28:02.671Z PASS [ 0.062s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
74972025-04-30T21:28:02.712Z PASS [ 0.050s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
74982025-04-30T21:28:02.712Z PASS [ 0.059s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
74992025-04-30T21:28:02.752Z PASS [ 0.053s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
75002025-04-30T21:28:03.833Z PASS [ 3.707s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
75012025-04-30T21:28:04.057Z PASS [ 50.646s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
75022025-04-30T21:28:04.301Z PASS [ 23.138s] omicron-omdb::test_all_output test_omdb_success_cases
75032025-04-30T21:28:05.262Z PASS [ 2.561s] omicron-sled-agent services::illumos_tests::test_bad_generations
75042025-04-30T21:28:05.329Z PASS [ 2.600s] omicron-sled-agent services::illumos_tests::test_ensure_service
75052025-04-30T21:28:05.388Z PASS [ 0.058s] omicron-sled-agent services::test::test_all_zones_requests_schema
75062025-04-30T21:28:05.435Z PASS [ 0.047s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
75072025-04-30T21:28:05.486Z PASS [ 0.050s] omicron-sled-agent services::test::test_fix_7229_zone_config_reconciliation
75082025-04-30T21:28:05.527Z PASS [ 0.040s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
75092025-04-30T21:28:05.576Z PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
75102025-04-30T21:28:05.623Z PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
75112025-04-30T21:28:05.671Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
75122025-04-30T21:28:05.721Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
75132025-04-30T21:28:05.774Z PASS [ 0.053s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
75142025-04-30T21:28:05.823Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
75152025-04-30T21:28:06.490Z PASS [ 2.656s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
75162025-04-30T21:28:06.538Z PASS [ 0.048s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
75172025-04-30T21:28:06.583Z PASS [ 0.044s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
75182025-04-30T21:28:06.625Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
75192025-04-30T21:28:06.667Z PASS [ 0.045s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
75202025-04-30T21:28:06.714Z PASS [ 0.046s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
75212025-04-30T21:28:06.755Z PASS [ 2.693s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
75222025-04-30T21:28:06.795Z PASS [ 0.052s] omicron-sled-agent sim::storage::test::nested_dataset
75232025-04-30T21:28:06.835Z PASS [ 0.046s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
75242025-04-30T21:28:06.835Z PASS [ 0.045s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
75252025-04-30T21:28:06.875Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
75262025-04-30T21:28:06.875Z PASS [ 0.044s] omicron-sled-agent sim::storage::test::snapshot_needs_region
75272025-04-30T21:28:07.063Z PASS [ 2.761s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
75282025-04-30T21:28:07.982Z PASS [ 2.720s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
75292025-04-30T21:28:08.938Z PASS [ 3.115s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
75302025-04-30T21:28:09.350Z PASS [ 51.925s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
75312025-04-30T21:28:11.034Z PASS [ 4.178s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
75322025-04-30T21:28:11.496Z PASS [ 20.876s] omicron-passwords test::test_smoke
75332025-04-30T21:28:11.791Z PASS [ 4.953s] omicron-sled-agent support_bundle::storage::tests::basic_crud
75342025-04-30T21:28:12.098Z PASS [ 5.035s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
75352025-04-30T21:28:12.146Z PASS [ 0.048s] omicron-sled-agent updates::test::test_query_no_components
75362025-04-30T21:28:12.203Z PASS [ 0.055s] omicron-sled-agent updates::test::test_query_sled_agent_version
75372025-04-30T21:28:12.260Z PASS [ 0.057s] omicron-sled-agent updates::test::test_query_zone_version
75382025-04-30T21:28:12.300Z PASS [ 0.033s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
75392025-04-30T21:28:12.882Z PASS [ 4.899s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
75402025-04-30T21:28:14.136Z PASS [ 5.199s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
75412025-04-30T21:28:14.186Z PASS [ 0.049s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
75422025-04-30T21:28:14.505Z PASS [ 5.153s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
75432025-04-30T21:28:15.927Z PASS [ 3.633s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
75442025-04-30T21:28:16.560Z PASS [ 5.524s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
75452025-04-30T21:28:16.600Z PASS [ 3.701s] omicron-sled-agent zone_bundle::illumos_tests::test_context
75462025-04-30T21:28:16.641Z PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_dir_size
75472025-04-30T21:28:16.681Z PASS [ 0.082s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
75482025-04-30T21:28:16.721Z PASS [ 0.056s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
75492025-04-30T21:28:16.945Z PASS [ 5.448s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
75502025-04-30T21:28:16.986Z PASS [ 0.287s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
75512025-04-30T21:28:16.986Z PASS [ 0.341s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
75522025-04-30T21:28:17.030Z PASS [ 0.086s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
75532025-04-30T21:28:17.072Z PASS [ 0.056s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
75542025-04-30T21:28:17.072Z PASS [ 0.034s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
75552025-04-30T21:28:17.437Z PASS [ 0.396s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
75562025-04-30T21:28:17.477Z PASS [ 0.379s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
75572025-04-30T21:28:17.517Z PASS [ 0.038s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
75582025-04-30T21:28:17.558Z PASS [ 0.038s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
75592025-04-30T21:28:17.693Z PASS [ 0.171s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
75602025-04-30T21:28:17.741Z PASS [ 0.766s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
75612025-04-30T21:28:17.924Z PASS [ 6.132s] omicron-sled-agent support_bundle::storage::tests::ranges
75622025-04-30T21:28:17.965Z PASS [ 3.430s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
75632025-04-30T21:28:18.005Z PASS [ 3.810s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
75642025-04-30T21:28:18.045Z PASS [ 0.267s] omicron-test-utils dev::db::test::test_bad_cmd
75652025-04-30T21:28:18.086Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_make_pg_config_fail
75662025-04-30T21:28:18.127Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_make_pg_config_ok
75672025-04-30T21:28:18.187Z PASS [ 0.048s] omicron-test-utils dev::db::test::test_process_exit_abnormal
75682025-04-30T21:28:18.187Z PASS [ 0.452s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
75692025-04-30T21:28:18.229Z PASS [ 0.054s] omicron-test-utils dev::db::test::test_process_exit_normal
75702025-04-30T21:28:18.333Z PASS [ 0.330s] omicron-test-utils dev::db::test::test_database_start_hang
75712025-04-30T21:28:18.470Z PASS [ 0.544s] omicron-test-utils dev::db::test::test_cmd_fails
75722025-04-30T21:28:18.516Z PASS [ 1.039s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
75732025-04-30T21:28:18.517Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_starter_tmpdir
75742025-04-30T21:28:18.561Z PASS [ 0.047s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
75752025-04-30T21:28:18.561Z PASS [ 0.049s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
75762025-04-30T21:28:18.606Z PASS [ 0.052s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
75772025-04-30T21:28:18.651Z PASS [ 0.075s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
75782025-04-30T21:28:18.695Z PASS [ 0.074s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
75792025-04-30T21:28:18.739Z PASS [ 0.073s] omicron-test-utils dev::test_cmds::tests::test_redact_section
75802025-04-30T21:28:18.740Z LEAK [ 0.579s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
75812025-04-30T21:28:18.814Z PASS [ 0.087s] openapi-manager cmd::dispatch::test::test_arg_parsing
75822025-04-30T21:28:18.856Z PASS [ 0.032s] openapi-manager cmd::dispatch::test::test_blessed_args
75832025-04-30T21:28:18.897Z PASS [ 0.033s] openapi-manager cmd::dispatch::test::test_generated_args
75842025-04-30T21:28:18.938Z PASS [ 0.035s] openapi-manager cmd::dispatch::test::test_local_args
75852025-04-30T21:28:18.980Z PASS [ 0.033s] openapi-manager iter_only::test::test_basic
75862025-04-30T21:28:19.020Z PASS [ 0.040s] openapi-manager resolved::test::test_displayable_vec
75872025-04-30T21:28:19.061Z PASS [ 0.034s] openapi-manager spec_files_generic::test::test_parse_name_lockstep
75882025-04-30T21:28:19.102Z PASS [ 0.043s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail
75892025-04-30T21:28:19.144Z PASS [ 0.048s] openapi-manager spec_files_generic::test::test_parse_name_versioned
75902025-04-30T21:28:19.184Z PASS [ 0.046s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail
75912025-04-30T21:28:19.258Z PASS [ 0.608s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
75922025-04-30T21:28:19.354Z PASS [ 0.094s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
75932025-04-30T21:28:19.508Z PASS [ 3.579s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
75942025-04-30T21:28:19.548Z PASS [ 1.186s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
75952025-04-30T21:28:19.588Z PASS [ 0.419s] oximeter test::timeseries_schema_consistency
75962025-04-30T21:28:19.628Z PASS [ 1.681s] omicron-test-utils dev::db::test::test_database_concurrent
75972025-04-30T21:28:19.628Z PASS [ 0.274s] oximeter-collector agent::tests::test_self_stat_collection_count
75982025-04-30T21:28:19.628Z PASS [ 0.121s] oximeter-collector agent::tests::test_self_stat_error_counter
75992025-04-30T21:28:19.668Z PASS [ 0.137s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
76002025-04-30T21:28:19.668Z PASS [ 0.031s] oximeter-collector self_stats::tests::test_failure_reason_serialization
76012025-04-30T21:28:19.708Z PASS [ 0.040s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
76022025-04-30T21:28:19.708Z PASS [ 0.039s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
76032025-04-30T21:28:19.708Z PASS [ 0.038s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
76042025-04-30T21:28:19.748Z PASS [ 0.145s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
76052025-04-30T21:28:19.748Z PASS [ 0.035s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
76062025-04-30T21:28:19.748Z PASS [ 0.036s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
76072025-04-30T21:28:19.788Z PASS [ 0.036s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
76082025-04-30T21:28:19.940Z PASS [ 0.288s] oximeter-collector::test_commands test_oximeter_no_args
76092025-04-30T21:28:20.600Z PASS [ 1.897s] openapi-manager cmd::check::test::check_apis_up_to_date
76102025-04-30T21:28:20.674Z PASS [ 0.939s] oximeter-db client::oxql::tests::test_get_entire_table
76112025-04-30T21:28:20.716Z PASS [ 1.067s] oximeter-collector agent::tests::verify_producer_details
76122025-04-30T21:28:20.757Z PASS [ 0.074s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
76132025-04-30T21:28:20.796Z PASS [ 1.044s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
76142025-04-30T21:28:20.876Z PASS [ 1.114s] oximeter-db client::oxql::tests::test_get_one_timeseries
76152025-04-30T21:28:21.079Z PASS [ 1.140s] oximeter-db client::oxql::tests::test_limit_operations
76162025-04-30T21:28:21.232Z PASS [ 0.632s] oximeter-db client::tests::can_ping_clickhouse
76172025-04-30T21:28:21.639Z PASS [ 0.763s] oximeter-db client::tests::read_latest_version_reports_max
76182025-04-30T21:28:21.879Z PASS [ 0.646s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
76192025-04-30T21:28:21.918Z PASS [ 0.818s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
76202025-04-30T21:28:22.462Z PASS [ 0.822s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
76212025-04-30T21:28:22.539Z PASS [ 0.640s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
76222025-04-30T21:28:22.773Z PASS [ 0.894s] oximeter-db client::tests::select_timeseries_with_select_one
76232025-04-30T21:28:23.171Z PASS [ 2.382s] oximeter-db client::tests::insert_samples_fails_fast
76242025-04-30T21:28:23.238Z PASS [ 2.481s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
76252025-04-30T21:28:23.321Z PASS [ 0.859s] oximeter-db client::tests::test_client_select_timeseries_one
76262025-04-30T21:28:23.361Z PASS [ 0.821s] oximeter-db client::tests::test_database_version_update_is_idempotent
76272025-04-30T21:28:23.577Z PASS [ 0.804s] oximeter-db client::tests::test_database_version_will_not_downgrade
76282025-04-30T21:28:24.004Z PASS [ 0.833s] oximeter-db client::tests::test_database_version_will_not_upgrade
76292025-04-30T21:28:24.076Z PASS [ 0.837s] oximeter-db client::tests::test_differentiate_by_timeseries_name
76302025-04-30T21:28:24.336Z PASS [ 0.975s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
76312025-04-30T21:28:24.404Z PASS [ 1.079s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
76322025-04-30T21:28:24.458Z PASS [ 0.880s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
76332025-04-30T21:28:24.880Z PASS [ 0.803s] oximeter-db client::tests::test_field_record_count
76342025-04-30T21:28:25.186Z PASS [ 0.850s] oximeter-db client::tests::test_get_schema_no_new_values
76352025-04-30T21:28:25.271Z PASS [ 0.812s] oximeter-db client::tests::test_is_oximeter_cluster
76362025-04-30T21:28:25.310Z PASS [ 0.876s] oximeter-db client::tests::test_insert_samples
76372025-04-30T21:28:25.310Z PASS [ 1.290s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
76382025-04-30T21:28:25.350Z PASS [ 0.040s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
76392025-04-30T21:28:25.350Z PASS [ 0.042s] oximeter-db client::tests::test_read_timeseries_to_delete
76402025-04-30T21:28:25.350Z PASS [ 0.035s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
76412025-04-30T21:28:25.350Z PASS [ 0.030s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
76422025-04-30T21:28:25.731Z PASS [ 0.850s] oximeter-db client::tests::test_list_timeseries
76432025-04-30T21:28:25.984Z PASS [ 0.797s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
76442025-04-30T21:28:26.341Z PASS [ 0.998s] oximeter-db client::tests::test_schema_update
76452025-04-30T21:28:26.509Z PASS [ 1.178s] oximeter-db client::tests::test_schema_mismatch
76462025-04-30T21:28:26.749Z PASS [ 1.019s] oximeter-db client::tests::test_select_all_datum_types
76472025-04-30T21:28:26.913Z PASS [ 0.929s] oximeter-db client::tests::test_select_all_field_types
76482025-04-30T21:28:27.226Z PASS [ 1.904s] oximeter-db client::tests::test_recall_of_all_fields
76492025-04-30T21:28:27.464Z PASS [ 1.123s] oximeter-db client::tests::test_select_timeseries_with_all
76502025-04-30T21:28:27.741Z PASS [ 1.232s] oximeter-db client::tests::test_select_timeseries_with_limit
76512025-04-30T21:28:27.785Z PASS [ 9.566s] omicron-test-utils dev::db::test::test_setup_database_default_dir
76522025-04-30T21:28:27.852Z PASS [ 0.938s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
76532025-04-30T21:28:27.891Z PASS [ 0.037s] oximeter-db client::tests::test_unravel_index
76542025-04-30T21:28:27.954Z PASS [ 1.204s] oximeter-db client::tests::test_select_timeseries_with_order
76552025-04-30T21:28:27.999Z PASS [ 0.043s] oximeter-db client::tests::test_verify_schema_upgrades
76562025-04-30T21:28:28.039Z PASS [ 0.041s] oximeter-db model::fields::tests::test_extract_fields_as_block
76572025-04-30T21:28:28.080Z PASS [ 0.040s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
76582025-04-30T21:28:28.119Z PASS [ 0.873s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
76592025-04-30T21:28:28.119Z PASS [ 0.035s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
76602025-04-30T21:28:28.159Z PASS [ 0.037s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
76612025-04-30T21:28:28.159Z PASS [ 0.037s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
76622025-04-30T21:28:28.198Z PASS [ 0.029s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
76632025-04-30T21:28:28.198Z PASS [ 0.035s] oximeter-db native::block::tests::concat_blocks
76642025-04-30T21:28:28.238Z PASS [ 0.030s] oximeter-db native::block::tests::datetime64_scale_checks_range
76652025-04-30T21:28:28.238Z PASS [ 0.032s] oximeter-db native::block::tests::parse_date_time
76662025-04-30T21:28:28.238Z PASS [ 0.029s] oximeter-db native::block::tests::parse_date_time64
76672025-04-30T21:28:28.278Z PASS [ 0.027s] oximeter-db native::block::tests::parse_escaped_date_time64
76682025-04-30T21:28:28.278Z PASS [ 0.029s] oximeter-db native::block::tests::test_data_type_to_string
76692025-04-30T21:28:28.317Z PASS [ 0.036s] oximeter-db native::block::tests::test_datetime64_conversions
76702025-04-30T21:28:28.317Z PASS [ 0.034s] oximeter-db native::block::tests::test_parse_all_known_timezones
76712025-04-30T21:28:28.317Z PASS [ 0.032s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
76722025-04-30T21:28:28.357Z PASS [ 0.861s] oximeter-db client::tests::test_select_timeseries_with_start_time
76732025-04-30T21:28:28.357Z PASS [ 0.042s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
76742025-04-30T21:28:28.357Z PASS [ 0.037s] oximeter-db native::block::tests::test_parse_enum8
76752025-04-30T21:28:28.396Z PASS [ 0.036s] oximeter-db native::block::tests::test_parse_enum_variant
76762025-04-30T21:28:28.396Z PASS [ 0.033s] oximeter-db native::block::tests::test_parse_invalid_data_type
76772025-04-30T21:28:28.560Z PASS [ 0.804s] oximeter-db client::tests::test_timeseries_schema_list
76782025-04-30T21:28:28.699Z PASS [ 0.809s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
76792025-04-30T21:28:28.970Z PASS [ 0.615s] oximeter-db native::connection::tests::test_basic_select_query
76802025-04-30T21:28:29.010Z PASS [ 0.605s] oximeter-db native::connection::tests::test_exchange_hello
76812025-04-30T21:28:29.072Z PASS [ 1.331s] oximeter-db client::tests::test_sql_query_output
76822025-04-30T21:28:29.112Z PASS [ 0.721s] oximeter-db native::connection::tests::test_can_cancel_query
76832025-04-30T21:28:29.171Z PASS [ 0.611s] oximeter-db native::connection::tests::test_insert_and_select_data
76842025-04-30T21:28:29.211Z PASS [ 0.028s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
76852025-04-30T21:28:29.251Z PASS [ 0.027s] oximeter-db native::io::block::tests::test_decode_full_block
76862025-04-30T21:28:29.291Z PASS [ 0.033s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
76872025-04-30T21:28:29.330Z PASS [ 0.033s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
76882025-04-30T21:28:29.330Z PASS [ 0.615s] oximeter-db native::connection::tests::test_insert_and_select_uuid
76892025-04-30T21:28:29.330Z PASS [ 0.034s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
76902025-04-30T21:28:29.370Z PASS [ 0.029s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
76912025-04-30T21:28:29.370Z PASS [ 0.032s] oximeter-db native::io::column::tests::test_decode_string_column
76922025-04-30T21:28:29.409Z PASS [ 0.036s] oximeter-db native::io::column::tests::test_decode_uint64_column
76932025-04-30T21:28:29.409Z PASS [ 0.032s] oximeter-db native::io::column::tests::test_decode_uint8_column
76942025-04-30T21:28:29.449Z PASS [ 0.030s] oximeter-db native::io::column::tests::test_decode_uuid_column
76952025-04-30T21:28:29.449Z PASS [ 0.031s] oximeter-db native::io::column::tests::test_encode_decode_column
76962025-04-30T21:28:29.449Z PASS [ 0.030s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
76972025-04-30T21:28:29.488Z PASS [ 0.029s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
76982025-04-30T21:28:29.488Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
76992025-04-30T21:28:29.489Z PASS [ 0.031s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
77002025-04-30T21:28:29.528Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
77012025-04-30T21:28:29.528Z PASS [ 0.033s] oximeter-db native::io::packet::server::tests::test_decode_pong
77022025-04-30T21:28:29.528Z PASS [ 0.030s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
77032025-04-30T21:28:29.568Z PASS [ 0.032s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
77042025-04-30T21:28:29.568Z PASS [ 0.034s] oximeter-db native::io::string::test::test_encode_decode
77052025-04-30T21:28:29.607Z PASS [ 0.029s] oximeter-db native::io::string::test::test_encode_hello_world
77062025-04-30T21:28:29.607Z PASS [ 0.027s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
77072025-04-30T21:28:29.607Z PASS [ 0.618s] oximeter-db native::connection::tests::test_select_array_column
77082025-04-30T21:28:29.607Z PASS [ 0.611s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
77092025-04-30T21:28:29.649Z PASS [ 0.032s] oximeter-db native::io::table_columns::tests::test_column_count
77102025-04-30T21:28:29.649Z PASS [ 0.032s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
77112025-04-30T21:28:29.649Z PASS [ 0.045s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
77122025-04-30T21:28:29.650Z PASS [ 0.029s] oximeter-db native::io::varuint::test_encode_decode_varuint
77132025-04-30T21:28:29.689Z PASS [ 0.061s] oximeter-db native::io::table_columns::tests::test_column_descriptions
77142025-04-30T21:28:29.689Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
77152025-04-30T21:28:29.689Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
77162025-04-30T21:28:29.689Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_comparison
77172025-04-30T21:28:29.689Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
77182025-04-30T21:28:29.729Z PASS [ 0.616s] oximeter-db native::connection::tests::test_select_nullable_column
77192025-04-30T21:28:29.729Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_double_literal
77202025-04-30T21:28:29.729Z PASS [ 0.619s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
77212025-04-30T21:28:29.729Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
77222025-04-30T21:28:29.729Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
77232025-04-30T21:28:29.729Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
77242025-04-30T21:28:29.769Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
77252025-04-30T21:28:29.769Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
77262025-04-30T21:28:29.769Z PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
77272025-04-30T21:28:29.769Z PASS [ 0.050s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
77282025-04-30T21:28:29.769Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
77292025-04-30T21:28:29.809Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
77302025-04-30T21:28:29.809Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_group_by
77312025-04-30T21:28:29.809Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
77322025-04-30T21:28:29.809Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_ident
77332025-04-30T21:28:29.809Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
77342025-04-30T21:28:29.809Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
77352025-04-30T21:28:29.849Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
77362025-04-30T21:28:29.849Z PASS [ 0.045s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
77372025-04-30T21:28:29.849Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
77382025-04-30T21:28:29.849Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
77392025-04-30T21:28:29.849Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
77402025-04-30T21:28:29.849Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
77412025-04-30T21:28:29.888Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_query
77422025-04-30T21:28:29.888Z PASS [ 0.055s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
77432025-04-30T21:28:29.888Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
77442025-04-30T21:28:29.888Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
77452025-04-30T21:28:29.888Z PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
77462025-04-30T21:28:29.928Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_reducer
77472025-04-30T21:28:29.928Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
77482025-04-30T21:28:29.928Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
77492025-04-30T21:28:29.928Z PASS [ 0.045s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
77502025-04-30T21:28:29.928Z PASS [ 0.036s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
77512025-04-30T21:28:29.968Z PASS [ 0.027s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
77522025-04-30T21:28:29.968Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
77532025-04-30T21:28:29.968Z PASS [ 0.040s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
77542025-04-30T21:28:30.007Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
77552025-04-30T21:28:30.008Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
77562025-04-30T21:28:30.008Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
77572025-04-30T21:28:30.008Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
77582025-04-30T21:28:30.008Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
77592025-04-30T21:28:30.008Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
77602025-04-30T21:28:30.008Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
77612025-04-30T21:28:30.047Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
77622025-04-30T21:28:30.047Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
77632025-04-30T21:28:30.047Z PASS [ 0.040s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
77642025-04-30T21:28:30.047Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
77652025-04-30T21:28:30.047Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
77662025-04-30T21:28:30.047Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
77672025-04-30T21:28:30.087Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
77682025-04-30T21:28:30.087Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
77692025-04-30T21:28:30.087Z PASS [ 0.040s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
77702025-04-30T21:28:30.087Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
77712025-04-30T21:28:30.087Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
77722025-04-30T21:28:30.087Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
77732025-04-30T21:28:30.127Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
77742025-04-30T21:28:30.127Z PASS [ 0.030s] oximeter-db oxql::plan::align::test::test_align_input_schema
77752025-04-30T21:28:30.193Z PASS [ 0.115s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
77762025-04-30T21:28:30.233Z PASS [ 0.123s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
77772025-04-30T21:28:30.233Z PASS [ 0.121s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
77782025-04-30T21:28:30.234Z PASS [ 0.121s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
77792025-04-30T21:28:30.234Z PASS [ 0.120s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
77802025-04-30T21:28:30.304Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
77812025-04-30T21:28:30.344Z PASS [ 0.113s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
77822025-04-30T21:28:30.344Z PASS [ 0.115s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
77832025-04-30T21:28:30.344Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
77842025-04-30T21:28:30.344Z PASS [ 0.117s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
77852025-04-30T21:28:30.409Z PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
77862025-04-30T21:28:30.449Z PASS [ 0.113s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
77872025-04-30T21:28:30.449Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
77882025-04-30T21:28:30.449Z PASS [ 0.105s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
77892025-04-30T21:28:30.449Z PASS [ 0.121s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
77902025-04-30T21:28:30.516Z PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
77912025-04-30T21:28:30.558Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
77922025-04-30T21:28:30.558Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
77932025-04-30T21:28:30.558Z PASS [ 0.110s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
77942025-04-30T21:28:30.599Z PASS [ 0.119s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
77952025-04-30T21:28:30.599Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits
77962025-04-30T21:28:30.599Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
77972025-04-30T21:28:30.640Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
77982025-04-30T21:28:30.640Z PASS [ 0.113s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
77992025-04-30T21:28:30.640Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
78002025-04-30T21:28:30.680Z PASS [ 0.107s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
78012025-04-30T21:28:30.680Z PASS [ 0.108s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
78022025-04-30T21:28:30.680Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
78032025-04-30T21:28:30.680Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
78042025-04-30T21:28:30.720Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
78052025-04-30T21:28:30.720Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
78062025-04-30T21:28:30.720Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_coalesce_predicates
78072025-04-30T21:28:30.720Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
78082025-04-30T21:28:30.720Z PASS [ 0.045s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
78092025-04-30T21:28:30.720Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_insert_filters
78102025-04-30T21:28:30.760Z PASS [ 0.047s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
78112025-04-30T21:28:30.760Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
78122025-04-30T21:28:30.760Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
78132025-04-30T21:28:30.760Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_query_end_time
78142025-04-30T21:28:30.801Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
78152025-04-30T21:28:30.801Z PASS [ 0.045s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
78162025-04-30T21:28:30.801Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
78172025-04-30T21:28:30.801Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
78182025-04-30T21:28:30.801Z PASS [ 0.031s] oximeter-db query::tests::test_field_selector_as_query
78192025-04-30T21:28:30.801Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_split_query
78202025-04-30T21:28:30.841Z PASS [ 0.038s] oximeter-db query::tests::test_field_cmp
78212025-04-30T21:28:30.841Z PASS [ 0.032s] oximeter-db query::tests::test_field_value_as_db_str
78222025-04-30T21:28:30.841Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_field_selectors
78232025-04-30T21:28:30.841Z PASS [ 0.039s] oximeter-db query::tests::test_select_query_builder_filter_raw
78242025-04-30T21:28:30.880Z PASS [ 0.048s] oximeter-db query::tests::test_select_query_builder_from_parts
78252025-04-30T21:28:30.880Z PASS [ 0.047s] oximeter-db query::tests::test_select_query_builder_full
78262025-04-30T21:28:30.880Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_limit_offset
78272025-04-30T21:28:30.880Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_no_fields
78282025-04-30T21:28:30.880Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_no_selectors
78292025-04-30T21:28:30.920Z PASS [ 0.037s] oximeter-db query::tests::test_string_field_selector
78302025-04-30T21:28:30.920Z PASS [ 0.039s] oximeter-db sql::tests::test_allow_limit_offset
78312025-04-30T21:28:30.920Z PASS [ 0.046s] oximeter-db query::tests::test_time_range
78322025-04-30T21:28:30.920Z PASS [ 0.039s] oximeter-db sql::tests::test_allow_subqueries
78332025-04-30T21:28:30.920Z PASS [ 0.046s] oximeter-db sql::tests::test_cannot_name_database
78342025-04-30T21:28:30.960Z PASS [ 0.038s] oximeter-db sql::tests::test_ctes_are_not_supported
78352025-04-30T21:28:30.960Z PASS [ 0.036s] oximeter-db sql::tests::test_function_allow_list
78362025-04-30T21:28:30.960Z PASS [ 0.036s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
78372025-04-30T21:28:30.960Z PASS [ 0.042s] oximeter-db sql::tests::test_query_must_be_select_statement
78382025-04-30T21:28:30.960Z PASS [ 0.058s] oximeter-db sql::tests::test_join_must_be_inner
78392025-04-30T21:28:30.999Z PASS [ 0.044s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
78402025-04-30T21:28:31.000Z PASS [ 0.044s] oximeter-db sql::tests::test_require_table_is_timeseries_name
78412025-04-30T21:28:31.000Z PASS [ 0.038s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
78422025-04-30T21:28:31.039Z PASS [ 0.042s] oximeter-db tests::test_timeseries_key_field_stability
78432025-04-30T21:28:31.039Z PASS [ 0.044s] oximeter-db sql::tests::test_with_comma_join_fails
78442025-04-30T21:28:31.039Z PASS [ 0.042s] oximeter-db tests::test_timeseries_key_sample_stability
78452025-04-30T21:28:31.082Z PASS [ 0.054s] oximeter-instruments http::tests::test_latency_tracker
78462025-04-30T21:28:31.082Z PASS [ 1.242s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
78472025-04-30T21:28:31.122Z PASS [ 0.091s] oximeter-instruments kstat::link::tests::test_kstat_interested
78482025-04-30T21:28:31.274Z PASS [ 0.216s] oximeter-instruments kstat::link::tests::test_kstat_sampler
78492025-04-30T21:28:31.327Z PASS [ 0.259s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
78502025-04-30T21:28:31.366Z PASS [ 0.217s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
78512025-04-30T21:28:31.406Z PASS [ 0.126s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
78522025-04-30T21:28:31.445Z PASS [ 0.088s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
78532025-04-30T21:28:31.445Z PASS [ 0.088s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
78542025-04-30T21:28:31.486Z PASS [ 0.037s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
78552025-04-30T21:28:31.486Z PASS [ 0.030s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
78562025-04-30T21:28:31.486Z PASS [ 0.069s] oximeter-instruments kstat::link::tests::test_sled_datalink
78572025-04-30T21:28:31.486Z PASS [ 0.028s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
78582025-04-30T21:28:31.526Z PASS [ 0.036s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
78592025-04-30T21:28:31.526Z PASS [ 0.028s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
78602025-04-30T21:28:31.526Z PASS [ 0.028s] oximeter-macro-impl tests::test_metric_annotated_field
78612025-04-30T21:28:31.526Z PASS [ 0.031s] oximeter-macro-impl tests::test_metric_datum_field
78622025-04-30T21:28:31.566Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_enum
78632025-04-30T21:28:31.566Z PASS [ 0.028s] oximeter-macro-impl tests::test_metric_without_datum_field
78642025-04-30T21:28:31.566Z PASS [ 0.025s] oximeter-macro-impl tests::test_target
78652025-04-30T21:28:31.566Z PASS [ 0.029s] oximeter-macro-impl tests::test_target_empty_struct
78662025-04-30T21:28:31.606Z PASS [ 0.031s] oximeter-macro-impl tests::test_target_enum
78672025-04-30T21:28:31.606Z PASS [ 0.029s] oximeter-macro-impl tests::test_target_unit_struct
78682025-04-30T21:28:31.606Z PASS [ 0.027s] oximeter-macro-impl tests::test_target_with_datum_field
78692025-04-30T21:28:31.646Z PASS [ 0.055s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
78702025-04-30T21:28:31.646Z PASS [ 0.064s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
78712025-04-30T21:28:31.685Z PASS [ 0.034s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
78722025-04-30T21:28:31.724Z PASS [ 0.044s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
78732025-04-30T21:28:31.724Z PASS [ 0.039s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
78742025-04-30T21:28:31.764Z PASS [ 0.042s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
78752025-04-30T21:28:31.764Z PASS [ 0.041s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
78762025-04-30T21:28:31.803Z PASS [ 0.043s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
78772025-04-30T21:28:31.803Z PASS [ 0.034s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
78782025-04-30T21:28:31.843Z PASS [ 0.044s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
78792025-04-30T21:28:31.843Z PASS [ 0.046s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
78802025-04-30T21:28:31.883Z PASS [ 0.037s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
78812025-04-30T21:28:31.883Z PASS [ 0.033s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
78822025-04-30T21:28:31.922Z PASS [ 0.029s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
78832025-04-30T21:28:31.922Z PASS [ 0.033s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
78842025-04-30T21:28:31.922Z PASS [ 0.032s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
78852025-04-30T21:28:31.962Z PASS [ 0.030s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
78862025-04-30T21:28:31.962Z PASS [ 0.033s] oximeter-schema ir::tests::fail_on_empty_descriptions
78872025-04-30T21:28:32.002Z PASS [ 0.032s] oximeter-schema ir::tests::fail_on_empty_metric_name
78882025-04-30T21:28:32.002Z PASS [ 0.032s] oximeter-schema ir::tests::fail_on_empty_target_name
78892025-04-30T21:28:32.042Z PASS [ 0.037s] oximeter-schema ir::tests::fail_on_very_long_field_names
78902025-04-30T21:28:32.042Z PASS [ 0.036s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
78912025-04-30T21:28:32.042Z PASS [ 0.032s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
78922025-04-30T21:28:32.082Z PASS [ 0.033s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
78932025-04-30T21:28:32.121Z PASS [ 0.047s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
78942025-04-30T21:28:32.122Z PASS [ 0.048s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
78952025-04-30T21:28:32.161Z PASS [ 0.037s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
78962025-04-30T21:28:32.161Z PASS [ 0.037s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
78972025-04-30T21:28:32.161Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
78982025-04-30T21:28:32.201Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
78992025-04-30T21:28:32.201Z PASS [ 0.038s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
79002025-04-30T21:28:32.201Z PASS [ 0.028s] oximeter-schema ir::tests::only_support_format_version_1
79012025-04-30T21:28:32.420Z PASS [ 0.028s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
79022025-04-30T21:28:32.420Z PASS [ 0.031s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
79032025-04-30T21:28:32.460Z PASS [ 0.065s] oximeter-test-utils tests::test_sample_struct
79042025-04-30T21:28:32.460Z PASS [ 0.085s] oximeter-test-utils tests::test_gen_test_samples
79052025-04-30T21:28:32.460Z PASS [ 0.042s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
79062025-04-30T21:28:32.460Z PASS [ 0.037s] oximeter-test-utils tests::test_timeseries_schema_from_parts
79072025-04-30T21:28:32.460Z PASS [ 0.031s] oximeter-test-utils tests::test_timeseries_schema_from_sample
79082025-04-30T21:28:32.461Z PASS [ 0.035s] oximeter-types histogram::tests::test_bin_range
79092025-04-30T21:28:32.461Z PASS [ 0.030s] oximeter-types histogram::tests::test_bin_range_from
79102025-04-30T21:28:32.461Z PASS [ 0.027s] oximeter-types histogram::tests::test_bin_range_to
79112025-04-30T21:28:32.461Z PASS [ 0.030s] oximeter-types histogram::tests::test_ensure_finite
79122025-04-30T21:28:32.461Z PASS [ 0.037s] oximeter-types histogram::tests::test_empty_bins_not_supported
79132025-04-30T21:28:32.500Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_construct_with
79142025-04-30T21:28:32.500Z PASS [ 0.041s] oximeter-types histogram::tests::test_histogram
79152025-04-30T21:28:32.540Z PASS [ 0.033s] oximeter-types histogram::tests::test_histogram_extreme_bins
79162025-04-30T21:28:32.540Z PASS [ 0.034s] oximeter-types histogram::tests::test_histogram_extreme_samples
79172025-04-30T21:28:32.540Z PASS [ 0.025s] oximeter-types histogram::tests::test_histogram_float_bins
79182025-04-30T21:28:32.580Z PASS [ 0.033s] oximeter-types histogram::tests::test_histogram_unbounded_samples
79192025-04-30T21:28:32.580Z PASS [ 0.028s] oximeter-types histogram::tests::test_histogram_unsorted_bins
79202025-04-30T21:28:32.619Z PASS [ 0.031s] oximeter-types histogram::tests::test_histogram_with_bins
79212025-04-30T21:28:32.619Z PASS [ 0.031s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
79222025-04-30T21:28:32.619Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
79232025-04-30T21:28:32.659Z PASS [ 0.029s] oximeter-types histogram::tests::test_log_bins_u64
79242025-04-30T21:28:32.659Z PASS [ 0.029s] oximeter-types histogram::tests::test_log_bins_u8
79252025-04-30T21:28:32.699Z PASS [ 0.039s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
79262025-04-30T21:28:32.699Z PASS [ 0.033s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
79272025-04-30T21:28:32.699Z PASS [ 0.033s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
79282025-04-30T21:28:32.738Z PASS [ 0.033s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
79292025-04-30T21:28:32.738Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
79302025-04-30T21:28:32.739Z PASS [ 0.031s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
79312025-04-30T21:28:32.780Z PASS [ 0.031s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
79322025-04-30T21:28:32.780Z PASS [ 0.032s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
79332025-04-30T21:28:32.820Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
79342025-04-30T21:28:32.820Z PASS [ 0.039s] oximeter-types histogram::tests::test_span_decades
79352025-04-30T21:28:32.820Z PASS [ 0.036s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
79362025-04-30T21:28:32.859Z PASS [ 0.033s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
79372025-04-30T21:28:32.859Z PASS [ 0.032s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
79382025-04-30T21:28:32.899Z PASS [ 0.029s] oximeter-types quantile::tests::test_default_percentiles
79392025-04-30T21:28:32.899Z PASS [ 0.028s] oximeter-types quantile::tests::test_empty_observations
79402025-04-30T21:28:32.938Z PASS [ 0.028s] oximeter-types quantile::tests::test_find_cells
79412025-04-30T21:28:32.939Z PASS [ 0.029s] oximeter-types quantile::tests::test_float_observations
79422025-04-30T21:28:32.939Z PASS [ 0.032s] oximeter-types quantile::tests::test_integer_observations
79432025-04-30T21:28:32.978Z PASS [ 0.032s] oximeter-types quantile::tests::test_invalid_p_value
79442025-04-30T21:28:32.978Z PASS [ 0.028s] oximeter-types quantile::tests::test_max_p
79452025-04-30T21:28:32.978Z PASS [ 0.028s] oximeter-types quantile::tests::test_min_p
79462025-04-30T21:28:33.018Z PASS [ 0.037s] oximeter-types quantile::tests::test_non_filled_observations
79472025-04-30T21:28:33.018Z PASS [ 0.037s] oximeter-types quantile::tests::test_rounding
79482025-04-30T21:28:33.058Z PASS [ 0.031s] oximeter-types schema::tests::test_field_schema_ordering
79492025-04-30T21:28:33.058Z PASS [ 0.047s] oximeter-types schema::tests::test_timeseries_name
79502025-04-30T21:28:33.098Z PASS [ 0.034s] oximeter-types schema::tests::test_timeseries_name_from_str
79512025-04-30T21:28:33.098Z PASS [ 0.030s] oximeter-types traits::tests::test_metric_trait
79522025-04-30T21:28:33.138Z PASS [ 0.037s] oximeter-types traits::tests::test_producer_trait
79532025-04-30T21:28:33.138Z PASS [ 0.029s] oximeter-types traits::tests::test_target_trait
79542025-04-30T21:28:33.177Z PASS [ 0.036s] oximeter-types types::tests::test_cumulative_f64
79552025-04-30T21:28:33.177Z PASS [ 0.034s] oximeter-types types::tests::test_cumulative_i64
79562025-04-30T21:28:33.177Z PASS [ 0.028s] oximeter-types types::tests::test_datum
79572025-04-30T21:28:33.217Z PASS [ 0.040s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
79582025-04-30T21:28:33.217Z PASS [ 0.033s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
79592025-04-30T21:28:33.258Z PASS [ 0.035s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
79602025-04-30T21:28:33.258Z PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
79612025-04-30T21:28:33.258Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
79622025-04-30T21:28:33.297Z PASS [ 0.034s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
79632025-04-30T21:28:33.297Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
79642025-04-30T21:28:33.337Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
79652025-04-30T21:28:33.337Z PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
79662025-04-30T21:28:33.337Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
79672025-04-30T21:28:33.377Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
79682025-04-30T21:28:33.377Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
79692025-04-30T21:28:33.418Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
79702025-04-30T21:28:33.418Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
79712025-04-30T21:28:33.418Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
79722025-04-30T21:28:33.457Z PASS [ 0.033s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
79732025-04-30T21:28:33.457Z PASS [ 0.043s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
79742025-04-30T21:28:33.497Z PASS [ 0.040s] oximeter-types types::tests::test_measurement
79752025-04-30T21:28:33.497Z PASS [ 0.032s] oximeter-types types::tests::test_verify_field_names
79762025-04-30T21:28:33.497Z PASS [ 0.030s] oxlog tests::test_daterange_filter
79772025-04-30T21:28:33.536Z PASS [ 0.023s] oxlog tests::test_is_oxide_smf_log_file
79782025-04-30T21:28:33.536Z PASS [ 0.022s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
79792025-04-30T21:28:33.536Z PASS [ 0.020s] oxlog tests::test_sort_logs
79802025-04-30T21:28:33.584Z PASS [ 0.048s] oxql-types point::tests::test_cast_points_from_bool
79812025-04-30T21:28:33.623Z PASS [ 0.031s] oxql-types point::tests::test_cast_points_from_double
79822025-04-30T21:28:33.663Z PASS [ 0.113s] oxlog::bin/oxlog tests::test_parse_timestamp
79832025-04-30T21:28:33.663Z PASS [ 0.038s] oxql-types point::tests::test_cast_points_from_double_distribution
79842025-04-30T21:28:33.663Z PASS [ 0.029s] oxql-types point::tests::test_cast_points_from_int_distribution
79852025-04-30T21:28:33.702Z PASS [ 0.028s] oxql-types point::tests::test_cast_points_from_integer
79862025-04-30T21:28:33.703Z PASS [ 0.030s] oxql-types point::tests::test_cast_points_from_string
79872025-04-30T21:28:33.742Z PASS [ 0.027s] oxql-types point::tests::test_join_point_arrays
79882025-04-30T21:28:33.742Z PASS [ 0.034s] oxql-types point::tests::test_point_delta_between
79892025-04-30T21:28:33.742Z PASS [ 0.028s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
79902025-04-30T21:28:33.781Z PASS [ 32.130s] omicron-sled-agent nexus::test::nexus_self_notification_test
79912025-04-30T21:28:33.781Z PASS [ 0.028s] oxql-types point::tests::test_point_delta_between_with_new_epoch
79922025-04-30T21:28:33.781Z PASS [ 0.031s] oxql-types point::tests::test_push_concrete_values
79932025-04-30T21:28:33.781Z PASS [ 0.033s] oxql-types point::tests::test_sub_between_histogram_distributions
79942025-04-30T21:28:33.821Z PASS [ 0.045s] range-requests test::get_response_no_range
79952025-04-30T21:28:33.821Z PASS [ 0.041s] range-requests test::get_response_with_range
79962025-04-30T21:28:33.821Z PASS [ 0.029s] range-requests test::invalid_ranges
79972025-04-30T21:28:33.861Z PASS [ 0.026s] range-requests test::parse_range_invalid
79982025-04-30T21:28:33.861Z PASS [ 0.032s] range-requests test::potential_range_parsing_does_not_crash
79992025-04-30T21:28:33.861Z PASS [ 0.040s] range-requests test::parse_range_valid
80002025-04-30T21:28:33.861Z PASS [ 0.022s] range-requests test::single_range_parsing_does_not_crash
80012025-04-30T21:28:34.278Z PASS [ 0.438s] reconfigurator-cli::test_basic test_basic
80022025-04-30T21:28:34.318Z PASS [ 0.438s] reconfigurator-cli::test_basic test_example
80032025-04-30T21:28:34.318Z PASS [ 0.447s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns
80042025-04-30T21:28:34.404Z PASS [ 0.106s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
80052025-04-30T21:28:34.443Z PASS [ 0.145s] reconfigurator-cli::test_basic test_set_zone_images
80062025-04-30T21:28:34.443Z PASS [ 0.040s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
80072025-04-30T21:28:34.483Z PASS [ 0.179s] reconfigurator-cli::test_basic test_set_mgs_updates
80082025-04-30T21:28:34.483Z PASS [ 0.046s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
80092025-04-30T21:28:34.523Z PASS [ 0.046s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
80102025-04-30T21:28:34.523Z PASS [ 0.043s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
80112025-04-30T21:28:34.523Z PASS [ 2.943s] oximeter-producer tests::test_producer_registration_task
80122025-04-30T21:28:34.523Z PASS [ 0.042s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
80132025-04-30T21:28:34.571Z PASS [ 0.041s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
80142025-04-30T21:28:34.571Z PASS [ 0.049s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
80152025-04-30T21:28:34.571Z PASS [ 0.049s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
80162025-04-30T21:28:34.612Z PASS [ 0.050s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
80172025-04-30T21:28:34.669Z PASS [ 0.106s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
80182025-04-30T21:28:34.709Z PASS [ 0.118s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
80192025-04-30T21:28:34.709Z PASS [ 0.097s] sled-agent-types rack_init::tests::parse_rack_initialization
80202025-04-30T21:28:34.748Z PASS [ 0.050s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
80212025-04-30T21:28:34.748Z PASS [ 0.058s] sled-agent-types rack_init::tests::test_extra_certs
80222025-04-30T21:28:34.748Z PASS [ 0.042s] sled-agent-types rack_init::tests::test_subnets
80232025-04-30T21:28:34.788Z PASS [ 0.038s] sled-agent-types zone_bundle::tests::test_compare_bundles
80242025-04-30T21:28:34.788Z PASS [ 0.047s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
80252025-04-30T21:28:34.788Z PASS [ 0.048s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
80262025-04-30T21:28:34.788Z PASS [ 0.253s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
80272025-04-30T21:28:34.828Z PASS [ 0.041s] sled-agent-types zone_bundle::tests::test_priority_dimension
80282025-04-30T21:28:34.828Z PASS [ 0.050s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
80292025-04-30T21:28:34.828Z PASS [ 0.040s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
80302025-04-30T21:28:38.923Z PASS [ 4.104s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
80312025-04-30T21:28:38.991Z PASS [ 0.067s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs
80322025-04-30T21:28:39.030Z PASS [ 4.215s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
80332025-04-30T21:28:39.069Z PASS [ 0.061s] sled-diagnostics queries::test::test_command_stderr_is_correct
80342025-04-30T21:28:39.109Z PASS [ 0.051s] sled-diagnostics queries::test::test_command_stdout_is_correct
80352025-04-30T21:28:39.109Z PASS [ 0.055s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
80362025-04-30T21:28:39.174Z PASS [ 4.388s] sled-diagnostics logs::illumos_tests::collect_current_logs
80372025-04-30T21:28:39.214Z PASS [ 0.081s] sled-hardware disk::test::test_disk_paths
80382025-04-30T21:28:39.253Z PASS [ 0.043s] sled-hardware disk::test::test_partition_device_paths
80392025-04-30T21:28:39.253Z PASS [ 0.057s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
80402025-04-30T21:28:39.293Z PASS [ 0.038s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
80412025-04-30T21:28:39.293Z PASS [ 0.036s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
80422025-04-30T21:28:39.332Z PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
80432025-04-30T21:28:39.372Z PASS [ 0.044s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
80442025-04-30T21:28:39.372Z PASS [ 0.061s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
80452025-04-30T21:28:39.372Z PASS [ 4.527s] sled-diagnostics logs::illumos_tests::log_snapshots_work
80462025-04-30T21:28:39.412Z PASS [ 0.038s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
80472025-04-30T21:28:39.412Z PASS [ 0.039s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
80482025-04-30T21:28:39.412Z PASS [ 0.054s] sled-storage dataset::test::serialize_dataset_name
80492025-04-30T21:28:39.453Z PASS [ 0.058s] sled-storage manager::test::test_datasets_schema
80502025-04-30T21:28:39.453Z PASS [ 0.056s] sled-storage manager::test::test_omicron_physical_disks_schema
80512025-04-30T21:28:39.507Z PASS [ 0.065s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
80522025-04-30T21:28:39.619Z PASS [ 0.543s] sled-diagnostics queries::test::test_long_running_command_is_aborted
80532025-04-30T21:28:40.829Z PASS [ 1.393s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
80542025-04-30T21:28:41.738Z PASS [ 2.328s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
80552025-04-30T21:28:42.145Z PASS [ 2.525s] sled-storage manager::tests::ensure_datasets
80562025-04-30T21:28:42.691Z PASS [ 3.183s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
80572025-04-30T21:28:42.765Z PASS [ 0.073s] sled-storage manager::tests::ensure_using_exactly_these_disks
80582025-04-30T21:28:43.718Z PASS [ 2.889s] sled-storage manager::tests::ensure_datasets_get_mounted
80592025-04-30T21:28:44.335Z PASS [ 2.596s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data
80602025-04-30T21:28:45.191Z PASS [ 2.425s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
80612025-04-30T21:28:46.154Z PASS [ 15.169s] oximeter-db::integration_test test_schemas_disjoint
80622025-04-30T21:28:46.508Z PASS [ 2.789s] sled-storage manager::tests::nested_dataset
80632025-04-30T21:28:46.584Z PASS [ 1.392s] sled-storage manager::tests::update_rawdisk_firmware
80642025-04-30T21:28:46.856Z PASS [ 2.521s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
80652025-04-30T21:28:47.944Z PASS [ 1.087s] trust-quorum crypto::tests::rack_secret_test
80662025-04-30T21:28:47.983Z PASS [ 1.369s] sled-storage manager::tests::wait_for_boot_disk
80672025-04-30T21:28:48.152Z PASS [ 0.198s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure
80682025-04-30T21:28:48.205Z PASS [ 0.260s] trust-quorum node::tests::initial_configuration
80692025-04-30T21:28:48.333Z PASS [ 0.180s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
80702025-04-30T21:28:48.810Z PASS [ 2.651s] sled-storage manager::tests::upsert_filesystem
80712025-04-30T21:28:48.934Z PASS [ 0.601s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
80722025-04-30T21:28:48.973Z PASS [ 0.743s] trust-quorum::coordinator test_coordinator_behavior_from_empty_state
80732025-04-30T21:28:49.012Z PASS [ 2.491s] sled-storage manager::tests::upsert_filesystem_no_uuid
80742025-04-30T21:28:49.053Z PASS [ 0.072s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
80752025-04-30T21:28:49.095Z PASS [ 0.096s] update-common artifacts::update_plan::tests::test_bad_rot_versions
80762025-04-30T21:28:49.135Z PASS [ 0.094s] update-common artifacts::update_plan::tests::test_multi_rot_bord
80772025-04-30T21:28:49.178Z PASS [ 0.057s] update-common artifacts::update_plan::tests::test_split_control_plane
80782025-04-30T21:28:49.219Z PASS [ 0.103s] update-common artifacts::update_plan::tests::test_multi_rot_version
80792025-04-30T21:28:49.259Z PASS [ 0.053s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
80802025-04-30T21:28:49.259Z PASS [ 0.433s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
80812025-04-30T21:28:49.298Z PASS [ 0.062s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
80822025-04-30T21:28:49.337Z PASS [ 0.089s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
80832025-04-30T21:28:49.377Z PASS [ 0.038s] update-engine display::line_display_shared::tests::test_format_progress_counter
80842025-04-30T21:28:49.416Z PASS [ 0.126s] update-engine display::group_display::tests::test_stats
80852025-04-30T21:28:49.417Z PASS [ 0.038s] update-engine display::line_display_shared::tests::test_start_line
80862025-04-30T21:28:49.465Z PASS [ 0.044s] update-engine engine::tests::error_exits_early
80872025-04-30T21:28:49.466Z PASS [ 0.048s] update-engine events::tests::progress_event_parse_unknown
80882025-04-30T21:28:49.505Z PASS [ 0.040s] update-engine events::tests::step_event_parse_unknown
80892025-04-30T21:28:49.505Z PASS [ 0.034s] update-engine spec::tests::test_merge_anyhow_list
80902025-04-30T21:28:49.544Z PASS [ 0.277s] update-engine buffer::tests::test_buffer
80912025-04-30T21:28:49.544Z PASS [ 0.036s] wicket state::inventory::tests::component_id_display
80922025-04-30T21:28:49.584Z PASS [ 0.038s] wicket state::rack::tests::up_down_are_opposites
80932025-04-30T21:28:49.585Z PASS [ 0.046s] wicket state::rack::tests::prev_next_are_opposites
80942025-04-30T21:28:49.585Z PASS [ 0.107s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
80952025-04-30T21:28:49.670Z PASS [ 0.104s] wicket-common rack_setup::tests::roundtrip_import_export_policy
80962025-04-30T21:28:49.710Z PASS [ 0.098s] wicketd installinator_progress::tests::test_states
80972025-04-30T21:28:49.749Z PASS [ 0.072s] wicketd rss_config::tests::test_bgp_auth_key_states
80982025-04-30T21:28:49.888Z PASS [ 0.330s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
80992025-04-30T21:28:49.997Z PASS [ 18.995s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
81002025-04-30T21:28:50.580Z PASS [ 0.900s] wicketd::mod integration_tests::inventory::test_inventory
81012025-04-30T21:28:50.726Z PASS [ 30.052s] oximeter-db client::tests::cannot_ping_nonexistent_server
81022025-04-30T21:28:50.902Z PASS [ 1.014s] wicketd::mod integration_tests::updates::test_update_races
81032025-04-30T21:28:51.102Z PASS [ 1.359s] wicketd::mod integration_tests::updates::test_installinator_fetch
81042025-04-30T21:28:51.725Z PASS [ 2.791s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
81052025-04-30T21:28:52.037Z PASS [ 2.032s] wicketd::mod integration_tests::updates::test_updates
81062025-04-30T21:28:53.718Z PASS [ 11.573s] sled-storage manager::tests::ensure_many_datasets
81072025-04-30T21:28:58.696Z PASS [ 27.715s] oximeter-db::integration_test test_cluster
81082025-04-30T21:28:58.736Z────────────
81092025-04-30T21:28:58.736Z Summary [2900.868s] 2009 tests run: 2009 passed (30 slow, 1 leaky), 4 skipped
81102025-04-30T21:28:58.796Z
81112025-04-30T21:28:58.846Zreal 48:44.093401910
81122025-04-30T21:28:58.847Zuser 4:49:58.875086418
81132025-04-30T21:28:58.847Zsys 1:03:31.321343076
81142025-04-30T21:28:58.847Ztrap 3:27.324158510
81152025-04-30T21:28:58.847Ztflt 12.825105649
81162025-04-30T21:28:58.847Zdflt 1:01.609468322
81172025-04-30T21:28:58.847Zkflt 0.164378753
81182025-04-30T21:28:58.847Zlock 1636:36:03.692203454
81192025-04-30T21:28:58.847Zslp 130:39:34.961321494
81202025-04-30T21:28:58.847Zlat 8:12:41.198968772
81212025-04-30T21:28:58.847Zstop 1:35:53.447033672
81222025-04-30T21:28:58.847Z+ banner doctest
81232025-04-30T21:28:58.847Z
81242025-04-30T21:28:58.847Z ##### #### #### ##### ###### #### #####
81252025-04-30T21:28:58.847Z # # # # # # # # # #
81262025-04-30T21:28:58.847Z # # # # # # ##### #### #
81272025-04-30T21:28:58.847Z # # # # # # # # #
81282025-04-30T21:28:58.847Z # # # # # # # # # # #
81292025-04-30T21:28:58.847Z ##### #### #### # ###### #### #
81302025-04-30T21:28:58.847Z
81312025-04-30T21:28:58.847Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
81322025-04-30T21:29:01.283Z Fresh unicode-ident v1.0.14
81332025-04-30T21:29:01.283Z Fresh cfg-if v1.0.0
81342025-04-30T21:29:01.283Z Fresh autocfg v1.4.0
81352025-04-30T21:29:01.283Z Fresh memchr v2.7.4
81362025-04-30T21:29:01.400Z Fresh version_check v0.9.5
81372025-04-30T21:29:01.400Z Fresh proc-macro2 v1.0.94
81382025-04-30T21:29:01.400Z Fresh value-bag v1.9.0
81392025-04-30T21:29:01.400Z Fresh smallvec v1.14.0
81402025-04-30T21:29:01.400Z Fresh itoa v1.0.11
81412025-04-30T21:29:01.400Z Fresh scopeguard v1.2.0
81422025-04-30T21:29:01.400Z Fresh quote v1.0.39
81432025-04-30T21:29:01.400Z Fresh libc v0.2.171
81442025-04-30T21:29:01.400Z Fresh log v0.4.22
81452025-04-30T21:29:01.400Z Fresh once_cell v1.21.3
81462025-04-30T21:29:01.400Z Fresh shlex v1.3.0
81472025-04-30T21:29:01.400Z Fresh stable_deref_trait v1.2.0
81482025-04-30T21:29:01.400Z Fresh ryu v1.0.18
81492025-04-30T21:29:01.400Z Fresh syn v2.0.98
81502025-04-30T21:29:01.400Z Fresh getrandom v0.2.15
81512025-04-30T21:29:01.400Z Fresh lock_api v0.4.12
81522025-04-30T21:29:01.400Z Fresh jobserver v0.1.32
81532025-04-30T21:29:01.400Z Fresh pin-project-lite v0.2.14
81542025-04-30T21:29:01.400Z Fresh byteorder v1.5.0
81552025-04-30T21:29:01.400Z Fresh serde_derive v1.0.219
81562025-04-30T21:29:01.400Z Fresh rand_core v0.6.4
81572025-04-30T21:29:01.400Z Fresh zeroize_derive v1.4.2
81582025-04-30T21:29:01.400Z Fresh cc v1.2.15
81592025-04-30T21:29:01.400Z Fresh synstructure v0.13.1
81602025-04-30T21:29:01.400Z Fresh serde v1.0.219
81612025-04-30T21:29:01.400Z Fresh zeroize v1.8.1
81622025-04-30T21:29:01.400Z Fresh libm v0.2.8
81632025-04-30T21:29:01.400Z Fresh zerofrom-derive v0.1.4
81642025-04-30T21:29:01.400Z Fresh yoke-derive v0.7.4
81652025-04-30T21:29:01.400Z Fresh subtle v2.6.1
81662025-04-30T21:29:01.400Z Fresh zerovec-derive v0.10.3
81672025-04-30T21:29:01.400Z Fresh bytes v1.10.1
81682025-04-30T21:29:01.400Z Fresh bitflags v2.9.0
81692025-04-30T21:29:01.400Z Fresh num-traits v0.2.19
81702025-04-30T21:29:01.400Z Fresh zerofrom v0.1.4
81712025-04-30T21:29:01.401Z Fresh serde_json v1.0.140
81722025-04-30T21:29:01.401Z Fresh displaydoc v0.2.5
81732025-04-30T21:29:01.401Z Fresh regex-syntax v0.8.5
81742025-04-30T21:29:01.401Z Fresh yoke v0.7.4
81752025-04-30T21:29:01.401Z Fresh writeable v0.5.5
81762025-04-30T21:29:01.401Z Fresh litemap v0.7.3
81772025-04-30T21:29:01.401Z Fresh icu_provider_macros v1.5.0
81782025-04-30T21:29:01.401Z Fresh zerovec v0.10.4
81792025-04-30T21:29:01.401Z Fresh parking_lot_core v0.9.10
81802025-04-30T21:29:01.401Z Fresh aho-corasick v1.1.3
81812025-04-30T21:29:01.401Z Fresh icu_locid_transform_data v1.5.0
81822025-04-30T21:29:01.401Z Fresh percent-encoding v2.3.1
81832025-04-30T21:29:01.401Z Fresh tinystr v0.7.6
81842025-04-30T21:29:01.401Z Fresh parking_lot v0.12.3
81852025-04-30T21:29:01.401Z Fresh semver v1.0.25
81862025-04-30T21:29:01.401Z Fresh regex-automata v0.4.8
81872025-04-30T21:29:01.401Z Fresh icu_collections v1.5.0
81882025-04-30T21:29:01.401Z Fresh typenum v1.17.0
81892025-04-30T21:29:01.401Z Fresh icu_properties_data v1.5.0
81902025-04-30T21:29:01.401Z Fresh errno v0.3.9
81912025-04-30T21:29:01.401Z Fresh icu_locid v1.5.0
81922025-04-30T21:29:01.401Z Fresh generic-array v0.14.7
81932025-04-30T21:29:01.401Z Fresh utf8_iter v1.0.4
81942025-04-30T21:29:01.401Z Fresh utf16_iter v1.0.5
81952025-04-30T21:29:01.401Z Fresh write16 v1.0.0
81962025-04-30T21:29:01.401Z Fresh icu_normalizer_data v1.5.0
81972025-04-30T21:29:01.401Z Fresh signal-hook-registry v1.4.2
81982025-04-30T21:29:01.401Z Fresh foldhash v0.1.3
81992025-04-30T21:29:01.401Z Fresh icu_provider v1.5.0
82002025-04-30T21:29:01.401Z Fresh equivalent v1.0.1
82012025-04-30T21:29:01.401Z Fresh allocator-api2 v0.2.18
82022025-04-30T21:29:01.401Z Fresh form_urlencoded v1.2.1
82032025-04-30T21:29:01.401Z Fresh fnv v1.0.7
82042025-04-30T21:29:01.401Z Fresh futures-core v0.3.31
82052025-04-30T21:29:01.401Z Fresh icu_locid_transform v1.5.0
82062025-04-30T21:29:01.401Z Fresh hashbrown v0.15.1
82072025-04-30T21:29:01.401Z Fresh crypto-common v0.1.6
82082025-04-30T21:29:01.401Z Fresh regex v1.11.1
82092025-04-30T21:29:01.401Z Fresh thiserror-impl v1.0.69
82102025-04-30T21:29:01.402Z Fresh either v1.14.0
82112025-04-30T21:29:01.402Z Fresh icu_properties v1.5.1
82122025-04-30T21:29:01.402Z Fresh rustix v0.38.37
82132025-04-30T21:29:01.402Z Fresh thiserror v1.0.69
82142025-04-30T21:29:01.402Z Fresh mio v1.0.2
82152025-04-30T21:29:01.402Z Fresh zerocopy-derive v0.7.35
82162025-04-30T21:29:01.402Z Fresh tokio-macros v2.5.0
82172025-04-30T21:29:01.402Z Fresh socket2 v0.5.9
82182025-04-30T21:29:01.402Z Fresh icu_normalizer v1.5.0
82192025-04-30T21:29:01.402Z Fresh tokio v1.43.1
82202025-04-30T21:29:01.402Z Fresh zerocopy v0.7.35
82212025-04-30T21:29:01.402Z Fresh indexmap v2.7.1
82222025-04-30T21:29:01.402Z Fresh heck v0.5.0
82232025-04-30T21:29:01.402Z Fresh spin v0.9.8
82242025-04-30T21:29:01.402Z Fresh idna_adapter v1.2.0
82252025-04-30T21:29:01.402Z Fresh getrandom v0.3.1
82262025-04-30T21:29:01.402Z Fresh iana-time-zone v0.1.63
82272025-04-30T21:29:01.402Z Fresh const-oid v0.9.6
82282025-04-30T21:29:01.402Z Fresh pkg-config v0.3.31
82292025-04-30T21:29:01.402Z Fresh futures-io v0.3.31
82302025-04-30T21:29:01.402Z Fresh block-buffer v0.10.4
82312025-04-30T21:29:01.402Z Fresh idna v1.0.3
82322025-04-30T21:29:01.402Z Fresh chrono v0.4.40
82332025-04-30T21:29:01.402Z Fresh slab v0.4.9
82342025-04-30T21:29:01.402Z Fresh uuid v1.16.0
82352025-04-30T21:29:01.402Z Fresh digest v0.10.7
82362025-04-30T21:29:01.442Z Fresh lazy_static v1.5.0
82372025-04-30T21:29:01.442Z Fresh futures-sink v0.3.31
82382025-04-30T21:29:01.442Z Fresh cpufeatures v0.2.14
82392025-04-30T21:29:01.442Z Fresh url v2.5.3
82402025-04-30T21:29:01.442Z Fresh serde_derive_internals v0.29.1
82412025-04-30T21:29:01.442Z Fresh dyn-clone v1.0.19
82422025-04-30T21:29:01.442Z Fresh pin-utils v0.1.0
82432025-04-30T21:29:01.442Z Fresh ppv-lite86 v0.2.20
82442025-04-30T21:29:01.442Z Fresh futures-channel v0.3.31
82452025-04-30T21:29:01.443Z Fresh schemars_derive v0.8.22
82462025-04-30T21:29:01.443Z Fresh futures-macro v0.3.31
82472025-04-30T21:29:01.443Z Fresh futures-task v0.3.31
82482025-04-30T21:29:01.443Z Fresh rand_chacha v0.3.1
82492025-04-30T21:29:01.443Z Fresh glob v0.3.2
82502025-04-30T21:29:01.443Z Fresh tracing-attributes v0.1.27
82512025-04-30T21:29:01.443Z Fresh schemars v0.8.22
82522025-04-30T21:29:01.443Z Fresh syn v1.0.109
82532025-04-30T21:29:01.443Z Fresh futures-util v0.3.31
82542025-04-30T21:29:01.443Z Fresh rand v0.8.5
82552025-04-30T21:29:01.443Z Fresh tracing-core v0.1.32
82562025-04-30T21:29:01.443Z Fresh minimal-lexical v0.2.1
82572025-04-30T21:29:01.443Z Fresh strsim v0.11.1
82582025-04-30T21:29:01.443Z Fresh tracing v0.1.40
82592025-04-30T21:29:01.443Z Fresh nom v7.1.3
82602025-04-30T21:29:01.443Z Fresh http v1.2.0
82612025-04-30T21:29:01.443Z Fresh libloading v0.8.5
82622025-04-30T21:29:01.443Z Fresh adler2 v2.0.0
82632025-04-30T21:29:01.443Z Fresh clang-sys v1.8.1
82642025-04-30T21:29:01.443Z Fresh cexpr v0.6.0
82652025-04-30T21:29:01.443Z Fresh miniz_oxide v0.8.5
82662025-04-30T21:29:01.443Z Fresh block-padding v0.3.3
82672025-04-30T21:29:01.443Z Fresh vcpkg v0.2.15
82682025-04-30T21:29:01.443Z Fresh prettyplease v0.2.30
82692025-04-30T21:29:01.443Z Fresh home v0.5.9
82702025-04-30T21:29:01.443Z Fresh inout v0.1.3
82712025-04-30T21:29:01.443Z Fresh paste v1.0.15
82722025-04-30T21:29:01.443Z Fresh itertools v0.12.1
82732025-04-30T21:29:01.443Z Fresh time-core v0.1.2
82742025-04-30T21:29:01.443Z Fresh crossbeam-utils v0.8.21
82752025-04-30T21:29:01.443Z Fresh cipher v0.4.4
82762025-04-30T21:29:01.443Z Fresh powerfmt v0.2.0
82772025-04-30T21:29:01.443Z Fresh num-conv v0.1.0
82782025-04-30T21:29:01.443Z Fresh num_threads v0.1.7
82792025-04-30T21:29:01.443Z Fresh which v4.4.2
82802025-04-30T21:29:01.443Z Fresh time-macros v0.2.18
82812025-04-30T21:29:01.443Z Fresh deranged v0.3.11
82822025-04-30T21:29:01.443Z Fresh tokio-util v0.7.13
82832025-04-30T21:29:01.443Z Fresh rustc-hash v1.1.0
82842025-04-30T21:29:01.443Z Fresh base64ct v1.6.0
82852025-04-30T21:29:01.444Z Fresh atomic-waker v1.1.2
82862025-04-30T21:29:01.444Z Fresh lazycell v1.3.0
82872025-04-30T21:29:01.444Z Fresh time v0.3.36
82882025-04-30T21:29:01.444Z Fresh bindgen v0.69.5
82892025-04-30T21:29:01.444Z Fresh hmac v0.12.1
82902025-04-30T21:29:01.444Z Fresh sha2 v0.10.8
82912025-04-30T21:29:01.444Z Fresh cmake v0.1.51
82922025-04-30T21:29:01.444Z Fresh dunce v1.0.5
82932025-04-30T21:29:01.444Z Fresh untrusted v0.9.0
82942025-04-30T21:29:01.444Z Fresh fs_extra v1.3.0
82952025-04-30T21:29:01.444Z Fresh ring v0.17.11
82962025-04-30T21:29:01.444Z Fresh gimli v0.31.1
82972025-04-30T21:29:01.444Z Fresh object v0.36.5
82982025-04-30T21:29:01.444Z Fresh rustc-demangle v0.1.24
82992025-04-30T21:29:01.444Z Fresh serde_tokenstream v0.2.2
83002025-04-30T21:29:01.444Z Fresh httparse v1.9.5
83012025-04-30T21:29:01.444Z Fresh addr2line v0.24.2
83022025-04-30T21:29:01.444Z Fresh rustls-pki-types v1.10.0
83032025-04-30T21:29:01.444Z Fresh pem-rfc7468 v0.7.0
83042025-04-30T21:29:01.444Z Fresh http-body v1.0.1
83052025-04-30T21:29:01.444Z Fresh backtrace v0.3.74
83062025-04-30T21:29:01.444Z Fresh serde_spanned v0.6.8
83072025-04-30T21:29:01.444Z Fresh toml_datetime v0.6.8
83082025-04-30T21:29:01.444Z Fresh base64 v0.22.1
83092025-04-30T21:29:01.444Z Fresh untrusted v0.7.1
83102025-04-30T21:29:01.444Z Fresh httpdate v1.0.3
83112025-04-30T21:29:01.444Z Fresh try-lock v0.2.5
83122025-04-30T21:29:01.444Z Fresh anyhow v1.0.98
83132025-04-30T21:29:01.444Z Fresh aws-lc-sys v0.26.0
83142025-04-30T21:29:01.444Z Fresh want v0.3.1
83152025-04-30T21:29:01.444Z Fresh h2 v0.4.6
83162025-04-30T21:29:01.444Z Fresh der_derive v0.7.3
83172025-04-30T21:29:01.444Z Fresh flagset v0.4.6
83182025-04-30T21:29:01.444Z Fresh aws-lc-rs v1.12.4
83192025-04-30T21:29:01.444Z Fresh hyper v1.6.0
83202025-04-30T21:29:01.444Z Fresh der v0.7.9
83212025-04-30T21:29:01.444Z Fresh pbkdf2 v0.12.2
83222025-04-30T21:29:01.444Z Fresh aes v0.8.4
83232025-04-30T21:29:01.444Z Fresh rustls-webpki v0.102.8
83242025-04-30T21:29:01.445Z Fresh tower-service v0.3.3
83252025-04-30T21:29:01.445Z Fresh spki v0.7.3
83262025-04-30T21:29:01.445Z Fresh cbc v0.1.2
83272025-04-30T21:29:01.445Z Fresh salsa20 v0.10.2
83282025-04-30T21:29:01.445Z Fresh utf8parse v0.2.2
83292025-04-30T21:29:01.445Z Fresh rustversion v1.0.17
83302025-04-30T21:29:01.445Z Fresh slog v2.7.0
83312025-04-30T21:29:01.445Z Fresh hyper-util v0.1.11
83322025-04-30T21:29:01.445Z Fresh scrypt v0.11.0
83332025-04-30T21:29:01.445Z Fresh rustc_version v0.4.1
83342025-04-30T21:29:01.445Z Fresh async-trait v0.1.88
83352025-04-30T21:29:01.445Z Fresh mime v0.3.17
83362025-04-30T21:29:01.485Z Fresh pkcs5 v0.7.1
83372025-04-30T21:29:01.485Z Fresh foreign-types-shared v0.1.1
83382025-04-30T21:29:01.485Z Fresh openssl-probe v0.1.5
83392025-04-30T21:29:01.485Z Fresh ipnet v2.11.0
83402025-04-30T21:29:01.485Z Fresh openssl-sys v0.9.107
83412025-04-30T21:29:01.485Z Fresh http-body-util v0.1.3
83422025-04-30T21:29:01.485Z Fresh openssl-macros v0.1.1
83432025-04-30T21:29:01.485Z Fresh foreign-types v0.3.2
83442025-04-30T21:29:01.485Z Fresh pkcs8 v0.10.2
83452025-04-30T21:29:01.485Z Fresh anstyle v1.0.10
83462025-04-30T21:29:01.486Z Fresh rustls-pemfile v2.2.0
83472025-04-30T21:29:01.486Z Fresh anstyle-parse v0.2.5
83482025-04-30T21:29:01.486Z Fresh futures-executor v0.3.31
83492025-04-30T21:29:01.486Z Fresh openssl v0.10.72
83502025-04-30T21:29:01.486Z Fresh serde_urlencoded v0.7.1
83512025-04-30T21:29:01.486Z Fresh encoding_rs v0.8.34
83522025-04-30T21:29:01.486Z Fresh anstyle-query v1.1.1
83532025-04-30T21:29:01.486Z Fresh colorchoice v1.0.2
83542025-04-30T21:29:01.486Z Fresh rustls v0.23.19
83552025-04-30T21:29:01.486Z Fresh is_terminal_polyfill v1.70.1
83562025-04-30T21:29:01.486Z Fresh native-tls v0.2.12
83572025-04-30T21:29:01.486Z Fresh futures v0.3.31
83582025-04-30T21:29:01.486Z Fresh terminal_size v0.4.0
83592025-04-30T21:29:01.486Z Fresh litrs v0.4.1
83602025-04-30T21:29:01.486Z Fresh psl-types v2.0.11
83612025-04-30T21:29:01.486Z Fresh anstream v0.6.15
83622025-04-30T21:29:01.486Z Fresh tokio-rustls v0.26.0
83632025-04-30T21:29:01.486Z Fresh clap_lex v0.7.4
83642025-04-30T21:29:01.486Z Fresh cookie v0.18.1
83652025-04-30T21:29:01.486Z Fresh tokio-native-tls v0.3.1
83662025-04-30T21:29:01.486Z Fresh document-features v0.2.10
83672025-04-30T21:29:01.486Z Fresh publicsuffix v2.3.0
83682025-04-30T21:29:01.486Z Fresh webpki-roots v0.26.6
83692025-04-30T21:29:01.486Z Fresh clap_builder v4.5.35
83702025-04-30T21:29:01.486Z Fresh ipnetwork v0.21.1
83712025-04-30T21:29:01.486Z Fresh clap_derive v4.5.32
83722025-04-30T21:29:01.486Z Fresh sync_wrapper v1.0.1
83732025-04-30T21:29:01.486Z Fresh tower-layer v0.3.3
83742025-04-30T21:29:01.486Z Fresh winnow v0.5.40
83752025-04-30T21:29:01.486Z Fresh ucd-trie v0.1.7
83762025-04-30T21:29:01.486Z Fresh hyper-tls v0.6.0
83772025-04-30T21:29:01.486Z Fresh pest v2.7.14
83782025-04-30T21:29:01.486Z Fresh clap v4.5.35
83792025-04-30T21:29:01.486Z Fresh toml_edit v0.19.15
83802025-04-30T21:29:01.486Z Fresh tower v0.5.2
83812025-04-30T21:29:01.486Z Fresh cookie_store v0.21.1
83822025-04-30T21:29:01.486Z Fresh hyper-rustls v0.27.3
83832025-04-30T21:29:01.486Z Fresh signature v2.2.0
83842025-04-30T21:29:01.486Z Fresh openapiv3 v2.0.0
83852025-04-30T21:29:01.486Z Fresh data-encoding v2.6.0
83862025-04-30T21:29:01.487Z Fresh reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
83872025-04-30T21:29:01.487Z Fresh pest_meta v2.7.14
83882025-04-30T21:29:01.487Z Fresh scroll_derive v0.12.0
83892025-04-30T21:29:01.487Z Fresh tinyvec_macros v0.1.1
83902025-04-30T21:29:01.487Z Fresh siphasher v0.3.11
83912025-04-30T21:29:01.487Z Fresh plain v0.2.3
83922025-04-30T21:29:01.487Z Fresh pest_generator v2.7.14
83932025-04-30T21:29:01.487Z Fresh scroll v0.12.0
83942025-04-30T21:29:01.487Z Fresh phf_shared v0.11.2
83952025-04-30T21:29:01.487Z Fresh tinyvec v1.8.0
83962025-04-30T21:29:01.487Z Fresh sha1 v0.10.6
83972025-04-30T21:29:01.487Z Fresh num-integer v0.1.46
83982025-04-30T21:29:01.487Z Fresh zerocopy-derive v0.8.10
83992025-04-30T21:29:01.487Z Fresh pest_derive v2.7.14
84002025-04-30T21:29:01.487Z Fresh goblin v0.8.2
84012025-04-30T21:29:01.487Z Fresh unicode-segmentation v1.12.0
84022025-04-30T21:29:01.487Z Fresh bitflags v1.3.2
84032025-04-30T21:29:01.487Z Fresh pretty-hex v0.4.1
84042025-04-30T21:29:01.487Z Fresh zerocopy v0.8.10
84052025-04-30T21:29:01.487Z Fresh thread-id v4.2.2
84062025-04-30T21:29:01.487Z Fresh dof v0.3.0
84072025-04-30T21:29:01.487Z Fresh dtrace-parser v0.2.0
84082025-04-30T21:29:01.487Z Fresh crc32fast v1.4.2
84092025-04-30T21:29:01.487Z Fresh base16ct v0.2.0
84102025-04-30T21:29:01.487Z Fresh static_assertions v1.1.0
84112025-04-30T21:29:01.487Z Fresh hubpack_derive v0.1.1
84122025-04-30T21:29:01.487Z Fresh ff v0.13.0
84132025-04-30T21:29:01.487Z Fresh sec1 v0.7.3
84142025-04-30T21:29:01.487Z Fresh usdt-impl v0.5.0
84152025-04-30T21:29:01.487Z Fresh winnow v0.7.3
84162025-04-30T21:29:01.487Z Fresh unicode-width v0.2.0
84172025-04-30T21:29:01.487Z Fresh hubpack v0.1.2
84182025-04-30T21:29:01.487Z Fresh group v0.13.0
84192025-04-30T21:29:01.487Z Fresh num-iter v0.1.45
84202025-04-30T21:29:01.487Z Fresh oxnet v0.1.1
84212025-04-30T21:29:01.487Z Fresh toml_edit v0.22.24
84222025-04-30T21:29:01.487Z Fresh hkdf v0.12.4
84232025-04-30T21:29:01.487Z Fresh crypto-bigint v0.5.5
84242025-04-30T21:29:01.488Z Fresh heck v0.4.1
84252025-04-30T21:29:01.488Z Fresh usdt-macro v0.5.0
84262025-04-30T21:29:01.488Z Fresh usdt-attr-macro v0.5.0
84272025-04-30T21:29:01.488Z Fresh strum_macros v0.26.4
84282025-04-30T21:29:01.488Z Fresh elliptic-curve v0.13.8
84292025-04-30T21:29:01.488Z Fresh bstr v1.10.0
84302025-04-30T21:29:01.488Z Fresh zerocopy-derive v0.6.6
84312025-04-30T21:29:01.488Z Fresh memmap v0.7.0
84322025-04-30T21:29:01.488Z Fresh strum v0.26.3
84332025-04-30T21:29:01.488Z Fresh flate2 v1.1.1
84342025-04-30T21:29:01.488Z Fresh num-bigint-dig v0.8.4
84352025-04-30T21:29:01.488Z Fresh usdt v0.5.0
84362025-04-30T21:29:01.538Z Fresh zerocopy v0.6.6
84372025-04-30T21:29:01.538Z Fresh pkcs1 v0.7.5
84382025-04-30T21:29:01.538Z Fresh crossbeam-epoch v0.9.18
84392025-04-30T21:29:01.538Z Fresh itertools v0.10.5
84402025-04-30T21:29:01.538Z Fresh rsa v0.9.6
84412025-04-30T21:29:01.538Z Fresh bzip2-sys v0.1.13+1.0.8
84422025-04-30T21:29:01.538Z Fresh unicode-normalization v0.1.24
84432025-04-30T21:29:01.538Z Fresh toml v0.7.8
84442025-04-30T21:29:01.538Z Fresh rfc6979 v0.4.0
84452025-04-30T21:29:01.538Z Fresh curve25519-dalek-derive v0.1.1
84462025-04-30T21:29:01.538Z Fresh managed v0.8.0
84472025-04-30T21:29:01.538Z Fresh newtype-uuid v1.2.1
84482025-04-30T21:29:01.538Z Fresh ecdsa v0.16.9
84492025-04-30T21:29:01.538Z Fresh curve25519-dalek v4.1.3
84502025-04-30T21:29:01.538Z Fresh ahash v0.8.11
84512025-04-30T21:29:01.538Z Fresh crossbeam-deque v0.8.5
84522025-04-30T21:29:01.538Z Fresh x509-cert v0.2.5
84532025-04-30T21:29:01.538Z Fresh daft-derive v0.1.3
84542025-04-30T21:29:01.538Z Fresh fixedbitset v0.4.2
84552025-04-30T21:29:01.538Z Fresh precomputed-hash v0.1.1
84562025-04-30T21:29:01.538Z Fresh unicode-xid v0.2.6
84572025-04-30T21:29:01.538Z Fresh new_debug_unreachable v1.0.6
84582025-04-30T21:29:01.538Z Fresh memoffset v0.9.1
84592025-04-30T21:29:01.538Z Fresh petgraph v0.6.5
84602025-04-30T21:29:01.538Z Fresh daft v0.1.3
84612025-04-30T21:29:01.538Z Fresh signal-hook v0.3.17
84622025-04-30T21:29:01.538Z Fresh string_cache v0.8.9
84632025-04-30T21:29:01.538Z Fresh rayon-core v1.12.1
84642025-04-30T21:29:01.538Z Fresh rand_core v0.9.2
84652025-04-30T21:29:01.539Z Fresh ed25519 v2.2.3
84662025-04-30T21:29:01.539Z Fresh enum-as-inner v0.6.1
84672025-04-30T21:29:01.539Z Fresh cfg_aliases v0.2.1
84682025-04-30T21:29:01.539Z Fresh rand_chacha v0.9.0
84692025-04-30T21:29:01.539Z Fresh hickory-proto v0.24.4
84702025-04-30T21:29:01.539Z Fresh ed25519-dalek v2.1.1
84712025-04-30T21:29:01.539Z Fresh zstd-sys v2.0.14+zstd.1.5.7
84722025-04-30T21:29:01.539Z Fresh bzip2 v0.4.4
84732025-04-30T21:29:01.539Z Fresh console v0.15.10
84742025-04-30T21:29:01.539Z Fresh lalrpop-util v0.19.12
84752025-04-30T21:29:01.539Z Fresh rand v0.9.0
84762025-04-30T21:29:01.539Z Fresh zip v0.6.6
84772025-04-30T21:29:01.539Z Fresh signal-hook-mio v0.2.4
84782025-04-30T21:29:01.539Z Fresh hash32 v0.2.1
84792025-04-30T21:29:01.539Z Fresh zstd-safe v7.2.3
84802025-04-30T21:29:01.539Z Fresh unicode-properties v0.1.3
84812025-04-30T21:29:01.539Z Fresh simd-adler32 v0.3.7
84822025-04-30T21:29:01.539Z Fresh lockfree-object-pool v0.1.6
84832025-04-30T21:29:01.539Z Fresh bumpalo v3.16.0
84842025-04-30T21:29:01.539Z Fresh unicode-bidi v0.3.17
84852025-04-30T21:29:01.539Z Fresh heapless v0.7.17
84862025-04-30T21:29:01.539Z Fresh nix v0.29.0
84872025-04-30T21:29:01.539Z Fresh zstd v0.13.3
84882025-04-30T21:29:01.539Z Fresh zopfli v0.8.1
84892025-04-30T21:29:01.539Z Fresh stringprep v0.1.5
84902025-04-30T21:29:01.539Z Fresh crossterm v0.28.1
84912025-04-30T21:29:01.539Z Fresh rayon v1.10.0
84922025-04-30T21:29:01.539Z Fresh bzip2 v0.5.2
84932025-04-30T21:29:01.539Z Fresh similar v2.7.0
84942025-04-30T21:29:01.539Z Fresh tokio-stream v0.1.17
84952025-04-30T21:29:01.539Z Fresh md-5 v0.10.6
84962025-04-30T21:29:01.539Z Fresh predicates-core v1.0.8
84972025-04-30T21:29:01.539Z Fresh fallible-iterator v0.2.0
84982025-04-30T21:29:01.539Z Fresh zip v2.6.1
84992025-04-30T21:29:01.540Z Fresh smoltcp v0.9.1
85002025-04-30T21:29:01.540Z Fresh buf-list v1.0.3
85012025-04-30T21:29:01.540Z Fresh postgres-protocol v0.6.8
85022025-04-30T21:29:01.540Z Fresh portable-atomic v1.11.0
85032025-04-30T21:29:01.540Z Fresh strum_macros v0.25.3
85042025-04-30T21:29:01.540Z Fresh phf v0.11.2
85052025-04-30T21:29:01.540Z Fresh float-cmp v0.10.0
85062025-04-30T21:29:01.540Z Fresh serde-big-array v0.5.1
85072025-04-30T21:29:01.540Z Fresh serde_repr v0.1.19
85082025-04-30T21:29:01.540Z Fresh number_prefix v0.4.0
85092025-04-30T21:29:01.540Z Fresh peg-runtime v0.8.5
85102025-04-30T21:29:01.540Z Fresh normalize-line-endings v0.3.0
85112025-04-30T21:29:01.540Z Fresh difflib v0.4.0
85122025-04-30T21:29:01.540Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
85132025-04-30T21:29:01.540Z Fresh postgres-types v0.2.9
85142025-04-30T21:29:01.540Z Fresh whoami v1.5.2
85152025-04-30T21:29:01.540Z Fresh predicates v3.1.3
85162025-04-30T21:29:01.540Z Fresh indicatif v0.17.11
85172025-04-30T21:29:01.540Z Fresh tokio-postgres v0.7.13
85182025-04-30T21:29:01.540Z Fresh fs-err v3.1.0
85192025-04-30T21:29:01.540Z Fresh thiserror-impl v2.0.12
85202025-04-30T21:29:01.540Z Fresh regress v0.10.3
85212025-04-30T21:29:01.540Z Fresh is-terminal v0.4.13
85222025-04-30T21:29:01.540Z Fresh fastrand v2.1.1
85232025-04-30T21:29:01.540Z Fresh ident_case v1.0.1
85242025-04-30T21:29:01.540Z Fresh dirs-sys-next v0.1.2
85252025-04-30T21:29:01.540Z Fresh unsafe-libyaml v0.2.11
85262025-04-30T21:29:01.540Z Fresh thiserror v2.0.12
85272025-04-30T21:29:01.540Z Fresh camino v1.1.9
85282025-04-30T21:29:01.540Z Fresh darling_core v0.20.10
85292025-04-30T21:29:01.540Z Fresh dirs-next v2.0.0
85302025-04-30T21:29:01.540Z Fresh serde_yaml v0.9.34+deprecated
85312025-04-30T21:29:01.540Z Fresh crossbeam-channel v0.5.15
85322025-04-30T21:29:01.541Z Fresh thread_local v1.1.8
85332025-04-30T21:29:01.541Z Fresh darling_macro v0.20.10
85342025-04-30T21:29:01.541Z Fresh term v0.7.0
85352025-04-30T21:29:01.541Z Fresh typify-impl v0.3.0
85362025-04-30T21:29:01.582Z Fresh take_mut v0.2.2
85372025-04-30T21:29:01.582Z Fresh tempfile v3.13.0
85382025-04-30T21:29:01.582Z Fresh progenitor-client v0.9.1
85392025-04-30T21:29:01.582Z Fresh darling v0.20.10
85402025-04-30T21:29:01.582Z Fresh typify-macro v0.3.0
85412025-04-30T21:29:01.582Z Fresh slog-term v2.9.1
85422025-04-30T21:29:01.582Z Fresh quick-error v1.2.3
85432025-04-30T21:29:01.582Z Fresh match_cfg v0.1.0
85442025-04-30T21:29:01.582Z Fresh toml v0.8.20
85452025-04-30T21:29:01.582Z Fresh hex v0.4.3
85462025-04-30T21:29:01.582Z Fresh typify v0.3.0
85472025-04-30T21:29:01.582Z Fresh slog-async v2.8.0
85482025-04-30T21:29:01.582Z Fresh hostname v0.3.1
85492025-04-30T21:29:01.582Z Fresh debug-ignore v1.0.5
85502025-04-30T21:29:01.582Z Fresh structmeta-derive v0.3.0
85512025-04-30T21:29:01.582Z Fresh wait-timeout v0.2.0
85522025-04-30T21:29:01.582Z Fresh bit-vec v0.8.0
85532025-04-30T21:29:01.582Z Fresh progenitor-impl v0.9.1
85542025-04-30T21:29:01.582Z Fresh structmeta v0.3.0
85552025-04-30T21:29:01.582Z Fresh rusty-fork v0.3.0
85562025-04-30T21:29:01.582Z Fresh bit-set v0.8.0
85572025-04-30T21:29:01.582Z Fresh serde_path_to_error v0.1.16
85582025-04-30T21:29:01.582Z Fresh rand_xorshift v0.3.0
85592025-04-30T21:29:01.582Z Fresh progenitor-macro v0.9.1
85602025-04-30T21:29:01.582Z Fresh rustls v0.22.4
85612025-04-30T21:29:01.582Z Fresh unarray v0.1.4
85622025-04-30T21:29:01.582Z Fresh slog-json v2.6.1
85632025-04-30T21:29:01.582Z Fresh async-stream-impl v0.3.6
85642025-04-30T21:29:01.583Z Fresh progenitor v0.9.1
85652025-04-30T21:29:01.583Z Fresh tokio-rustls v0.25.0
85662025-04-30T21:29:01.583Z Fresh proptest v1.6.0
85672025-04-30T21:29:01.583Z Fresh slog-bunyan v2.5.0
85682025-04-30T21:29:01.583Z Fresh multer v3.1.0
85692025-04-30T21:29:01.583Z Fresh async-stream v0.3.6
85702025-04-30T21:29:01.583Z Fresh dropshot_endpoint v0.16.0
85712025-04-30T21:29:01.583Z Fresh waitgroup v0.1.2
85722025-04-30T21:29:01.583Z Fresh hostname v0.4.0
85732025-04-30T21:29:01.583Z Fresh test-strategy v0.4.0
85742025-04-30T21:29:01.583Z Fresh serde_with_macros v3.12.0
85752025-04-30T21:29:01.583Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
85762025-04-30T21:29:01.583Z Fresh macaddr v1.0.1
85772025-04-30T21:29:01.583Z Fresh instant v0.1.13
85782025-04-30T21:29:01.583Z Fresh derive-where v1.2.7
85792025-04-30T21:29:01.583Z Fresh dropshot v0.16.0
85802025-04-30T21:29:01.583Z Fresh serde_with v3.12.0
85812025-04-30T21:29:01.583Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
85822025-04-30T21:29:01.583Z Fresh parse-display-derive v0.10.0
85832025-04-30T21:29:01.583Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
85842025-04-30T21:29:01.583Z Fresh backoff v0.4.0
85852025-04-30T21:29:01.583Z Fresh parse-display v0.10.0
85862025-04-30T21:29:01.583Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
85872025-04-30T21:29:01.583Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
85882025-04-30T21:29:01.583Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
85892025-04-30T21:29:01.583Z Fresh unicode-width v0.1.14
85902025-04-30T21:29:01.583Z Fresh camino-tempfile v1.1.1
85912025-04-30T21:29:01.583Z Fresh itertools v0.14.0
85922025-04-30T21:29:01.583Z Fresh proc-macro-crate v1.3.1
85932025-04-30T21:29:01.583Z Fresh itertools v0.13.0
85942025-04-30T21:29:01.583Z Fresh proc-macro-error-attr v1.0.4
85952025-04-30T21:29:01.583Z Fresh num_enum_derive v0.5.11
85962025-04-30T21:29:01.583Z Fresh tabwriter v1.4.0
85972025-04-30T21:29:01.583Z Fresh foreign-types-macros v0.2.3
85982025-04-30T21:29:01.583Z Fresh foreign-types-shared v0.3.1
85992025-04-30T21:29:01.583Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
86002025-04-30T21:29:01.583Z Fresh proc-macro-error v1.0.4
86012025-04-30T21:29:01.583Z Fresh num_enum v0.5.11
86022025-04-30T21:29:01.583Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
86032025-04-30T21:29:01.584Z Fresh foreign-types v0.5.0
86042025-04-30T21:29:01.584Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
86052025-04-30T21:29:01.584Z Fresh cstr-argument v0.1.2
86062025-04-30T21:29:01.584Z Fresh pretty-hex v0.2.1
86072025-04-30T21:29:01.584Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
86082025-04-30T21:29:01.584Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
86092025-04-30T21:29:01.584Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
86102025-04-30T21:29:01.584Z Fresh colored v2.2.0
86112025-04-30T21:29:01.584Z Fresh winnow v0.6.20
86122025-04-30T21:29:01.584Z Fresh smf v0.2.3
86132025-04-30T21:29:01.584Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
86142025-04-30T21:29:01.584Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
86152025-04-30T21:29:01.584Z Fresh hash32 v0.3.1
86162025-04-30T21:29:01.584Z Fresh cobs v0.2.3
86172025-04-30T21:29:01.584Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
86182025-04-30T21:29:01.584Z Fresh crucible-workspace-hack v0.1.0
86192025-04-30T21:29:01.584Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
86202025-04-30T21:29:01.584Z Fresh postcard v1.0.10
86212025-04-30T21:29:01.584Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
86222025-04-30T21:29:01.584Z Fresh sigpipe v0.1.3
86232025-04-30T21:29:01.584Z Fresh heapless v0.8.0
86242025-04-30T21:29:01.584Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
86252025-04-30T21:29:01.584Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
86262025-04-30T21:29:01.584Z Fresh jiff v0.2.10
86272025-04-30T21:29:01.584Z Fresh zone_cfg_derive v0.3.0
86282025-04-30T21:29:01.584Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
86292025-04-30T21:29:01.584Z Fresh num-derive v0.4.2
86302025-04-30T21:29:01.584Z Fresh smoltcp v0.11.0
86312025-04-30T21:29:01.584Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
86322025-04-30T21:29:01.584Z Fresh zone v0.3.1
86332025-04-30T21:29:01.584Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
86342025-04-30T21:29:01.584Z Fresh convert_case v0.4.0
86352025-04-30T21:29:01.584Z Fresh base64 v0.21.7
86362025-04-30T21:29:01.625Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
86372025-04-30T21:29:01.625Z Fresh derive_more v0.99.19
86382025-04-30T21:29:01.625Z Fresh num-rational v0.4.2
86392025-04-30T21:29:01.625Z Fresh num-complex v0.4.6
86402025-04-30T21:29:01.625Z Fresh float-ord v0.3.2
86412025-04-30T21:29:01.625Z Fresh atomicwrites v0.4.4
86422025-04-30T21:29:01.625Z Fresh newline-converter v0.3.0
86432025-04-30T21:29:01.625Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
86442025-04-30T21:29:01.625Z Fresh num v0.4.3
86452025-04-30T21:29:01.625Z Fresh expectorate v1.1.0
86462025-04-30T21:29:01.625Z Fresh utf-8 v0.7.6
86472025-04-30T21:29:01.625Z Fresh indent_write v2.2.0
86482025-04-30T21:29:01.625Z Fresh fixedbitset v0.5.7
86492025-04-30T21:29:01.625Z Fresh password-hash v0.5.0
86502025-04-30T21:29:01.625Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
86512025-04-30T21:29:01.625Z Fresh tungstenite v0.21.0
86522025-04-30T21:29:01.625Z Fresh petgraph v0.7.1
86532025-04-30T21:29:01.625Z Fresh blake2 v0.10.6
86542025-04-30T21:29:01.625Z Fresh half v2.4.1
86552025-04-30T21:29:01.625Z Fresh ciborium-io v0.2.2
86562025-04-30T21:29:01.626Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
86572025-04-30T21:29:01.626Z Fresh tokio-tungstenite v0.21.0
86582025-04-30T21:29:01.626Z Fresh argon2 v0.5.3
86592025-04-30T21:29:01.626Z Fresh ciborium-ll v0.2.2
86602025-04-30T21:29:01.626Z Fresh libsw-core v0.3.1
86612025-04-30T21:29:01.626Z Fresh libsw v3.4.0
86622025-04-30T21:29:01.626Z Fresh ciborium v0.2.2
86632025-04-30T21:29:01.626Z Fresh owo-colors v4.2.0
86642025-04-30T21:29:01.626Z Fresh linear-map v1.2.0
86652025-04-30T21:29:01.626Z Fresh swrite v0.1.0
86662025-04-30T21:29:01.626Z Fresh cancel-safe-futures v0.1.5
86672025-04-30T21:29:01.626Z Fresh keccak v0.1.5
86682025-04-30T21:29:01.626Z Fresh universal-hash v0.5.1
86692025-04-30T21:29:01.626Z Fresh secrecy v0.10.3
86702025-04-30T21:29:01.626Z Fresh sha3 v0.10.8
86712025-04-30T21:29:01.626Z Fresh opaque-debug v0.3.1
86722025-04-30T21:29:01.626Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
86732025-04-30T21:29:01.626Z Fresh aead v0.5.2
86742025-04-30T21:29:01.626Z Fresh highway v1.3.0
86752025-04-30T21:29:01.626Z Fresh poly1305 v0.8.0
86762025-04-30T21:29:01.626Z Fresh chacha20 v0.9.1
86772025-04-30T21:29:01.626Z Fresh semver v0.1.20
86782025-04-30T21:29:01.626Z Fresh humantime v2.1.0
86792025-04-30T21:29:01.626Z Fresh same-file v1.0.6
86802025-04-30T21:29:01.626Z Fresh xattr v1.3.1
86812025-04-30T21:29:01.626Z Fresh filetime v0.2.25
86822025-04-30T21:29:01.626Z Fresh rustc_version v0.1.7
86832025-04-30T21:29:01.626Z Fresh walkdir v2.5.0
86842025-04-30T21:29:01.626Z Fresh tar v0.4.44
86852025-04-30T21:29:01.626Z Fresh thiserror-impl-no-std v2.0.2
86862025-04-30T21:29:01.626Z Fresh arc-swap v1.7.1
86872025-04-30T21:29:01.626Z Fresh thiserror-no-std v2.0.2
86882025-04-30T21:29:01.626Z Fresh slog-scope v4.4.0
86892025-04-30T21:29:01.626Z Fresh chacha20poly1305 v0.10.1
86902025-04-30T21:29:01.626Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
86912025-04-30T21:29:01.626Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
86922025-04-30T21:29:01.626Z Fresh typify-impl v0.2.0
86932025-04-30T21:29:01.627Z Fresh vsss-rs v3.3.4
86942025-04-30T21:29:01.627Z Fresh slog-stdlog v4.1.1
86952025-04-30T21:29:01.627Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
86962025-04-30T21:29:01.627Z Fresh pem v3.0.5
86972025-04-30T21:29:01.627Z Fresh typify-macro v0.2.0
86982025-04-30T21:29:01.627Z Fresh headers-core v0.3.0
86992025-04-30T21:29:01.627Z Fresh newtype_derive v0.1.6
87002025-04-30T21:29:01.627Z Fresh slog-envlogger v2.2.0
87012025-04-30T21:29:01.627Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
87022025-04-30T21:29:01.627Z Fresh typify v0.2.0
87032025-04-30T21:29:01.627Z Fresh headers v0.4.0
87042025-04-30T21:29:01.627Z Fresh heck v0.3.3
87052025-04-30T21:29:01.627Z Fresh steno v0.4.1
87062025-04-30T21:29:01.627Z Fresh progenitor-impl v0.8.0
87072025-04-30T21:29:01.627Z Fresh progenitor-client v0.8.0
87082025-04-30T21:29:01.627Z Fresh linked-hash-map v0.5.6
87092025-04-30T21:29:01.627Z Fresh zone_cfg_derive v0.1.2
87102025-04-30T21:29:01.627Z Fresh lzma-sys v0.1.20
87112025-04-30T21:29:01.627Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
87122025-04-30T21:29:01.627Z Fresh progenitor-macro v0.8.0
87132025-04-30T21:29:01.627Z Fresh lru-cache v0.1.2
87142025-04-30T21:29:01.627Z Fresh base64 v0.13.1
87152025-04-30T21:29:01.627Z Fresh zone v0.1.8
87162025-04-30T21:29:01.627Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
87172025-04-30T21:29:01.627Z Fresh xz2 v0.1.7
87182025-04-30T21:29:01.627Z Fresh resolv-conf v0.7.0
87192025-04-30T21:29:01.627Z Fresh progenitor v0.8.0
87202025-04-30T21:29:01.627Z Fresh ron v0.7.1
87212025-04-30T21:29:01.627Z Fresh yasna v0.5.2
87222025-04-30T21:29:01.627Z Fresh hickory-resolver v0.24.4
87232025-04-30T21:29:01.627Z Fresh subprocess v0.2.9
87242025-04-30T21:29:01.627Z Fresh display-error-chain v0.2.2
87252025-04-30T21:29:01.627Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
87262025-04-30T21:29:01.627Z Fresh rcgen v0.12.1
87272025-04-30T21:29:01.627Z Fresh qorb v0.3.1
87282025-04-30T21:29:01.627Z Fresh bytecount v0.6.8
87292025-04-30T21:29:01.627Z Fresh maplit v1.0.2
87302025-04-30T21:29:01.627Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
87312025-04-30T21:29:01.627Z Fresh proc-macro-error-attr2 v2.0.0
87322025-04-30T21:29:01.628Z Fresh dsl_auto_type v0.1.2
87332025-04-30T21:29:01.628Z Fresh gethostname v0.5.0
87342025-04-30T21:29:01.628Z Fresh proc-macro-error2 v2.0.1
87352025-04-30T21:29:01.628Z Fresh scheduled-thread-pool v0.2.7
87362025-04-30T21:29:01.670Z Fresh diesel_table_macro_syntax v0.2.0
87372025-04-30T21:29:01.670Z Fresh papergrid v0.14.0
87382025-04-30T21:29:01.670Z Fresh slog-dtrace v0.3.0
87392025-04-30T21:29:01.670Z Fresh r2d2 v0.8.10
87402025-04-30T21:29:01.671Z Fresh tabled_derive v0.10.0
87412025-04-30T21:29:01.671Z Fresh diesel_derives v2.2.3
87422025-04-30T21:29:01.671Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
87432025-04-30T21:29:01.671Z Fresh num-derive v0.3.3
87442025-04-30T21:29:01.671Z Fresh libscf-sys v1.1.0
87452025-04-30T21:29:01.671Z Fresh diesel v2.2.9
87462025-04-30T21:29:01.671Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
87472025-04-30T21:29:01.671Z Fresh tabled v0.18.0
87482025-04-30T21:29:01.671Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
87492025-04-30T21:29:01.671Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
87502025-04-30T21:29:01.671Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
87512025-04-30T21:29:01.671Z Fresh diff v0.1.13
87522025-04-30T21:29:01.671Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
87532025-04-30T21:29:01.671Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
87542025-04-30T21:29:01.671Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
87552025-04-30T21:29:01.671Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
87562025-04-30T21:29:01.671Z Fresh tap v1.0.1
87572025-04-30T21:29:01.671Z Fresh crunchy v0.2.2
87582025-04-30T21:29:01.671Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
87592025-04-30T21:29:01.671Z Fresh radium v0.7.0
87602025-04-30T21:29:01.671Z Fresh wyz v0.5.1
87612025-04-30T21:29:01.671Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
87622025-04-30T21:29:01.671Z Fresh crc8 v0.1.1
87632025-04-30T21:29:01.671Z Fresh funty v2.0.0
87642025-04-30T21:29:01.671Z Fresh crc-catalog v2.4.0
87652025-04-30T21:29:01.671Z Fresh bit-vec v0.6.3
87662025-04-30T21:29:01.671Z Fresh termcolor v1.4.1
87672025-04-30T21:29:01.671Z Fresh maybe-uninit v2.0.0
87682025-04-30T21:29:01.671Z Fresh tiny-keccak v2.0.2
87692025-04-30T21:29:01.671Z Fresh bitvec v1.0.1
87702025-04-30T21:29:01.671Z Fresh bit-set v0.5.3
87712025-04-30T21:29:01.671Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
87722025-04-30T21:29:01.671Z Fresh crc v3.2.1
87732025-04-30T21:29:01.671Z Fresh ascii-canvas v3.0.0
87742025-04-30T21:29:01.671Z Fresh packed_struct_codegen v0.10.1
87752025-04-30T21:29:01.671Z Fresh ref-cast-impl v1.0.23
87762025-04-30T21:29:01.672Z Fresh ena v0.14.3
87772025-04-30T21:29:01.672Z Fresh nodrop v0.1.14
87782025-04-30T21:29:01.672Z Fresh regex-syntax v0.6.29
87792025-04-30T21:29:01.672Z Fresh ref-cast v1.0.23
87802025-04-30T21:29:01.672Z Fresh packed_struct v0.10.1
87812025-04-30T21:29:01.672Z Fresh smallvec v0.6.14
87822025-04-30T21:29:01.672Z Fresh lalrpop v0.19.12
87832025-04-30T21:29:01.672Z Fresh array-init v0.0.4
87842025-04-30T21:29:01.672Z Fresh const_format_proc_macros v0.2.34
87852025-04-30T21:29:01.672Z Fresh bitfield v0.14.0
87862025-04-30T21:29:01.672Z Fresh hashbrown v0.12.3
87872025-04-30T21:29:01.672Z Fresh rustc-hash v2.1.1
87882025-04-30T21:29:01.672Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
87892025-04-30T21:29:01.672Z Fresh serde-hex v0.1.0
87902025-04-30T21:29:01.672Z Fresh bindgen v0.71.1
87912025-04-30T21:29:01.672Z Fresh indexmap v1.9.3
87922025-04-30T21:29:01.672Z Fresh const_format v0.2.34
87932025-04-30T21:29:01.672Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
87942025-04-30T21:29:01.672Z Fresh env_logger v0.10.2
87952025-04-30T21:29:01.672Z Fresh ron v0.8.1
87962025-04-30T21:29:01.672Z Fresh derive_builder_core v0.20.2
87972025-04-30T21:29:01.672Z Fresh hashbrown v0.13.2
87982025-04-30T21:29:01.672Z Fresh nibble_vec v0.1.0
87992025-04-30T21:29:01.672Z Fresh crc-any v2.5.0
88002025-04-30T21:29:01.672Z Fresh endian-type v0.1.2
88012025-04-30T21:29:01.672Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
88022025-04-30T21:29:01.672Z Fresh derive_builder_macro v0.20.2
88032025-04-30T21:29:01.672Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
88042025-04-30T21:29:01.672Z Fresh object v0.30.4
88052025-04-30T21:29:01.672Z Fresh radix_trie v0.2.1
88062025-04-30T21:29:01.672Z Fresh strum_macros v0.24.3
88072025-04-30T21:29:01.672Z Fresh bitfield-struct v0.6.2
88082025-04-30T21:29:01.672Z Fresh indoc v1.0.9
88092025-04-30T21:29:01.672Z Fresh path-slash v0.1.5
88102025-04-30T21:29:01.672Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
88112025-04-30T21:29:01.672Z Fresh polar-core v0.27.3
88122025-04-30T21:29:01.672Z Fresh libefi-sys v0.1.0
88132025-04-30T21:29:01.672Z Fresh derive_builder v0.20.2
88142025-04-30T21:29:01.672Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2)
88152025-04-30T21:29:01.673Z Fresh libxml v0.3.3
88162025-04-30T21:29:01.673Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
88172025-04-30T21:29:01.673Z Fresh impl-trait-for-tuples v0.2.2
88182025-04-30T21:29:01.673Z Fresh oso-derive v0.27.3
88192025-04-30T21:29:01.673Z Fresh quick-xml v0.37.2
88202025-04-30T21:29:01.673Z Fresh async-recursion v1.1.1
88212025-04-30T21:29:01.673Z Fresh vte_generate_state_changes v0.1.2
88222025-04-30T21:29:01.673Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
88232025-04-30T21:29:01.673Z Fresh oso v0.27.3
88242025-04-30T21:29:01.673Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
88252025-04-30T21:29:01.673Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
88262025-04-30T21:29:01.673Z Fresh vte v0.11.1
88272025-04-30T21:29:01.673Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
88282025-04-30T21:29:01.673Z Fresh samael v0.0.18
88292025-04-30T21:29:01.673Z Fresh fd-lock v4.0.2
88302025-04-30T21:29:01.673Z Fresh fxhash v0.2.1
88312025-04-30T21:29:01.673Z Fresh nu-ansi-term v0.50.1
88322025-04-30T21:29:01.673Z Fresh strip-ansi-escapes v0.2.0
88332025-04-30T21:29:01.673Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
88342025-04-30T21:29:01.673Z Fresh reedline v0.38.0
88352025-04-30T21:29:01.673Z Fresh phf_generator v0.11.2
88362025-04-30T21:29:01.713Z Fresh bb8 v0.8.5
88372025-04-30T21:29:01.713Z Fresh kstat-rs v0.2.4
88382025-04-30T21:29:01.713Z Fresh xshell-macros v0.2.7
88392025-04-30T21:29:01.713Z Fresh diesel-dtrace v0.4.2
88402025-04-30T21:29:01.714Z Fresh async-bb8-diesel v0.2.1
88412025-04-30T21:29:01.714Z Fresh xshell v0.2.7
88422025-04-30T21:29:01.714Z Fresh phf_codegen v0.11.2
88432025-04-30T21:29:01.714Z Fresh parse-zoneinfo v0.3.1
88442025-04-30T21:29:01.714Z Fresh cfg_aliases v0.1.1
88452025-04-30T21:29:01.714Z Fresh chrono-tz-build v0.4.0
88462025-04-30T21:29:01.714Z Fresh papergrid v0.11.0
88472025-04-30T21:29:01.714Z Fresh tabled_derive v0.7.0
88482025-04-30T21:29:01.714Z Fresh primeorder v0.13.6
88492025-04-30T21:29:01.714Z Fresh tabled v0.15.0
88502025-04-30T21:29:01.714Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
88512025-04-30T21:29:01.714Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
88522025-04-30T21:29:01.714Z Fresh bcs v0.1.6
88532025-04-30T21:29:01.714Z Fresh unicase v2.7.0
88542025-04-30T21:29:01.714Z Fresh parking_lot_core v0.8.6
88552025-04-30T21:29:01.714Z Fresh nix v0.28.0
88562025-04-30T21:29:01.714Z Fresh peg-macros v0.8.5
88572025-04-30T21:29:01.714Z Fresh nanorand v0.7.0
88582025-04-30T21:29:01.714Z Fresh sqlparser_derive v0.2.2
88592025-04-30T21:29:01.714Z Fresh unicode_categories v0.1.1
88602025-04-30T21:29:01.714Z Fresh parking_lot v0.11.2
88612025-04-30T21:29:01.714Z Fresh peg v0.8.5
88622025-04-30T21:29:01.714Z Fresh sqlformat v0.2.6
88632025-04-30T21:29:01.714Z Fresh sqlparser v0.45.0
88642025-04-30T21:29:01.714Z Fresh flume v0.11.1
88652025-04-30T21:29:01.714Z Fresh rustyline v14.0.0
88662025-04-30T21:29:01.714Z Fresh chrono-tz v0.10.3
88672025-04-30T21:29:01.714Z Fresh p384 v0.13.0
88682025-04-30T21:29:01.714Z Fresh cargo-platform v0.1.8
88692025-04-30T21:29:01.714Z Fresh void v1.0.2
88702025-04-30T21:29:01.714Z Fresh http-range v0.1.5
88712025-04-30T21:29:01.714Z Fresh termtree v0.5.1
88722025-04-30T21:29:01.714Z Fresh salty v0.3.0
88732025-04-30T21:29:01.714Z Fresh lzss v0.8.2
88742025-04-30T21:29:01.714Z Fresh sled v0.34.7
88752025-04-30T21:29:01.714Z Fresh hickory-client v0.24.4
88762025-04-30T21:29:01.714Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
88772025-04-30T21:29:01.714Z Fresh tungstenite v0.23.0
88782025-04-30T21:29:01.714Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
88792025-04-30T21:29:01.715Z Fresh hickory-server v0.24.4
88802025-04-30T21:29:01.715Z Fresh nix v0.27.1
88812025-04-30T21:29:01.715Z Fresh concurrent-queue v2.5.0
88822025-04-30T21:29:01.715Z Fresh env_filter v0.1.2
88832025-04-30T21:29:01.715Z Fresh atty v0.2.14
88842025-04-30T21:29:01.715Z Fresh parking v2.2.1
88852025-04-30T21:29:01.715Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
88862025-04-30T21:29:01.715Z Fresh env_logger v0.11.5
88872025-04-30T21:29:01.715Z Fresh tokio-tungstenite v0.23.1
88882025-04-30T21:29:01.715Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
88892025-04-30T21:29:01.715Z Fresh mime_guess v2.0.5
88902025-04-30T21:29:01.715Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
88912025-04-30T21:29:01.715Z Fresh signal-hook-tokio v0.3.1
88922025-04-30T21:29:01.715Z Fresh rand_seeder v0.3.0
88932025-04-30T21:29:01.715Z Fresh pin-project-internal v1.1.6
88942025-04-30T21:29:01.715Z Fresh hyper-staticfile v0.10.1
88952025-04-30T21:29:01.715Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
88962025-04-30T21:29:01.715Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
88972025-04-30T21:29:01.715Z Fresh pin-project v1.1.6
88982025-04-30T21:29:01.715Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
88992025-04-30T21:29:01.715Z Fresh secrecy v0.8.0
89002025-04-30T21:29:01.715Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
89012025-04-30T21:29:01.715Z Fresh event-listener v5.3.1
89022025-04-30T21:29:01.715Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
89032025-04-30T21:29:01.715Z Fresh snafu-derive v0.8.5
89042025-04-30T21:29:01.715Z Fresh event-listener-strategy v0.5.2
89052025-04-30T21:29:01.715Z Fresh snafu v0.8.5
89062025-04-30T21:29:01.715Z Fresh olpc-cjson v0.1.4
89072025-04-30T21:29:01.715Z Fresh globset v0.4.15
89082025-04-30T21:29:01.715Z Fresh serde_plain v1.0.2
89092025-04-30T21:29:01.715Z Fresh assert_matches v1.5.0
89102025-04-30T21:29:01.715Z Fresh typed-path v0.9.3
89112025-04-30T21:29:01.715Z Fresh fs-err v2.11.0
89122025-04-30T21:29:01.715Z Fresh futures-lite v2.3.0
89132025-04-30T21:29:01.715Z Fresh parse-size v1.1.0
89142025-04-30T21:29:01.715Z Fresh yansi v1.0.1
89152025-04-30T21:29:01.715Z Fresh tough v0.20.0
89162025-04-30T21:29:01.715Z Fresh pretty_assertions v1.4.1
89172025-04-30T21:29:01.716Z Fresh castaway v0.2.3
89182025-04-30T21:29:01.716Z Fresh io-lifetimes v1.0.11
89192025-04-30T21:29:01.716Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
89202025-04-30T21:29:01.716Z Fresh indoc v2.0.6
89212025-04-30T21:29:01.716Z Fresh compact_str v0.8.0
89222025-04-30T21:29:01.716Z Fresh libz-sys v1.1.20
89232025-04-30T21:29:01.716Z Fresh async-lock v3.4.0
89242025-04-30T21:29:01.716Z Fresh rustix v0.37.28
89252025-04-30T21:29:01.716Z Fresh unicode-truncate v1.1.0
89262025-04-30T21:29:01.716Z Fresh polling v3.7.3
89272025-04-30T21:29:01.716Z Fresh lru v0.12.5
89282025-04-30T21:29:01.716Z Fresh instability v0.3.2
89292025-04-30T21:29:01.716Z Fresh csv-core v0.1.11
89302025-04-30T21:29:01.716Z Fresh cassowary v0.3.0
89312025-04-30T21:29:01.716Z Fresh is_ci v1.2.0
89322025-04-30T21:29:01.716Z Fresh ratatui v0.29.0
89332025-04-30T21:29:01.716Z Fresh csv v1.3.1
89342025-04-30T21:29:01.716Z Fresh terminal_size v0.2.6
89352025-04-30T21:29:01.716Z Fresh async-io v2.3.4
89362025-04-30T21:29:01.757Z Fresh supports-color v3.0.2
89372025-04-30T21:29:01.757Z Fresh libgit2-sys v0.17.0+1.8.1
89382025-04-30T21:29:01.757Z Fresh cargo_metadata v0.19.2
89392025-04-30T21:29:01.757Z Fresh polyval v0.6.2
89402025-04-30T21:29:01.757Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
89412025-04-30T21:29:01.757Z Fresh smawk v0.3.2
89422025-04-30T21:29:01.757Z Fresh plotters-backend v0.3.7
89432025-04-30T21:29:01.757Z Fresh unicode-linebreak v0.1.5
89442025-04-30T21:29:01.757Z Fresh async-task v4.7.1
89452025-04-30T21:29:01.757Z Fresh git2 v0.19.0
89462025-04-30T21:29:01.757Z Fresh textwrap v0.16.1
89472025-04-30T21:29:01.757Z Fresh plotters-svg v0.3.7
89482025-04-30T21:29:01.757Z Fresh ghash v0.5.1
89492025-04-30T21:29:01.757Z Fresh async-channel v2.3.1
89502025-04-30T21:29:01.757Z Fresh cargo_metadata v0.18.1
89512025-04-30T21:29:01.757Z Fresh piper v0.2.4
89522025-04-30T21:29:01.757Z Fresh ctr v0.9.2
89532025-04-30T21:29:01.757Z Fresh shell-words v1.1.0
89542025-04-30T21:29:01.757Z Fresh arrayvec v0.7.6
89552025-04-30T21:29:01.757Z Fresh constant_time_eq v0.3.1
89562025-04-30T21:29:01.757Z Fresh arrayref v0.3.9
89572025-04-30T21:29:01.757Z Fresh cast v0.3.0
89582025-04-30T21:29:01.757Z Fresh aes-gcm v0.10.3
89592025-04-30T21:29:01.757Z Fresh criterion-plot v0.5.0
89602025-04-30T21:29:01.757Z Fresh blocking v1.6.1
89612025-04-30T21:29:01.757Z Fresh vergen v8.3.2
89622025-04-30T21:29:01.758Z Fresh plotters v0.3.7
89632025-04-30T21:29:01.758Z Fresh async-executor v1.13.1
89642025-04-30T21:29:01.758Z Fresh async-signal v0.2.10
89652025-04-30T21:29:01.758Z Fresh ssh-encoding v0.2.0
89662025-04-30T21:29:01.758Z Fresh sct v0.7.1
89672025-04-30T21:29:01.758Z Fresh rustls-webpki v0.101.7
89682025-04-30T21:29:01.758Z Fresh blowfish v0.9.1
89692025-04-30T21:29:01.758Z Fresh tinytemplate v1.2.1
89702025-04-30T21:29:01.758Z Fresh rtoolbox v0.0.2
89712025-04-30T21:29:01.758Z Fresh event-listener v2.5.3
89722025-04-30T21:29:01.758Z Fresh anes v0.1.6
89732025-04-30T21:29:01.758Z Fresh oorandom v11.1.4
89742025-04-30T21:29:01.758Z Fresh rustls v0.21.12
89752025-04-30T21:29:01.758Z Fresh async-channel v1.9.0
89762025-04-30T21:29:01.758Z Fresh bcrypt-pbkdf v0.10.0
89772025-04-30T21:29:01.758Z Fresh rpassword v7.3.1
89782025-04-30T21:29:01.758Z Fresh criterion v0.5.1
89792025-04-30T21:29:01.758Z Fresh ssh-cipher v0.2.0
89802025-04-30T21:29:01.758Z Fresh async-process v2.3.0
89812025-04-30T21:29:01.758Z Fresh async-global-executor v2.4.1
89822025-04-30T21:29:01.758Z Fresh tui-tree-widget v0.23.0
89832025-04-30T21:29:01.758Z Fresh password-hash v0.4.2
89842025-04-30T21:29:01.758Z Fresh async-attributes v1.1.2
89852025-04-30T21:29:01.758Z Fresh kv-log-macro v1.0.7
89862025-04-30T21:29:01.758Z Fresh hex-literal v0.4.1
89872025-04-30T21:29:01.758Z Fresh futures-timer v3.0.3
89882025-04-30T21:29:01.758Z Fresh async-std v1.13.0
89892025-04-30T21:29:01.758Z Fresh pbkdf2 v0.11.0
89902025-04-30T21:29:01.758Z Fresh ssh-key v0.6.6
89912025-04-30T21:29:01.758Z Fresh petname v2.0.2
89922025-04-30T21:29:01.758Z Fresh tokio-rustls v0.24.1
89932025-04-30T21:29:01.758Z Fresh target-lexicon v0.13.2
89942025-04-30T21:29:01.758Z Fresh p256 v0.13.2
89952025-04-30T21:29:01.758Z Fresh p521 v0.13.3
89962025-04-30T21:29:01.758Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
89972025-04-30T21:29:01.758Z Fresh rustls-pemfile v1.0.4
89982025-04-30T21:29:01.758Z Fresh twox-hash v2.1.0
89992025-04-30T21:29:01.758Z Fresh russh-cryptovec v0.7.3
90002025-04-30T21:29:01.759Z Fresh memmap2 v0.9.5
90012025-04-30T21:29:01.759Z Fresh md5 v0.7.0
90022025-04-30T21:29:01.759Z Fresh sync-ptr v0.1.1
90032025-04-30T21:29:01.759Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
90042025-04-30T21:29:01.759Z Fresh blake3 v1.5.4
90052025-04-30T21:29:01.759Z Fresh russh-keys v0.45.0
90062025-04-30T21:29:01.759Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
90072025-04-30T21:29:01.759Z Fresh cfg-expr v0.18.0
90082025-04-30T21:29:01.759Z Fresh guppy-workspace-hack v0.1.0
90092025-04-30T21:29:01.759Z Fresh async-object-pool v0.1.5
90102025-04-30T21:29:01.759Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
90112025-04-30T21:29:01.759Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
90122025-04-30T21:29:01.759Z Fresh httptest v0.16.3
90132025-04-30T21:29:01.759Z Fresh proc-macro-crate v3.2.0
90142025-04-30T21:29:01.759Z Fresh fatfs v0.3.6
90152025-04-30T21:29:01.759Z Fresh num-bigint v0.4.6
90162025-04-30T21:29:01.759Z Fresh rustls-native-certs v0.7.3
90172025-04-30T21:29:01.759Z Fresh des v0.8.1
90182025-04-30T21:29:01.759Z Fresh serde_regex v1.1.0
90192025-04-30T21:29:01.759Z Fresh assert-json-diff v2.0.2
90202025-04-30T21:29:01.759Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
90212025-04-30T21:29:01.759Z Fresh path-tree v0.8.1
90222025-04-30T21:29:01.759Z Fresh relative-path v1.9.3
90232025-04-30T21:29:01.759Z Fresh termtree v0.4.1
90242025-04-30T21:29:01.759Z Fresh topological-sort v0.2.2
90252025-04-30T21:29:01.759Z Fresh stringmetrics v2.2.2
90262025-04-30T21:29:01.759Z Fresh hyper-rustls v0.26.0
90272025-04-30T21:29:01.759Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
90282025-04-30T21:29:01.759Z Fresh httpmock v0.8.0-alpha.1
90292025-04-30T21:29:01.759Z Fresh rstest_macros v0.24.0
90302025-04-30T21:29:01.759Z Fresh omicron-zone-package v0.12.0
90312025-04-30T21:29:01.759Z Fresh predicates-tree v1.0.11
90322025-04-30T21:29:01.759Z Fresh russh v0.45.0
90332025-04-30T21:29:01.759Z Fresh target-spec v3.4.2
90342025-04-30T21:29:01.759Z Fresh doc-comment v0.3.3
90352025-04-30T21:29:01.759Z Fresh target-triple v0.1.3
90362025-04-30T21:29:01.804Z Fresh blake2b_simd v1.0.2
90372025-04-30T21:29:01.805Z Fresh pathdiff v0.2.3
90382025-04-30T21:29:01.805Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
90392025-04-30T21:29:01.805Z Fresh uzers v0.12.1
90402025-04-30T21:29:01.805Z Fresh internet-checksum v0.2.1
90412025-04-30T21:29:01.805Z Fresh nested v0.1.1
90422025-04-30T21:29:01.805Z Fresh rust-argon2 v2.1.0
90432025-04-30T21:29:01.805Z Fresh trybuild v1.0.103
90442025-04-30T21:29:01.805Z Fresh assert_cmd v2.0.17
90452025-04-30T21:29:01.805Z Fresh guppy v0.17.17
90462025-04-30T21:29:01.805Z Fresh rstest v0.24.0
90472025-04-30T21:29:01.805Z Fresh partial-io v0.5.4
90482025-04-30T21:29:01.805Z Fresh similar-asserts v1.7.0
90492025-04-30T21:29:01.805Z Fresh rand_distr v0.4.3
90502025-04-30T21:29:01.805Z Fresh approx v0.5.1
90512025-04-30T21:29:01.805Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
90522025-04-30T21:29:01.805Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
90532025-04-30T21:29:01.805Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
90542025-04-30T21:29:01.805Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
90552025-04-30T21:29:01.805Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
90562025-04-30T21:29:01.805Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
90572025-04-30T21:29:01.805Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
90582025-04-30T21:29:01.805Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
90592025-04-30T21:29:01.805Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
90602025-04-30T21:29:01.805Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
90612025-04-30T21:29:01.805Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
90622025-04-30T21:29:01.805Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
90632025-04-30T21:29:01.805Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
90642025-04-30T21:29:01.805Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
90652025-04-30T21:29:01.805Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
90662025-04-30T21:29:01.805Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
90672025-04-30T21:29:01.805Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
90682025-04-30T21:29:01.805Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
90692025-04-30T21:29:01.805Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
90702025-04-30T21:29:01.805Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
90712025-04-30T21:29:01.805Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
90722025-04-30T21:29:01.805Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
90732025-04-30T21:29:01.805Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
90742025-04-30T21:29:01.806Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
90752025-04-30T21:29:01.806Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
90762025-04-30T21:29:01.806Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
90772025-04-30T21:29:01.806Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
90782025-04-30T21:29:01.806Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
90792025-04-30T21:29:01.806Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
90802025-04-30T21:29:01.806Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
90812025-04-30T21:29:01.806Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
90822025-04-30T21:29:01.806Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
90832025-04-30T21:29:01.806Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
90842025-04-30T21:29:01.806Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
90852025-04-30T21:29:01.806Z Fresh ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client)
90862025-04-30T21:29:01.806Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
90872025-04-30T21:29:01.806Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
90882025-04-30T21:29:01.806Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
90892025-04-30T21:29:01.806Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
90902025-04-30T21:29:01.806Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
90912025-04-30T21:29:01.806Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
90922025-04-30T21:29:01.806Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
90932025-04-30T21:29:01.806Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
90942025-04-30T21:29:01.806Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
90952025-04-30T21:29:01.806Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
90962025-04-30T21:29:01.806Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
90972025-04-30T21:29:01.806Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
90982025-04-30T21:29:01.806Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
90992025-04-30T21:29:01.806Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
91002025-04-30T21:29:01.806Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
91012025-04-30T21:29:01.806Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
91022025-04-30T21:29:01.806Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
91032025-04-30T21:29:01.806Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
91042025-04-30T21:29:01.806Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
91052025-04-30T21:29:01.806Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
91062025-04-30T21:29:01.806Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
91072025-04-30T21:29:01.806Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
91082025-04-30T21:29:01.806Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
91092025-04-30T21:29:01.806Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
91102025-04-30T21:29:01.806Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
91112025-04-30T21:29:01.806Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
91122025-04-30T21:29:01.807Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
91132025-04-30T21:29:01.807Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
91142025-04-30T21:29:01.807Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
91152025-04-30T21:29:01.807Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
91162025-04-30T21:29:01.807Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
91172025-04-30T21:29:01.807Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
91182025-04-30T21:29:01.807Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
91192025-04-30T21:29:01.807Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
91202025-04-30T21:29:01.807Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
91212025-04-30T21:29:01.807Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
91222025-04-30T21:29:01.807Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
91232025-04-30T21:29:01.807Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
91242025-04-30T21:29:01.807Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
91252025-04-30T21:29:01.807Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
91262025-04-30T21:29:01.807Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
91272025-04-30T21:29:01.807Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
91282025-04-30T21:29:01.807Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
91292025-04-30T21:29:01.807Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
91302025-04-30T21:29:01.807Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
91312025-04-30T21:29:01.807Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
91322025-04-30T21:29:01.807Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
91332025-04-30T21:29:01.807Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
91342025-04-30T21:29:01.807Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
91352025-04-30T21:29:01.807Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
91362025-04-30T21:29:01.847Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
91372025-04-30T21:29:01.847Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
91382025-04-30T21:29:01.847Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
91392025-04-30T21:29:01.847Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
91402025-04-30T21:29:01.848Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
91412025-04-30T21:29:01.848Z Fresh ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
91422025-04-30T21:29:01.848Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
91432025-04-30T21:29:01.848Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
91442025-04-30T21:29:01.848Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
91452025-04-30T21:29:01.848Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
91462025-04-30T21:29:01.848Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
91472025-04-30T21:29:01.848Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
91482025-04-30T21:29:01.848Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
91492025-04-30T21:29:01.848Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
91502025-04-30T21:29:01.848Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
91512025-04-30T21:29:01.848Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
91522025-04-30T21:29:01.848Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
91532025-04-30T21:29:01.848Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
91542025-04-30T21:29:01.848Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
91552025-04-30T21:29:01.848Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
91562025-04-30T21:29:01.848Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
91572025-04-30T21:29:01.848Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
91582025-04-30T21:29:01.848Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
91592025-04-30T21:29:01.848Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
91602025-04-30T21:29:01.848Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
91612025-04-30T21:29:01.848Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
91622025-04-30T21:29:01.848Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
91632025-04-30T21:29:01.848Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
91642025-04-30T21:29:01.848Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
91652025-04-30T21:29:01.848Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
91662025-04-30T21:29:01.848Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
91672025-04-30T21:29:01.848Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
91682025-04-30T21:29:01.848Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
91692025-04-30T21:29:01.848Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
91702025-04-30T21:29:01.848Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
91712025-04-30T21:29:01.848Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
91722025-04-30T21:29:01.848Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
91732025-04-30T21:29:01.848Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
91742025-04-30T21:29:01.848Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
91752025-04-30T21:29:01.849Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
91762025-04-30T21:29:01.849Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
91772025-04-30T21:29:01.849Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
91782025-04-30T21:29:01.849Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
91792025-04-30T21:29:01.849Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
91802025-04-30T21:29:01.849Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
91812025-04-30T21:29:01.849Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.63s
91822025-04-30T21:29:01.849Z Doc-tests api_identity
91832025-04-30T21:29:01.849Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bc0b0209127c9f64.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91842025-04-30T21:29:01.906Z
91852025-04-30T21:29:01.906Zrunning 0 tests
91862025-04-30T21:29:01.906Z
91872025-04-30T21:29:01.947Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91882025-04-30T21:29:01.947Z
91892025-04-30T21:29:01.947Z Doc-tests authz_macros
91902025-04-30T21:29:01.947Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6a1b9928a87b98fe.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f9d614b57f39be62.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91912025-04-30T21:29:02.132Z
91922025-04-30T21:29:02.133Zrunning 7 tests
91932025-04-30T21:29:02.173Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
91942025-04-30T21:29:02.174Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
91952025-04-30T21:29:02.174Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
91962025-04-30T21:29:02.174Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
91972025-04-30T21:29:02.174Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
91982025-04-30T21:29:02.174Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
91992025-04-30T21:29:02.174Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
92002025-04-30T21:29:02.174Z
92012025-04-30T21:29:02.174Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
92022025-04-30T21:29:02.174Z
92032025-04-30T21:29:02.174Z Doc-tests bootstore
92042025-04-30T21:29:02.174Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e6d592fac097b6ae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-991f4c42f9ecbe73.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
92052025-04-30T21:29:03.027Z
92062025-04-30T21:29:03.027Zrunning 0 tests
92072025-04-30T21:29:03.027Z
92082025-04-30T21:29:03.027Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92092025-04-30T21:29:03.027Z
92102025-04-30T21:29:03.074Z Doc-tests bootstrap_agent_api
92112025-04-30T21:29:03.074Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b7b33a22d7462c8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92122025-04-30T21:29:03.489Z
92132025-04-30T21:29:03.489Zrunning 2 tests
92142025-04-30T21:29:03.530Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
92152025-04-30T21:29:03.530Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
92162025-04-30T21:29:03.530Z
92172025-04-30T21:29:03.530Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
92182025-04-30T21:29:03.530Z
92192025-04-30T21:29:03.570Z Doc-tests bootstrap_agent_client
92202025-04-30T21:29:03.570Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a6a8617efde1783e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92212025-04-30T21:29:04.525Z
92222025-04-30T21:29:04.525Zrunning 0 tests
92232025-04-30T21:29:04.525Z
92242025-04-30T21:29:04.525Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92252025-04-30T21:29:04.526Z
92262025-04-30T21:29:04.567Z Doc-tests clickana
92272025-04-30T21:29:04.567Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-d6a744d9406ebfb1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92282025-04-30T21:29:04.950Z
92292025-04-30T21:29:04.950Zrunning 0 tests
92302025-04-30T21:29:04.950Z
92312025-04-30T21:29:04.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92322025-04-30T21:29:04.950Z
92332025-04-30T21:29:04.996Z Doc-tests clickhouse_admin_api
92342025-04-30T21:29:04.996Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92352025-04-30T21:29:05.322Z
92362025-04-30T21:29:05.322Zrunning 6 tests
92372025-04-30T21:29:05.363Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored
92382025-04-30T21:29:05.363Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored
92392025-04-30T21:29:05.363Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored
92402025-04-30T21:29:05.363Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored
92412025-04-30T21:29:05.363Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored
92422025-04-30T21:29:05.363Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored
92432025-04-30T21:29:05.363Z
92442025-04-30T21:29:05.363Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
92452025-04-30T21:29:05.363Z
92462025-04-30T21:29:05.363Z Doc-tests clickhouse_admin_keeper_client
92472025-04-30T21:29:05.363Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92482025-04-30T21:29:06.041Z
92492025-04-30T21:29:06.042Zrunning 0 tests
92502025-04-30T21:29:06.042Z
92512025-04-30T21:29:06.042Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92522025-04-30T21:29:06.042Z
92532025-04-30T21:29:06.083Z Doc-tests clickhouse_admin_server_client
92542025-04-30T21:29:06.083Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92552025-04-30T21:29:06.687Z
92562025-04-30T21:29:06.687Zrunning 0 tests
92572025-04-30T21:29:06.687Z
92582025-04-30T21:29:06.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92592025-04-30T21:29:06.687Z
92602025-04-30T21:29:06.728Z Doc-tests clickhouse_admin_single_client
92612025-04-30T21:29:06.769Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b4144d34d5ca7e16.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92622025-04-30T21:29:07.017Z
92632025-04-30T21:29:07.017Zrunning 0 tests
92642025-04-30T21:29:07.017Z
92652025-04-30T21:29:07.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92662025-04-30T21:29:07.017Z
92672025-04-30T21:29:07.057Z Doc-tests clickhouse_admin_test_utils
92682025-04-30T21:29:07.058Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ffcf51777a761bbd.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-103e73045564d3fb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92692025-04-30T21:29:07.345Z
92702025-04-30T21:29:07.345Zrunning 0 tests
92712025-04-30T21:29:07.345Z
92722025-04-30T21:29:07.345Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92732025-04-30T21:29:07.345Z
92742025-04-30T21:29:07.386Z Doc-tests clickhouse_admin_types
92752025-04-30T21:29:07.386Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92762025-04-30T21:29:08.001Z
92772025-04-30T21:29:08.001Zrunning 0 tests
92782025-04-30T21:29:08.001Z
92792025-04-30T21:29:08.001Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92802025-04-30T21:29:08.001Z
92812025-04-30T21:29:08.049Z Doc-tests cockroach_admin_api
92822025-04-30T21:29:08.090Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-460c85c06cdeaf2e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-21d030eba2e0a07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92832025-04-30T21:29:08.315Z
92842025-04-30T21:29:08.315Zrunning 2 tests
92852025-04-30T21:29:08.356Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 23) ... ignored
92862025-04-30T21:29:08.356Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 29) ... ignored
92872025-04-30T21:29:08.356Z
92882025-04-30T21:29:08.356Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
92892025-04-30T21:29:08.356Z
92902025-04-30T21:29:08.356Z Doc-tests cockroach_admin_client
92912025-04-30T21:29:08.356Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92922025-04-30T21:29:08.714Z
92932025-04-30T21:29:08.714Zrunning 0 tests
92942025-04-30T21:29:08.714Z
92952025-04-30T21:29:08.714Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92962025-04-30T21:29:08.715Z
92972025-04-30T21:29:08.755Z Doc-tests cockroach_admin_types
92982025-04-30T21:29:08.755Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-21d030eba2e0a07b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92992025-04-30T21:29:08.961Z
93002025-04-30T21:29:08.961Zrunning 0 tests
93012025-04-30T21:29:08.961Z
93022025-04-30T21:29:08.961Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93032025-04-30T21:29:08.961Z
93042025-04-30T21:29:09.002Z Doc-tests db_macros
93052025-04-30T21:29:09.002Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3c064dc95d54b7eb.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f9d614b57f39be62.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93062025-04-30T21:29:09.342Z
93072025-04-30T21:29:09.342Zrunning 3 tests
93082025-04-30T21:29:09.384Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
93092025-04-30T21:29:09.385Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
93102025-04-30T21:29:09.385Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
93112025-04-30T21:29:09.385Z
93122025-04-30T21:29:09.385Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
93132025-04-30T21:29:09.385Z
93142025-04-30T21:29:09.385Z Doc-tests dev_tools_common
93152025-04-30T21:29:09.385Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-46a479c0098c7ec3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93162025-04-30T21:29:09.486Z
93172025-04-30T21:29:09.486Zrunning 0 tests
93182025-04-30T21:29:09.486Z
93192025-04-30T21:29:09.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93202025-04-30T21:29:09.486Z
93212025-04-30T21:29:09.527Z Doc-tests dns_server
93222025-04-30T21:29:09.527Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93232025-04-30T21:29:09.891Z
93242025-04-30T21:29:09.891Zrunning 0 tests
93252025-04-30T21:29:09.891Z
93262025-04-30T21:29:09.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93272025-04-30T21:29:09.891Z
93282025-04-30T21:29:09.932Z Doc-tests dns_server_api
93292025-04-30T21:29:09.932Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93302025-04-30T21:29:10.245Z
93312025-04-30T21:29:10.245Zrunning 2 tests
93322025-04-30T21:29:10.284Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 134) ... ignored
93332025-04-30T21:29:10.285Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 140) ... ignored
93342025-04-30T21:29:10.285Z
93352025-04-30T21:29:10.285Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
93362025-04-30T21:29:10.285Z
93372025-04-30T21:29:10.285Z Doc-tests dns_service_client
93382025-04-30T21:29:10.285Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93392025-04-30T21:29:10.645Z
93402025-04-30T21:29:10.645Zrunning 0 tests
93412025-04-30T21:29:10.645Z
93422025-04-30T21:29:10.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93432025-04-30T21:29:10.645Z
93442025-04-30T21:29:10.685Z Doc-tests end_to_end_tests
93452025-04-30T21:29:10.685Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-1e83090b88d7e230.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fa8b027298a2400f.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-65c4c239d8f37c93.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-05384b49a4446cf6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-0bcb897aeafd39f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c73d8b1833dd6683.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-3927ef9e17095ee9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93462025-04-30T21:29:11.141Z
93472025-04-30T21:29:11.141Zrunning 0 tests
93482025-04-30T21:29:11.141Z
93492025-04-30T21:29:11.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93502025-04-30T21:29:11.141Z
93512025-04-30T21:29:11.189Z Doc-tests ereport_api
93522025-04-30T21:29:11.189Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_api --test ereport/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3da4d2236ec6541d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93532025-04-30T21:29:12.412Z
93542025-04-30T21:29:12.412Zrunning 2 tests
93552025-04-30T21:29:12.413Ztest ereport/api/src/lib.rs - ereport_api_mod::api_description (line 63) ... ignored
93562025-04-30T21:29:12.413Ztest ereport/api/src/lib.rs - ereport_api_mod::stub_api_description (line 69) ... ignored
93572025-04-30T21:29:12.413Z
93582025-04-30T21:29:12.413Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
93592025-04-30T21:29:12.413Z
93602025-04-30T21:29:12.452Z Doc-tests ereport_client
93612025-04-30T21:29:12.453Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_client --test clients/ereport-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ereport-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern ereport_client=/work/oxidecomputer/omicron/target/debug/deps/libereport_client-1b4ca5e7724c66e9.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3da4d2236ec6541d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93622025-04-30T21:29:12.786Z
93632025-04-30T21:29:12.786Zrunning 0 tests
93642025-04-30T21:29:12.786Z
93652025-04-30T21:29:12.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93662025-04-30T21:29:12.786Z
93672025-04-30T21:29:12.826Z Doc-tests ereport_types
93682025-04-30T21:29:12.826Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3da4d2236ec6541d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93692025-04-30T21:29:13.017Z
93702025-04-30T21:29:13.017Zrunning 0 tests
93712025-04-30T21:29:13.017Z
93722025-04-30T21:29:13.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93732025-04-30T21:29:13.017Z
93742025-04-30T21:29:13.057Z Doc-tests gateway_api
93752025-04-30T21:29:13.057Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-beca5b4809f1cf52.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ac503e1f172f9f71.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93762025-04-30T21:29:13.451Z
93772025-04-30T21:29:13.451Zrunning 2 tests
93782025-04-30T21:29:13.491Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 48) ... ignored
93792025-04-30T21:29:13.491Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 54) ... ignored
93802025-04-30T21:29:13.491Z
93812025-04-30T21:29:13.491Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
93822025-04-30T21:29:13.491Z
93832025-04-30T21:29:13.491Z Doc-tests gateway_client
93842025-04-30T21:29:13.491Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93852025-04-30T21:29:14.631Z
93862025-04-30T21:29:14.632Zrunning 0 tests
93872025-04-30T21:29:14.632Z
93882025-04-30T21:29:14.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93892025-04-30T21:29:14.632Z
93902025-04-30T21:29:14.680Z Doc-tests gateway_test_utils
93912025-04-30T21:29:14.720Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ffcf51777a761bbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57dcee9876336486.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93922025-04-30T21:29:15.271Z
93932025-04-30T21:29:15.271Zrunning 0 tests
93942025-04-30T21:29:15.272Z
93952025-04-30T21:29:15.272Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93962025-04-30T21:29:15.272Z
93972025-04-30T21:29:15.319Z Doc-tests gateway_types
93982025-04-30T21:29:15.319Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cf0f40bada2203d9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93992025-04-30T21:29:15.916Z
94002025-04-30T21:29:15.916Zrunning 0 tests
94012025-04-30T21:29:15.916Z
94022025-04-30T21:29:15.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94032025-04-30T21:29:15.916Z
94042025-04-30T21:29:15.956Z Doc-tests gfss
94052025-04-30T21:29:15.956Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-662aaa83cc24e415.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94062025-04-30T21:29:16.121Z
94072025-04-30T21:29:16.121Zrunning 0 tests
94082025-04-30T21:29:16.121Z
94092025-04-30T21:29:16.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94102025-04-30T21:29:16.121Z
94112025-04-30T21:29:16.161Z Doc-tests id_map
94122025-04-30T21:29:16.161Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name id_map --test id-map/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/id-map -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94132025-04-30T21:29:16.310Z
94142025-04-30T21:29:16.310Zrunning 0 tests
94152025-04-30T21:29:16.311Z
94162025-04-30T21:29:16.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94172025-04-30T21:29:16.311Z
94182025-04-30T21:29:16.351Z Doc-tests illumos_utils
94192025-04-30T21:29:16.351Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-907485d191f72d36.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-c85311ff38a8f3f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-68b3aaf24e3da703.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-85a6b652bc2a2765.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e7e146c11e793a52.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-cf922a9abcda0b48.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
94202025-04-30T21:29:17.044Z
94212025-04-30T21:29:17.044Zrunning 0 tests
94222025-04-30T21:29:17.044Z
94232025-04-30T21:29:17.044Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94242025-04-30T21:29:17.044Z
94252025-04-30T21:29:17.132Z Doc-tests installinator
94262025-04-30T21:29:17.132Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-24d3dc690471c937.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb162b74a113aa63.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-75bfb8a8688b87d2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
94272025-04-30T21:29:17.787Z
94282025-04-30T21:29:17.787Zrunning 0 tests
94292025-04-30T21:29:17.787Z
94302025-04-30T21:29:17.787Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94312025-04-30T21:29:17.787Z
94322025-04-30T21:29:17.836Z Doc-tests installinator_api
94332025-04-30T21:29:17.876Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c94f546558f13034.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94342025-04-30T21:29:18.201Z
94352025-04-30T21:29:18.201Zrunning 2 tests
94362025-04-30T21:29:18.241Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
94372025-04-30T21:29:18.241Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
94382025-04-30T21:29:18.241Z
94392025-04-30T21:29:18.241Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
94402025-04-30T21:29:18.241Z
94412025-04-30T21:29:18.241Z Doc-tests installinator_client
94422025-04-30T21:29:18.241Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb162b74a113aa63.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94432025-04-30T21:29:19.228Z
94442025-04-30T21:29:19.228Zrunning 0 tests
94452025-04-30T21:29:19.228Z
94462025-04-30T21:29:19.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94472025-04-30T21:29:19.228Z
94482025-04-30T21:29:19.279Z Doc-tests installinator_common
94492025-04-30T21:29:19.279Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94502025-04-30T21:29:19.742Z
94512025-04-30T21:29:19.742Zrunning 0 tests
94522025-04-30T21:29:19.742Z
94532025-04-30T21:29:19.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94542025-04-30T21:29:19.742Z
94552025-04-30T21:29:19.783Z Doc-tests internal_dns_resolver
94562025-04-30T21:29:19.823Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94572025-04-30T21:29:20.115Z
94582025-04-30T21:29:20.115Zrunning 0 tests
94592025-04-30T21:29:20.115Z
94602025-04-30T21:29:20.115Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94612025-04-30T21:29:20.115Z
94622025-04-30T21:29:20.155Z Doc-tests internal_dns_types
94632025-04-30T21:29:20.155Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94642025-04-30T21:29:20.556Z
94652025-04-30T21:29:20.556Zrunning 0 tests
94662025-04-30T21:29:20.556Z
94672025-04-30T21:29:20.556Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94682025-04-30T21:29:20.556Z
94692025-04-30T21:29:20.596Z Doc-tests ipcc
94702025-04-30T21:29:20.596Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8db78efdf0dd0aa8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94712025-04-30T21:29:20.801Z
94722025-04-30T21:29:20.801Zrunning 0 tests
94732025-04-30T21:29:20.801Z
94742025-04-30T21:29:20.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94752025-04-30T21:29:20.801Z
94762025-04-30T21:29:20.841Z Doc-tests key_manager
94772025-04-30T21:29:20.841Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d267ed5fcc66eb5b.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94782025-04-30T21:29:21.156Z
94792025-04-30T21:29:21.156Zrunning 0 tests
94802025-04-30T21:29:21.156Z
94812025-04-30T21:29:21.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94822025-04-30T21:29:21.156Z
94832025-04-30T21:29:21.197Z Doc-tests live_tests_macros
94842025-04-30T21:29:21.197Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-a5526b6ae472ebca.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94852025-04-30T21:29:21.315Z
94862025-04-30T21:29:21.315Zrunning 1 test
94872025-04-30T21:29:21.355Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
94882025-04-30T21:29:21.355Z
94892025-04-30T21:29:21.355Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
94902025-04-30T21:29:21.355Z
94912025-04-30T21:29:21.355Z Doc-tests nexus_auth
94922025-04-30T21:29:21.355Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6a1b9928a87b98fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-dd87231ae5e8c9d9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-3b7290082ab67324.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d0f4ab2bc37f92d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
94932025-04-30T21:29:22.341Z
94942025-04-30T21:29:22.341Zrunning 0 tests
94952025-04-30T21:29:22.341Z
94962025-04-30T21:29:22.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94972025-04-30T21:29:22.341Z
94982025-04-30T21:29:22.399Z Doc-tests nexus_background_task_interface
94992025-04-30T21:29:22.399Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f1ede6fe6a0aa363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95002025-04-30T21:29:22.531Z
95012025-04-30T21:29:22.531Zrunning 0 tests
95022025-04-30T21:29:22.531Z
95032025-04-30T21:29:22.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95042025-04-30T21:29:22.531Z
95052025-04-30T21:29:22.571Z Doc-tests nexus_client
95062025-04-30T21:29:22.571Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95072025-04-30T21:29:25.169Z
95082025-04-30T21:29:25.169Zrunning 0 tests
95092025-04-30T21:29:25.169Z
95102025-04-30T21:29:25.169Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95112025-04-30T21:29:25.169Z
95122025-04-30T21:29:25.248Z Doc-tests nexus_config
95132025-04-30T21:29:25.248Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95142025-04-30T21:29:25.970Z
95152025-04-30T21:29:25.970Zrunning 0 tests
95162025-04-30T21:29:25.970Z
95172025-04-30T21:29:25.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95182025-04-30T21:29:25.970Z
95192025-04-30T21:29:26.014Z Doc-tests nexus_db_errors
95202025-04-30T21:29:26.014Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-66c7325fbede2d28.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95212025-04-30T21:29:26.456Z
95222025-04-30T21:29:26.456Zrunning 0 tests
95232025-04-30T21:29:26.456Z
95242025-04-30T21:29:26.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95252025-04-30T21:29:26.456Z
95262025-04-30T21:29:26.499Z Doc-tests nexus_db_fixed_data
95272025-04-30T21:29:26.499Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-dd87231ae5e8c9d9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
95282025-04-30T21:29:26.949Z
95292025-04-30T21:29:26.949Zrunning 0 tests
95302025-04-30T21:29:26.949Z
95312025-04-30T21:29:26.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95322025-04-30T21:29:26.949Z
95332025-04-30T21:29:26.989Z Doc-tests nexus_db_lookup
95342025-04-30T21:29:26.989Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6c4fe18700ed0225.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3c064dc95d54b7eb.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6f42b2cf59f91dc3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-66c7325fbede2d28.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
95352025-04-30T21:29:27.827Z
95362025-04-30T21:29:27.827Zrunning 0 tests
95372025-04-30T21:29:27.827Z
95382025-04-30T21:29:27.827Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95392025-04-30T21:29:27.827Z
95402025-04-30T21:29:27.918Z Doc-tests nexus_db_model
95412025-04-30T21:29:27.918Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3c064dc95d54b7eb.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4e54e2f21736020a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a44671d1d99bbc84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
95422025-04-30T21:29:32.043Z
95432025-04-30T21:29:32.043Zrunning 2 tests
95442025-04-30T21:29:34.426Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
95452025-04-30T21:29:34.495Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
95462025-04-30T21:29:34.496Z
95472025-04-30T21:29:34.535Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.45s
95482025-04-30T21:29:34.535Z
95492025-04-30T21:29:34.634Z Doc-tests nexus_db_queries
95502025-04-30T21:29:34.711Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3c064dc95d54b7eb.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6f42b2cf59f91dc3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0051a6c6ada7ab5f.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-66c7325fbede2d28.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-dd87231ae5e8c9d9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-3b7290082ab67324.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2b702856b78ea336.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --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`
95512025-04-30T21:29:36.875Z
95522025-04-30T21:29:36.875Zrunning 1 test
95532025-04-30T21:29:40.585Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
95542025-04-30T21:29:40.585Z
95552025-04-30T21:29:40.585Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.71s
95562025-04-30T21:29:40.585Z
95572025-04-30T21:29:40.709Z Doc-tests nexus_db_schema
95582025-04-30T21:29:40.749Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95592025-04-30T21:29:47.136Z
95602025-04-30T21:29:47.136Zrunning 0 tests
95612025-04-30T21:29:47.136Z
95622025-04-30T21:29:47.136Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95632025-04-30T21:29:47.136Z
95642025-04-30T21:29:47.354Z Doc-tests nexus_defaults
95652025-04-30T21:29:47.354Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c72da711e3bfca3c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4e54e2f21736020a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95662025-04-30T21:29:47.661Z
95672025-04-30T21:29:47.661Zrunning 0 tests
95682025-04-30T21:29:47.661Z
95692025-04-30T21:29:47.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95702025-04-30T21:29:47.661Z
95712025-04-30T21:29:47.701Z Doc-tests nexus_external_api
95722025-04-30T21:29:47.701Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a87dec960d63ea00.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95732025-04-30T21:29:48.407Z
95742025-04-30T21:29:48.407Zrunning 2 tests
95752025-04-30T21:29:48.449Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 84) ... ignored
95762025-04-30T21:29:48.449Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 90) ... ignored
95772025-04-30T21:29:48.449Z
95782025-04-30T21:29:48.449Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
95792025-04-30T21:29:48.450Z
95802025-04-30T21:29:48.490Z Doc-tests nexus_internal_api
95812025-04-30T21:29:48.490Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-beca5b4809f1cf52.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8662e5632bbd790a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95822025-04-30T21:29:48.983Z
95832025-04-30T21:29:48.983Zrunning 2 tests
95842025-04-30T21:29:49.024Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 63) ... ignored
95852025-04-30T21:29:49.024Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 69) ... ignored
95862025-04-30T21:29:49.024Z
95872025-04-30T21:29:49.024Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
95882025-04-30T21:29:49.024Z
95892025-04-30T21:29:49.063Z Doc-tests nexus_inventory
95902025-04-30T21:29:49.063Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-33b3f3c297f79848.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95912025-04-30T21:29:49.455Z
95922025-04-30T21:29:49.455Zrunning 0 tests
95932025-04-30T21:29:49.455Z
95942025-04-30T21:29:49.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95952025-04-30T21:29:49.455Z
95962025-04-30T21:29:49.495Z Doc-tests nexus_macros_common
95972025-04-30T21:29:49.495Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f9d614b57f39be62.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95982025-04-30T21:29:49.614Z
95992025-04-30T21:29:49.614Zrunning 0 tests
96002025-04-30T21:29:49.614Z
96012025-04-30T21:29:49.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96022025-04-30T21:29:49.614Z
96032025-04-30T21:29:49.653Z Doc-tests nexus_metrics_producer_gc
96042025-04-30T21:29:49.653Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6c4fe18700ed0225.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbc6bca9e221d728.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ebb6cc945c5993b9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
96052025-04-30T21:29:50.161Z
96062025-04-30T21:29:50.161Zrunning 0 tests
96072025-04-30T21:29:50.161Z
96082025-04-30T21:29:50.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96092025-04-30T21:29:50.161Z
96102025-04-30T21:29:50.216Z Doc-tests nexus_mgs_updates
96112025-04-30T21:29:50.216Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96122025-04-30T21:29:50.685Z
96132025-04-30T21:29:50.685Zrunning 0 tests
96142025-04-30T21:29:50.685Z
96152025-04-30T21:29:50.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96162025-04-30T21:29:50.686Z
96172025-04-30T21:29:50.729Z Doc-tests nexus_networking
96182025-04-30T21:29:50.769Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-47fc53334f83c231.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-121946a417c019be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96192025-04-30T21:29:51.253Z
96202025-04-30T21:29:51.253Zrunning 0 tests
96212025-04-30T21:29:51.253Z
96222025-04-30T21:29:51.253Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96232025-04-30T21:29:51.253Z
96242025-04-30T21:29:51.303Z Doc-tests nexus_reconfigurator_blippy
96252025-04-30T21:29:51.343Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96262025-04-30T21:29:51.695Z
96272025-04-30T21:29:51.695Zrunning 0 tests
96282025-04-30T21:29:51.695Z
96292025-04-30T21:29:51.695Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96302025-04-30T21:29:51.695Z
96312025-04-30T21:29:51.736Z Doc-tests nexus_reconfigurator_execution
96322025-04-30T21:29:51.776Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b4144d34d5ca7e16.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbc6bca9e221d728.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-121946a417c019be.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9604200e68b245ec.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-99e2f15472a03dea.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
96332025-04-30T21:29:52.320Z
96342025-04-30T21:29:52.320Zrunning 0 tests
96352025-04-30T21:29:52.320Z
96362025-04-30T21:29:52.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96372025-04-30T21:29:52.320Z
96382025-04-30T21:29:52.374Z Doc-tests nexus_reconfigurator_planning
96392025-04-30T21:29:52.450Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-33b3f3c297f79848.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96402025-04-30T21:29:52.962Z
96412025-04-30T21:29:52.962Zrunning 0 tests
96422025-04-30T21:29:52.962Z
96432025-04-30T21:29:52.962Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96442025-04-30T21:29:52.962Z
96452025-04-30T21:29:53.010Z Doc-tests nexus_reconfigurator_preparation
96462025-04-30T21:29:53.050Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96472025-04-30T21:29:53.527Z
96482025-04-30T21:29:53.527Zrunning 0 tests
96492025-04-30T21:29:53.528Z
96502025-04-30T21:29:53.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96512025-04-30T21:29:53.528Z
96522025-04-30T21:29:53.575Z Doc-tests nexus_reconfigurator_rendezvous
96532025-04-30T21:29:53.575Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-52aaf0dde4f0fdbc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
96542025-04-30T21:29:54.083Z
96552025-04-30T21:29:54.083Zrunning 0 tests
96562025-04-30T21:29:54.083Z
96572025-04-30T21:29:54.083Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96582025-04-30T21:29:54.084Z
96592025-04-30T21:29:54.133Z Doc-tests nexus_reconfigurator_simulation
96602025-04-30T21:29:54.173Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-f605ae54ae2eb977.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1fbde3982e664328.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d05fa9154c448b6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-33b3f3c297f79848.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96612025-04-30T21:29:54.579Z
96622025-04-30T21:29:54.579Zrunning 0 tests
96632025-04-30T21:29:54.579Z
96642025-04-30T21:29:54.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96652025-04-30T21:29:54.579Z
96662025-04-30T21:29:54.619Z Doc-tests nexus_saga_recovery
96672025-04-30T21:29:54.619Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d913e60917729938.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-99e2f15472a03dea.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
96682025-04-30T21:29:55.076Z
96692025-04-30T21:29:55.076Zrunning 0 tests
96702025-04-30T21:29:55.076Z
96712025-04-30T21:29:55.076Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96722025-04-30T21:29:55.076Z
96732025-04-30T21:29:55.120Z Doc-tests nexus_sled_agent_shared
96742025-04-30T21:29:55.120Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96752025-04-30T21:29:55.620Z
96762025-04-30T21:29:55.620Zrunning 0 tests
96772025-04-30T21:29:55.620Z
96782025-04-30T21:29:55.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96792025-04-30T21:29:55.620Z
96802025-04-30T21:29:55.662Z Doc-tests nexus_test_interface
96812025-04-30T21:29:55.662Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d267ed5fcc66eb5b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96822025-04-30T21:29:56.063Z
96832025-04-30T21:29:56.063Zrunning 0 tests
96842025-04-30T21:29:56.063Z
96852025-04-30T21:29:56.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96862025-04-30T21:29:56.063Z
96872025-04-30T21:29:56.103Z Doc-tests nexus_test_utils
96882025-04-30T21:29:56.103Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
96892025-04-30T21:29:56.950Z
96902025-04-30T21:29:56.950Zrunning 0 tests
96912025-04-30T21:29:56.950Z
96922025-04-30T21:29:56.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96932025-04-30T21:29:56.950Z
96942025-04-30T21:29:57.007Z Doc-tests nexus_test_utils_macros
96952025-04-30T21:29:57.007Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-99e2f15472a03dea.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96962025-04-30T21:29:57.142Z
96972025-04-30T21:29:57.142Zrunning 1 test
96982025-04-30T21:29:57.182Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
96992025-04-30T21:29:57.182Z
97002025-04-30T21:29:57.182Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
97012025-04-30T21:29:57.182Z
97022025-04-30T21:29:57.182Z Doc-tests nexus_types
97032025-04-30T21:29:57.182Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-bc0b0209127c9f64.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97042025-04-30T21:30:00.974Z
97052025-04-30T21:30:00.974Zrunning 3 tests
97062025-04-30T21:30:01.014Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 1474) ... ignored
97072025-04-30T21:30:01.014Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 1346) ... ignored
97082025-04-30T21:30:01.014Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 888) ... ignored
97092025-04-30T21:30:01.014Z
97102025-04-30T21:30:01.014Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
97112025-04-30T21:30:01.014Z
97122025-04-30T21:30:01.094Z Doc-tests omicron_certificates
97132025-04-30T21:30:01.094Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2d9db2c7190092e3.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-180494aa4b808d97.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a44671d1d99bbc84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-e69c70cf5e0049db.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97142025-04-30T21:30:01.432Z
97152025-04-30T21:30:01.432Zrunning 0 tests
97162025-04-30T21:30:01.432Z
97172025-04-30T21:30:01.432Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97182025-04-30T21:30:01.432Z
97192025-04-30T21:30:01.473Z Doc-tests omicron_clickhouse_admin
97202025-04-30T21:30:01.473Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-103e73045564d3fb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0be57b5f9ad3bff4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e39bba2fa1aa01ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97212025-04-30T21:30:01.972Z
97222025-04-30T21:30:01.972Zrunning 0 tests
97232025-04-30T21:30:01.972Z
97242025-04-30T21:30:01.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97252025-04-30T21:30:01.972Z
97262025-04-30T21:30:02.065Z Doc-tests omicron_cockroach_admin
97272025-04-30T21:30:02.065Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-460c85c06cdeaf2e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-21d030eba2e0a07b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cdaa44fc04c1988b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
97282025-04-30T21:30:02.423Z
97292025-04-30T21:30:02.423Zrunning 0 tests
97302025-04-30T21:30:02.424Z
97312025-04-30T21:30:02.424Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97322025-04-30T21:30:02.424Z
97332025-04-30T21:30:02.466Z Doc-tests omicron_common
97342025-04-30T21:30:02.466Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-bc0b0209127c9f64.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6d487ea5efdc2301.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-9af69aa2b85ffb75.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
97352025-04-30T21:30:04.610Z
97362025-04-30T21:30:04.610Zrunning 2 tests
97372025-04-30T21:30:04.649Ztest common/src/lib.rs - FileKv (line 38) ... ignored
97382025-04-30T21:30:10.459Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
97392025-04-30T21:30:10.459Z
97402025-04-30T21:30:10.459Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.85s
97412025-04-30T21:30:10.459Z
97422025-04-30T21:30:10.553Z Doc-tests omicron_ddm_admin_client
97432025-04-30T21:30:10.553Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-98155c6ddfe66f3d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97442025-04-30T21:30:10.898Z
97452025-04-30T21:30:10.898Zrunning 0 tests
97462025-04-30T21:30:10.898Z
97472025-04-30T21:30:10.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97482025-04-30T21:30:10.898Z
97492025-04-30T21:30:10.938Z Doc-tests omicron_dev_lib
97502025-04-30T21:30:10.938Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f9843d87f643e91e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-7bcdfd00917bac85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97512025-04-30T21:30:11.234Z
97522025-04-30T21:30:11.234Zrunning 0 tests
97532025-04-30T21:30:11.234Z
97542025-04-30T21:30:11.234Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97552025-04-30T21:30:11.234Z
97562025-04-30T21:30:11.275Z Doc-tests omicron_gateway
97572025-04-30T21:30:11.275Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ac503e1f172f9f71.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4d778889c009f344.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4b17aa823c85d139.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57dcee9876336486.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97582025-04-30T21:30:12.004Z
97592025-04-30T21:30:12.004Zrunning 0 tests
97602025-04-30T21:30:12.004Z
97612025-04-30T21:30:12.004Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97622025-04-30T21:30:12.004Z
97632025-04-30T21:30:12.061Z Doc-tests omicron_ls_apis
97642025-04-30T21:30:12.061Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-c19f61e30a585745.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97652025-04-30T21:30:12.308Z
97662025-04-30T21:30:12.308Zrunning 1 test
97672025-04-30T21:30:12.389Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
97682025-04-30T21:30:12.389Z
97692025-04-30T21:30:12.389Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
97702025-04-30T21:30:12.389Z
97712025-04-30T21:30:12.389Z Doc-tests omicron_nexus
97722025-04-30T21:30:12.389Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6c4fe18700ed0225.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1a452433e41c15ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-26889db68076a2c3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b4144d34d5ca7e16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4bcbaffa123f0a0d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1f978df0018f64ba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-71f469adb87fdc78.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_client=/work/oxidecomputer/omicron/target/debug/deps/libereport_client-1b4ca5e7724c66e9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-be3024251858b52f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbc6bca9e221d728.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0051a6c6ada7ab5f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-217ca92611eea32f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0c68fee94cdd2efb.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f1ede6fe6a0aa363.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-97cd2349e50a5140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c43224cc635a5966.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-029a90d04426698c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-da1dbb2b2d7505b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4e54e2f21736020a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a87dec960d63ea00.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8662e5632bbd790a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ebb6cc945c5993b9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-42a07cfd028ded11.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-121946a417c019be.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9604200e68b245ec.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-eb009275a9056c8e.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-52aaf0dde4f0fdbc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d913e60917729938.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-11a6d6713baeb504.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0524452672725d04.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-99e2f15472a03dea.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c3fbe19173f9859b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d0f4ab2bc37f92d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a878e95f9868ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-72e150966e747fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8245a8f39bb5b6f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
97732025-04-30T21:30:15.175Z
97742025-04-30T21:30:15.175Zrunning 5 tests
97752025-04-30T21:30:15.219Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored
97762025-04-30T21:30:18.671Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 854) ... ok
97772025-04-30T21:30:18.811Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 884) ... ok
97782025-04-30T21:30:18.850Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 790) ... ok
97792025-04-30T21:30:18.850Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 812) ... ok
97802025-04-30T21:30:18.850Z
97812025-04-30T21:30:18.850Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.65s
97822025-04-30T21:30:18.850Z
97832025-04-30T21:30:18.950Z Doc-tests omicron_package
97842025-04-30T21:30:18.950Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-46a479c0098c7ec3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-6b93192fa0917a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5542ecb18eec474f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-eb7ccd3b497b41c6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97852025-04-30T21:30:19.278Z
97862025-04-30T21:30:19.278Zrunning 0 tests
97872025-04-30T21:30:19.278Z
97882025-04-30T21:30:19.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97892025-04-30T21:30:19.278Z
97902025-04-30T21:30:19.318Z Doc-tests omicron_passwords
97912025-04-30T21:30:19.318Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f05c6b1bae7a28e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3a060de4e6572323.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97922025-04-30T21:30:19.497Z
97932025-04-30T21:30:19.497Zrunning 0 tests
97942025-04-30T21:30:19.497Z
97952025-04-30T21:30:19.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97962025-04-30T21:30:19.497Z
97972025-04-30T21:30:19.537Z Doc-tests omicron_pins
97982025-04-30T21:30:19.537Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-692061a063a150be.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-17b919e83f3bbae4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97992025-04-30T21:30:19.663Z
98002025-04-30T21:30:19.663Zrunning 0 tests
98012025-04-30T21:30:19.663Z
98022025-04-30T21:30:19.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98032025-04-30T21:30:19.663Z
98042025-04-30T21:30:19.703Z Doc-tests omicron_repl_utils
98052025-04-30T21:30:19.703Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-e370b7deb51e92af.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98062025-04-30T21:30:19.822Z
98072025-04-30T21:30:19.822Zrunning 0 tests
98082025-04-30T21:30:19.823Z
98092025-04-30T21:30:19.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98102025-04-30T21:30:19.823Z
98112025-04-30T21:30:19.862Z Doc-tests omicron_rpaths
98122025-04-30T21:30:19.863Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2e9fb8801766c6ac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98132025-04-30T21:30:19.997Z
98142025-04-30T21:30:19.998Zrunning 0 tests
98152025-04-30T21:30:19.998Z
98162025-04-30T21:30:19.998Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98172025-04-30T21:30:19.998Z
98182025-04-30T21:30:19.998Z Doc-tests omicron_sled_agent
98192025-04-30T21:30:19.998Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-618345c29b853799.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b2b0d843a4b0301.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f72146329e73300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-af36c241081cc418.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e4a0d950c03d5bdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e3b642b292b88e4b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c917a96ad86543d8.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1698285ea88827e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-455b1b8f7ffc4381.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-68b3aaf24e3da703.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eb0ea1e34ce826c1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-41c3ccac5a2969df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-921b712730ff53d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07a2891dec479607.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-00acf1985169e259.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
98202025-04-30T21:30:21.914Z
98212025-04-30T21:30:21.914Zrunning 0 tests
98222025-04-30T21:30:21.914Z
98232025-04-30T21:30:21.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98242025-04-30T21:30:21.914Z
98252025-04-30T21:30:22.039Z Doc-tests omicron_test_utils
98262025-04-30T21:30:22.039Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1b6046de928d0aef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-56d25a1f95080c2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8a7bf6db74c493b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d8e48370c5816819.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
98272025-04-30T21:30:22.433Z
98282025-04-30T21:30:22.433Zrunning 3 tests
98292025-04-30T21:30:22.473Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
98302025-04-30T21:30:28.957Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
98312025-04-30T21:30:29.258Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
98322025-04-30T21:30:29.259Z
98332025-04-30T21:30:29.259Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 6.83s
98342025-04-30T21:30:29.259Z
98352025-04-30T21:30:29.313Z Doc-tests omicron_uuid_kinds
98362025-04-30T21:30:29.356Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.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,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
98372025-04-30T21:30:29.526Z
98382025-04-30T21:30:29.526Zrunning 0 tests
98392025-04-30T21:30:29.526Z
98402025-04-30T21:30:29.526Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98412025-04-30T21:30:29.526Z
98422025-04-30T21:30:29.607Z Doc-tests omicron_workspace_hack
98432025-04-30T21:30:29.607Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f6fdc33726fc3fba.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-9fe64012782fa9a6.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-597ab7a291e40e81.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2f0f34c3a81c542d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8be1ba0eaa8fca01.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-583cffbe97cd9a36.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-890e49335d5c84ae.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-402848661cd7e43d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9282f5134aa6ca48.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c912c30a73c6fb4f.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2de6d8a2c2415463.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-e71be508c6f571a4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bb0c8ef7dca54bb7.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-736ad87ef407909e.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0b73039aa680ab70.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-1c92916e93af5ccb.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-35d01822ad41ba00.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fbb481fac23fa7e5.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d36381fd22eefd16.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8b275c11e2bd0883.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c765b0b76fe4bf70.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3a84f5d5133d8b3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd6a995b14bf83c2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c72da711e3bfca3c.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b2eb77ef70b05f8c.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b894433656de4993.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b1f7a664d8168c6.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-56a9db23fa53bda5.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-06f61af37fe62196.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-654d082f1ab23d47.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-cf718d047ff93beb.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fcbb94f616a5d791.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ba75054ed4b09b87.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-757c80bfc90f886b.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-2fdfe8560e9404c7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2b702856b78ea336.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-523fd530d45e20da.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96a5fba03810e1eb.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-f6236e561b84c718.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-de8def02646ad1c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-03f720d69f7a63cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-20ffd3b62d6eedc2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-414f2f5b40dd4e0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-627769ba0dc3f32a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-54ceb39e42f90769.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c11d658f1074ec63.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-917d586881b8133b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-457fb615310852bd.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98442025-04-30T21:30:29.661Z
98452025-04-30T21:30:29.661Zrunning 0 tests
98462025-04-30T21:30:29.661Z
98472025-04-30T21:30:29.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98482025-04-30T21:30:29.661Z
98492025-04-30T21:30:29.701Z Doc-tests openapi_manager
98502025-04-30T21:30:29.701Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7b33a22d7462c8a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d402dc5161c5ed5.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-460c85c06cdeaf2e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-262897ceda645da4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern ereport_api=/work/oxidecomputer/omicron/target/debug/deps/libereport_api-d96ea850c035e6c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ac503e1f172f9f71.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c94f546558f13034.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a87dec960d63ea00.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8662e5632bbd790a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-ed33872aed194c0d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3157c1b6c4b3fc5c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-de8def02646ad1c7.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a33ce32c1730b96a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98512025-04-30T21:30:30.285Z
98522025-04-30T21:30:30.285Zrunning 0 tests
98532025-04-30T21:30:30.285Z
98542025-04-30T21:30:30.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98552025-04-30T21:30:30.285Z
98562025-04-30T21:30:30.333Z Doc-tests openapi_manager_types
98572025-04-30T21:30:30.372Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-392ee0596319280a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98582025-04-30T21:30:30.457Z
98592025-04-30T21:30:30.457Zrunning 2 tests
98602025-04-30T21:30:30.814Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 108) ... ok
98612025-04-30T21:30:30.854Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 90) ... ok
98622025-04-30T21:30:30.854Z
98632025-04-30T21:30:30.854Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s
98642025-04-30T21:30:30.854Z
98652025-04-30T21:30:30.894Z Doc-tests oxide_client
98662025-04-30T21:30:30.894Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a0c47e08655a0cc6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-782f4988028c68ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98672025-04-30T21:30:37.208Z
98682025-04-30T21:30:37.208Zrunning 257 tests
98692025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 25) ... ignored
98702025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 25) ... ignored
98712025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 27) ... ignored
98722025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 26) ... ignored
98732025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 26) ... ignored
98742025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 26) ... ignored
98752025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 28) ... ignored
98762025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 26) ... ignored
98772025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 25) ... ignored
98782025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
98792025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
98802025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
98812025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
98822025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
98832025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
98842025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
98852025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
98862025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
98872025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
98882025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
98892025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
98902025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
98912025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
98922025-04-30T21:30:37.324Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
98932025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
98942025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_create (line 25) ... ignored
98952025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_delete (line 25) ... ignored
98962025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_list (line 27) ... ignored
98972025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_member_instance_add (line 26) ... ignored
98982025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_member_instance_delete (line 26) ... ignored
98992025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_member_instance_view (line 26) ... ignored
99002025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_member_list (line 28) ... ignored
99012025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_update (line 26) ... ignored
99022025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_view (line 25) ... ignored
99032025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
99042025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
99052025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
99062025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::instance_affinity_group_list (line 28) ... ignored
99072025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
99082025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
99092025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
99102025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
99112025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
99122025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
99132025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
99142025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 24) ... ignored
99152025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
99162025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
99172025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
99182025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
99192025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
99202025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
99212025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::target_release_update (line 24) ... ignored
99222025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::target_release_view (line 24) ... ignored
99232025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
99242025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
99252025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
99262025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
99272025-04-30T21:30:37.325Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
99282025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
99292025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
99302025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 28) ... ignored
99312025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
99322025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
99332025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
99342025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
99352025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
99362025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
99372025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
99382025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
99392025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
99402025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
99412025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
99422025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
99432025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
99442025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
99452025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
99462025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
99472025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
99482025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
99492025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
99502025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
99512025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
99522025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
99532025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
99542025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
99552025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
99562025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
99572025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
99582025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
99592025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
99602025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
99612025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
99622025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
99632025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
99642025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
99652025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
99662025-04-30T21:30:37.326Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
99672025-04-30T21:30:37.327Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
99682025-04-30T21:30:37.327Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
99692025-04-30T21:30:37.367Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
99702025-04-30T21:30:37.367Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
99712025-04-30T21:30:37.367Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
99722025-04-30T21:30:37.367Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
99732025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
99742025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
99752025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
99762025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
99772025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
99782025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
99792025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
99802025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
99812025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
99822025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
99832025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
99842025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
99852025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
99862025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
99872025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
99882025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
99892025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
99902025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
99912025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
99922025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
99932025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
99942025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
99952025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
99962025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
99972025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
99982025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
99992025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
100002025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
100012025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
100022025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
100032025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
100042025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
100052025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
100062025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
100072025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
100082025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
100092025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
100102025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
100112025-04-30T21:30:37.368Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
100122025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
100132025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
100142025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
100152025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
100162025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
100172025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
100182025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
100192025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
100202025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
100212025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
100222025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
100232025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
100242025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
100252025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
100262025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
100272025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
100282025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
100292025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
100302025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
100312025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
100322025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
100332025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
100342025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
100352025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
100362025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
100372025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
100382025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
100392025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
100402025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
100412025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
100422025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
100432025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
100442025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
100452025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
100462025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
100472025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
100482025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
100492025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 27) ... ignored
100502025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 26) ... ignored
100512025-04-30T21:30:37.369Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 29) ... ignored
100522025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
100532025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
100542025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
100552025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
100562025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
100572025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
100582025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
100592025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
100602025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
100612025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
100622025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
100632025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 29) ... ignored
100642025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
100652025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
100662025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
100672025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
100682025-04-30T21:30:37.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
100692025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
100702025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
100712025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
100722025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
100732025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
100742025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
100752025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
100762025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
100772025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
100782025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
100792025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_delivery_list (line 42) ... ignored
100802025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_delivery_resend (line 25) ... ignored
100812025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_event_class_list (line 28) ... ignored
100822025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_create (line 22) ... ignored
100832025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_delete (line 24) ... ignored
100842025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_list (line 26) ... ignored
100852025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_probe (line 31) ... ignored
100862025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_subscription_add (line 25) ... ignored
100872025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_subscription_remove (line 25) ... ignored
100882025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_update (line 27) ... ignored
100892025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_view (line 24) ... ignored
100902025-04-30T21:30:37.412Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_secrets_add (line 25) ... ignored
100912025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_secrets_delete (line 24) ... ignored
100922025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_secrets_list (line 24) ... ignored
100932025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
100942025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
100952025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
100962025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
100972025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
100982025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
100992025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
101002025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
101012025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
101022025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
101032025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
101042025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
101052025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
101062025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
101072025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
101082025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
101092025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
101102025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
101112025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
101122025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
101132025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
101142025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
101152025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
101162025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
101172025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
101182025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
101192025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
101202025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
101212025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
101222025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
101232025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
101242025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
101252025-04-30T21:30:37.413Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
101262025-04-30T21:30:37.413Z
101272025-04-30T21:30:37.413Ztest result: ok. 0 passed; 0 failed; 257 ignored; 0 measured; 0 filtered out; finished in 0.02s
101282025-04-30T21:30:37.413Z
101292025-04-30T21:30:37.413Z Doc-tests oximeter
101302025-04-30T21:30:37.414Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8fcd2945783f471e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-af4acedcdd9c00ce.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b6efd119d3584873.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101312025-04-30T21:30:37.716Z
101322025-04-30T21:30:37.716Zrunning 2 tests
101332025-04-30T21:30:37.755Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
101342025-04-30T21:30:39.162Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
101352025-04-30T21:30:39.162Z
101362025-04-30T21:30:39.162Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.44s
101372025-04-30T21:30:39.162Z
101382025-04-30T21:30:39.214Z Doc-tests oximeter_api
101392025-04-30T21:30:39.215Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3157c1b6c4b3fc5c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101402025-04-30T21:30:39.589Z
101412025-04-30T21:30:39.590Zrunning 2 tests
101422025-04-30T21:30:39.630Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
101432025-04-30T21:30:39.630Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
101442025-04-30T21:30:39.630Z
101452025-04-30T21:30:39.630Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101462025-04-30T21:30:39.630Z
101472025-04-30T21:30:39.630Z Doc-tests oximeter_client
101482025-04-30T21:30:39.630Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101492025-04-30T21:30:40.076Z
101502025-04-30T21:30:40.077Zrunning 0 tests
101512025-04-30T21:30:40.077Z
101522025-04-30T21:30:40.077Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101532025-04-30T21:30:40.077Z
101542025-04-30T21:30:40.117Z Doc-tests oximeter_collector
101552025-04-30T21:30:40.117Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-be3024251858b52f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3157c1b6c4b3fc5c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa5f4a9dbd4b0f6a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9c7b3386f4625a5c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101562025-04-30T21:30:40.770Z
101572025-04-30T21:30:40.770Zrunning 0 tests
101582025-04-30T21:30:40.770Z
101592025-04-30T21:30:40.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101602025-04-30T21:30:40.770Z
101612025-04-30T21:30:40.823Z Doc-tests oximeter_db
101622025-04-30T21:30:40.899Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0157e2345a706862.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-4e9142cffc87c3a1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e39bba2fa1aa01ca.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5f20c5aba636cae0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-202419341ed45ded.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f09ef8d065f2a8be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fe4abe7d96b838cb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6843e137f1cd9982.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-53c5cb6e06dcc59f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
101632025-04-30T21:30:42.030Z
101642025-04-30T21:30:42.030Zrunning 5 tests
101652025-04-30T21:30:42.071Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
101662025-04-30T21:30:42.071Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
101672025-04-30T21:30:42.071Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
101682025-04-30T21:30:42.071Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
101692025-04-30T21:30:42.071Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
101702025-04-30T21:30:42.071Z
101712025-04-30T21:30:42.071Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
101722025-04-30T21:30:42.071Z
101732025-04-30T21:30:42.111Z Doc-tests oximeter_instruments
101742025-04-30T21:30:42.111Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e1b75a6b1615462a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-465ddd473510e2ad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
101752025-04-30T21:30:42.616Z
101762025-04-30T21:30:42.616Zrunning 0 tests
101772025-04-30T21:30:42.616Z
101782025-04-30T21:30:42.616Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101792025-04-30T21:30:42.616Z
101802025-04-30T21:30:42.659Z Doc-tests oximeter_macro_impl
101812025-04-30T21:30:42.659Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5704fa4ca6bf0d19.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8fcd2945783f471e.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101822025-04-30T21:30:42.795Z
101832025-04-30T21:30:42.795Zrunning 0 tests
101842025-04-30T21:30:42.795Z
101852025-04-30T21:30:42.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101862025-04-30T21:30:42.796Z
101872025-04-30T21:30:42.835Z Doc-tests oximeter_producer
101882025-04-30T21:30:42.835Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-80543a19f63733b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dcd32acc9b93624f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-58f828de681b6bcd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101892025-04-30T21:30:43.289Z
101902025-04-30T21:30:43.289Zrunning 0 tests
101912025-04-30T21:30:43.289Z
101922025-04-30T21:30:43.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101932025-04-30T21:30:43.289Z
101942025-04-30T21:30:43.336Z Doc-tests oximeter_schema
101952025-04-30T21:30:43.337Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-af4acedcdd9c00ce.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101962025-04-30T21:30:43.739Z
101972025-04-30T21:30:43.739Zrunning 0 tests
101982025-04-30T21:30:43.739Z
101992025-04-30T21:30:43.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102002025-04-30T21:30:43.739Z
102012025-04-30T21:30:43.779Z Doc-tests oximeter_test_utils
102022025-04-30T21:30:43.779Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-494f3ea00c0c1e42.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-230ee7b79f75d6b0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8fcd2945783f471e.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e39bba2fa1aa01ca.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102032025-04-30T21:30:44.194Z
102042025-04-30T21:30:44.194Zrunning 0 tests
102052025-04-30T21:30:44.194Z
102062025-04-30T21:30:44.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102072025-04-30T21:30:44.194Z
102082025-04-30T21:30:44.238Z Doc-tests oximeter_timeseries_macro
102092025-04-30T21:30:44.238Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5704fa4ca6bf0d19.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3b38a84f0df0cf3f.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b6efd119d3584873.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b28ec27bcf2db2cf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102102025-04-30T21:30:44.551Z
102112025-04-30T21:30:44.551Zrunning 0 tests
102122025-04-30T21:30:44.551Z
102132025-04-30T21:30:44.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102142025-04-30T21:30:44.551Z
102152025-04-30T21:30:44.590Z Doc-tests oximeter_types
102162025-04-30T21:30:44.590Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-389438b91975bd41.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5d8e1cfeab120276.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8fcd2945783f471e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-66520bceeb6ae4b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-094b8fb70d5dece4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-5496c5d55d620065.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-289649cfcc9c7e10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-af7b81d0e973d9f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102172025-04-30T21:30:45.300Z
102182025-04-30T21:30:45.300Zrunning 11 tests
102192025-04-30T21:30:45.900Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
102202025-04-30T21:30:52.258Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
102212025-04-30T21:30:52.811Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
102222025-04-30T21:30:52.938Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
102232025-04-30T21:30:53.024Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
102242025-04-30T21:30:53.064Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
102252025-04-30T21:30:53.064Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
102262025-04-30T21:30:53.204Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
102272025-04-30T21:30:53.345Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
102282025-04-30T21:30:53.421Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
102292025-04-30T21:30:58.408Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
102302025-04-30T21:30:58.408Z
102312025-04-30T21:30:58.447Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.11s
102322025-04-30T21:30:58.447Z
102332025-04-30T21:30:58.487Z Doc-tests oxlog
102342025-04-30T21:30:58.487Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-c7b379eb7bb74f12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e7e146c11e793a52.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-d100c6cd4db3eb76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102352025-04-30T21:30:58.617Z
102362025-04-30T21:30:58.617Zrunning 0 tests
102372025-04-30T21:30:58.617Z
102382025-04-30T21:30:58.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102392025-04-30T21:30:58.617Z
102402025-04-30T21:30:58.657Z Doc-tests oxql_types
102412025-04-30T21:30:58.657Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7bad5f652c3619ee.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d4516c9df6d72bd3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102422025-04-30T21:30:59.084Z
102432025-04-30T21:30:59.084Zrunning 0 tests
102442025-04-30T21:30:59.084Z
102452025-04-30T21:30:59.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102462025-04-30T21:30:59.084Z
102472025-04-30T21:30:59.124Z Doc-tests range_requests
102482025-04-30T21:30:59.124Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b4e86787846c9cb7.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-37a6070ded5ad3eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102492025-04-30T21:30:59.362Z
102502025-04-30T21:30:59.362Zrunning 0 tests
102512025-04-30T21:30:59.362Z
102522025-04-30T21:30:59.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102532025-04-30T21:30:59.362Z
102542025-04-30T21:30:59.402Z Doc-tests reconfigurator_cli
102552025-04-30T21:30:59.402Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2c239afb137da871.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-484e4b9f3671f09b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-19b8e5bea7dea7cf.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-f605ae54ae2eb977.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f440294d66341818.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-e370b7deb51e92af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-9745cf4f4e42e2cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
102562025-04-30T21:30:59.991Z
102572025-04-30T21:30:59.991Zrunning 0 tests
102582025-04-30T21:30:59.991Z
102592025-04-30T21:30:59.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102602025-04-30T21:30:59.991Z
102612025-04-30T21:31:00.031Z Doc-tests repo_depot_api
102622025-04-30T21:31:00.031Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-beca5b4809f1cf52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ed2d37829049bc8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102632025-04-30T21:31:00.270Z
102642025-04-30T21:31:00.270Zrunning 2 tests
102652025-04-30T21:31:00.310Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
102662025-04-30T21:31:00.310Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
102672025-04-30T21:31:00.310Z
102682025-04-30T21:31:00.310Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102692025-04-30T21:31:00.310Z
102702025-04-30T21:31:00.310Z Doc-tests repo_depot_client
102712025-04-30T21:31:00.310Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4262443cf0cb51fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102722025-04-30T21:31:00.566Z
102732025-04-30T21:31:00.566Zrunning 0 tests
102742025-04-30T21:31:00.566Z
102752025-04-30T21:31:00.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102762025-04-30T21:31:00.566Z
102772025-04-30T21:31:00.606Z Doc-tests sled_agent_api
102782025-04-30T21:31:00.606Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ffcf51777a761bbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102792025-04-30T21:31:01.166Z
102802025-04-30T21:31:01.166Zrunning 2 tests
102812025-04-30T21:31:01.206Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 79) ... ignored
102822025-04-30T21:31:01.206Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 85) ... ignored
102832025-04-30T21:31:01.206Z
102842025-04-30T21:31:01.206Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102852025-04-30T21:31:01.206Z
102862025-04-30T21:31:01.246Z Doc-tests sled_agent_client
102872025-04-30T21:31:01.246Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4d597a6f50cd821.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102882025-04-30T21:31:03.660Z
102892025-04-30T21:31:03.660Zrunning 0 tests
102902025-04-30T21:31:03.660Z
102912025-04-30T21:31:03.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102922025-04-30T21:31:03.660Z
102932025-04-30T21:31:03.775Z Doc-tests sled_agent_config_reconciler
102942025-04-30T21:31:03.775Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-ff2bc3cac853adc3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-711ea33db8eb1681.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-921b712730ff53d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
102952025-04-30T21:31:04.252Z
102962025-04-30T21:31:04.253Zrunning 0 tests
102972025-04-30T21:31:04.253Z
102982025-04-30T21:31:04.253Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102992025-04-30T21:31:04.253Z
103002025-04-30T21:31:04.296Z Doc-tests sled_agent_types
103012025-04-30T21:31:04.297Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-91e4cc2775320a9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ad2d3b6e33cb73b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103022025-04-30T21:31:05.179Z
103032025-04-30T21:31:05.179Zrunning 0 tests
103042025-04-30T21:31:05.179Z
103052025-04-30T21:31:05.179Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103062025-04-30T21:31:05.179Z
103072025-04-30T21:31:05.231Z Doc-tests sled_diagnostics
103082025-04-30T21:31:05.231Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e7e146c11e793a52.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ddb42ea1f6d02dd3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-38f556be40c3b182.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103092025-04-30T21:31:05.645Z
103102025-04-30T21:31:05.645Zrunning 0 tests
103112025-04-30T21:31:05.645Z
103122025-04-30T21:31:05.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103132025-04-30T21:31:05.645Z
103142025-04-30T21:31:05.685Z Doc-tests sled_hardware
103152025-04-30T21:31:05.686Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0a89236474e39989.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-ed699df247d0ef10.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-4f565285ad15b3a5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-00acf1985169e259.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103162025-04-30T21:31:06.157Z
103172025-04-30T21:31:06.157Zrunning 0 tests
103182025-04-30T21:31:06.157Z
103192025-04-30T21:31:06.157Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103202025-04-30T21:31:06.157Z
103212025-04-30T21:31:06.202Z Doc-tests sled_hardware_types
103222025-04-30T21:31:06.202Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9d23aed7d5a46841.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103232025-04-30T21:31:06.567Z
103242025-04-30T21:31:06.567Zrunning 0 tests
103252025-04-30T21:31:06.567Z
103262025-04-30T21:31:06.567Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103272025-04-30T21:31:06.567Z
103282025-04-30T21:31:06.607Z Doc-tests sled_storage
103292025-04-30T21:31:06.607Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c021e88813abf9be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-510b07952143dd95.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8ea75910c69ed82c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ac2c39574489ca21.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
103302025-04-30T21:31:07.144Z
103312025-04-30T21:31:07.144Zrunning 0 tests
103322025-04-30T21:31:07.144Z
103332025-04-30T21:31:07.144Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103342025-04-30T21:31:07.145Z
103352025-04-30T21:31:07.192Z Doc-tests sp_sim
103362025-04-30T21:31:07.192Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18a6bf709d96cf63.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-83a8622a76286a79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103372025-04-30T21:31:07.732Z
103382025-04-30T21:31:07.732Zrunning 0 tests
103392025-04-30T21:31:07.732Z
103402025-04-30T21:31:07.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103412025-04-30T21:31:07.732Z
103422025-04-30T21:31:07.772Z Doc-tests trust_quorum
103432025-04-30T21:31:07.772Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e6d592fac097b6ae.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-9cbdceaf442f4591.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26a47253d879fafe.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-662aaa83cc24e415.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-995ec40c1fd60079.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103442025-04-30T21:31:08.257Z
103452025-04-30T21:31:08.257Zrunning 0 tests
103462025-04-30T21:31:08.257Z
103472025-04-30T21:31:08.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103482025-04-30T21:31:08.257Z
103492025-04-30T21:31:08.298Z Doc-tests typed_rng
103502025-04-30T21:31:08.298Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-56a9db23fa53bda5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-b310a1cf1ea49d6b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-33b3f3c297f79848.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103512025-04-30T21:31:08.446Z
103522025-04-30T21:31:08.447Zrunning 0 tests
103532025-04-30T21:31:08.447Z
103542025-04-30T21:31:08.447Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103552025-04-30T21:31:08.447Z
103562025-04-30T21:31:08.486Z Doc-tests update_common
103572025-04-30T21:31:08.486Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8245a8f39bb5b6f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b464895b0e581eba.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103582025-04-30T21:31:08.866Z
103592025-04-30T21:31:08.866Zrunning 0 tests
103602025-04-30T21:31:08.866Z
103612025-04-30T21:31:08.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103622025-04-30T21:31:08.866Z
103632025-04-30T21:31:08.906Z Doc-tests update_engine
103642025-04-30T21:31:08.907Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-c837b867497c2b3d.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-fe798fd6e64b997d.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-3aead9fef1408a62.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1ca3c89e8047667a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103652025-04-30T21:31:09.457Z
103662025-04-30T21:31:09.457Zrunning 4 tests
103672025-04-30T21:31:09.497Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
103682025-04-30T21:31:09.497Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
103692025-04-30T21:31:09.497Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
103702025-04-30T21:31:10.713Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
103712025-04-30T21:31:10.713Z
103722025-04-30T21:31:10.713Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.26s
103732025-04-30T21:31:10.713Z
103742025-04-30T21:31:10.756Z Doc-tests wicket
103752025-04-30T21:31:10.832Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a82c388ae69cd30f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-718d9f25eafe18fb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-875255c293e3643b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-08ab4fa0199e0d68.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d504c4e11c5d5040.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d4ff264ac00576c3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-97e2f20ebd2df112.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103762025-04-30T21:31:11.731Z
103772025-04-30T21:31:11.732Zrunning 0 tests
103782025-04-30T21:31:11.732Z
103792025-04-30T21:31:11.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103802025-04-30T21:31:11.732Z
103812025-04-30T21:31:11.793Z Doc-tests wicket_common
103822025-04-30T21:31:11.793Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103832025-04-30T21:31:12.486Z
103842025-04-30T21:31:12.486Zrunning 0 tests
103852025-04-30T21:31:12.486Z
103862025-04-30T21:31:12.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103872025-04-30T21:31:12.486Z
103882025-04-30T21:31:12.540Z Doc-tests wicket_dbg
103892025-04-30T21:31:12.540Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b0d86c61f951383a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d4ff264ac00576c3.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ae3ce54c75938466.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103902025-04-30T21:31:13.024Z
103912025-04-30T21:31:13.024Zrunning 0 tests
103922025-04-30T21:31:13.024Z
103932025-04-30T21:31:13.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103942025-04-30T21:31:13.024Z
103952025-04-30T21:31:13.067Z Doc-tests wicketd
103962025-04-30T21:31:13.111Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a6a8617efde1783e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-207943db34acd25f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ffc7f9dca58ab606.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-268cd1ef0f5d5e81.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf0f40bada2203d9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f05d30ef583b2017.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f7f4bc7704c9c2c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-df82cfab8dc943fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-24d3dc690471c937.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c94f546558f13034.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb162b74a113aa63.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ca88c48593b8b0bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5a640189c3e193ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a44671d1d99bbc84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-70793392a9be9dd1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4d9c94c3fa2a5054.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e5c92c3658e7001.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bebe141ada6d2f7b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-665619fa4bd809ce.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-915aa0bc631e7fc4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-45bb652a13272e66.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8245a8f39bb5b6f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1246ec6f6487fbd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9aeb9ef3139f45bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d4ff264ac00576c3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-56394bdbe201d3af.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a33ce32c1730b96a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-97e2f20ebd2df112.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103972025-04-30T21:31:13.814Z
103982025-04-30T21:31:13.814Zrunning 0 tests
103992025-04-30T21:31:13.814Z
104002025-04-30T21:31:13.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104012025-04-30T21:31:13.814Z
104022025-04-30T21:31:13.870Z Doc-tests wicketd_api
104032025-04-30T21:31:13.870Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a6a8617efde1783e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4cfb956907d34b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-139c9b24261d3a3d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-1f855cb3641a98a3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a33ce32c1730b96a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104042025-04-30T21:31:14.396Z
104052025-04-30T21:31:14.396Zrunning 2 tests
104062025-04-30T21:31:14.396Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
104072025-04-30T21:31:14.396Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
104082025-04-30T21:31:14.396Z
104092025-04-30T21:31:14.440Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104102025-04-30T21:31:14.440Z
104112025-04-30T21:31:14.440Z Doc-tests wicketd_client
104122025-04-30T21:31:14.440Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-635dd001e5f79077.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a64dbd717a30f59a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-608c844dc487e0de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0899e4b50f74fccf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7d6493d077cc7e89.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6da8d30f8e1b3ab4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e2fe82ee5b96314f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a83800c65ea266bc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-97e2f20ebd2df112.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104132025-04-30T21:31:16.658Z
104142025-04-30T21:31:16.658Zrunning 0 tests
104152025-04-30T21:31:16.658Z
104162025-04-30T21:31:16.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104172025-04-30T21:31:16.658Z
104182025-04-30T21:31:16.725Z Doc-tests xtask_downloader
104192025-04-30T21:31:16.764Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7b686aa585323990.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-17765faabdc90b4d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104202025-04-30T21:31:16.942Z
104212025-04-30T21:31:16.942Zrunning 1 test
104222025-04-30T21:31:16.982Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 223) ... ignored
104232025-04-30T21:31:16.982Z
104242025-04-30T21:31:16.982Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104252025-04-30T21:31:16.982Z
104262025-04-30T21:31:16.982Z Doc-tests zone_setup
104272025-04-30T21:31:16.982Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6532f52db341a7cc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ae158bf3b9f8b817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-beca5b4809f1cf52.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9d23aed7d5a46841.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9ccbd9e500147cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5704fa4ca6bf0d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-17e0f7ff36da3706.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-97233a37d8812aa4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d26aa1e08a935d07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eb534fce29ca14c5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-8e443091febbe93c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104282025-04-30T21:31:17.293Z
104292025-04-30T21:31:17.293Zrunning 0 tests
104302025-04-30T21:31:17.293Z
104312025-04-30T21:31:17.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104322025-04-30T21:31:17.293Z
104332025-04-30T21:31:17.430Z
104342025-04-30T21:31:17.430Zreal 2:18.629301735
104352025-04-30T21:31:17.430Zuser 2:12.732621404
104362025-04-30T21:31:17.430Zsys 1:04.274796945
104372025-04-30T21:31:17.430Ztrap 0.035111695
104382025-04-30T21:31:17.430Ztflt 0.630992187
104392025-04-30T21:31:17.430Zdflt 1.043798992
104402025-04-30T21:31:17.430Zkflt 0.006425376
104412025-04-30T21:31:17.430Zlock 1:33.570058256
104422025-04-30T21:31:17.430Zslp 15:43.760361461
104432025-04-30T21:31:17.470Zlat 4.551208741
104442025-04-30T21:31:17.470Zstop 4.776337881
104452025-04-30T21:31:17.470Z+ [[ illumos == \i\l\l\u\m\o\s ]]
104462025-04-30T21:31:17.470Z+ banner live-test
104472025-04-30T21:31:17.471Z
104482025-04-30T21:31:17.471Z # # # # ###### ##### ###### #### #####
104492025-04-30T21:31:17.471Z # # # # # # # # #
104502025-04-30T21:31:17.471Z # # # # ##### ##### # ##### #### #
104512025-04-30T21:31:17.471Z # # # # # # # # #
104522025-04-30T21:31:17.471Z # # # # # # # # # #
104532025-04-30T21:31:17.471Z ###### # ## ###### # ###### #### #
104542025-04-30T21:31:17.471Z
104552025-04-30T21:31:17.471Z+ ptime -m cargo xtask live-tests
104562025-04-30T21:31:18.459Z Compiling serde v1.0.219
104572025-04-30T21:31:18.511Z Compiling libc v0.2.171
104582025-04-30T21:31:18.551Z Compiling serde_json v1.0.140
104592025-04-30T21:31:18.551Z Compiling rustix v0.38.37
104602025-04-30T21:31:18.551Z Compiling syn v2.0.98
104612025-04-30T21:31:18.591Z Compiling bitflags v2.9.0
104622025-04-30T21:31:18.941Z Compiling usdt-impl v0.5.0
104632025-04-30T21:31:19.040Z Compiling syn v1.0.109
104642025-04-30T21:31:19.100Z Compiling log v0.4.22
104652025-04-30T21:31:19.142Z Compiling hashbrown v0.15.1
104662025-04-30T21:31:19.181Z Compiling fs-err v3.1.0
104672025-04-30T21:31:19.460Z Compiling anyhow v1.0.98
104682025-04-30T21:31:19.553Z Compiling once_cell v1.21.3
104692025-04-30T21:31:19.943Z Compiling thread-id v4.2.2
104702025-04-30T21:31:20.110Z Compiling indexmap v2.7.1
104712025-04-30T21:31:21.223Z Compiling terminal_size v0.4.0
104722025-04-30T21:31:21.223Z Compiling tempfile v3.13.0
104732025-04-30T21:31:21.399Z Compiling clap_builder v4.5.35
104742025-04-30T21:31:22.035Z Compiling proc-macro-error v1.0.4
104752025-04-30T21:31:22.796Z Compiling tabled_derive v0.7.0
104762025-04-30T21:31:24.194Z Compiling tabled v0.15.0
104772025-04-30T21:31:24.741Z Compiling serde_derive v1.0.219
104782025-04-30T21:31:24.741Z Compiling thiserror-impl v1.0.69
104792025-04-30T21:31:24.782Z Compiling zerocopy-derive v0.7.35
104802025-04-30T21:31:24.896Z Compiling scroll_derive v0.12.0
104812025-04-30T21:31:24.937Z Compiling thiserror-impl v2.0.12
104822025-04-30T21:31:25.392Z Compiling clap_derive v4.5.32
104832025-04-30T21:31:26.183Z Compiling scroll v0.12.0
104842025-04-30T21:31:26.623Z Compiling zerocopy v0.7.35
104852025-04-30T21:31:26.701Z Compiling goblin v0.8.2
104862025-04-30T21:31:27.364Z Compiling thiserror v1.0.69
104872025-04-30T21:31:27.506Z Compiling pest v2.7.14
104882025-04-30T21:31:27.568Z Compiling thiserror v2.0.12
104892025-04-30T21:31:28.581Z Compiling clap v4.5.35
104902025-04-30T21:31:29.685Z Compiling pest_meta v2.7.14
104912025-04-30T21:31:30.893Z Compiling pest_generator v2.7.14
104922025-04-30T21:31:32.059Z Compiling pest_derive v2.7.14
104932025-04-30T21:31:32.909Z Compiling dtrace-parser v0.2.0
104942025-04-30T21:31:33.432Z Compiling serde_tokenstream v0.2.2
104952025-04-30T21:31:33.580Z Compiling serde_spanned v0.6.8
104962025-04-30T21:31:33.688Z Compiling toml_datetime v0.6.8
104972025-04-30T21:31:33.863Z Compiling camino v1.1.9
104982025-04-30T21:31:33.903Z Compiling cargo-platform v0.1.8
104992025-04-30T21:31:33.942Z Compiling semver v1.0.25
105002025-04-30T21:31:34.026Z Compiling toml_edit v0.22.24
105012025-04-30T21:31:34.135Z Compiling macaddr v1.0.1
105022025-04-30T21:31:34.397Z Compiling camino-tempfile v1.1.1
105032025-04-30T21:31:34.990Z Compiling dof v0.3.0
105042025-04-30T21:31:35.113Z Compiling cargo_metadata v0.19.2
105052025-04-30T21:31:36.325Z Compiling usdt-attr-macro v0.5.0
105062025-04-30T21:31:36.325Z Compiling usdt-macro v0.5.0
105072025-04-30T21:31:36.897Z Compiling toml v0.8.20
105082025-04-30T21:31:37.544Z Compiling usdt v0.5.0
105092025-04-30T21:31:37.653Z Compiling cargo_toml v0.21.0
105102025-04-30T21:31:40.805Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
105112025-04-30T21:31:44.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.41s
105122025-04-30T21:31:45.027Z Running `target/debug/xtask live-tests`
105132025-04-30T21:31:45.068Zusing temporary directory: /var/tmp/omicron_tmp/.tmpReLNkI
105142025-04-30T21:31:45.068Zwill create archive file: /var/tmp/omicron_tmp/.tmpReLNkI/live-tests-archive/omicron-live-tests.tar.zst
105152025-04-30T21:31:45.068Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
105162025-04-30T21:31:45.068Z
105172025-04-30T21:31:45.068Zrunning: /home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpReLNkI/live-tests-archive/omicron-live-tests.tar.zst"
105182025-04-30T21:31:48.308Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
105192025-04-30T21:31:48.350Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
105202025-04-30T21:31:48.392Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
105212025-04-30T21:31:48.392Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
105222025-04-30T21:31:48.447Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
105232025-04-30T21:31:48.487Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
105242025-04-30T21:31:48.487Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
105252025-04-30T21:31:49.508Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
105262025-04-30T21:31:52.009Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
105272025-04-30T21:31:52.712Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
105282025-04-30T21:31:52.755Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
105292025-04-30T21:31:54.214Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
105302025-04-30T21:31:55.317Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
105312025-04-30T21:31:59.067Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
105322025-04-30T21:32:12.458Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
105332025-04-30T21:32:12.458Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
105342025-04-30T21:32:12.499Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
105352025-04-30T21:32:12.499Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
105362025-04-30T21:32:14.204Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
105372025-04-30T21:32:48.956Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
105382025-04-30T21:32:49.740Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
105392025-04-30T21:32:53.897Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
105402025-04-30T21:32:54.670Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
105412025-04-30T21:33:37.779Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
105422025-04-30T21:33:40.632Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
105432025-04-30T21:34:08.821Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 21s
105442025-04-30T21:34:09.044Zinfo: experimental features enabled: setup-scripts
105452025-04-30T21:34:09.087Z Archiving 1 binary, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpReLNkI/live-tests-archive/omicron-live-tests.tar.zst
105462025-04-30T21:34:09.505Z Archived 75 files to /var/tmp/omicron_tmp/.tmpReLNkI/live-tests-archive/omicron-live-tests.tar.zst in 0.45s
105472025-04-30T21:34:09.568Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpReLNkI/live-tests-archive\""
105482025-04-30T21:34:09.608Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpReLNkI" "live-tests-archive"
105492025-04-30T21:34:09.658Zcreated:
105502025-04-30T21:34:09.658Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
105512025-04-30T21:34:09.658ZTo use this:
105522025-04-30T21:34:09.658Z
105532025-04-30T21:34:09.658Z1. Copy the tarball to the switch zone in a deployed Omicron system.
105542025-04-30T21:34:09.658Z
105552025-04-30T21:34:09.698Z e.g., scp \
105562025-04-30T21:34:09.699Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
105572025-04-30T21:34:09.699Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
105582025-04-30T21:34:09.699Z
105592025-04-30T21:34:09.699Z2. Copy the `cargo-nextest` binary to the same place.
105602025-04-30T21:34:09.699Z
105612025-04-30T21:34:09.699Z e.g., scp \
105622025-04-30T21:34:09.699Z $(which cargo-nextest) \
105632025-04-30T21:34:09.699Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
105642025-04-30T21:34:09.699Z
105652025-04-30T21:34:09.699Z3. From the switch zone on that system, unpack the tarball with:
105662025-04-30T21:34:09.699Z
105672025-04-30T21:34:09.699Z tar xzf live-tests-archive.tgz
105682025-04-30T21:34:09.699Z
105692025-04-30T21:34:09.699Z4. From the switch zone on that system, run tests with:
105702025-04-30T21:34:09.699Z
105712025-04-30T21:34:09.699Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
105722025-04-30T21:34:09.699Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
105732025-04-30T21:34:09.699Z --workspace-remap live-tests-archive
105742025-04-30T21:34:09.699Z
105752025-04-30T21:34:09.699Z
105762025-04-30T21:34:09.699Zreal 2:52.224064602
105772025-04-30T21:34:09.699Zuser 6:07.156402179
105782025-04-30T21:34:09.699Zsys 47.055636755
105792025-04-30T21:34:09.699Ztrap 0.110058618
105802025-04-30T21:34:09.699Ztflt 0.730736989
105812025-04-30T21:34:09.699Zdflt 3.202726536
105822025-04-30T21:34:09.699Zkflt 0.000741963
105832025-04-30T21:34:09.699Zlock 13:50.380600049
105842025-04-30T21:34:09.699Zslp 23:53.971026541
105852025-04-30T21:34:09.699Zlat 5.893249995
105862025-04-30T21:34:09.699Zstop 17.517496706
105872025-04-30T21:34:09.699Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
105882025-04-30T21:34:09.699Z+ unset TMPDIR
105892025-04-30T21:34:09.699Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
105902025-04-30T21:34:09.699Zfiles in /var/tmp/omicron_tmp (none expected on success):
105912025-04-30T21:34:09.699Z+ find /var/tmp/omicron_tmp -ls
105922025-04-30T21:34:09.699Z164443 33 drwxr-xr-x 2 build build 2 Apr 30 21:34 /var/tmp/omicron_tmp
105932025-04-30T21:34:09.700Z+ rmdir /var/tmp/omicron_tmp
105942025-04-30T21:34:09.898Zprocess exited: duration 5129237 ms, exit code 0
 
105952025-04-30T21:34:10.077Zfound 3 output files
105962025-04-30T21:34:10.077Zuploading: /work/crate-build-timings.json (634184 bytes)
105972025-04-30T21:34:11.432Zuploaded: /work/crate-build-timings.json
105982025-04-30T21:34:11.432Zuploading: /work/environment.json (130 bytes)
105992025-04-30T21:34:12.592Zuploaded: /work/environment.json
106002025-04-30T21:34:12.592Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (394982 bytes)
106012025-04-30T21:34:13.984Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml